diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-03-31 17:35:26 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-18 12:44:10 +0200 |
commit | f47851aebb7763da72df7e73a64660fd8084f86a (patch) | |
tree | 6b110f83e35a924c52f142f9e5fed7fcbbff1aa7 /etc/import.pkgconfig/TARGETS.bazel_remote_apis | |
parent | 0d8ffd486b5d77600cc19e6e8055f836c4571638 (diff) | |
download | justbuild-f47851aebb7763da72df7e73a64660fd8084f86a.tar.gz |
bootstrap: Replace prebuilt imports by pkgconfig
Diffstat (limited to 'etc/import.pkgconfig/TARGETS.bazel_remote_apis')
-rw-r--r-- | etc/import.pkgconfig/TARGETS.bazel_remote_apis | 19 |
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"] + ] + } +} |