libcamera/utils/ipc/mojo/public/tools/mojom
Paul Elder 139d885574 utils: ipc: Update mojo
Update mojo from the Chromium repository. The commit from which this was
taken is:

9c138d992bfc1fb8f4f7bcf58d00bf19c219e4e2 "Updating trunk VERSION from
4523.0 to 4524.0"

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

Bug: https://bugs.libcamera.org/show_bug.cgi?id=34
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2021-05-26 13:03:27 +09:00
..
mojom utils: ipc: Update mojo 2021-05-26 13:03:27 +09:00
check_stable_mojom_compatibility.py utils: ipc: Update mojo 2021-05-26 13:03:27 +09:00
check_stable_mojom_compatibility_unittest.py utils: ipc: import mojo 2020-11-11 19:22:37 +09:00
const_unittest.py utils: ipc: import mojo 2020-11-11 19:22:37 +09:00
enum_unittest.py utils: ipc: import mojo 2020-11-11 19:22:37 +09:00
mojom_parser.py utils: ipc: Update mojo 2021-05-26 13:03:27 +09:00
mojom_parser_test_case.py utils: ipc: import mojo 2020-11-11 19:22:37 +09:00
mojom_parser_unittest.py utils: ipc: import mojo 2020-11-11 19:22:37 +09:00
README.md utils: ipc: Update mojo 2021-05-26 13:03:27 +09:00
stable_attribute_unittest.py utils: ipc: import mojo 2020-11-11 19:22:37 +09:00
version_compatibility_unittest.py utils: ipc: Update mojo 2021-05-26 13:03:27 +09: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.