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