blob: 66e2f59b983ecbee0eece57116619b4e804e3993 [file] [log] [blame]
Carmelo Cascone72893b72018-08-09 00:59:06 -07001BUNDLES = [
2 '//protocols/p4runtime/api:onos-protocols-p4runtime-api',
3 '//protocols/p4runtime/ctl:onos-protocols-p4runtime-ctl',
4 '//protocols/p4runtime/model:onos-protocols-p4runtime-model',
5 "//protocols/p4runtime/proto:p4runtime_java_grpc",
6]
7
8onos_app(
9 app_name = 'org.onosproject.protocols.p4runtime',
10 title = 'P4Runtime Protocol Subsystem',
11 category = 'Protocol',
12 url = 'http://onosproject.org',
13 description = 'ONOS P4Runtime protocol subsystem',
14 included_bundles = BUNDLES,
15 required_apps = [
16 'org.onosproject.protocols.grpc'
17 ],
18)