Compare commits
10 Commits
40511a2fb8
...
c87e3c1d02
Author | SHA1 | Date | |
---|---|---|---|
|
c87e3c1d02 | ||
|
d7a47d4c8b | ||
|
93000cb27e | ||
|
6c4f653643 | ||
|
6720756f51 | ||
|
cd07d1f40b | ||
|
166ab27046 | ||
|
b2623614eb | ||
|
507e62550b | ||
|
50bd579d7a |
752
Android.bp
752
Android.bp
File diff suppressed because it is too large
Load Diff
0
proprietary/vendor/bin/batterysecret
vendored
Executable file → Normal file
0
proprietary/vendor/bin/batterysecret
vendored
Executable file → Normal file
BIN
proprietary/vendor/bin/hw/vendor.dolby.hardware.dms@2.0-service
vendored
Normal file
BIN
proprietary/vendor/bin/hw/vendor.dolby.hardware.dms@2.0-service
vendored
Normal file
Binary file not shown.
0
proprietary/vendor/bin/mi_thermald
vendored
Executable file → Normal file
0
proprietary/vendor/bin/mi_thermald
vendored
Executable file → Normal file
0
proprietary/vendor/bin/sensors.qti
vendored
Executable file → Normal file
0
proprietary/vendor/bin/sensors.qti
vendored
Executable file → Normal file
0
proprietary/vendor/bin/thermal-engine
vendored
Executable file → Normal file
0
proprietary/vendor/bin/thermal-engine
vendored
Executable file → Normal file
BIN
proprietary/vendor/etc/camera/facedetectpp_0_5_2_model
vendored
Normal file
BIN
proprietary/vendor/etc/camera/facedetectpp_0_5_2_model
vendored
Normal file
Binary file not shown.
@ -12,7 +12,6 @@ service batterysecret /vendor/bin/batterysecret
|
||||
user root
|
||||
group system system wakelock
|
||||
disabled
|
||||
seclabel u:r:batterysecret:s0
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
start batterysecret
|
||||
|
@ -9,4 +9,3 @@ service mi_thermald /system/vendor/bin/mi_thermald
|
||||
class main
|
||||
user root
|
||||
group system
|
||||
seclabel u:r:mi_thermald:s0
|
||||
|
6
proprietary/vendor/etc/init/vendor.dolby.hardware.dms@2.0-service.rc
vendored
Normal file
6
proprietary/vendor/etc/init/vendor.dolby.hardware.dms@2.0-service.rc
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
service dms-hal-2-0 /vendor/bin/hw/vendor.dolby.hardware.dms@2.0-service
|
||||
class hal
|
||||
user media
|
||||
group audio media
|
||||
on post-fs-data
|
||||
mkdir /data/vendor/dolby 0770 media media
|
57
proprietary/vendor/etc/media_codecs_dolby_audio.xml
vendored
Normal file
57
proprietary/vendor/etc/media_codecs_dolby_audio.xml
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- Copyright 2016 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.
|
||||
|
||||
This file was modified by Dolby Laboratories, Inc. The portions of the
|
||||
code that are surrounded by "DOLBY..." are copyrighted and
|
||||
licensed separately, as follows:
|
||||
|
||||
(C) 2018 Dolby Laboratories, Inc.
|
||||
All rights reserved.
|
||||
|
||||
This program is protected under international and U.S. Copyright laws as
|
||||
an unpublished work. This program is confidential and proprietary to the
|
||||
copyright owners. Reproduction or disclosure, in whole or in part, or the
|
||||
production of derivative works therefrom without the express permission of
|
||||
the copyright owners is prohibited.
|
||||
-->
|
||||
|
||||
<Included>
|
||||
<Decoders>
|
||||
<!-- DOLBY_UDC -->
|
||||
<MediaCodec name="OMX.dolby.ac3.decoder" type="audio/ac3">
|
||||
<Limit name="channel-count" max="6" />
|
||||
<Limit name="sample-rate" ranges="32000,44100,48000" />
|
||||
<Limit name="bitrate" range="32000-640000" />
|
||||
</MediaCodec>
|
||||
<MediaCodec name="OMX.dolby.eac3.decoder" type="audio/eac3">
|
||||
<Limit name="channel-count" max="8" />
|
||||
<Limit name="sample-rate" ranges="32000,44100,48000" />
|
||||
<Limit name="bitrate" range="32000-6144000" />
|
||||
</MediaCodec>
|
||||
<MediaCodec name="OMX.dolby.eac3-joc.decoder" type="audio/eac3-joc">
|
||||
<Limit name="channel-count" max="8" />
|
||||
<Limit name="sample-rate" ranges="48000" />
|
||||
<Limit name="bitrate" range="32000-6144000" />
|
||||
</MediaCodec>
|
||||
<!-- DOLBY_UDC END -->
|
||||
<!-- DOLBY_AC4 -->
|
||||
<MediaCodec name="OMX.dolby.ac4.decoder" type="audio/ac4">
|
||||
<Limit name="channel-count" max="2" />
|
||||
<Limit name="sample-rate" ranges="48000" />
|
||||
<Limit name="bitrate" range="16000-2688000" />
|
||||
</MediaCodec>
|
||||
<!-- DOLBY_AC4 END -->
|
||||
</Decoders>
|
||||
</Included>
|
11
proprietary/vendor/etc/vintf/manifest/manifest_vendor.dolby.hardware.dms.xml
vendored
Normal file
11
proprietary/vendor/etc/vintf/manifest/manifest_vendor.dolby.hardware.dms.xml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>vendor.dolby.hardware.dms</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>IDms</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
BIN
proprietary/vendor/lib/libdapparamstorage.so
vendored
Normal file
BIN
proprietary/vendor/lib/libdapparamstorage.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/libdeccfg.so
vendored
Normal file
BIN
proprietary/vendor/lib/libdeccfg.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/libstagefright_soft_ac4dec.so
vendored
Normal file
BIN
proprietary/vendor/lib/libstagefright_soft_ac4dec.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/libstagefright_soft_ddpdec.so
vendored
Normal file
BIN
proprietary/vendor/lib/libstagefright_soft_ddpdec.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/soundfx/libhwdap.so
vendored
Normal file
BIN
proprietary/vendor/lib/soundfx/libhwdap.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/soundfx/libswgamedap.so
vendored
Normal file
BIN
proprietary/vendor/lib/soundfx/libswgamedap.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/soundfx/libswvqe.so
vendored
Normal file
BIN
proprietary/vendor/lib/soundfx/libswvqe.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/vendor.dolby.hardware.dms@2.0.so
vendored
Normal file
BIN
proprietary/vendor/lib/vendor.dolby.hardware.dms@2.0.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/hw/camera.qcom.so
vendored
BIN
proprietary/vendor/lib64/hw/camera.qcom.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/hw/consumerir.sm6150.so
vendored
BIN
proprietary/vendor/lib64/hw/consumerir.sm6150.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/hw/fingerprint.fortsense.sm6150.so
vendored
Normal file
BIN
proprietary/vendor/lib64/hw/fingerprint.fortsense.sm6150.so
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/lib64/libFaceDetectpp-0.5.2.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libFaceDetectpp-0.5.2.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libarcdualcamsat.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libarcdualcamsat.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libarcsat.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libarcsat.so
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/lib64/libdapparamstorage.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libdapparamstorage.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libdlbdsservice.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libdlbdsservice.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libfacedet.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libfacedet.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libnanopb.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libnanopb.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/vendor.dolby.hardware.dms@2.0-impl.so
vendored
Normal file
BIN
proprietary/vendor/lib64/vendor.dolby.hardware.dms@2.0-impl.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/vendor.dolby.hardware.dms@2.0.so
vendored
Normal file
BIN
proprietary/vendor/lib64/vendor.dolby.hardware.dms@2.0.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/vendor.sw.swfingerprint@2.0.so
vendored
Normal file
BIN
proprietary/vendor/lib64/vendor.sw.swfingerprint@2.0.so
vendored
Normal file
Binary file not shown.
@ -39,6 +39,7 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/camera/golden_rear_dc_cal_wu.bin:$(TARGET_COPY_OUT_VENDOR)/etc/camera/golden_rear_dc_cal_wu.bin \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/camera/hdr_ui9_params.config:$(TARGET_COPY_OUT_VENDOR)/etc/camera/hdr_ui9_params.config \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/camera/lf_facerank_model.bin:$(TARGET_COPY_OUT_VENDOR)/etc/camera/lf_facerank_model.bin \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/camera/facedetectpp_0_5_2_model:$(TARGET_COPY_OUT_VENDOR)/etc/camera/facedetectpp_0_5_2_model \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/camera/mibokeh_712_opencl.bin:$(TARGET_COPY_OUT_VENDOR)/etc/camera/mibokeh_712_opencl.bin \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/camera/mibokeh_712_parameter.bin:$(TARGET_COPY_OUT_VENDOR)/etc/camera/mibokeh_712_parameter.bin \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/camera/sceneDetection.xml:$(TARGET_COPY_OUT_VENDOR)/etc/camera/sceneDetection.xml \
|
||||
@ -52,9 +53,11 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/init/init.batterysecret.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.batterysecret.rc \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/init/init.mi_thermald.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.mi_thermald.rc \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/init/init.vendor.sensors.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.vendor.sensors.rc \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/init/vendor.dolby.hardware.dms@2.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.dolby.hardware.dms@2.0-service.rc \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/init/vendor.sensors.qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.sensors.qti.rc \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/libnfc-nci.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nci.conf \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/libnfc-nxp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp.conf \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/media_codecs_dolby_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_dolby_audio.xml \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/sensors/config/adux1050_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/adux1050_0.json \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/sensors/config/ak991x_dri_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/ak991x_dri_0.json \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/etc/sensors/config/bu27030_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/bu27030_0.json \
|
||||
@ -139,12 +142,6 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/firmware/ipa_fws.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.elf \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/firmware/ipa_fws.mdt:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.mdt \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/firmware/osc_rtp_24K_5s.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/osc_rtp_24K_5s.bin \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/lib/rfsa/adsp/dirac_resource.dar:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/dirac_resource.dar \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/lib/rfsa/adsp/misound_karaoke_res.bin:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/misound_karaoke_res.bin \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/lib/rfsa/adsp/misound_karaokemix_res.bin:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/misound_karaokemix_res.bin \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/lib/rfsa/adsp/misound_res.bin:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/misound_res.bin \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/lib/rfsa/adsp/misound_res_headphone.bin:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/misound_res_headphone.bin \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/lib/rfsa/adsp/misound_res_spk.bin:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/misound_res_spk.bin \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/lib64/camera/com.qti.sensormodule.sweet_ofilm_imx355_ultra.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.sweet_ofilm_imx355_ultra.bin \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/lib64/camera/com.qti.sensormodule.sweet_ofilm_imx471_front.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.sweet_ofilm_imx471_front.bin \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/lib64/camera/com.qti.sensormodule.sweet_ofilm_ov02b1b.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.sweet_ofilm_ov02b1b.bin \
|
||||
@ -182,6 +179,8 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/xiaomi/sweet/proprietary/vendor/lib64/mibokeh_712_opencl.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/mibokeh_712_opencl.bin
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
libdapparamstorage \
|
||||
vendor.dolby.hardware.dms@2.0 \
|
||||
btaudio_offload_if \
|
||||
audio.primary.sm6150 \
|
||||
liba2dpoffload \
|
||||
@ -194,12 +193,17 @@ PRODUCT_PACKAGES += \
|
||||
libaudio_log_utils \
|
||||
libaudioparsers \
|
||||
libaudioroute_ext \
|
||||
libdeccfg \
|
||||
libhdmiedid \
|
||||
libhfp \
|
||||
libpn553_fw \
|
||||
libqtigef \
|
||||
libsndmonitor \
|
||||
libspkrprot \
|
||||
libstagefright_soft_ac4dec \
|
||||
libstagefright_soft_ddpdec \
|
||||
libhwdap \
|
||||
libswgamedap \
|
||||
libswvqe \
|
||||
libxlog \
|
||||
com.qti.sensor.sweet_gc02m1 \
|
||||
com.qti.sensor.sweet_imx355 \
|
||||
@ -266,8 +270,9 @@ PRODUCT_PACKAGES += \
|
||||
libmmcamera_cac3 \
|
||||
camera.qcom \
|
||||
com.qti.chi.override \
|
||||
consumerir.sm6150 \
|
||||
fingerprint.fortsense.sm6150 \
|
||||
fingerprint.fpc.sm6150 \
|
||||
libFaceDetectpp-0.5.2 \
|
||||
libFaceGrade \
|
||||
libPSNPE \
|
||||
libSNPE \
|
||||
@ -277,6 +282,8 @@ PRODUCT_PACKAGES += \
|
||||
libalCFR \
|
||||
libalLDC \
|
||||
libalhLDC \
|
||||
libarcdualcamsat \
|
||||
libarcsat \
|
||||
libarcsoft_beautyshot \
|
||||
libarcsoft_distortion_correction \
|
||||
libarcsoft_dualcam_refocus \
|
||||
@ -302,8 +309,10 @@ PRODUCT_PACKAGES += \
|
||||
libcapiv2svacnn \
|
||||
libcapiv2vop \
|
||||
libcom.qti.chinodeutils \
|
||||
libdlbdsservice \
|
||||
libdualcam_optical_zoom_control \
|
||||
libdualcam_video_optical_zoom \
|
||||
libfacedet \
|
||||
libft2vendor \
|
||||
libhta \
|
||||
libhta_hexagon_runtime \
|
||||
@ -319,8 +328,10 @@ PRODUCT_PACKAGES += \
|
||||
libmpbase \
|
||||
libmulticam_image_optical_zoom \
|
||||
libmulticam_video_optical_zoom \
|
||||
libnanopb \
|
||||
libnotifyaudiohal \
|
||||
liboemcrypto \
|
||||
libpn553_fw \
|
||||
librelight_only \
|
||||
libremosaic_wrapper \
|
||||
libremosaiclib \
|
||||
@ -355,10 +366,13 @@ PRODUCT_PACKAGES += \
|
||||
sensors.mius.proximity \
|
||||
sensors.ssc \
|
||||
sensors.touch \
|
||||
vendor.dolby.hardware.dms@2.0-impl \
|
||||
vendor.sw.swfingerprint@2.0 \
|
||||
capi_v2_aptX_CLHDAD_Encoder \
|
||||
capi_v2_aptX_Classic \
|
||||
capi_v2_aptX_HD \
|
||||
capi_v2_dap_cpdp \
|
||||
dirac_resource \
|
||||
libVC1Dec \
|
||||
libVC1DecDsp_skel \
|
||||
libapps_mem_heap \
|
||||
@ -384,7 +398,14 @@ PRODUCT_PACKAGES += \
|
||||
libsnpe_dsp_v66_domains_v2_skel \
|
||||
libsns_device_mode_skel \
|
||||
libsns_low_lat_stream_skel \
|
||||
misound_karaoke_res \
|
||||
misound_karaokemix_res \
|
||||
misound_res \
|
||||
misound_res_headphone \
|
||||
misound_res_spk \
|
||||
manifest_vendor.dolby.hardware.dms.xml \
|
||||
batterysecret \
|
||||
vendor.dolby.hardware.dms@2.0-service \
|
||||
mi_thermald \
|
||||
sensors.qti \
|
||||
thermal-engine
|
||||
|
Loading…
Reference in New Issue
Block a user