aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--METADATA21
-rw-r--r--MODULE_LICENSE_APACHE20
-rw-r--r--OWNERS2
3 files changed, 23 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..604969e
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,21 @@
+name: "rules_proto"
+description:
+ "This repository contains Starlark implementation of Protobuf rules in "
+ "Bazel. "
+ " "
+ "For a high-level overview of using Protocol Buffers and gRPC with Bazel, "
+ "see https://bazel-contrib.github.io/SIG-rules-authors/proto-grpc.html. "
+ " "
+ "For the list of Proto rules, see the Bazel documentation."
+
+third_party {
+ homepage: "https://github.com/bazelbuild/rules_proto"
+ identifier {
+ type: "Git"
+ value: "https://github.com/bazelbuild/rules_proto"
+ primary_source: true
+ }
+ version: "d4c3498677e7fbda6f717585276ea4d8b75acec0"
+ last_upgrade_date { year: 2024 month: 2 day: 29 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..e890b47
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,2 @@
+include platform/system/core:main:/janitors/OWNERS
+include kernel/build:main:/OWNERS