summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Gustavo Pagani <gustavopagani@google.com> 2023-09-11 19:33:41 +0000
committer Gustavo Pagani <gustavopagani@google.com> 2023-09-14 08:15:51 +0000
commitb69adc6fc667b8a40162a203ef17abaef821162b (patch)
treef40a5e6733be4b7d86c3b37d69b61d0f58813bef
parent821f35d472f4f81fa3fdbba8300250897dacdd1d (diff)
Add README files to the projects folders to describe their purposes.
Bug: 299580143, 299581069, 299958033 Test: N/A only metadata files added Change-Id: Ic4489c12ebcac7a2c309e3f718d6b9f34ff5ab21
-rw-r--r--packages/CredentialManager/horologist/README.md3
-rw-r--r--packages/CredentialManager/shared/README.md2
-rw-r--r--packages/CredentialManager/wear/README.md1
3 files changed, 6 insertions, 0 deletions
diff --git a/packages/CredentialManager/horologist/README.md b/packages/CredentialManager/horologist/README.md
new file mode 100644
index 000000000000..005ad2d36b77
--- /dev/null
+++ b/packages/CredentialManager/horologist/README.md
@@ -0,0 +1,3 @@
+This folder is to place the code from Horologist (go/horologist).
+It should be removed once Horologist is imported to the platform and the dependencies to this
+module are updated to point to the imported Horologist.
diff --git a/packages/CredentialManager/shared/README.md b/packages/CredentialManager/shared/README.md
new file mode 100644
index 000000000000..d2375a0ccdf9
--- /dev/null
+++ b/packages/CredentialManager/shared/README.md
@@ -0,0 +1,2 @@
+This folder is to place the common code that will be shared between the phone project and the wear
+project of the Credential Manager implementation.
diff --git a/packages/CredentialManager/wear/README.md b/packages/CredentialManager/wear/README.md
new file mode 100644
index 000000000000..b9d27b9a98e5
--- /dev/null
+++ b/packages/CredentialManager/wear/README.md
@@ -0,0 +1 @@
+This project is the wear implementation of the Credential Manager feature. \ No newline at end of file