• Home
Name Date Size #Lines LOC

..--

2.0/06-Sep-2024-20,77416,218

aidl/06-Sep-2024-46,34035,148

aidl_property/06-Sep-2024-32,0917,570

proto/06-Sep-2024-200183

tools/06-Sep-2024-1,4451,161

vts/06-Sep-2024-1,4821,206

Android.bpD06-Sep-20241.1 KiB3632

OWNERSD06-Sep-2024232 107

README.mdD06-Sep-2024535 2715

TEST_MAPPINGD06-Sep-20241.2 KiB6564

vhal_static_cpp_lib.mkD06-Sep-2024846 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