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 = [ |
| 10 | '//apps/rabbitmq:onos-apps-rabbitmq', |
| 11 | ] |
| 12 | |
| 13 | osgi_jar ( |
| 14 | deps = COMPILE_DEPS, |
| 15 | ) |
| 16 | |
| 17 | onos_app ( |
| 18 | title = 'Rabbit MQ APP', |
| 19 | category = 'Traffic Steering', |
| 20 | url = 'http://onosproject.org', |
| 21 | description = 'Rabbit MQ application.', |
| 22 | required_apps = [ 'org.onosproject.proxyarp' ], |
| 23 | included_bundles = BUNDLES, |
| 24 | ) |