summaryrefslogtreecommitdiff
path: root/DIR_METADATA
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2022-08-05 13:18:27 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-08-05 21:44:15 +0000
commit8837bd3f14c0af1d221316bf1126ec22066fe054 (patch)
treeae21194bf0cf86e86c05f291a23aebae42eb0adf /DIR_METADATA
parent4cd022b82dd64a5fd85cfccca5f5d0a72761b95c (diff)
downloadchrome-ec-8837bd3f14c0af1d221316bf1126ec22066fe054.tar.gz
metadata: Create DIR_METADATA for the EC repo
Add a DIR_METADATA for general EC, and for the Zephyr specific files in the EC repository. BUG=b:231317150 BRANCH=none TEST=dirmd validate ./DIR_METADATA TEST=dirmd validate zephyr/DIR_METADATA Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I4e6c317b8258a1e08e42b0108d2e8516925f93dd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3813047 Reviewed-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'DIR_METADATA')
-rw-r--r--DIR_METADATA17
1 files changed, 17 insertions, 0 deletions
diff --git a/DIR_METADATA b/DIR_METADATA
new file mode 100644
index 0000000000..526b1dd7ed
--- /dev/null
+++ b/DIR_METADATA
@@ -0,0 +1,17 @@
+# Metadata information for this directory.
+#
+# For more information on DIR_METADATA files, see:
+# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
+#
+# For the schema of this file, see Metadata message:
+# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto
+
+buganizer {
+ component_id: 167114 # ChromeOS > Platform > Enablement > Firmware > EC
+}
+
+buganizer_public {
+ component_id: 960650 # ChromeOS Public Tracker > Core Systems > Firmware > EC
+}
+
+team_email: "cros-ec@google.com"