Merge "Add support to USER_IDENTIFICATION_ASSOCIATION_PROPERTY." into rvc-dev

This commit is contained in:
TreeHugger Robot 2020-04-24 00:23:34 +00:00 committed by Android (Google) Code Review
commit a772a420b0

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