blob: 29c14ea1cc230f5d6b39710cb751649ef3a3a155 [file] [log] [blame]
GRPC_VER = '1.3.0'
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:minimal-json',
'//incubator/bmv2/model:onos-incubator-bmv2-model',
'//protocols/p4runtime/api:onos-protocols-p4runtime-api',
'//drivers/default:onos-drivers-default',
'//incubator/grpc-dependencies:grpc-core-repkg-' + GRPC_VER,
'//lib:grpc-netty-' + GRPC_VER,
]
BUNDLES = [
':onos-drivers-barefoot',
'//incubator/bmv2/model:onos-incubator-bmv2-model',
'//drivers/default:onos-drivers-default',
]
osgi_jar(
deps = COMPILE_DEPS,
)
onos_app (
app_name = 'org.onosproject.drivers.barefoot',
title = 'Barefoot Device Drivers',
category = 'Drivers',
url = 'http://onosproject.org',
description = 'ONOS Barefoot device drivers application.',
included_bundles = BUNDLES,
required_apps = [
'org.onosproject.drivers.p4runtime'
],
)