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

Commit aed4b53d authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8948976 from d8fb41ca to tm-qpr1-release

Change-Id: Ifa63905a5ecc83b838eeaa886b2de1bb8c65b34b
parents ec6a94bf d8fb41ca
Loading
Loading
Loading
Loading
+70 −0
Original line number Diff line number Diff line
@@ -1072,6 +1072,76 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
                                     .areaId = DOOR_REAR, .minInt32Value = 0, .maxInt32Value = 1}}},
         .initialValue = {.int32Values = {0}}},

        {.config = {.prop = toInt(VehicleProperty::MIRROR_Z_POS),
                    .access = VehiclePropertyAccess::READ_WRITE,
                    .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                    .areaConfigs =
                            {VehicleAreaConfig{.areaId = toInt(VehicleAreaMirror::DRIVER_LEFT),
                                               .minInt32Value = -3,
                                               .maxInt32Value = 3},
                             VehicleAreaConfig{.areaId = toInt(VehicleAreaMirror::DRIVER_RIGHT),
                                               .minInt32Value = -3,
                                               .maxInt32Value = 3},
                             VehicleAreaConfig{.areaId = toInt(VehicleAreaMirror::DRIVER_CENTER),
                                               .minInt32Value = -3,
                                               .maxInt32Value = 3}}},
         .initialValue = {.int32Values = {0}}},

        {.config = {.prop = toInt(VehicleProperty::MIRROR_Z_MOVE),
                    .access = VehiclePropertyAccess::READ_WRITE,
                    .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                    .areaConfigs =
                            {VehicleAreaConfig{.areaId = toInt(VehicleAreaMirror::DRIVER_LEFT),
                                               .minInt32Value = -1,
                                               .maxInt32Value = 1},
                             VehicleAreaConfig{.areaId = toInt(VehicleAreaMirror::DRIVER_RIGHT),
                                               .minInt32Value = -1,
                                               .maxInt32Value = 1},
                             VehicleAreaConfig{.areaId = toInt(VehicleAreaMirror::DRIVER_CENTER),
                                               .minInt32Value = -1,
                                               .maxInt32Value = 1}}},
         .initialValue = {.int32Values = {0}}},

        {.config = {.prop = toInt(VehicleProperty::MIRROR_Y_POS),
                    .access = VehiclePropertyAccess::READ_WRITE,
                    .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                    .areaConfigs =
                            {VehicleAreaConfig{.areaId = toInt(VehicleAreaMirror::DRIVER_LEFT),
                                               .minInt32Value = -3,
                                               .maxInt32Value = 3},
                             VehicleAreaConfig{.areaId = toInt(VehicleAreaMirror::DRIVER_RIGHT),
                                               .minInt32Value = -3,
                                               .maxInt32Value = 3},
                             VehicleAreaConfig{.areaId = toInt(VehicleAreaMirror::DRIVER_CENTER),
                                               .minInt32Value = -3,
                                               .maxInt32Value = 3}}},
         .initialValue = {.int32Values = {0}}},

        {.config = {.prop = toInt(VehicleProperty::MIRROR_Y_MOVE),
                    .access = VehiclePropertyAccess::READ_WRITE,
                    .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                    .areaConfigs =
                            {VehicleAreaConfig{.areaId = toInt(VehicleAreaMirror::DRIVER_LEFT),
                                               .minInt32Value = -1,
                                               .maxInt32Value = 1},
                             VehicleAreaConfig{.areaId = toInt(VehicleAreaMirror::DRIVER_RIGHT),
                                               .minInt32Value = -1,
                                               .maxInt32Value = 1},
                             VehicleAreaConfig{.areaId = toInt(VehicleAreaMirror::DRIVER_CENTER),
                                               .minInt32Value = -1,
                                               .maxInt32Value = 1}}},
         .initialValue = {.int32Values = {0}}},

        {.config = {.prop = toInt(VehicleProperty::MIRROR_LOCK),
                    .access = VehiclePropertyAccess::READ_WRITE,
                    .changeMode = VehiclePropertyChangeMode::ON_CHANGE},
         .initialValue = {.int32Values = {1}}},

        {.config = {.prop = toInt(VehicleProperty::MIRROR_FOLD),
                    .access = VehiclePropertyAccess::READ_WRITE,
                    .changeMode = VehiclePropertyChangeMode::ON_CHANGE},
         .initialValue = {.int32Values = {1}}},

        {.config = {.prop = toInt(VehicleProperty::WINDOW_LOCK),
                    .access = VehiclePropertyAccess::READ_WRITE,
                    .changeMode = VehiclePropertyChangeMode::ON_CHANGE,