|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| 2.0/ | | 04-Jul-2025 | - | 20,780 | 16,223 |
| aidl/ | | 04-Jul-2025 | - | 89,653 | 69,158 |
| aidl_property/ | | 04-Jul-2025 | - | 39,465 | 9,288 |
| proto/ | | 04-Jul-2025 | - | 200 | 183 |
| tools/ | | 04-Jul-2025 | - | 1,646 | 1,328 |
| vts/ | | 04-Jul-2025 | - | 1,415 | 1,188 |
| Android.bp | D | 04-Jul-2025 | 1.5 KiB | 52 | 46 |
| OWNERS | D | 04-Jul-2025 | 171 | 7 | 5 |
| README.md | D | 04-Jul-2025 | 535 | 27 | 15 |
| TEST_MAPPING | D | 04-Jul-2025 | 1.2 KiB | 69 | 68 |
| vhal_static_cpp_lib.mk | D | 04-Jul-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