You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.0 KiB
27 lines
1.0 KiB
2 years ago
|
on property:init.svc.mediadrm=running
|
||
|
mkdir /data/vendor/mediadrm 0770 media mediadrm
|
||
|
start vendor.move_data_sh
|
||
|
|
||
|
service vendor.move_data_sh /system/bin/move_widevine_data.sh
|
||
|
class late_start
|
||
|
user media
|
||
|
group media mediadrm system
|
||
|
disabled
|
||
|
oneshot
|
||
|
|
||
|
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 system
|
||
|
ioprio rt 4
|
||
|
writepid /dev/cpuset/foreground/tasks
|