Index: mojo/edk/README.md |
diff --git a/mojo/edk/README.md b/mojo/edk/README.md |
index 9c5f4a103926e08f4ce2ba3aefe65160eb1f10ae..fc04aa489dae5ed3ae717e1ffc6e7b5b1d546036 100644 |
--- a/mojo/edk/README.md |
+++ b/mojo/edk/README.md |
@@ -26,6 +26,10 @@ level) and will evolve over time. |
the public API available to embedders. (The .cc files are private and mostly |
serve to bridge between the public API and the private API in |
[system](system).) |
+* [//mojo/edk/platform](platform): This contains platform abstractions and |
+ declarations of embedder-dependent things. Some of these must be provided by |
+ the embedder, either by implementing an interface or by implementing a class |
+ outright. |
* [//mojo/edk/system](system): This contains the bulk of the actual |
implementation, and is entirely private. |
* [//mojo/edk/system/test](system/test): This contains private test helpers used |