Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + METRICS + [ |
| 2 | "@openflowj//jar", |
| 3 | "//protocols/openflow/api:onos-protocols-openflow-api", |
| 4 | "//apps/cpman/api:onos-apps-cpman-api", |
| 5 | ] |
| 6 | |
| 7 | BUNDLES = [ |
| 8 | "//apps/cpman/api:onos-apps-cpman-api", |
| 9 | ":onos-providers-openflow-message", |
| 10 | ] |
| 11 | |
| 12 | osgi_jar_with_tests( |
| 13 | exclude_tests = [ |
| 14 | "org.onosproject.provider.of.message.impl.OpenFlowControlMessageProviderTest", |
| 15 | ], |
| 16 | deps = COMPILE_DEPS, |
| 17 | ) |
| 18 | |
| 19 | onos_app( |
| 20 | app_name = "org.onosproject.openflow-message", |
| 21 | category = "Provider", |
| 22 | description = "ONOS OpenFlow control message provider.", |
| 23 | included_bundles = BUNDLES, |
| 24 | title = "Control Message Stats Provider", |
| 25 | url = "http://onosproject.org", |
| 26 | ) |