blob: 77ec83675728a5bec648a57743bd2bdf36645f3d [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:openflowj',
Ray Milkey8dac8182016-04-28 16:44:19 -07004 '//protocols/openflow/api:onos-protocols-openflow-api',
Ray Milkeyaeb00792016-04-20 16:15:21 -07005 '//apps/cpman/api:onos-apps-cpman-api',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08006]
7
Ray Milkeyaeb00792016-04-20 16:15:21 -07008BUNDLES = [
9 '//apps/cpman/api:onos-apps-cpman-api',
10 ':onos-providers-openflow-message',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080011]
12
Ray Milkeyaeb00792016-04-20 16:15:21 -070013osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080014 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015)
16
Ray Milkeyaeb00792016-04-20 16:15:21 -070017onos_app (
Jonathan Hartbdfb5cb2016-08-01 13:43:38 -070018 app_name = 'org.onosproject.openflow-message',
Ray Milkeyaeb00792016-04-20 16:15:21 -070019 title = 'Control Message Stats Provider',
20 category = 'Provider',
21 url = 'http://onosproject.org',
22 description = 'ONOS OpenFlow control message provider.',
23 included_bundles = BUNDLES,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080024)