blob: 70e3c9df0926fd0a928b6e515da692e35a475508 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Jonathan Hartc4f681c2016-09-09 07:14:25 -07003 '//incubator/api:onos-incubator-api',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08004]
5
Ray Milkey24439fe2016-04-08 21:50:55 -07006osgi_jar (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08008)
9
Ray Milkey24439fe2016-04-08 21:50:55 -070010onos_app (
11 title = 'Proxy ARP/NDP App',
12 category = 'Traffic Steering',
13 url = 'http://onosproject.org',
14 description = 'Proxy ARP/NDP application.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015)