blob: e1b1003f37bbe4f0215c3082f856342118adf0fd [file] [log] [blame]
Charles Chan24e85d12018-08-06 18:15:41 -07001COMPILE_DEPS = CORE_DEPS + [
2 "//incubator/api:onos-incubator-api",
3]
4
5TEST_DEPS = TEST_ADAPTERS + [
6 "//utils/osgi:onlab-osgi-tests",
7]
8
9osgi_jar_with_tests (
10 deps = COMPILE_DEPS,
11 test_deps = TEST_DEPS,
12)
13
14onos_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)