Jonathan Hart ad432065d8 Fix buck build for SDN-IP and vRouter.
Change-Id: I99aac2ce477f7a2ba0d12dd46e669a25ebcfc750
2016-05-20 20:38:30 +00:00

23 lines
476 B
Python

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