blob: 8858edf20e2052ef61db52a35046a6ec5293fdfb [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + JACKSON + [
"//apps/routing-api:onos-apps-routing-api",
]
BUNDLES = [
"//apps/routing-api:onos-apps-routing-api",
"//apps/routing/common:onos-apps-routing-common",
"//apps/bgprouter:onos-apps-bgprouter",
]
osgi_jar(
deps = COMPILE_DEPS,
)
onos_app(
category = "Traffic Engineering",
description = "BGP router application.",
included_bundles = BUNDLES,
required_apps = [
"org.onosproject.fibinstaller",
"org.onosproject.route-service",
],
title = "BGP Router",
url = "http://onosproject.org",
)