blob: fe1dc0b0b91fb41e1c8328e3e5c060f4b85dd2c8 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:NETTY',
Ray Milkeyaeb00792016-04-20 16:15:21 -07004 '//providers/lldpcommon:onos-providers-lldpcommon',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08005]
6
7TEST_DEPS = [
Ray Milkey7c251822016-04-06 17:38:25 -07008 '//lib:TEST_ADAPTERS',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009]
10
Ray Milkeyaeb00792016-04-20 16:15:21 -070011BUNDLES = [
12 '//providers/lldpcommon:onos-providers-lldpcommon',
13 '//providers/netcfglinks:onos-providers-netcfglinks',
14]
15
16osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080017 deps = COMPILE_DEPS,
Ray Milkeyaeb00792016-04-20 16:15:21 -070018 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080019)
20
Ray Milkeyaeb00792016-04-20 16:15:21 -070021onos_app (
Charles Chanc3142942016-05-05 17:42:14 -070022 app_name = 'org.onosproject.netcfglinksprovider',
Ray Milkeyaeb00792016-04-20 16:15:21 -070023 title = 'Network Config Link Provider',
24 category = 'Provider',
25 url = 'http://onosproject.org',
26 description = 'Links provider that uses network config service to predefine devices and links.',
27 included_bundles = BUNDLES,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080028)