Charles Chan | 24e85d1 | 2018-08-06 18:15:41 -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 | deps = COMPILE_DEPS, |
| 11 | test_deps = TEST_DEPS, |
| 12 | ) |
| 13 | |
| 14 | onos_app ( |
| 15 | app_name = "org.onosproject.hostprobingprovider", |
| 16 | title = "Host Probing Provider", |
| 17 | category = "Provider", |
| 18 | url = "http://onosproject.org", |
| 19 | description = "Provides host probing mechanism that discovers or verifies the existence of a host at specific location", |
| 20 | ) |