raphael: Add missing camera files

Change-Id: Ib5927d44569d01cc649e891d225c0588fa306cf0
Signed-off-by: firebird11 <hbgassel@gmail.com>
This commit is contained in:
firebird11
2025-09-24 22:38:00 +02:00
parent a9925be26b
commit e1b916acaa
7 changed files with 132 additions and 0 deletions

View File

@@ -2554,6 +2554,7 @@ cc_prebuilt_library_shared {
"proprietary/vendor/lib64/libSNPE.so",
],
shared_libs: [
"libsymphony-cpu",
"libdl",
"liblog",
"libc++_shared",
@@ -3701,6 +3702,54 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libmialgoengine",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libmialgoengine.so",
],
shared_libs: [
"libarcsoft_high_dynamic_range",
"libarcsoft_low_light_hdr",
"liblog",
"libutils",
"libcutils",
"libhardware",
"libnativewindow",
"libEGL",
"libGLESv2",
"libgrallocutils",
"libmpbase",
"libarcsoft_beautyshot",
"libarcsoft_dualcam_refocus",
"libarcsoft_portrait_lighting",
"libarcsoft_portrait_lighting_c",
"libarcsoft_distortion_correction",
"libarcsoft_bodyslim",
"libalhLDC",
"libalAILDC",
"libalCFR",
"libmibokeh_855",
"libHalSuperSensorServer",
"libSuperSensor",
"libSuperSensorCPU",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libmibokeh_855",
owner: "xiaomi",
@@ -4051,6 +4100,57 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libswregistrationalgo",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libswregistrationalgo.so",
],
shared_libs: [
"liblog",
"libz",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libsymphony-cpu",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libsymphony-cpu.so",
],
shared_libs: [
"liblog",
"libc++_shared",
"libm",
"libdl",
"libc",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libtriplecam_video_optical_zoom",
owner: "xiaomi",
@@ -4603,6 +4703,34 @@ sh_binary {
soc_specific: true,
}
cc_prebuilt_binary {
name: "remosaic_daemon",
owner: "xiaomi",
target: {
android_arm64: {
srcs: [
"proprietary/vendor/bin/remosaic_daemon",
],
shared_libs: [
"liblog",
"libutils",
"libbinder",
"libremosaic_daemon",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
strip: {
none: true,
},
prefer: true,
soc_specific: true,
}
cc_prebuilt_binary {
name: "sensors.qti",
owner: "xiaomi",

BIN
proprietary/vendor/bin/remosaic_daemon vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -292,6 +292,7 @@ PRODUCT_PACKAGES += \
libmialgo_rfs \
libmialgo_sd \
libmialgo_utils \
libmialgoengine \
libmibokeh_855 \
libmivendor_module_calibration \
libmivendor_module_hall \
@@ -305,6 +306,8 @@ PRODUCT_PACKAGES += \
libsnsapi \
libsnsdiaglog \
libssc \
libswregistrationalgo \
libsymphony-cpu \
libtriplecam_video_optical_zoom \
libultrasound \
libvidhance \
@@ -343,5 +346,6 @@ PRODUCT_PACKAGES += \
vendor.qti.hardware.sensorscalibrate@1.0-service \
vendor.xiaomi.hardware.motor@1.0-service \
init.qcom.sensors \
remosaic_daemon \
sensors.qti \
sscrpcd