Merge "Remove FOG_LIGHTS_STATE from the emulator for the CTS test" into tm-qpr-dev
This commit is contained in:
commit
f8060b9f8f
1 changed files with 0 additions and 8 deletions
|
@ -892,14 +892,6 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
|
|||
},
|
||||
.initialValue = {.int32Values = {LIGHT_STATE_ON}}},
|
||||
|
||||
{.config =
|
||||
{
|
||||
.prop = toInt(VehicleProperty::FOG_LIGHTS_STATE),
|
||||
.access = VehiclePropertyAccess::READ,
|
||||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
||||
},
|
||||
.initialValue = {.int32Values = {LIGHT_STATE_ON}}},
|
||||
|
||||
{.config =
|
||||
{
|
||||
.prop = toInt(VehicleProperty::FRONT_FOG_LIGHTS_STATE),
|
||||
|
|
Loading…
Reference in a new issue