mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
X6833B: Configure keymint stack
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
59562c7f2d
commit
3bdc1968d8
|
@ -144,6 +144,13 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
frameworks/native/data/etc/android.hardware.keystore.app_attest_key.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.keystore.app_attest_key.xml
|
frameworks/native/data/etc/android.hardware.keystore.app_attest_key.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.keystore.app_attest_key.xml
|
||||||
|
|
||||||
|
# Keymint
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.security.keymint-V1-ndk_platform.vendor \
|
||||||
|
android.hardware.security.secureclock-V1-ndk_platform.vendor \
|
||||||
|
android.hardware.security.sharedsecret-V1-ndk_platform.vendor \
|
||||||
|
libcppbor_external.vendor:64
|
||||||
|
|
||||||
# Power
|
# Power
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.power-service-mediatek \
|
android.hardware.power-service-mediatek \
|
||||||
|
|
|
@ -459,6 +459,13 @@ vendor/lib64/libkmsetkey.so
|
||||||
vendor/lib64/vendor.mediatek.hardware.keymaster_attestation@1.0.so
|
vendor/lib64/vendor.mediatek.hardware.keymaster_attestation@1.0.so
|
||||||
vendor/lib64/vendor.mediatek.hardware.keymaster_attestation@1.1.so
|
vendor/lib64/vendor.mediatek.hardware.keymaster_attestation@1.1.so
|
||||||
|
|
||||||
|
# Keymint
|
||||||
|
vendor/bin/hw/android.hardware.security.keymint-service.trustonic
|
||||||
|
vendor/etc/init/android.hardware.security.keymint-service.trustonic.rc
|
||||||
|
-vendor/etc/vintf/manifest/android.hardware.security.keymint-service.trustonic.xml
|
||||||
|
-vendor/etc/vintf/manifest/android.hardware.security.secureclock-service.trustonic.xml
|
||||||
|
-vendor/etc/vintf/manifest/android.hardware.security.sharedsecret-service.trustonic.xml
|
||||||
|
|
||||||
# Power
|
# Power
|
||||||
vendor/bin/hw/vendor.mediatek.hardware.mtkpower@1.0-service
|
vendor/bin/hw/vendor.mediatek.hardware.mtkpower@1.0-service
|
||||||
vendor/etc/init/bootperf.rc
|
vendor/etc/init/bootperf.rc
|
||||||
|
|
Loading…
Reference in a new issue