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', |
Charles Chan | c6d227e | 2017-02-28 15:15:17 -0800 | [diff] [blame] | 11 | '//utils/osgi:onlab-osgi-tests', |
Jonathan Hart | f4bd048 | 2017-01-27 15:11:18 -0800 | [diff] [blame] | 12 | ] |
| 13 | |
| 14 | osgi_jar_with_tests ( |
| 15 | deps = COMPILE_DEPS, |
| 16 | test_deps = TEST_DEPS, |
| 17 | ) |
| 18 | |
| 19 | BUNDLES = [ |
Pier Luigi | 9f765dc | 2017-02-03 13:35:23 -0800 | [diff] [blame] | 20 | '//apps/routing/common:onos-apps-routing-common', |
Jonathan Hart | f4bd048 | 2017-01-27 15:11:18 -0800 | [diff] [blame] | 21 | '//apps/routing/cpr:onos-apps-routing-cpr', |
| 22 | '//apps/routing-api:onos-apps-routing-api', |
| 23 | ] |
| 24 | |
| 25 | onos_app ( |
| 26 | app_name = 'org.onosproject.cpr', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 27 | title = 'Control Plane Redirect', |
Jonathan Hart | f4bd048 | 2017-01-27 15:11:18 -0800 | [diff] [blame] | 28 | category = 'Traffic Steering', |
| 29 | url = 'http://onosproject.org', |
| 30 | description = 'Redirects routing control traffic to a control plane', |
| 31 | included_bundles = BUNDLES, |
| 32 | ) |