summaryrefslogtreecommitdiff
path: root/etc/import.pkgconfig/TARGETS.bazel_remote_apis
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import.pkgconfig/TARGETS.bazel_remote_apis')
-rw-r--r--etc/import.pkgconfig/TARGETS.bazel_remote_apis19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/import.pkgconfig/TARGETS.bazel_remote_apis b/etc/import.pkgconfig/TARGETS.bazel_remote_apis
new file mode 100644
index 00000000..9c16e433
--- /dev/null
+++ b/etc/import.pkgconfig/TARGETS.bazel_remote_apis
@@ -0,0 +1,19 @@
+{ "semver_proto":
+ { "type": ["@", "rules", "proto", "library"]
+ , "name": ["semver_proto"]
+ , "srcs": [["include", "semver_proto_file"]]
+ }
+, "remote_execution_proto":
+ { "type": ["@", "rules", "proto", "library"]
+ , "name": ["remote_execution_proto"]
+ , "service": ["yes"]
+ , "srcs": [["include", "remote_execution_proto_file"]]
+ , "deps":
+ [ "semver_proto"
+ , ["@", "google_apis", "", "google_api_annotations_proto"]
+ , ["@", "google_apis", "", "google_api_http_proto"]
+ , ["@", "google_apis", "", "google_longrunning_operations_proto"]
+ , ["@", "google_apis", "", "google_rpc_status_proto"]
+ ]
+ }
+}