Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:openflowj', |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 4 | '//protocols/openflow/api:onos-protocols-openflow-api', |
Ray Milkey | aeb0079 | 2016-04-20 16:15:21 -0700 | [diff] [blame] | 5 | '//apps/cpman/api:onos-apps-cpman-api', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 6 | ] |
| 7 | |
Ray Milkey | aeb0079 | 2016-04-20 16:15:21 -0700 | [diff] [blame] | 8 | BUNDLES = [ |
| 9 | '//apps/cpman/api:onos-apps-cpman-api', |
| 10 | ':onos-providers-openflow-message', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 11 | ] |
| 12 | |
Ray Milkey | aeb0079 | 2016-04-20 16:15:21 -0700 | [diff] [blame] | 13 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 14 | deps = COMPILE_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 15 | ) |
| 16 | |
Ray Milkey | aeb0079 | 2016-04-20 16:15:21 -0700 | [diff] [blame] | 17 | onos_app ( |
Jonathan Hart | bdfb5cb | 2016-08-01 13:43:38 -0700 | [diff] [blame] | 18 | app_name = 'org.onosproject.openflow-message', |
Ray Milkey | aeb0079 | 2016-04-20 16:15:21 -0700 | [diff] [blame] | 19 | 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 Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 24 | ) |