mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Adapt to DRM hal changes from 9820
- Update proprietary files list to include drm 1.4 hal - Also add missing entries on a10 proprietary files list - Build needed interface for drm 1.4 for vendor
This commit is contained in:
parent
cdc2de72fc
commit
4518c61696
4 changed files with 103 additions and 37 deletions
|
|
@ -34,8 +34,8 @@
|
|||
<transport>hwbinder</transport>
|
||||
<fqname>@1.0::ICryptoFactory/default</fqname>
|
||||
<fqname>@1.0::IDrmFactory/default</fqname>
|
||||
<fqname>@1.3::ICryptoFactory/widevine</fqname>
|
||||
<fqname>@1.3::IDrmFactory/widevine</fqname>
|
||||
<fqname>@1.4::ICryptoFactory/widevine</fqname>
|
||||
<fqname>@1.4::IDrmFactory/widevine</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.gatekeeper</name>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# All blobs below are extracted from samsung/a20ektt/a20e:11/RP1A.200720.012/A202KKKU8CUL3:user/release-keys, unless otherwise stated.
|
||||
# Widevine DRM blobs from exynos9820 common
|
||||
|
||||
vendor/bin/hw/android.hardware.drm@1.3-service.widevine
|
||||
vendor/bin/hw/android.hardware.drm@1.4-service.widevine
|
||||
vendor/bin/hw/macloader
|
||||
vendor/bin/hw/rild
|
||||
vendor/bin/hw/vendor.samsung.hardware.gnss@2.0-service
|
||||
|
|
@ -13,7 +14,7 @@ vendor/etc/dolby/dax-default.xml
|
|||
vendor/etc/gnss/ca.pem
|
||||
vendor/etc/gnss/gps.cfg
|
||||
vendor/etc/gnss/gps.debug.cfg
|
||||
vendor/etc/init/android.hardware.drm@1.3-service.widevine.rc
|
||||
vendor/etc/init/android.hardware.drm@1.4-service.widevine.rc
|
||||
vendor/etc/init/init.gps.rc
|
||||
vendor/etc/init/init.vendor.rilchip.rc
|
||||
vendor/etc/init/init.vendor.rilcommon.rc
|
||||
|
|
@ -34,7 +35,7 @@ vendor/firmware/Tfa9896.cnt
|
|||
vendor/firmware/calliope_dram.bin
|
||||
vendor/firmware/calliope_sram.bin
|
||||
vendor/lib/egl/libGLES_mali.so
|
||||
vendor/lib/mediadrm/libwvdrmengine.so
|
||||
vendor/lib/libdrmresource.so
|
||||
vendor/lib/omx/libOMX.Exynos.AVC.Decoder.so
|
||||
vendor/lib/omx/libOMX.Exynos.AVC.Encoder.so
|
||||
vendor/lib/omx/libOMX.Exynos.HEVC.Decoder.so
|
||||
|
|
|
|||
|
|
@ -78,7 +78,8 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.drm@1.4-service.clearkey \
|
||||
android.hardware.drm@1.1.vendor \
|
||||
android.hardware.drm@1.2.vendor \
|
||||
android.hardware.drm@1.3.vendor
|
||||
android.hardware.drm@1.3.vendor \
|
||||
android.hardware.drm@1.4.vendor
|
||||
|
||||
# Fingerprint
|
||||
TARGET_BOARD_HAS_FP ?= true
|
||||
|
|
|
|||
Loading…
Reference in a new issue