Thomas Vachuska 1251e63216 Cleaning up app categories and default app origin to be "ONOS Community"
Change-Id: Ia01dffcbd2c4dcf615dd3af5e2f941a5d4beff42
2017-07-31 22:49:49 +00:00

17 lines
534 B
Python

BUNDLES = [
'//protocols/p4runtime/proto:onos-protocols-p4runtime-proto',
'//protocols/p4runtime/api:onos-protocols-p4runtime-api',
'//protocols/p4runtime/ctl:onos-protocols-p4runtime-ctl',
]
onos_app(
app_name = 'org.onosproject.protocols.p4runtime',
title = 'P4Runtime Protocol Subsystem',
category = 'Protocol',
url = 'http://onosproject.org',
description = 'ONOS P4Runtime protocol subsystem',
included_bundles = BUNDLES,
required_apps = [
'org.onosproject.protocols.grpc'
],
)