platform_hardware_interfaces/automotive/vehicle/README.md
Yu Shan cf3d69a554 Add README files to VHAL codebase.
Test: None, no code change.
Bug: 233409093
Change-Id: I3b93313526ba55e7bbf80a156d579f8684c800ac
2022-06-04 01:12:49 +00:00

535 B

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.