tree: f9bc8cba119a9d3ebed5dc86453df14deba85a36 [path history] [tgz]
  1. asset_bundle/
  2. authenticating_url_loader_interceptor/
  3. authentication/
  4. camera/
  5. clipboard/
  6. contacts/
  7. content_handler/
  8. device_info/
  9. files/
  10. geometry/
  11. gpu/
  12. http_server/
  13. icu_data/
  14. input_events/
  15. keyboard/
  16. location/
  17. native_support/
  18. native_viewport/
  19. navigation/
  20. network/
  21. nfc/
  22. notifications/
  23. ozone_drm_gpu/
  24. ozone_drm_host/
  25. prediction/
  26. public/
  27. sensors/
  28. service_registry/
  29. sharing/
  30. speech_recognizer/
  31. surfaces/
  32. terminal/
  33. tracing/
  34. ui/
  35. url_response_disk_cache/
  36. vanadium/
  37. view_manager/
  38. window_manager/
  39. BUILD.gn
  40. mojo_services.gni
  41. README.md
mojo/services/README.md

Mojo services “public” interfaces and libraries

This directory contains “public” interfaces and libraries for various Mojo services (whose implementations are elsewhere, including in particular //services; some implementations may be in separate repos).

(Note that “core”, i.e. absolutely essential, interfaces are under //mojo/public/interfaces.)

The majority of the contents under this directory are mojom files describing the interfaces, located under <service_name>/interfaces. Note that some subdirectories do not correspond directly to a “service” per se, but to a more general group of interfaces (which may in turn be used by other “services”).

There are also some language-specific libraries (especially for the “client” side, but occasionally also for the implementation side) in corresponding subdirectories. For example, C++ libraries are under <service_name>/cpp.

See also