Merge "Add support to USER_IDENTIFICATION_ASSOCIATION_PROPERTY." into rvc-dev am: a772a420b0 am: e7997bd1ff

Change-Id: I41b8e7b6283e74f982549a5fcb486cf3bd1f97e3
This commit is contained in:
TreeHugger Robot
2020-04-24 00:57:26 +00:00
committed by Automerger Merge Worker

View File

@@ -1038,6 +1038,14 @@ const ConfigDeclaration kVehicleProperties[]{
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
},
},
{
.config =
{
.prop = toInt(VehicleProperty::USER_IDENTIFICATION_ASSOCIATION),
.access = VehiclePropertyAccess::READ_WRITE,
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
},
},
};
} // impl