blob: b9caae27d96ae3ee732b3c169fab5e9d90ac3026 [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 (
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)