blob: c8a288f9369d4aa89042192b254e13433ba16b51 [file] [log] [blame]
Michele Santuari208b1672016-08-04 17:33:12 +02001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
5TEST_DEPS = [
6 '//lib:TEST_ADAPTERS',
7 '//utils/osgi:onlab-osgi-tests',
8]
9
10osgi_jar_with_tests (
11 deps = COMPILE_DEPS,
12 test_deps = TEST_DEPS,
13)
14
15onos_app (
16 app_name = 'org.onosproject.linkdiscovery',
17 title = 'Link Discovery Provider',
18 category = 'Provider',
19 url = 'http://onosproject.org',
20 description = 'ONOS link discovery provider.',
21)