Compare commits

...

7 Commits

Author SHA1 Message Date
basamaryan
b825c1668a sweet: Bump to android.hardware.graphics.common-V6-ndk
Change-Id: Ifc169a75f2ed41524859996e88a82687e6264871
Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
2025-04-10 16:31:51 +00:00
basamaryan
8240341466 sweet: Import Dolby Atmos and Media
Change-Id: I2c0f8e35b968f13172d5ba8a3680bc1f62c03d1f
Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
2025-04-10 16:31:51 +00:00
basamaryan
26b4fd7550 sweet: Bring back face detection libs
Change-Id: Ic98062c876436e945c286c0b8ea8819213da69f3
Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
2025-04-10 16:31:51 +00:00
Pranav Vashi
fa15bcd708 sweet: Update libarcsoft_super_night_raw compatible with camera package
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: Icc37e3fbbd3da334a591e3a651abc4da53a6b651
Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
2025-04-10 16:31:51 +00:00
basamaryan
e42346411e sweet: Enable elfchecks for camera libs
Change-Id: Ib683530a6f4abe63cf32248098dfd0b9f8cd3165
Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
2025-04-10 16:31:51 +00:00
basamaryan
ee1f7dbeb4 sweet: Enable elfchecks for libgrallocutils
Change-Id: I2ebd5fd263870f400f1d74482610b8b9249cf4cb
Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
2025-04-10 16:31:51 +00:00
basamaryan
988688d1db sweet: Regenerate makefiles after py extract utils migration
Change-Id: Ia1961b91009c0f1fa50b575a22245861fe48855e
Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
2025-04-10 16:31:51 +00:00
55 changed files with 9639 additions and 3371 deletions

9670
Android.bp

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,5 @@
#
# Automatically generated file. DO NOT MODIFY
#
# This file is generated by device/xiaomi/sweet/setup-makefiles.sh
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),sweet)
endif

View File

@ -1,4 +1,3 @@
#
# Automatically generated file. DO NOT MODIFY
#
# This file is generated by device/xiaomi/sweet/setup-makefiles.sh

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
service vendor-dolby-media-c2-hal-1-0 /odm/bin/hw/vendor.dolby_sp.media.c2@1.0-service
class hal
user mediacodec
group camera mediadrm drmrpc
ioprio rt 4
writepid /dev/cpuset/foreground/tasks

View File

@ -0,0 +1,6 @@
service dms-sp-hal-2-0 /odm/bin/hw/vendor.dolby_sp.hardware.dmssp@2.0-service
class hal
user media
group audio media
on post-fs-data
mkdir /data/vendor/dolby 0770 media media

View File

@ -0,0 +1,6 @@
service dms-v36-hal-2-0 /odm/bin/hw/vendor.dolby_v3_6.hardware.dms360@2.0-service
class hal
user media
group audio media
on post-fs-data
mkdir /data/vendor/dolby 0770 media media

View File

@ -0,0 +1,11 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>vendor.dolby_v3_6.hardware.dms360</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IDms</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View File

@ -0,0 +1,11 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>vendor.dolby_sp.hardware.dmssp</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IDms</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

0
proprietary/vendor/bin/batterysecret vendored Normal file → Executable file
View File

0
proprietary/vendor/bin/mi_thermald vendored Normal file → Executable file
View File

0
proprietary/vendor/bin/sensors.qti vendored Normal file → Executable file
View File

