Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Yi Tseng | 7a38f9a | 2017-06-09 14:36:40 -0700 | [diff] [blame] | 3 | '//incubator/api:onos-incubator-api', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 4 | ] |
| 5 | |
Ray Milkey | aeb0079 | 2016-04-20 16:15:21 -0700 | [diff] [blame] | 6 | TEST_DEPS = [ |
| 7 | '//lib:TEST_ADAPTERS', |
| 8 | '//utils/osgi:onlab-osgi-tests', |
| 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 12 | deps = COMPILE_DEPS, |
Ray Milkey | aeb0079 | 2016-04-20 16:15:21 -0700 | [diff] [blame] | 13 | test_deps = TEST_DEPS, |
| 14 | ) |
| 15 | |
| 16 | onos_app ( |
Charles Chan | c314294 | 2016-05-05 17:42:14 -0700 | [diff] [blame] | 17 | app_name = 'org.onosproject.hostprovider', |
Ray Milkey | aeb0079 | 2016-04-20 16:15:21 -0700 | [diff] [blame] | 18 | title = 'Host Location Provider', |
| 19 | category = 'Provider', |
| 20 | url = 'http://onosproject.org', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 21 | description = 'Provides host discovery and location to the ONOS core by eavesdropping on the ARP and NDP packets.', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 22 | ) |