blob: c8a288f9369d4aa89042192b254e13433ba16b51 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
]
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.linkdiscovery',
title = 'Link Discovery Provider',
category = 'Provider',
url = 'http://onosproject.org',
description = 'ONOS link discovery provider.',
)