aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--METADATA18
-rw-r--r--MODULE_LICENSE_APACHE20
-rw-r--r--OWNERS5
3 files changed, 23 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 000000000..12489b218
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "MbedTLS"
+description:
+ "MbedTLS is a C library that implements cryptographic primitives. Its small "
+ "code footprint makes it suitable for embedded systems."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/Mbed-TLS/mbedtls"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/Mbed-TLS/mbedtls.git"
+ }
+ version: "3.2.1"
+ last_upgrade_date { year: 2022 month: 11 day: 18 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 000000000..e541a662f
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,5 @@
+# CHRE team maintainers in AOSP
+arthuri@google.com
+bduddie@google.com
+karthikmb@google.com
+stange@google.com