pyelftools: Add DIR_METADATA.

- Use same DIR_METADATA as chromite.

- Also fix OWNERS (it was referring to a branch that doesn't
exist on chromite, so there were no OWNERS).

BUG=None
TEST=CQ

Change-Id: I771cd59816c38faf6dbadc7cbff2f6ef5ab52a5b
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/pyelftools/+/4245677
Owners-Override: Ram Chandrasekar <rchandrasekar@google.com>
Reviewed-by: Navil Perez <navil@google.com>
Auto-Submit: Andrew Lamb <andrewlamb@chromium.org>
Tested-by: Andrew Lamb <andrewlamb@chromium.org>
Commit-Queue: Navil Perez <navil@google.com>
diff --git a/DIR_METADATA b/DIR_METADATA
new file mode 100644
index 0000000..eec85e8
--- /dev/null
+++ b/DIR_METADATA
@@ -0,0 +1,29 @@
+# Metadata information for this directory.
+#
+# For more information on DIR_METADATA files, see:
+#   https://source.chromium.org/chromium/infra/infra/+/HEAD:go/src/infra/tools/dirmd/README.md
+#
+# For the schema of this file, see Metadata message:
+#   https://source.chromium.org/chromium/infra/infra/+/HEAD:go/src/infra/tools/dirmd/proto/dir_metadata.proto
+
+buganizer {
+  component_id: 1027774  # ChromeOS > Infra > Build
+}
+
+buganizer_public {
+  component_id: 1037860  # Chrome OS Public Tracker > Services > Infra > Build
+}
+
+team_email: "chromeos-build-discuss@google.com"
+
+chromeos {
+  cq {
+    source_test_plans {
+      test_plan_starlark_files {
+        host: "chrome-internal.googlesource.com"
+        project: "chromeos/config-internal"
+        path: "test/plans/v2/ctpv1_compatible/cq_minimal_each_arch.star"
+      }
+    }
+  }
+}
diff --git a/OWNERS b/OWNERS
index effaef4..d39c14f 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,2 +1 @@
-# Project is only used by chromite build currently.
-include chromiumos/chromite:OWNERS.build
+include chromiumos/owners:v1:/infra/OWNERS.build