blob: b7d90f4146b8336867d57673f3e1847f902b0604 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//incubator/api:onos-incubator-api',
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
'//utils/osgi:onlab-osgi-tests',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)
onos_app (
app_name = 'org.onosproject.hostprovider',
title = 'Host Location Provider',
category = 'Provider',
url = 'http://onosproject.org',
description = 'Provides host discovery and location to the ONOS core by eavesdropping on the ARP and NDP packets.',
)