Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | "@tinder_xmpp//jar", |
| 3 | "@org_apache_servicemix_bundles_dom4j//jar", |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 4 | "@io_netty_netty_common//jar", |
| 5 | "@io_netty_netty_transport//jar", |
| 6 | "@io_netty_netty_buffer//jar", |
| 7 | "@io_netty_netty_codec//jar", |
Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 8 | "@stax2_api//jar", |
| 9 | "@aalto_xml//jar", |
| 10 | "@concurrent_hashmap//jar", |
| 11 | "@gnu_idn//jar", |
| 12 | "//protocols/xmpp/core/api:onos-protocols-xmpp-core-api", |
| 13 | "//protocols/xmpp/core/ctl:onos-protocols-xmpp-core-ctl", |
| 14 | ] |
| 15 | |
| 16 | onos_app( |
| 17 | app_name = "org.onosproject.protocols.xmpp", |
| 18 | category = "Protocol", |
| 19 | description = "ONOS XMPP core protocol subsystem", |
| 20 | included_bundles = BUNDLES, |
| 21 | title = "XMPP Core Protocol Subsystem", |
| 22 | url = "https://wiki.onosproject.org/display/ONOS/XMPP+as+SBI", |
| 23 | ) |