Jonathan Hart | f4bd048 | 2017-01-27 15:11:18 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//incubator/api:onos-incubator-api', |
| 4 | '//apps/routing-api:onos-apps-routing-api', |
| 5 | ] |
| 6 | |
| 7 | TEST_DEPS = [ |
| 8 | '//lib:TEST_ADAPTERS', |
| 9 | '//incubator/api:onos-incubator-api-tests', |
| 10 | '//apps/routing-api:onos-apps-routing-api-tests', |
| 11 | ] |
| 12 | |
| 13 | osgi_jar_with_tests ( |
| 14 | deps = COMPILE_DEPS, |
| 15 | test_deps = TEST_DEPS, |
| 16 | ) |
| 17 | |
| 18 | BUNDLES = [ |
Pier Luigi | 9f765dc | 2017-02-03 13:35:23 -0800 | [diff] [blame] | 19 | '//apps/routing/common:onos-apps-routing-common', |
Jonathan Hart | f4bd048 | 2017-01-27 15:11:18 -0800 | [diff] [blame] | 20 | '//apps/routing/cpr:onos-apps-routing-cpr', |
| 21 | '//apps/routing-api:onos-apps-routing-api', |
| 22 | ] |
| 23 | |
| 24 | onos_app ( |
| 25 | app_name = 'org.onosproject.cpr', |
| 26 | title = 'Control plane redirect', |
| 27 | category = 'Traffic Steering', |
| 28 | url = 'http://onosproject.org', |
| 29 | description = 'Redirects routing control traffic to a control plane', |
| 30 | included_bundles = BUNDLES, |
| 31 | ) |