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

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

Snap for 8852680 from ebafec19 to tm-qpr1-release

Change-Id: I034432108413de769f5660b1d4c8fdef89fadb52
parents 7b980c84 ebafec19
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -962,14 +962,7 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
                 },
         .initialValue = {.int32Values = {LIGHT_SWITCH_AUTO}}},

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

        // FOG_LIGHTS_SWITCH must not be implemented when FRONT_FOG_LIGHTS_SWITCH is implemented
        {.config =
                 {
                         .prop = toInt(VehicleProperty::FRONT_FOG_LIGHTS_SWITCH),
@@ -978,6 +971,7 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
                 },
         .initialValue = {.int32Values = {LIGHT_SWITCH_AUTO}}},

        // FOG_LIGHTS_SWITCH must not be implemented when REAR_FOG_LIGHTS_SWITCH is implemented
        {.config =
                 {
                         .prop = toInt(VehicleProperty::REAR_FOG_LIGHTS_SWITCH),