tree: 495e3c77a1d195ebc40d5c35ac6a83c4dbf51e31 [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. embedded_service_info.cc
  4. embedded_service_info.h
  5. embedded_service_runner.cc
  6. embedded_service_runner.h
  7. mac_init.h
  8. mac_init.mm
  9. main.cc
  10. main.h
  11. main_delegate.cc
  12. main_delegate.h
  13. manifest_utils.cc
  14. manifest_utils.h
  15. manifest_utils_unittest.cc
  16. process_type.h
  17. README.md
  18. service_manager_embedder_export.h
  19. set_process_title.cc
  20. set_process_title.h
  21. set_process_title_linux.cc
  22. set_process_title_linux.h
  23. shared_file_util.cc
  24. shared_file_util.h
  25. switches.cc
  26. 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.