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