Aaron Kruglikov | ae7e3b8 | 2017-05-03 14:13:53 -0700 | [diff] [blame] | 1 | COMPILE_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 | |
| 9 | osgi_jar_with_tests ( |
| 10 | deps = COMPILE_DEPS, |
| 11 | ) |
| 12 | |
| 13 | onos_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 | ) |