sonyxperiadev / device-sony-common

70 stars 141 forks source link

[common] [R] vintf/secure_element: Bump ISecureElement interface to 1.2 #835

Closed MarijnS95 closed 3 years ago

MarijnS95 commented 3 years ago

New ODM v4 blobs host the ISecureElement interface at 1.2 now, not 1.0:

I hwservicemanager: getTransport: Cannot find entry android.hardware.secure_element@1.2::ISecureElement/SIM1 in either framework or device manifest.
E HidlServiceManagement: Service android.hardware.secure_element@1.2::ISecureElement/SIM1 must be in VINTF manifest in order to register/get.
I hwservicemanager: getTransport: Cannot find entry android.hardware.secure_element@1.2::ISecureElement/SIM2 in either framework or device manifest.
E HidlServiceManagement: Service android.hardware.secure_element@1.2::ISecureElement/SIM2 must be in VINTF manifest in order to register/get.

Signed-off-by: Marijn Suijten marijns95@gmail.com