Files
external_libcamera/utils/ipc/mojo/public/tools/mojom
Laurent Pinchart d17de86904 utils: ipc: Update mojo
Update mojo from commit

9be4263648d7d1a04bb78be75df53f56449a5e3a "Updating trunk VERSION from 6225.0 to 6226.0"

from the Chromium repository.

The update-mojo.sh script was used for this update.

Bug: https://bugs.libcamera.org/show_bug.cgi?id=206
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2024-01-09 15:39:05 +00:00
..
2024-01-09 15:39:05 +00:00
2024-01-09 15:39:05 +00:00
2024-01-09 15:39:05 +00:00
2024-01-09 15:39:05 +00:00
2024-01-09 15:39:05 +00:00
2024-01-09 15:39:05 +00:00
2021-05-26 13:03:27 +09:00
2024-01-09 15:39:05 +00:00

The Mojom Parser

The Mojom format is an interface definition language (IDL) for describing interprocess communication (IPC) messages and data types for use with the low-level cross-platform Mojo IPC library.

This directory consists of a mojom Python module, its tests, and supporting command-line tools. The Python module implements the parser used by the command-line tools and exposes an API to help external bindings generators emit useful code from the parser's outputs.

TODO(https://crbug.com/1060464): Fill out this documentation once the library and tools have stabilized.