blob: 21bf493ce4762f390bf227a265ea6d5e0e77b26b [file] [log] [blame]
Charles Chanff79dd92018-06-01 16:33:48 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//incubator/api:onos-incubator-api',
4]
5
6TEST_DEPS = [
7 '//lib:TEST_ADAPTERS',
8 '//utils/osgi:onlab-osgi-tests',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13 test_deps = TEST_DEPS,
14)
15
16onos_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)