commit | 71ce008bf97864c3ed6f86715bc1e7ca44ef8435 | [log] [tgz] |
---|---|---|
author | Nirav Atre <natre@google.com> | Wed Aug 01 15:39:49 2018 -0700 |
committer | Nirav Atre <natre@google.com> | Thu Aug 02 13:45:55 2018 -0700 |
tree | 23fdb2d2391fa511db5dcc5fe9203074d34d83c4 | |
parent | 7c537a7cf0511c67783d6547b4b61eb4e682757d [diff] |
Move hidl_no_init (for HIDL Safe Unions) to index 0 This change moves hidl_no_init (which was previously the last element in the hidl_discriminator enum) to index 0. Also generates some comments to facilitate readability. Bug: 79878527 Test: Ran the hidl_test suite (for C++ and Java) Change-Id: I18a88c35b4eac3513edf14a29f7653b3760008d9
Full documentation can be found here: https://source.android.com/devices/architecture/hidl/
hidl-gen is a compiler for the HIDL (HAL Interface Design Language) which generates C++ and Java endpoints for RPC mechanisms. The main userspace libraries which this compiler uses can be found at system/libhidl.
m hidl-gen
Note that options for hidl-gen expected to be invoked by the build system are marked with 'internal' in the help menu.
hidl-gen -h hidl-gen -o output -L c++-impl -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.nfc@1.0
Some defaults for package roots are also provided
hidl-gen -o output -L c++-impl android.hardware.nfc@1.0 hidl-gen -o output -L vts android.hardware.nfc@1.0 hidl-gen -L hash android.hardware.nfc@1.0
Example command for vendor project
hidl-gen -L c++-impl -r vendor.foo:vendor/foo/interfaces vendor.foo.nfc@1.0
See update-makefiles-helper.sh and update-all-google-makefiles.sh for examples of how to generate HIDL makefiles (using the -Landroidbp option).
This is a helper tool to convert C headers to valid .hal files.
m c2hal && c2hal -h
This tool generates html documentation for hal interfaces.
m hidl-doc && hidl-doc -h