[ Merge of http://go/wvgerrit/132983 and http://go/ag/15407954 ] This allows OEMs to raise the priority of the widevine drm service to help with decrypt performance for high resolution/frame rate content. Changes in a future version should help reduce the need to raise the priority. Change suggested by Amlogic. Bug: 194152960 Test: GtsMediaTestCases Change-Id: I04f4258c6fc7391827573037ff8ae1a58922ce6d
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
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
|
|
capabilities SYS_NICE
|