mirror of
https://github.com/followmsi/android_vendor.git
synced 2024-11-06 21:55:44 +00:00
Update the Widevine DRM blobs to 1.3 from crosshatch firmware version RQ1A.201205.003.
This commit is contained in:
parent
794272eaea
commit
f4a903aa87
5 changed files with 7 additions and 5 deletions
|
@ -81,11 +81,11 @@ PRODUCT_COPY_FILES += \
|
|||
vendor/samsung/gtaxlwifi/proprietary/lib/libuniplugin.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libuniplugin.so \
|
||||
vendor/samsung/gtaxlwifi/proprietary/vendor/lib/libstainkiller.so:$(TARGET_COPY_OUT_VENDOR)/lib/libstainkiller.so
|
||||
|
||||
# DRM - from "crosshatch-user 10 QQ3A.200805.001 6578210 release-keys"
|
||||
# DRM - from "crosshatch-user 11 RQ1A.201205.003 6906706 release-keys"
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/samsung/gtaxlwifi/proprietary/vendor/lib64/libwvhidl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libwvhidl.so \
|
||||
vendor/samsung/gtaxlwifi/proprietary/vendor/etc/init/android.hardware.drm@1.2-service.widevine.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.drm@1.2-service.widevine.rc \
|
||||
vendor/samsung/gtaxlwifi/proprietary/vendor/bin/hw/android.hardware.drm@1.2-service.widevine:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.drm@1.2-service.widevine
|
||||
vendor/samsung/gtaxlwifi/proprietary/vendor/etc/init/android.hardware.drm@1.3-service.widevine.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.drm@1.3-service.widevine.rc \
|
||||
vendor/samsung/gtaxlwifi/proprietary/vendor/bin/hw/android.hardware.drm@1.3-service.widevine:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.drm@1.3-service.widevine
|
||||
|
||||
# aptX - from "crosshatch-user 10 QP1A.190711.020 5800535 release-keys"
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Binary file not shown.
BIN
proprietary/vendor/bin/hw/android.hardware.drm@1.3-service.widevine
vendored
Executable file
BIN
proprietary/vendor/bin/hw/android.hardware.drm@1.3-service.widevine
vendored
Executable file
Binary file not shown.
|
@ -1,16 +1,18 @@
|
|||
on property:init.svc.mediadrm=running
|
||||
mkdir /data/vendor/mediadrm 0770 media mediadrm
|
||||
|
||||
service vendor.drm-widevine-hal-1-2 /vendor/bin/hw/android.hardware.drm@1.2-service.widevine
|
||||
service vendor.drm-widevine-hal-1-3 /vendor/bin/hw/android.hardware.drm@1.3-service.widevine
|
||||
interface android.hardware.drm@1.0::ICryptoFactory widevine
|
||||
interface android.hardware.drm@1.0::IDrmFactory widevine
|
||||
interface android.hardware.drm@1.1::ICryptoFactory widevine
|
||||
interface android.hardware.drm@1.1::IDrmFactory widevine
|
||||
interface android.hardware.drm@1.2::ICryptoFactory widevine
|
||||
interface android.hardware.drm@1.2::IDrmFactory widevine
|
||||
interface android.hardware.drm@1.3::ICryptoFactory widevine
|
||||
interface android.hardware.drm@1.3::IDrmFactory widevine
|
||||
interface android.hidl.base@1.0::IBase widevine
|
||||
class hal
|
||||
user media
|
||||
group media mediadrm drmrpc
|
||||
group media mediadrm drmrpc system
|
||||
ioprio rt 4
|
||||
writepid /dev/cpuset/foreground/tasks
|
BIN
proprietary/vendor/lib64/libwvhidl.so
vendored
BIN
proprietary/vendor/lib64/libwvhidl.so
vendored
Binary file not shown.
Loading…
Reference in a new issue