blob: 2cbe48ddaffdf4baed23ab8a4aed0ba20c6c8ff6 [file] [log] [blame]
GRPC_VER = '1.3.0'
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//protocols/p4runtime/api:onos-protocols-p4runtime-api',
'//incubator/grpc-dependencies:grpc-core-repkg-' + GRPC_VER,
'//lib:grpc-netty-' + GRPC_VER,
]
BUNDLES = [
':onos-drivers-p4runtime',
]
osgi_jar(
deps = COMPILE_DEPS,
)
onos_app (
app_name = 'org.onosproject.drivers.p4runtime',
title = 'P4Runtime Default Device Drivers',
category = 'Drivers',
url = 'http://onosproject.org',
description = 'ONOS P4Runtime device drivers application.',
included_bundles = BUNDLES,
required_apps = [
'org.onosproject.generaldeviceprovider',
'org.onosproject.protocols.p4runtime',
'org.onosproject.p4runtime',
],
)