Michele Santuari | 208b167 | 2016-08-04 17:33:12 +0200 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | ] | ||||
4 | |||||
5 | TEST_DEPS = [ | ||||
6 | '//lib:TEST_ADAPTERS', | ||||
7 | '//utils/osgi:onlab-osgi-tests', | ||||
8 | ] | ||||
9 | |||||
10 | osgi_jar_with_tests ( | ||||
11 | deps = COMPILE_DEPS, | ||||
12 | test_deps = TEST_DEPS, | ||||
13 | ) | ||||
14 | |||||
15 | onos_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 | ) |