DO NOT MERGE Add INFO_VIN to DefaultConfig.h for CTS tests

Test: atest CarPropertyManagerTest
Bug: 244335921
Change-Id: Iecc496e2a64a3270819cf90935ea6deec8a4c9f3
This commit is contained in:
seanhong
2022-08-30 19:21:38 +00:00
parent 02313365a9
commit 6562855190

View File

@@ -123,6 +123,13 @@ const std::vector<ConfigDeclaration> 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),