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