ADARA Networks | 1fb1eb1 | 2016-09-01 12:04:07 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//incubator/api:onos-incubator-api', |
| 4 | '//lib:guava', |
| 5 | '//lib:gson', |
| 6 | '//lib:amqp-client', |
| 7 | ] |
| 8 | |
| 9 | BUNDLES = [ |
Thomas Vachuska | 0e11dcb | 2017-12-13 16:57:14 -0800 | [diff] [blame] | 10 | '//lib:gson', |
| 11 | '//lib:amqp-client', |
| 12 | '//apps/rabbitmq:onos-apps-rabbitmq', |
ADARA Networks | 1fb1eb1 | 2016-09-01 12:04:07 -0700 | [diff] [blame] | 13 | ] |
| 14 | |
| 15 | osgi_jar ( |
| 16 | deps = COMPILE_DEPS, |
| 17 | ) |
| 18 | |
| 19 | onos_app ( |
Thomas Vachuska | 0e11dcb | 2017-12-13 16:57:14 -0800 | [diff] [blame] | 20 | title = 'Rabbit MQ Integration', |
| 21 | category = 'Integration', |
ADARA Networks | 1fb1eb1 | 2016-09-01 12:04:07 -0700 | [diff] [blame] | 22 | url = 'http://onosproject.org', |
| 23 | description = 'Rabbit MQ application.', |
| 24 | required_apps = [ 'org.onosproject.proxyarp' ], |
| 25 | included_bundles = BUNDLES, |
| 26 | ) |