blob: 4b59462d22bb1d77a799be6c8d2d22505d5a58c7 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkeyaeb00792016-04-20 16:15:21 -07003 '//providers/lldpcommon:onos-providers-lldpcommon',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08004]
5
6TEST_DEPS = [
Ray Milkey7c251822016-04-06 17:38:25 -07007 '//lib:TEST_ADAPTERS',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08008]
9
Ray Milkeyaeb00792016-04-20 16:15:21 -070010BUNDLES = [
11 '//providers/lldpcommon:onos-providers-lldpcommon',
12 '//providers/netcfglinks:onos-providers-netcfglinks',
13]
14
15osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080016 deps = COMPILE_DEPS,
Ray Milkeyaeb00792016-04-20 16:15:21 -070017 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080018)
19
Ray Milkeyaeb00792016-04-20 16:15:21 -070020onos_app (
Charles Chanc3142942016-05-05 17:42:14 -070021 app_name = 'org.onosproject.netcfglinksprovider',
Ray Milkeyaeb00792016-04-20 16:15:21 -070022 title = 'Network Config Link Provider',
23 category = 'Provider',
24 url = 'http://onosproject.org',
Thomas Vachuska7c45e282017-08-23 17:55:53 -070025 description = 'Allows operator to prescribe information about known infrastructure links and ' +
26 'their state using the network configuration subsystem. Such information takes precedence ' +
27 'over information discovered through other link discovery providers.',
Ray Milkeyaeb00792016-04-20 16:15:21 -070028 included_bundles = BUNDLES,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080029)