tree: f0a9a0cbfb8ed906fa253fc60535634888806dad [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. gfx/
  13. gpu/
  14. http_server/
  15. icu_data/
  16. input/
  17. input_events/
  18. keyboard/
  19. location/
  20. log/
  21. media/
  22. native_support/
  23. native_viewport/
  24. navigation/
  25. network/
  26. nfc/
  27. notifications/
  28. ozone_drm_gpu/
  29. ozone_drm_host/
  30. prediction/
  31. public/
  32. sensors/
  33. service_registry/
  34. sharing/
  35. speech_recognizer/
  36. surfaces/
  37. terminal/
  38. tracing/
  39. ui/
  40. url_response_disk_cache/
  41. vanadium/
  42. vsync/
  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