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