platform_hardware_interfaces/automotive/vehicle
Yu Shan d68149e363 Support VEHICLE_IN_USE and SHUTDOWN_REQUEST.
Support VEHICLE_IN_USE and SHUTDOWN_REQUEST properties in reference
VHAL. They are used for remote access feature.

Test: atest FakeVehicleHardwareTest
Bug: 285205122
Change-Id: Ideb964d1ee625b127bc8e708b46f9639dd59c011
2023-06-22 20:48:23 -07:00
..
2.0 Merge "Updated fuzz_config in Android.bp file" am: bf89d7ed4a am: 3978a1cb20 am: e81ca58e04 2023-03-31 07:07:03 +00:00
aidl Support VEHICLE_IN_USE and SHUTDOWN_REQUEST. 2023-06-22 20:48:23 -07:00
aidl_property Remove note for ADAS properties. 2023-05-05 15:19:22 -07:00
proto Move VehicleHalProto out from vhal_v2_0. 2022-01-21 15:30:52 -08:00
tools Fix repo upload fail if no symbolic link to python3 2023-06-13 23:15:05 +00:00
vts Removing DRIVER_ATTENTION_MONITORING properties from HAL layer. 2023-03-14 18:10:24 +00:00
Android.bp Split VHAL property into a separate AIDL interface. 2023-01-09 16:52:38 -08:00
OWNERS
README.md Add README files to VHAL codebase. 2022-06-04 01:12:49 +00:00
TEST_MAPPING Add FakeVehicleStubUnitTest as presubmit. 2023-05-01 11:52:16 -07:00
vhal_static_cpp_lib.mk Split VHAL property into a separate AIDL interface. 2023-01-09 16:52:38 -08: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.