mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user