Tomek OsiĆski | 7a1db18 | 2018-02-03 17:15:06 +0100 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//protocols/xmpp/core/api:onos-protocols-xmpp-core-api', |
| 3 | '//protocols/xmpp/pubsub/api:onos-protocols-xmpp-pubsub-api', |
| 4 | '//protocols/xmpp/pubsub/ctl:onos-protocols-xmpp-pubsub-ctl', |
| 5 | '//lib:tinder-xmpp', |
| 6 | '//lib:concurrent-hashmap', |
| 7 | '//lib:gnu-idn', |
| 8 | ] |
| 9 | |
| 10 | onos_app( |
| 11 | app_name = 'org.onosproject.protocols.xmpp.pubsub', |
| 12 | title = 'XMPP Publish/Subscribe protocol extension subsystem', |
| 13 | category = 'Protocol', |
| 14 | url = 'http://onosproject.org', |
| 15 | description = 'XMPP Publish/Subscribe protocol extension subsystem', |
| 16 | included_bundles = BUNDLES, |
| 17 | required_apps = [ |
| 18 | 'org.onosproject.protocols.xmpp', |
| 19 | ] |
| 20 | ) |