blob: 72febb4bc10289965517d168c936b649e1ece516 [file] [log] [blame]
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08001COMPILE_DEPS = CORE_DEPS
Ray Milkey39332952018-07-16 13:42:51 -07002
3osgi_jar(
4 deps = COMPILE_DEPS,
5)
6
7onos_app(
8 category = "Traffic Engineering",
9 description = "Proxy ARP/NDP application.",
10 title = "Proxy ARP/NDP",
11 url = "http://onosproject.org",
12)