From 6562855190773b194aa1daa353e2b57a0bc73765 Mon Sep 17 00:00:00 2001 From: seanhong Date: Tue, 30 Aug 2022 19:21:38 +0000 Subject: [PATCH] DO NOT MERGE Add INFO_VIN to DefaultConfig.h for CTS tests Test: atest CarPropertyManagerTest Bug: 244335921 Change-Id: Iecc496e2a64a3270819cf90935ea6deec8a4c9f3 --- .../aidl/impl/default_config/include/DefaultConfig.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h b/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h index 384b87d4fc..d5cbda404f 100644 --- a/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h +++ b/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h @@ -123,6 +123,13 @@ const std::vector kVehicleProperties = { }, .initialValue = {.int32Values = {CHARGE_PORT_FRONT_LEFT, CHARGE_PORT_REAR_LEFT}}}, + {.config = + { + .prop = toInt(VehicleProperty::INFO_VIN), + .access = VehiclePropertyAccess::READ, + .changeMode = VehiclePropertyChangeMode::STATIC, + }, + .initialValue = {.stringValue = "1GCARVIN123456789"}}, {.config = { .prop = toInt(VehicleProperty::INFO_MAKE),