Thomas Vachuska | 52f2cd1 | 2018-11-08 21:20:04 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS |
Charles Chan | 24e85d1 | 2018-08-06 18:15:41 -0700 | [diff] [blame] | 2 | |
| 3 | TEST_DEPS = TEST_ADAPTERS + [ |
| 4 | "//utils/osgi:onlab-osgi-tests", |
| 5 | ] |
| 6 | |
Ray Milkey | a01809a | 2018-08-09 09:20:06 -0700 | [diff] [blame] | 7 | osgi_jar_with_tests( |
Charles Chan | 24e85d1 | 2018-08-06 18:15:41 -0700 | [diff] [blame] | 8 | test_deps = TEST_DEPS, |
Ray Milkey | a01809a | 2018-08-09 09:20:06 -0700 | [diff] [blame] | 9 | deps = COMPILE_DEPS, |
Charles Chan | 24e85d1 | 2018-08-06 18:15:41 -0700 | [diff] [blame] | 10 | ) |
| 11 | |
Ray Milkey | a01809a | 2018-08-09 09:20:06 -0700 | [diff] [blame] | 12 | onos_app( |
Charles Chan | 24e85d1 | 2018-08-06 18:15:41 -0700 | [diff] [blame] | 13 | app_name = "org.onosproject.hostprobingprovider", |
Charles Chan | 24e85d1 | 2018-08-06 18:15:41 -0700 | [diff] [blame] | 14 | category = "Provider", |
Charles Chan | 24e85d1 | 2018-08-06 18:15:41 -0700 | [diff] [blame] | 15 | 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] | 16 | title = "Host Probing Provider", |
| 17 | url = "http://onosproject.org", |
Charles Chan | 24e85d1 | 2018-08-06 18:15:41 -0700 | [diff] [blame] | 18 | ) |