Carmelo Cascone 72893b7755 [WIP] Attempt at building grpc and p4runtime protocols with Bazel
STILL NOT WORKING AT RUNTIME

Change-Id: I1f9e60b12a12e09edad2a714ec2921a4f71c6d35
2018-08-09 20:33:39 +00:00

23 lines
739 B
Python

BUNDLES = [
'//protocols/xmpp/core/api:onos-protocols-xmpp-core-api',
'//protocols/xmpp/core/ctl:onos-protocols-xmpp-core-ctl',
'//lib:tinder-xmpp',
'//lib:org.apache.servicemix.bundles.dom4j',
'//lib:io_netty_netty_common',
'//lib:io_netty_netty_transport',
'//lib:io_netty_netty_buffer',
'//lib:io_netty_netty_codec',
'//lib:stax2-api',
'//lib:aalto-xml',
'//lib:concurrent-hashmap',
'//lib:gnu-idn',
]
onos_app(
app_name = 'org.onosproject.protocols.xmpp',
title = 'XMPP Core Protocol Subsystem',
category = 'Protocol',
url = 'https://wiki.onosproject.org/display/ONOS/XMPP+as+SBI',
description = 'ONOS XMPP core protocol subsystem',
included_bundles = BUNDLES,
)