blob: 6c80b9b38c3aef94d11df64c4c6f3bf0b7b15a77 [file] [log] [blame]
BUNDLES = [
'//protocols/gnmi/stub:onos-protocols-gnmi-stub',
]
onos_app(
app_name = 'org.onosproject.protocols.gnmi',
title = 'gNMI Protocol Subsystem',
category = 'Protocol',
url = 'http://onosproject.org',
description = 'ONOS gNMI protocol subsystem',
included_bundles = BUNDLES,
required_apps = [
'org.onosproject.protocols.grpc'
],
)