blob: 907c5568c09ab39217f5e003a361b23bc980ea09 [file] [log] [blame]
Ray Milkey39332952018-07-16 13:42:51 -07001COMPILE_DEPS = CORE_DEPS + [
2 "//incubator/api:onos-incubator-api",
3]
4
5osgi_jar(
6 deps = COMPILE_DEPS,
7)
8
9onos_app(
10 category = "Traffic Engineering",
11 description = "Proxy ARP/NDP application.",
12 title = "Proxy ARP/NDP",
13 url = "http://onosproject.org",
14)