tree: b76dbf9c7cc4ab002db241d3f5699c241471ca4b [path history] [tgz]
  1. 2.0/
  2. aidl/
  3. aidl_property/
  4. proto/
  5. tools/
  6. vts/
  7. Android.bp
  8. OWNERS
  9. README.md
  10. TEST_MAPPING
  11. vhal_static_cpp_lib.mk
automotive/vehicle/README.md

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.