blob: dc6b7a45c56c5cc8b03b1c365f465357d75eb1e2 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + [
"//incubator/api:onos-incubator-api",
]
TEST_DEPS = TEST_ADAPTERS + [
"//utils/osgi:onlab-osgi-tests",
]
osgi_jar_with_tests(
test_deps = TEST_DEPS,
deps = COMPILE_DEPS,
)
onos_app(
app_name = "org.onosproject.hostprobingprovider",
category = "Provider",
description = "Provides host probing mechanism that discovers or verifies the existence of a host at specific location",
title = "Host Probing Provider",
url = "http://onosproject.org",
)