Thomas Vachuska | 52f2cd1 | 2018-11-08 21:20:04 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS |
Ray Milkey | 3933295 | 2018-07-16 13:42:51 -0700 | [diff] [blame] | 2 | |
3 | osgi_jar( | ||||
4 | deps = COMPILE_DEPS, | ||||
5 | ) | ||||
6 | |||||
7 | onos_app( | ||||
8 | category = "Traffic Engineering", | ||||
9 | description = "Proxy ARP/NDP application.", | ||||
10 | title = "Proxy ARP/NDP", | ||||
11 | url = "http://onosproject.org", | ||||
12 | ) |