Merge "Remove FOG_LIGHTS_SWITCH from the emulator for the CTS test" into tm-qpr-dev am: ebafec193f
am: ebb8dc655a
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/19245760 Change-Id: I53e16522932d34ab619e5f6e926ead41ca9ddb83 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b0b5f05d11
1 changed files with 2 additions and 8 deletions
|
@ -963,14 +963,7 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
|
||||||
},
|
},
|
||||||
.initialValue = {.int32Values = {LIGHT_SWITCH_AUTO}}},
|
.initialValue = {.int32Values = {LIGHT_SWITCH_AUTO}}},
|
||||||
|
|
||||||
{.config =
|
// FOG_LIGHTS_SWITCH must not be implemented when FRONT_FOG_LIGHTS_SWITCH is implemented
|
||||||
{
|
|
||||||
.prop = toInt(VehicleProperty::FOG_LIGHTS_SWITCH),
|
|
||||||
.access = VehiclePropertyAccess::READ_WRITE,
|
|
||||||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
|
||||||
},
|
|
||||||
.initialValue = {.int32Values = {LIGHT_SWITCH_AUTO}}},
|
|
||||||
|
|
||||||
{.config =
|
{.config =
|
||||||
{
|
{
|
||||||
.prop = toInt(VehicleProperty::FRONT_FOG_LIGHTS_SWITCH),
|
.prop = toInt(VehicleProperty::FRONT_FOG_LIGHTS_SWITCH),
|
||||||
|
@ -979,6 +972,7 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
|
||||||
},
|
},
|
||||||
.initialValue = {.int32Values = {LIGHT_SWITCH_AUTO}}},
|
.initialValue = {.int32Values = {LIGHT_SWITCH_AUTO}}},
|
||||||
|
|
||||||
|
// FOG_LIGHTS_SWITCH must not be implemented when REAR_FOG_LIGHTS_SWITCH is implemented
|
||||||
{.config =
|
{.config =
|
||||||
{
|
{
|
||||||
.prop = toInt(VehicleProperty::REAR_FOG_LIGHTS_SWITCH),
|
.prop = toInt(VehicleProperty::REAR_FOG_LIGHTS_SWITCH),
|
||||||
|
|
Loading…
Reference in a new issue