Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(546)

Unified Diff: services/service_manager/embedder/README.md

Issue 2613653003: Move some basic early process init into Service Manager (Closed)
Patch Set: fix mac shutdown order Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/service_manager/embedder/DEPS ('k') | services/service_manager/embedder/mac_init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/embedder/README.md
diff --git a/services/service_manager/embedder/README.md b/services/service_manager/embedder/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..7b9004dcf711dc7c92a2a849ec93ccedc6937664
--- /dev/null
+++ b/services/service_manager/embedder/README.md
@@ -0,0 +1,17 @@
+# Service Manager Embedder API
+
+The Service Manager is a library for opaquely managing service process launch,
+sandboxing, and lifetime; and for brokering Mojo interface connections among
+services.
+
+The Service Manager must be configured with a static set of declarative service
+definitions. The embedder API provides a means of embedding core Service Manager
+functionality into a standalone executable, delegating configuration and
+assorted implementation details to the embedder.
+
+As one example, the Content layer of Chromium embeds the Service Manager via
+this API, and there it's used [WIP] to drive all process management and IPC
+setup across the system.
+
+This API is a work in progress, and more details will be documented here as the
+API is stabilized.
« no previous file with comments | « services/service_manager/embedder/DEPS ('k') | services/service_manager/embedder/mac_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698