|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| 2.0/ | H | 25-Apr-2025 | - | 20,775 | 16,219 |
| aidl/ | H | 25-Apr-2025 | - | 83,416 | 64,629 |
| aidl_property/ | H | 25-Apr-2025 | - | 32,759 | 7,692 |
| proto/ | H | 25-Apr-2025 | - | 200 | 183 |
| tools/ | H | 25-Apr-2025 | - | 1,510 | 1,219 |
| vts/ | H | 25-Apr-2025 | - | 1,561 | 1,272 |
| Android.bp | H A D | 25-Apr-2025 | 1.5 KiB | 52 | 46 |
| OWNERS | H A D | 25-Apr-2025 | 232 | 10 | 7 |
| README.md | H A D | 25-Apr-2025 | 535 | 27 | 15 |
| TEST_MAPPING | H A D | 25-Apr-2025 | 1.1 KiB | 63 | 62 |
| vhal_static_cpp_lib.mk | H A D | 25-Apr-2025 | 846 | 21 | 3 |
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