Ray Milkey

BUCKify XosClient app to fix buck build

Change-Id: I5c9e6127ef3c00b79d12163fc82d4137ad00b407
......@@ -119,6 +119,7 @@ APPS = [
'//apps/faultmanagement:onos-apps-faultmanagement-oar',
'//apps/openstacknode:onos-apps-openstacknode-oar',
'//apps/cpman/app:onos-apps-cpman-app-oar',
'//apps/xosclient:onos-apps-xosclient-oar',
]
APP_JARS = [
......
......@@ -11,6 +11,7 @@ COMPILE_DEPS = [
'//core/store/serializers:onos-core-serializers',
'//apps/openstackinterface/api:onos-apps-openstackinterface-api',
'//apps/dhcp/api:onos-apps-dhcp-api',
'//apps/xosclient:onos-apps-xosclient',
'//protocols/ovsdb/api:onos-ovsdb-api',
'//protocols/ovsdb/rfc:onos-ovsdb-rfc',
]
......@@ -36,4 +37,5 @@ onos_app (
included_bundles = BUNDLES,
excluded_bundles = EXCLUDED_BUNDLES,
description = 'APIs for interacting with the CORD VTN application.',
required_apps = [ 'org.onosproject.xosclient' ],
)
......
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:javax.ws.rs-api',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)
onos_app (
title = 'XOS Client App',
category = 'Utility',
url = 'http://onosproject.org',
description = 'XOS client service',
)