blob: 9d60d157a21bfa9089a902cf75791554c2a0ec32 [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.hostprovider",
category = "Provider",
description = "Provides host discovery and location to the ONOS core by eavesdropping on the ARP and NDP packets.",
title = "Host Location Provider",
url = "http://onosproject.org",
)