blob: a1a2f4707454852f8dccfbed15a9fe219c3185a6 [file] [log] [blame]
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08001COMPILE_DEPS = CORE_DEPS
Ray Milkey18fb0812018-06-21 10:32:53 -07002
3TEST_DEPS = TEST_ADAPTERS + [
4 "//utils/osgi:onlab-osgi-tests",
5]
6
7osgi_jar_with_tests(
8 test_deps = TEST_DEPS,
9 deps = COMPILE_DEPS,
10)
11
12onos_app(
13 app_name = "org.onosproject.hostprovider",
14 category = "Provider",
15 description = "Provides host discovery and location to the ONOS core by eavesdropping on the ARP and NDP packets.",
16 title = "Host Location Provider",
17 url = "http://onosproject.org",
18)