blob: 9abaabdc76c8d20493e0bd233800c6dc45ec778f [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:METRICS',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08004 '//lib:openflowj',
Ray Milkey8dac8182016-04-28 16:44:19 -07005 '//protocols/openflow/api:onos-protocols-openflow-api',
Ray Milkeyaeb00792016-04-20 16:15:21 -07006 '//apps/cpman/api:onos-apps-cpman-api',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007]
8
Ray Milkeyaeb00792016-04-20 16:15:21 -07009BUNDLES = [
10 '//apps/cpman/api:onos-apps-cpman-api',
11 ':onos-providers-openflow-message',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012]
13
Ray Milkeyaeb00792016-04-20 16:15:21 -070014osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080016)
17
Ray Milkeyaeb00792016-04-20 16:15:21 -070018onos_app (
Jonathan Hartbdfb5cb2016-08-01 13:43:38 -070019 app_name = 'org.onosproject.openflow-message',
Ray Milkeyaeb00792016-04-20 16:15:21 -070020 title = 'Control Message Stats Provider',
21 category = 'Provider',
22 url = 'http://onosproject.org',
23 description = 'ONOS OpenFlow control message provider.',
24 included_bundles = BUNDLES,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080025)