Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67664dfa authored by felipeal's avatar felipeal
Browse files

Add support to USER_IDENTIFICATION_ASSOCIATION_PROPERTY.

Test: adb shell lshal debug android.hardware.automotive.vehicle@2.0::IVehicle/default --set 299896587 i 1 i 1 i 2
Test: adb shell lshal debug android.hardware.automotive.vehicle@2.0::IVehicle/default --get 299896587

Bug: 150409351

Change-Id: I5f05c1689abdeeffd1abcd0e85fd01b584501a2e
parent 08092046
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -1028,6 +1028,14 @@ const ConfigDeclaration kVehicleProperties[]{
                                .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                                .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                        },
                        },
        },
        },
        {
                .config =
                        {
                                .prop = toInt(VehicleProperty::USER_IDENTIFICATION_ASSOCIATION),
                                .access = VehiclePropertyAccess::READ_WRITE,
                                .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                        },
        },
};
};


}  // impl
}  // impl