sdm660-common: Update thermal/widevine blobs from jasmine V11.0.19.0.QDIMIXM
* jasmine-user-10-QKQ1.190910.002-V11.0.19.0.QDIMIXM-release-keys Signed-off-by: OdSazib <odsazib@gmail.com>
This commit is contained in:
parent
df5829be8c
commit
f19bba08c0
13 changed files with 30 additions and 0 deletions
|
@ -423,6 +423,14 @@ dex_import {
|
||||||
jars: ["proprietary/framework/WfdCommon.jar"],
|
jars: ["proprietary/framework/WfdCommon.jar"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prebuilt_etc_xml {
|
||||||
|
name: "manifest_android.hardware.drm@1.2-service.widevine",
|
||||||
|
owner: "xiaomi",
|
||||||
|
src: "proprietary/vendor/etc/vintf/manifest/manifest_android.hardware.drm@1.2-service.widevine.xml",
|
||||||
|
sub_dir: "vintf/manifest",
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
prebuilt_etc_xml {
|
prebuilt_etc_xml {
|
||||||
name: "vendor.qti.gnss@3.0-service",
|
name: "vendor.qti.gnss@3.0-service",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
|
|
BIN
proprietary/vendor/bin/thermal-engine
vendored
BIN
proprietary/vendor/bin/thermal-engine
vendored
Binary file not shown.
|
@ -22,3 +22,4 @@ service vendor.drm-widevine-hal-1-2 /vendor/bin/hw/android.hardware.drm@1.2-serv
|
||||||
group media mediadrm drmrpc system
|
group media mediadrm drmrpc system
|
||||||
ioprio rt 4
|
ioprio rt 4
|
||||||
writepid /dev/cpuset/foreground/tasks
|
writepid /dev/cpuset/foreground/tasks
|
||||||
|
writepid /sys/kernel/ktrace/sched/drm_pid
|
||||||
|
|
20
proprietary/vendor/etc/vintf/manifest/manifest_android.hardware.drm@1.2-service.widevine.xml
vendored
Normal file
20
proprietary/vendor/etc/vintf/manifest/manifest_android.hardware.drm@1.2-service.widevine.xml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2020 The Android Open Source Project
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<manifest version="1.0" type="device">
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>android.hardware.drm</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<fqname>@1.2::ICryptoFactory/widevine</fqname>
|
||||||
|
<fqname>@1.2::IDrmFactory/widevine</fqname>
|
||||||
|
</hal>
|
||||||
|
</manifest>
|
BIN
proprietary/vendor/lib/libthermalclient.so
vendored
BIN
proprietary/vendor/lib/libthermalclient.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libthermalfeature.so
vendored
BIN
proprietary/vendor/lib/libthermalfeature.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/mediadrm/libwvdrmengine.so
vendored
BIN
proprietary/vendor/lib/mediadrm/libwvdrmengine.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libthermalclient.so
vendored
BIN
proprietary/vendor/lib64/libthermalclient.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libthermalfeature.so
vendored
BIN
proprietary/vendor/lib64/libthermalfeature.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libthermalioctl.so
vendored
BIN
proprietary/vendor/lib64/libthermalioctl.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libwvhidl.so
vendored
BIN
proprietary/vendor/lib64/libwvhidl.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/mediadrm/libwvdrmengine.so
vendored
BIN
proprietary/vendor/lib64/mediadrm/libwvdrmengine.so
vendored
Binary file not shown.
|
@ -718,6 +718,7 @@ PRODUCT_PACKAGES += \
|
||||||
libsdm-disp-vndapis \
|
libsdm-disp-vndapis \
|
||||||
libthermalclient \
|
libthermalclient \
|
||||||
libtime_genoff \
|
libtime_genoff \
|
||||||
|
manifest_android.hardware.drm@1.2-service.widevine \
|
||||||
PowerOffAlarm \
|
PowerOffAlarm \
|
||||||
qcrilhook \
|
qcrilhook \
|
||||||
qcrilmsgtunnel \
|
qcrilmsgtunnel \
|
||||||
|
|
Loading…
Reference in a new issue