blob: ead7a3bc2ee2f0fe24fd928fcf0d4401a22588fd [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + [
"//drivers/p4runtime:onos-drivers-p4runtime",
]
BUNDLES = [
":onos-drivers-barefoot",
]
osgi_jar(
deps = COMPILE_DEPS,
resources_root = "src/main/resources",
resources = glob(["src/main/resources/**"]),
)
onos_app (
app_name = "org.onosproject.drivers.barefoot",
title = "Barefoot Drivers",
category = "Drivers",
url = "http://onosproject.org",
description = "Adds support for Barefoot Networks devices",
included_bundles = BUNDLES,
required_apps = [
"org.onosproject.drivers.p4runtime",
],
)