blob: a8f25ba33ed3d6ebb84863a1da5f37ab7f67aea7 [file] [log] [blame]
BUNDLES = [
"//providers/p4runtime/packet:onos-providers-p4runtime-packet",
]
onos_app(
app_name = "org.onosproject.p4runtime",
category = "Provider",
description = "P4Runtime southbound providers.",
included_bundles = BUNDLES,
required_apps = [
"org.onosproject.protocols.p4runtime",
],
title = "P4Runtime Provider",
url = "http://onosproject.org",
)