Charles Chan | ff79dd9 | 2018-06-01 16:33:48 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//incubator/api:onos-incubator-api', |
| 4 | ] |
| 5 | |
| 6 | TEST_DEPS = [ |
| 7 | '//lib:TEST_ADAPTERS', |
| 8 | '//utils/osgi:onlab-osgi-tests', |
| 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests ( |
| 12 | deps = COMPILE_DEPS, |
| 13 | test_deps = TEST_DEPS, |
| 14 | ) |
| 15 | |
| 16 | onos_app ( |
| 17 | app_name = 'org.onosproject.hostprobingprovider', |
| 18 | title = 'Host Probing Provider', |
| 19 | category = 'Provider', |
| 20 | url = 'http://onosproject.org', |
| 21 | description = 'Provides host probing mechanism that discovers or verifies the existence of a host at specific location', |
| 22 | ) |