Aaron Kruglikov | 9f95f99 | 2017-06-23 14:15:25 +0900 | [diff] [blame] | 1 | |
| 2 | COMPILE_DEPS = [ |
| 3 | '//lib:CORE_DEPS', |
| 4 | ':onos-incubator-protobuf-models-proto', |
| 5 | '//lib:protobuf-java-3.2.0', |
| 6 | '//lib:GRPC_1.3' |
| 7 | ] |
| 8 | |
| 9 | GRPC_DEPS = [ |
| 10 | '//lib:GRPC_1.3', |
| 11 | '//lib:protobuf-java-3.2.0', |
| 12 | '//lib:guava' |
| 13 | ] |
| 14 | |
| 15 | BUNDLES = [ |
| 16 | ':onos-incubator-protobuf-models', |
| 17 | ':onos-incubator-protobuf-models-proto', |
| 18 | '//lib:protobuf-java-3.2.0', |
| 19 | ] |
| 20 | |
| 21 | grpc_jar( |
| 22 | name = 'onos-incubator-protobuf-models-proto', |
| 23 | deps = GRPC_DEPS, |
| 24 | proto_paths = ["$ONOS_ROOT/incubator/protobuf/models/src/main/proto"] |
| 25 | ) |
| 26 | |
| 27 | osgi_jar_with_tests( |
| 28 | deps = COMPILE_DEPS, |
| 29 | visibility = ['PUBLIC'], |
| 30 | ) |