blob: 8fcdaa57c14dfa3970915b7b21a728f95cd905c1 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + [
"//incubator/api:onos-incubator-api",
"//apps/routing-api:onos-apps-routing-api",
]
TEST_DEPS = TEST_ADAPTERS + [
"//incubator/api:onos-incubator-api-tests",
"//apps/routing-api:onos-apps-routing-api-tests",
"//utils/osgi:onlab-osgi-tests",
]
osgi_jar_with_tests(
test_deps = TEST_DEPS,
deps = COMPILE_DEPS,
)
BUNDLES = [
"//apps/routing/common:onos-apps-routing-common",
"//apps/routing/cpr:onos-apps-routing-cpr",
"//apps/routing-api:onos-apps-routing-api",
]
onos_app(
app_name = "org.onosproject.cpr",
category = "Traffic Engineering",
description = "Redirects routing control traffic to a control plane",
included_bundles = BUNDLES,
title = "Control Plane Redirect",
url = "http://onosproject.org",
)