Name Date Size #Lines LOC

..--

2.0/H25-Apr-2025-20,77516,219

aidl/H25-Apr-2025-83,41664,629

aidl_property/H25-Apr-2025-32,7597,692

proto/H25-Apr-2025-200183

tools/H25-Apr-2025-1,5101,219

vts/H25-Apr-2025-1,5611,272

Android.bpH A D25-Apr-20251.5 KiB5246

OWNERSH A D25-Apr-2025232 107

README.mdH A D25-Apr-2025535 2715

TEST_MAPPINGH A D25-Apr-20251.1 KiB6362

vhal_static_cpp_lib.mkH A D25-Apr-2025846 213

README.md

1# Vehicle Hardware Abstraction Layer (VHAL)
2---
3
4This directory stores the VHAL interface definition and VHAL reference
5implementation.
6
7## 2.0 (deprecated)
8
9HIDL based VHAL interface and reference implementation.
10
11## aidl
12
13AIDL based VHAL interfadce and reference implementation.
14
15## proto
16
17Protobuf used to pass message between emulator VHAL and emulator.
18
19## tools
20
21Dev tools related to VHAL.
22
23## vts
24
25VTS test for VHAL. The VTS test works for both AIDL and HIDL VHAL
26implementation. Vendor implementation of VHAL must passes VTS.
27