Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 867e2083 authored by seanhong's avatar seanhong Committed by Automerger Merge Worker
Browse files

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

parents ef1a8b96 65628551
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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),