Carmelo Cascone | b1936bd | 2017-12-12 14:42:27 -0800 | [diff] [blame] | 1 | GRPC_VER = '1.3.1' |
| 2 | |
Aaron Kruglikov | ae7e3b8 | 2017-05-03 14:13:53 -0700 | [diff] [blame] | 3 | COMPILE_DEPS = [ |
| 4 | '//lib:CORE_DEPS', |
| 5 | '//lib:NETTY', |
| 6 | '//lib:GRPC_1.3', |
Carmelo Cascone | b1936bd | 2017-12-12 14:42:27 -0800 | [diff] [blame] | 7 | '//incubator/grpc-dependencies:grpc-core-repkg-' + GRPC_VER, |
Aaron Kruglikov | ae7e3b8 | 2017-05-03 14:13:53 -0700 | [diff] [blame] | 8 | '//incubator/protobuf/api:onos-grpc-api' |
| 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests ( |
| 12 | deps = COMPILE_DEPS, |
| 13 | ) |
| 14 | |
| 15 | onos_app ( |
| 16 | title = 'Grpc Service Registry', |
| 17 | app_name = "org.onosproject.grpc.registry", |
Carmelo Cascone | b1936bd | 2017-12-12 14:42:27 -0800 | [diff] [blame] | 18 | included_bundles = ['//incubator/grpc-dependencies:grpc-core-repkg-' + GRPC_VER, |
Aaron Kruglikov | ae7e3b8 | 2017-05-03 14:13:53 -0700 | [diff] [blame] | 19 | '//lib:google-instrumentation-0.3.0'], |
| 20 | category = 'TODO', |
| 21 | url = 'http://onosproject.org', |
| 22 | description = 'Service providing connections for remote apps communicating with the ONOS core via gRPC.', |
| 23 | ) |