platform_hardware_interfaces/automotive/vehicle
Aaqib Ismail 21999ff48c Change HVAC_MAX_DEFROST_ON to front and back row area IDs
This helps standardize commands sent by Assistant for using the
defroster.

Bug: 323101580
Test: m
Change-Id: I006ca7fc779e011a3d3be8cac95fe34a3567d4b2
2024-02-29 13:08:55 -08:00
..
2.0 Change HVAC_MAX_DEFROST_ON to front and back row area IDs 2024-02-29 13:08:55 -08:00
aidl Change HVAC_MAX_DEFROST_ON to front and back row area IDs 2024-02-29 13:08:55 -08:00
aidl_property Merge "Vendor API level 202404 is now frozen" into main 2024-02-29 17:14:40 +00:00
proto Adjust path to sdv_ivi_cf 2023-09-27 16:08:51 +02:00
tools Generated UnitsForVehicleProperty.java from VehicleProeprty.aidl 2024-02-20 04:57:04 +00:00
vts Fix a bug in VUR VTS test. 2024-02-26 11:25:36 -08:00
Android.bp Create a skeleton Rust VHAL. 2024-01-26 23:06:56 +00:00
OWNERS Update OWNERS file. 2023-12-12 17:24:42 -08:00
README.md
TEST_MAPPING Move FakeVehicleHardwareUnitTest to auto-presumbmit. 2024-02-21 14:36:26 -08:00
vhal_static_cpp_lib.mk Added access field to VehicleAreaConfig.aidl 2023-10-21 17:20:54 +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.