tree: 6f83166250f8cca14854b7a41160a47de09141db [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. log/
  20. media/
  21. native_support/
  22. native_viewport/
  23. navigation/
  24. network/
  25. nfc/
  26. notifications/
  27. ozone_drm_gpu/
  28. ozone_drm_host/
  29. prediction/
  30. public/
  31. sensors/
  32. service_registry/
  33. sharing/
  34. speech_recognizer/
  35. surfaces/
  36. terminal/
  37. tracing/
  38. ui/
  39. url_response_disk_cache/
  40. vanadium/
  41. view_manager/
  42. vsync/
  43. window_manager/
  44. BUILD.gn
  45. mojo_services.gni
  46. 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