Tomek Osiński | e9ccf41 | 2018-01-13 19:44:11 +0100 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//protocols/xmpp/core/api:onos-protocols-xmpp-core-api', |
| 3 | '//protocols/xmpp/core/ctl:onos-protocols-xmpp-core-ctl', |
| 4 | '//lib:tinder-xmpp', |
| 5 | '//lib:org.apache.servicemix.bundles.dom4j', |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 6 | '//lib:io_netty_netty_common', |
| 7 | '//lib:io_netty_netty_transport', |
| 8 | '//lib:io_netty_netty_buffer', |
| 9 | '//lib:io_netty_netty_codec', |
Tomek Osiński | e9ccf41 | 2018-01-13 19:44:11 +0100 | [diff] [blame] | 10 | '//lib:stax2-api', |
| 11 | '//lib:aalto-xml', |
| 12 | '//lib:concurrent-hashmap', |
| 13 | '//lib:gnu-idn', |
| 14 | ] |
| 15 | |
| 16 | onos_app( |
| 17 | app_name = 'org.onosproject.protocols.xmpp', |
| 18 | title = 'XMPP Core Protocol Subsystem', |
| 19 | category = 'Protocol', |
| 20 | url = 'https://wiki.onosproject.org/display/ONOS/XMPP+as+SBI', |
| 21 | description = 'ONOS XMPP core protocol subsystem', |
| 22 | included_bundles = BUNDLES, |
| 23 | ) |