blob: 8e7da4330e2628ec8de6c73dae6eb7e98e1ed403 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:openflowj',
4 '//protocols/openflow/api:onos-of-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 (
18 title = 'Control Message Stats Provider',
19 category = 'Provider',
20 url = 'http://onosproject.org',
21 description = 'ONOS OpenFlow control message provider.',
22 included_bundles = BUNDLES,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080023)