Ray Milkey | 3933295 | 2018-07-16 13:42:51 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
2 | "//incubator/api:onos-incubator-api", | ||||
3 | ] | ||||
4 | |||||
5 | osgi_jar( | ||||
6 | deps = COMPILE_DEPS, | ||||
7 | ) | ||||
8 | |||||
9 | onos_app( | ||||
10 | category = "Traffic Engineering", | ||||
11 | description = "Proxy ARP/NDP application.", | ||||
12 | title = "Proxy ARP/NDP", | ||||
13 | url = "http://onosproject.org", | ||||
14 | ) |