blob: 46ae87ce8ccb47ee3d73c7e6f4f32bcee24d7c60 [file] [log] [blame]
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08001COMPILE_DEPS = CORE_DEPS
Charles Chan24e85d12018-08-06 18:15:41 -07002
3TEST_DEPS = TEST_ADAPTERS + [
4 "//utils/osgi:onlab-osgi-tests",
5]
6
Ray Milkeya01809a2018-08-09 09:20:06 -07007osgi_jar_with_tests(
Charles Chan24e85d12018-08-06 18:15:41 -07008 test_deps = TEST_DEPS,
Ray Milkeya01809a2018-08-09 09:20:06 -07009 deps = COMPILE_DEPS,
Charles Chan24e85d12018-08-06 18:15:41 -070010)
11
Ray Milkeya01809a2018-08-09 09:20:06 -070012onos_app(
Charles Chan24e85d12018-08-06 18:15:41 -070013 app_name = "org.onosproject.hostprobingprovider",
Charles Chan24e85d12018-08-06 18:15:41 -070014 category = "Provider",
Charles Chan24e85d12018-08-06 18:15:41 -070015 description = "Provides host probing mechanism that discovers or verifies the existence of a host at specific location",
Ray Milkeya01809a2018-08-09 09:20:06 -070016 title = "Host Probing Provider",
17 url = "http://onosproject.org",
Charles Chan24e85d12018-08-06 18:15:41 -070018)