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