blob: d1a3ba2d4e0725ac25bda05e9729bd423578d1e4 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + JACKSON + [
"//incubator/api:onos-incubator-api",
"//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",
)