0
proprietary/vendor/bin/thermal-engine vendored Normal file → Executable file
View File

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
proprietary/vendor/lib64/libfacedet.so vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,15 @@
#
# Automatically generated file. DO NOT MODIFY
#
# This file is generated by device/xiaomi/sweet/setup-makefiles.sh
PRODUCT_SOONG_NAMESPACES += \
vendor/xiaomi/sweet
PRODUCT_COPY_FILES += \
vendor/xiaomi/sweet/proprietary/odm/etc/dolby/multimedia_dolby_dax_default.xml:$(TARGET_COPY_OUT_ODM)/etc/dolby/multimedia_dolby_dax_default.xml \
vendor/xiaomi/sweet/proprietary/odm/etc/init/vendor.dolby.media.c2@1.0-service.rc:$(TARGET_COPY_OUT_ODM)/etc/init/vendor.dolby.media.c2@1.0-service.rc \
vendor/xiaomi/sweet/proprietary/odm/etc/init/vendor.dolby_sp.hardware.dmssp@2.0-service.rc:$(TARGET_COPY_OUT_ODM)/etc/init/vendor.dolby_sp.hardware.dmssp@2.0-service.rc \
vendor/xiaomi/sweet/proprietary/odm/etc/init/vendor.dolby_v3_6.hardware.dms360@2.0-service.rc:$(TARGET_COPY_OUT_ODM)/etc/init/vendor.dolby_v3_6.hardware.dms360@2.0-service.rc \
vendor/xiaomi/sweet/proprietary/vendor/etc/acdbdata/Forte/Forte_Bluetooth_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/Forte/Forte_Bluetooth_cal.acdb \
vendor/xiaomi/sweet/proprietary/vendor/etc/acdbdata/Forte/Forte_Codec_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/Forte/Forte_Codec_cal.acdb \
vendor/xiaomi/sweet/proprietary/vendor/etc/acdbdata/Forte/Forte_General_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/Forte/Forte_General_cal.acdb \
@ -36,6 +40,7 @@ PRODUCT_COPY_FILES += \
vendor/xiaomi/sweet/proprietary/vendor/etc/camera/com.xiaomi.dcal.wu.golden.64m:$(TARGET_COPY_OUT_VENDOR)/etc/camera/com.xiaomi.dcal.wu.golden.64m \
vendor/xiaomi/sweet/proprietary/vendor/etc/camera/eisoverridesettings.txt:$(TARGET_COPY_OUT_VENDOR)/etc/camera/eisoverridesettings.txt \
vendor/xiaomi/sweet/proprietary/vendor/etc/camera/eyelineblush.cng:$(TARGET_COPY_OUT_VENDOR)/etc/camera/eyelineblush.cng \
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/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 \
@ -261,6 +266,7 @@ PRODUCT_PACKAGES += \
com.qti.chi.override \
fingerprint.fortsense.sm6150 \
fingerprint.fpc.sm6150 \
libFaceDetectpp-0.5.2 \
libFaceGrade \
libPSNPE \
libSNPE \
@ -299,6 +305,7 @@ PRODUCT_PACKAGES += \
libcom.qti.chinodeutils \
libdualcam_optical_zoom_control \
libdualcam_video_optical_zoom \
libfacedet \
libft2vendor \
libhta \
libhta_hexagon_runtime \
@ -388,7 +395,33 @@ PRODUCT_PACKAGES += \
misound_res \
misound_res_headphone \
misound_res_spk \
libdapparamstorage_v3_6 \
libdeccfg_v3_6 \
libdlbdsservice_v3_6 \
vendor.dolby_v3_6.hardware.dms360@2.0 \
libstagefright_soft_ddpdec \
libhwdap_v3_6 \
libswdap_v3_6 \
libcodec2_hidl@1.0_sp \
libcodec2_hidl_plugin_sp \
libcodec2_soft_ac4dec_sp \
libcodec2_soft_common_sp \
libcodec2_soft_ddpdec_sp \
libcodec2_store_dolby_sp \
libcodec2_vndk_sp \
libdapparamstorage_sp \
libdeccfg_sp \
libdlbdsservice_sp \
libui_sp \
vendor.dolby_sp.hardware.dmssp@2.0-impl \
vendor.dolby_sp.hardware.dmssp@2.0 \
vendor.dolby_v3_6.hardware.dms360@2.0-impl \
manifest_dax_dolby_v3_6.xml \
vendor.dolby.hardware.dms.xml \
batterysecret \
mi_thermald \
sensors.qti \
thermal-engine
thermal-engine \
vendor.dolby_sp.hardware.dmssp@2.0-service \
vendor.dolby_sp.media.c2@1.0-service \
vendor.dolby_v3_6.hardware.dms360@2.0-service