blob: e6a339db39f116ac765adb8c9d55f41a0e2d3482 [file] [log] [blame]
Aaron Kruglikovae7e3b82017-05-03 14:13:53 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:NETTY',
4 '//lib:GRPC_1.3',
5 '//incubator/grpc-dependencies:grpc-core-repkg-1.3.0',
6 '//incubator/protobuf/api:onos-grpc-api'
7]
8
9osgi_jar_with_tests (
10 deps = COMPILE_DEPS,
11)
12
13onos_app (
14 title = 'Grpc Service Registry',
15 app_name = "org.onosproject.grpc.registry",
16 included_bundles = ['//incubator/grpc-dependencies:grpc-core-repkg-1.3.0',
17 '//lib:google-instrumentation-0.3.0'],
18 category = 'TODO',
19 url = 'http://onosproject.org',
20 description = 'Service providing connections for remote apps communicating with the ONOS core via gRPC.',
21)