493a0cddb3
Create EmuMetadataGenerator to convert AIDL generated java files to meta.json that can be used by emulator to populate the available vhal props list. Added build rules to generate the Java files from AIDL files and check whether the meta.json file needs to be updated. Test: make sdk_car_x86_64-trunk_staging-userdebug target Bug: 318747444 Change-Id: Ib3bc7b68a1312152617fdab4598ed389447c20cd |
||
---|---|---|
.. | ||
2.0 | ||
aidl | ||
aidl_property | ||
proto | ||
tools | ||
vts | ||
Android.bp | ||
OWNERS | ||
README.md | ||
TEST_MAPPING | ||
vhal_static_cpp_lib.mk |
Vehicle Hardware Abstraction Layer (VHAL)
This directory stores the VHAL interface definition and VHAL reference implementation.
2.0 (deprecated)
HIDL based VHAL interface and reference implementation.
aidl
AIDL based VHAL interfadce and reference implementation.
proto
Protobuf used to pass message between emulator VHAL and emulator.
tools
Dev tools related to VHAL.
vts
VTS test for VHAL. The VTS test works for both AIDL and HIDL VHAL implementation. Vendor implementation of VHAL must passes VTS.