blob: 2cfed29823518d27a6e819a1afcb6b6ee5dadece [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 = 'ONOS host location provider.',
)