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