From 325527baeb618622dbbfe9704dcd6623a8d9265c Mon Sep 17 00:00:00 2001 From: Aaqib Ismail Date: Tue, 26 Sep 2023 08:31:19 -0700 Subject: [PATCH] Add additional HVAC_POWER_ON dependent properties Bug: 302024222 Test: atest FakeVehicleHardwareTest Test: atest CarPropertyManagerTest Change-Id: I3ac938154a38ec23151f142be463e69c34c6d92b --- .../impl/default_config/config/DefaultProperties.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json b/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json index b9f784b717..2dd960ce2d 100644 --- a/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json +++ b/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json @@ -1899,8 +1899,16 @@ } ], "configArray": [ + "VehicleProperty::HVAC_ACTUAL_FAN_SPEED_RPM", + "VehicleProperty::HVAC_AC_ON", + "VehicleProperty::HVAC_AUTO_ON", + "VehicleProperty::HVAC_AUTO_RECIRC_ON", + "VehicleProperty::HVAC_FAN_DIRECTION", "VehicleProperty::HVAC_FAN_SPEED", - "VehicleProperty::HVAC_FAN_DIRECTION" + "VehicleProperty::HVAC_MAX_AC_ON", + "VehicleProperty::HVAC_RECIRC_ON", + "VehicleProperty::HVAC_TEMPERATURE_CURRENT", + "VehicleProperty::HVAC_TEMPERATURE_SET" ] }, {