Loading automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +8 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +8 −0 Original line number Diff line number Diff line Loading @@ -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 Loading