mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
X6833B: Configure Secure Element stack
Refs: 62511f5114
Co-authored-by: bengris32 <bengris32@protonmail.ch>
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
9b5848a12c
commit
423659adc2
|
@ -240,6 +240,10 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.radio.config@1.3.vendor \
|
||||
android.hardware.radio@1.6.vendor
|
||||
|
||||
# Secure Element
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.secure_element@1.2.vendor
|
||||
|
||||
# Sensors
|
||||
PRODUCT_PACKAGES += \
|
||||
libsensorndkbridge \
|
||||
|
|
|
@ -651,6 +651,10 @@ vendor/lib64/libverno.so
|
|||
vendor/lib64/vendor.mediatek.hardware.clientapi@1.0.so
|
||||
vendor/lib64/vendor.mediatek.hardware.videotelephony@1.0.so
|
||||
|
||||
# Secure Element
|
||||
vendor/bin/hw/android.hardware.secure_element@1.2-service-mediatek
|
||||
vendor/etc/init/android.hardware.secure_element@1.2-service-mediatek.rc
|
||||
|
||||
# Sensors
|
||||
vendor/lib64/hw/android.hardware.sensors@2.X-subhal-mediatek.so
|
||||
vendor/lib64/hw/sensors.mediatek.V2.0.so
|
||||
|
|
Loading…
Reference in a new issue