Yi Tseng 2a340f7cc6 [ONOS-7829] Implement AbstractGrpcClient and AbstractGrpcClientControl
Change-Id: I39cba6834e7fe8d1b60b576b9934c0b3cfa7104b
2018-11-05 19:05:35 +00:00

19 lines
385 B
Python

GRPC_VER = '1.3.1'
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//incubator/grpc-dependencies:grpc-core-repkg-' + GRPC_VER,
'//protocols/grpc/api:onos-protocols-grpc-api',
]
TEST_DEPS = [
'//core/api:onos-api-tests',
'//lib:TEST',
'//protocols/p4runtime/api:onos-protocols-p4runtime-api',
]
osgi_jar_with_tests(
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)