From 8837bd3f14c0af1d221316bf1126ec22066fe054 Mon Sep 17 00:00:00 2001 From: Keith Short Date: Fri, 5 Aug 2022 13:18:27 -0600 Subject: 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 Change-Id: I4e6c317b8258a1e08e42b0108d2e8516925f93dd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3813047 Reviewed-by: Mike Frysinger Reviewed-by: Paul Fagerburg --- DIR_METADATA | 17 +++++++++++++++++ zephyr/DIR_METADATA | 9 +++++++++ 2 files changed, 26 insertions(+) create mode 100644 DIR_METADATA create mode 100644 zephyr/DIR_METADATA 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" diff --git a/zephyr/DIR_METADATA b/zephyr/DIR_METADATA new file mode 100644 index 0000000000..c7bfb79d83 --- /dev/null +++ b/zephyr/DIR_METADATA @@ -0,0 +1,9 @@ +# 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 + +team_email: "zephyr-task-force@google.com" -- cgit v1.2.1