blob: dc6b7a45c56c5cc8b03b1c365f465357d75eb1e2 [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
Ray Milkeya01809a2018-08-09 09:20:06 -07009osgi_jar_with_tests(
Charles Chan24e85d12018-08-06 18:15:41 -070010 test_deps = TEST_DEPS,
Ray Milkeya01809a2018-08-09 09:20:06 -070011 deps = COMPILE_DEPS,
Charles Chan24e85d12018-08-06 18:15:41 -070012)
13
Ray Milkeya01809a2018-08-09 09:20:06 -070014onos_app(
Charles Chan24e85d12018-08-06 18:15:41 -070015 app_name = "org.onosproject.hostprobingprovider",
Charles Chan24e85d12018-08-06 18:15:41 -070016 category = "Provider",
Charles Chan24e85d12018-08-06 18:15:41 -070017 description = "Provides host probing mechanism that discovers or verifies the existence of a host at specific location",
Ray Milkeya01809a2018-08-09 09:20:06 -070018 title = "Host Probing Provider",
19 url = "http://onosproject.org",
Charles Chan24e85d12018-08-06 18:15:41 -070020)