Ray Milkey 24439fe26d app buck refactor for apps: aaa, acl, bgprouter
Change-Id: Iaa970e3a937cc1df0aff29cc45f4c08c2d79cd13
2016-04-09 02:55:18 -07:00

25 lines
562 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//incubator/api:onos-incubator-api',
'//apps/routing-api:onos-apps-routing-api',
]
BUNDLES = [
'//apps/routing-api:onos-apps-routing-api',
'//apps/routing:onos-apps-routing',
'//apps/bgprouter:onos-apps-bgprouter',
]
osgi_jar (
deps = COMPILE_DEPS,
)
onos_app (
title = 'BGP Router App',
category = 'Traffic Steering',
url = 'http://onosproject.org',
description = 'BGP router application.',
required_apps = [ 'org.onosproject.proxyarp' ],
included_bundles = BUNDLES,
)