platform_hardware_interfaces/automotive/vehicle
Yu Shan 47f2e5871d Define SUPPORTED_PROPERTY_IDS.
This property is only used for HIDL interface to workaround
getAllPropConfigs result is too large and exceeds binder limitation.

We cannot change HIDL interface so we add this property to AIDL
interface and mark it as deprecated.

Test: m android.hardware.automotive.vehicle-update-api
python tools/generate_annotation_enums.py
Bug: 243449202

Change-Id: Id6058b207a3b117013c2caf4cfd1744950222c41
2022-08-24 15:44:06 -07:00
..
2.0 VehicleManager: use with RefBase am: 3b8e60afa3 am: 7a96e33640 am: 20405515a2 2022-07-16 07:59:31 +00:00
aidl Define SUPPORTED_PROPERTY_IDS. 2022-08-24 15:44:06 -07:00
proto Move VehicleHalProto out from vhal_v2_0. 2022-01-21 15:30:52 -08:00
tools Fix a bug for generating enum script. 2022-07-14 00:34:18 +00:00
vts Merge "[Reland] Change StatusCode to ErrorCode." 2022-06-24 18:21:02 +00:00
OWNERS Add owners file for VHAL. 2022-01-19 11:22:47 -08:00
README.md Add README files to VHAL codebase. 2022-06-04 01:12:49 +00:00
TEST_MAPPING Create JsonConfigLoader. 2022-08-01 21:29:17 +00:00

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.