blob: b7d90f4146b8336867d57673f3e1847f902b0604 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Yi Tseng7a38f9a2017-06-09 14:36:40 -07003 '//incubator/api:onos-incubator-api',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08004]
5
Ray Milkeyaeb00792016-04-20 16:15:21 -07006TEST_DEPS = [
7 '//lib:TEST_ADAPTERS',
8 '//utils/osgi:onlab-osgi-tests',
9]
10
11osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012 deps = COMPILE_DEPS,
Ray Milkeyaeb00792016-04-20 16:15:21 -070013 test_deps = TEST_DEPS,
14)
15
16onos_app (
Charles Chanc3142942016-05-05 17:42:14 -070017 app_name = 'org.onosproject.hostprovider',
Ray Milkeyaeb00792016-04-20 16:15:21 -070018 title = 'Host Location Provider',
19 category = 'Provider',
20 url = 'http://onosproject.org',
Thomas Vachuskab0029682017-08-23 17:55:53 -070021 description = 'Provides host discovery and location to the ONOS core by eavesdropping on the ARP and NDP packets.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080022)