Jonathan Hart a9e29550c0 Implemented SDN-IP/BgpRouter neighbour handling using NeighbourResolutionService
Change-Id: Ia7e3f18bd69d56cb2f46f815eaa2352533a54ed0
2016-09-14 15:32:38 +00:00

24 lines
510 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.',
included_bundles = BUNDLES,
)