Thomas Vachuska | 52f2cd1 | 2018-11-08 21:20:04 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 2 | |
| 3 | TEST_DEPS = TEST_ADAPTERS + [ |
| 4 | "//utils/osgi:onlab-osgi-tests", |
| 5 | ] |
| 6 | |
| 7 | osgi_jar_with_tests( |
| 8 | test_deps = TEST_DEPS, |
| 9 | deps = COMPILE_DEPS, |
| 10 | ) |
| 11 | |
| 12 | onos_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 | ) |