tree: 8cbdc9297931e08924c1b6c5e96cf3594626eaef [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. mac_init.h
  4. mac_init.mm
  5. main.cc
  6. main.h
  7. main_delegate.cc
  8. main_delegate.h
  9. process_type.h
  10. README.md
  11. service_manager_embedder_export.h
  12. set_process_title.cc
  13. set_process_title.h
  14. set_process_title_linux.cc
  15. set_process_title_linux.h
  16. shared_file_util.cc
  17. shared_file_util.h
  18. switches.cc
  19. switches.h
services/service_manager/embedder/README.md

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.