Compare commits
10
Commits
0d10f4df4f
...
247c283480
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
247c283480 | ||
|
|
dcbbf69ea4 | ||
|
|
bba6c7a679 | ||
|
|
fff72e6210 | ||
|
|
143e8d04ce | ||
|
|
6c0c3155df | ||
|
|
97d59cf5e1 | ||
|
|
283e15d5b6 | ||
|
|
fd6fcb40b1 | ||
|
|
8625edeaf9 |
+229
-274
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
soong_namespace {
|
soong_namespace {
|
||||||
imports: [
|
imports: [
|
||||||
"device/samsung/sm7125-common",
|
"device/samsung/acheron",
|
||||||
"hardware/qcom-caf/sm8150",
|
"hardware/qcom-caf/sm8150",
|
||||||
"hardware/qcom-caf/wlan",
|
"hardware/qcom-caf/wlan",
|
||||||
"hardware/samsung",
|
"hardware/samsung",
|
||||||
@@ -523,56 +523,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "audio.bluetooth_qti.default",
|
|
||||||
owner: "samsung",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib/hw/audio.bluetooth_qti.default.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libbluetooth_audio_session_qti",
|
|
||||||
"libbase",
|
|
||||||
"libcutils",
|
|
||||||
"libfmq",
|
|
||||||
"libhidlbase",
|
|
||||||
"liblog",
|
|
||||||
"libutils",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/hw/audio.bluetooth_qti.default.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libbluetooth_audio_session_qti",
|
|
||||||
"libbase",
|
|
||||||
"libcutils",
|
|
||||||
"libfmq",
|
|
||||||
"libhidlbase",
|
|
||||||
"liblog",
|
|
||||||
"libutils",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "both",
|
|
||||||
relative_install_path: "hw",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "sound_trigger.primary.atoll",
|
name: "sound_trigger.primary.atoll",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -852,7 +802,7 @@ cc_prebuilt_library_shared {
|
|||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libutils",
|
"libutils",
|
||||||
"vendor.qti.hardware.fm@1.0",
|
"vendor.qti.hardware.fm@1.0_vendor",
|
||||||
"android.hardware.bluetooth@1.0-impl-qti",
|
"android.hardware.bluetooth@1.0-impl-qti",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
@@ -870,7 +820,7 @@ cc_prebuilt_library_shared {
|
|||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libutils",
|
"libutils",
|
||||||
"vendor.qti.hardware.fm@1.0",
|
"vendor.qti.hardware.fm@1.0_vendor",
|
||||||
"android.hardware.bluetooth@1.0-impl-qti",
|
"android.hardware.bluetooth@1.0-impl-qti",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
@@ -1068,7 +1018,6 @@ cc_prebuilt_library_shared {
|
|||||||
"libllvm-glnext",
|
"libllvm-glnext",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libhardware",
|
"libhardware",
|
||||||
"libnativewindow",
|
|
||||||
"vendor.qti.hardware.display.mapper@2.0",
|
"vendor.qti.hardware.display.mapper@2.0",
|
||||||
"android.hardware.graphics.mapper@2.0",
|
"android.hardware.graphics.mapper@2.0",
|
||||||
"vendor.qti.hardware.display.mapper@3.0",
|
"vendor.qti.hardware.display.mapper@3.0",
|
||||||
@@ -1076,6 +1025,9 @@ cc_prebuilt_library_shared {
|
|||||||
"vendor.qti.hardware.display.mapperextensions@1.1",
|
"vendor.qti.hardware.display.mapperextensions@1.1",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"libnativewindow",
|
||||||
|
"vendor.qti.hardware.display.mapper@4.0",
|
||||||
|
"android.hardware.graphics.mapper@4.0",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
@@ -1094,7 +1046,6 @@ cc_prebuilt_library_shared {
|
|||||||
"libllvm-glnext",
|
"libllvm-glnext",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libhardware",
|
"libhardware",
|
||||||
"libnativewindow",
|
|
||||||
"vendor.qti.hardware.display.mapper@2.0",
|
"vendor.qti.hardware.display.mapper@2.0",
|
||||||
"android.hardware.graphics.mapper@2.0",
|
"android.hardware.graphics.mapper@2.0",
|
||||||
"vendor.qti.hardware.display.mapper@3.0",
|
"vendor.qti.hardware.display.mapper@3.0",
|
||||||
@@ -1102,6 +1053,9 @@ cc_prebuilt_library_shared {
|
|||||||
"vendor.qti.hardware.display.mapperextensions@1.1",
|
"vendor.qti.hardware.display.mapperextensions@1.1",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"libnativewindow",
|
||||||
|
"vendor.qti.hardware.display.mapper@4.0",
|
||||||
|
"android.hardware.graphics.mapper@4.0",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
@@ -1172,6 +1126,7 @@ cc_prebuilt_library_shared {
|
|||||||
"liblog",
|
"liblog",
|
||||||
"libgsl",
|
"libgsl",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"libnativewindow",
|
||||||
"libvndksupport",
|
"libvndksupport",
|
||||||
"libgralloc.qti",
|
"libgralloc.qti",
|
||||||
"libgralloctypes",
|
"libgralloctypes",
|
||||||
@@ -1195,6 +1150,7 @@ cc_prebuilt_library_shared {
|
|||||||
"liblog",
|
"liblog",
|
||||||
"libgsl",
|
"libgsl",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"libnativewindow",
|
||||||
"libvndksupport",
|
"libvndksupport",
|
||||||
"libgralloc.qti",
|
"libgralloc.qti",
|
||||||
"libgralloctypes",
|
"libgralloctypes",
|
||||||
@@ -1729,6 +1685,59 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libadreno_app_profiles",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libadreno_app_profiles.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libcutils",
|
||||||
|
"libhardware",
|
||||||
|
"libutils",
|
||||||
|
"libhidlbase",
|
||||||
|
"libhidlmemory",
|
||||||
|
"android.hidl.memory@1.0",
|
||||||
|
"vendor.qti.qspmhal@1.0_vendor",
|
||||||
|
"libdl",
|
||||||
|
"libz",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libadreno_app_profiles.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libcutils",
|
||||||
|
"libhardware",
|
||||||
|
"libutils",
|
||||||
|
"libhidlbase",
|
||||||
|
"libhidlmemory",
|
||||||
|
"android.hidl.memory@1.0",
|
||||||
|
"vendor.qti.qspmhal@1.0_vendor",
|
||||||
|
"libdl",
|
||||||
|
"libz",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "both",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libadreno_utils",
|
name: "libadreno_utils",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -2855,7 +2864,7 @@ cc_prebuilt_library_shared {
|
|||||||
"liblog",
|
"liblog",
|
||||||
"libbinder",
|
"libbinder",
|
||||||
"libdrm",
|
"libdrm",
|
||||||
"libtinyxml2",
|
"libtinyxml2-v34",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"android.frameworks.sensorservice@1.0",
|
"android.frameworks.sensorservice@1.0",
|
||||||
"libtinyxml",
|
"libtinyxml",
|
||||||
@@ -2877,7 +2886,7 @@ cc_prebuilt_library_shared {
|
|||||||
"liblog",
|
"liblog",
|
||||||
"libbinder",
|
"libbinder",
|
||||||
"libdrm",
|
"libdrm",
|
||||||
"libtinyxml2",
|
"libtinyxml2-v34",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"android.frameworks.sensorservice@1.0",
|
"android.frameworks.sensorservice@1.0",
|
||||||
"libtinyxml",
|
"libtinyxml",
|
||||||
@@ -3941,6 +3950,76 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libkcl",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libkcl.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libkcl.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "both",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libkernelmanager",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libkernelmanager.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libkernelmanager.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "both",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "liblbs_core",
|
name: "liblbs_core",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -4929,49 +5008,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libpvr",
|
|
||||||
owner: "samsung",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib/libpvr.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libutils",
|
|
||||||
"libcutils",
|
|
||||||
"liblog",
|
|
||||||
"libQSEEComAPI",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libpvr.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libutils",
|
|
||||||
"libcutils",
|
|
||||||
"liblog",
|
|
||||||
"libQSEEComAPI",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "both",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libqcbor",
|
name: "libqcbor",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -8657,6 +8693,50 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "vendor.qti.qspmhal@1.0_vendor",
|
||||||
|
stem: "vendor.qti.qspmhal@1.0",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/vendor.qti.qspmhal@1.0.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libhidlbase",
|
||||||
|
"liblog",
|
||||||
|
"libutils",
|
||||||
|
"libcutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/vendor.qti.qspmhal@1.0.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libhidlbase",
|
||||||
|
"liblog",
|
||||||
|
"libutils",
|
||||||
|
"libcutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "both",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "vendor.samsung.hardware.bluetooth.a2dp@1.0",
|
name: "vendor.samsung.hardware.bluetooth.a2dp@1.0",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -11467,6 +11547,7 @@ cc_prebuilt_library_shared {
|
|||||||
"proprietary/vendor/lib/libsensorlistener.so",
|
"proprietary/vendor/lib/libsensorlistener.so",
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
|
"libshim_sensorndkbridge",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libutils",
|
"libutils",
|
||||||
"libsensorndkbridge",
|
"libsensorndkbridge",
|
||||||
@@ -11484,35 +11565,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libsensorndkbridge",
|
|
||||||
owner: "samsung",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib/libsensorndkbridge.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libbase",
|
|
||||||
"libhidlbase",
|
|
||||||
"libutils",
|
|
||||||
"android.frameworks.sensorservice@1.0",
|
|
||||||
"android.hardware.sensors@1.0",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "32",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libsndmonitor",
|
name: "libsndmonitor",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -11892,6 +11944,38 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libswdap",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/soundfx/libswdap.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libaudioutils",
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libutils",
|
||||||
|
"libprofileparamstorage",
|
||||||
|
"libspatializerparamstorage",
|
||||||
|
"libsecaudiocoreutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "32",
|
||||||
|
relative_install_path: "soundfx",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libswspatializer",
|
name: "libswspatializer",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -11990,6 +12074,7 @@ cc_prebuilt_library_shared {
|
|||||||
"proprietary/vendor/lib/unihal_main@2.15.so",
|
"proprietary/vendor/lib/unihal_main@2.15.so",
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
|
"libshim_sensorndkbridge",
|
||||||
"libui_shim",
|
"libui_shim",
|
||||||
"libutils",
|
"libutils",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
@@ -12180,37 +12265,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libhypervintf",
|
|
||||||
owner: "samsung",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libhypervintf.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libcutils",
|
|
||||||
"liblog",
|
|
||||||
"libutils",
|
|
||||||
"libbinder",
|
|
||||||
"libbinder_ndk",
|
|
||||||
"libhidlbase",
|
|
||||||
"vendor.samsung.hardware.hyper-V2-ndk_platform",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libkeymaster_helper",
|
name: "libkeymaster_helper",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -12245,64 +12299,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "liblearningmodule",
|
|
||||||
owner: "samsung",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/liblearningmodule.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libc",
|
|
||||||
"libcutils",
|
|
||||||
"libutils",
|
|
||||||
"libtinyxml2",
|
|
||||||
"libsqlite",
|
|
||||||
"libperfgluelayer",
|
|
||||||
"libperfconfig",
|
|
||||||
"libc++",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libmeters",
|
|
||||||
owner: "samsung",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libmeters.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libc",
|
|
||||||
"libcutils",
|
|
||||||
"liblearningmodule",
|
|
||||||
"libc++",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libnanopb",
|
name: "libnanopb",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -12356,35 +12352,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libreffeature",
|
|
||||||
owner: "samsung",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libreffeature.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libc",
|
|
||||||
"libcutils",
|
|
||||||
"liblearningmodule",
|
|
||||||
"libmeters",
|
|
||||||
"libsqlite",
|
|
||||||
"libc++",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libril_sem",
|
name: "libril_sem",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -12680,31 +12647,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "vendor.samsung.hardware.hyper-V2-ndk_platform",
|
|
||||||
owner: "samsung",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/vendor.samsung.hardware.hyper-V2-ndk_platform.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libbinder_ndk",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "vendor.samsung.hardware.radio.bridge@2.0",
|
name: "vendor.samsung.hardware.radio.bridge@2.0",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -13374,7 +13316,7 @@ cc_prebuilt_binary {
|
|||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"vendor.samsung.hardware.bluetooth@2.0",
|
"vendor.samsung.hardware.bluetooth@2.0",
|
||||||
"android.hardware.bluetooth@1.0",
|
"android.hardware.bluetooth@1.0",
|
||||||
"vendor.qti.hardware.fm@1.0",
|
"vendor.qti.hardware.fm@1.0_vendor",
|
||||||
"com.qualcomm.qti.ant@1.0",
|
"com.qualcomm.qti.ant@1.0",
|
||||||
"libqti_vndfwk_detect",
|
"libqti_vndfwk_detect",
|
||||||
"libc++",
|
"libc++",
|
||||||
@@ -13865,10 +13807,23 @@ cc_prebuilt_binary {
|
|||||||
srcs: [
|
srcs: [
|
||||||
"proprietary/vendor/bin/lowi-server",
|
"proprietary/vendor/bin/lowi-server",
|
||||||
],
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libcutils",
|
||||||
|
"libgps.utils",
|
||||||
|
"liblog",
|
||||||
|
"libnl",
|
||||||
|
"libqmi_cci",
|
||||||
|
"libqmi_common_so",
|
||||||
|
"libwpa_client",
|
||||||
|
"libdiag",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
strip: {
|
strip: {
|
||||||
none: true,
|
none: true,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -0,0 +1,551 @@
|
|||||||
|
#
|
||||||
|
# Automatically generated file. DO NOT MODIFY
|
||||||
|
#
|
||||||
|
|
||||||
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
|
vendor/samsung/acheron
|
||||||
|
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
vendor/samsung/acheron/proprietary/system_ext/etc/permissions/audiosphere.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/audiosphere.xml \
|
||||||
|
vendor/samsung/acheron/proprietary/system_ext/etc/permissions/com.android.hotwordenrollment.common.util.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.android.hotwordenrollment.common.util.xml \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/acdbdata/adsp_avs_config.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/adsp_avs_config.acdb \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/charger_fstab.qti:$(TARGET_COPY_OUT_VENDOR)/etc/charger_fstab.qti \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/data/dsi_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/data/dsi_config.xml \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/data/netmgr_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/data/netmgr_config.xml \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/dolby/dax-default.xml:$(TARGET_COPY_OUT_VENDOR)/etc/dolby/dax-default.xml \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/gnss_antenna_info.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss_antenna_info.conf \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/gpfspath_oem_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gpfspath_oem_config.xml \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/gps.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gps.conf \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/android.hardware.bluetooth@1.0-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.bluetooth@1.0-service-qti.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/android.hardware.drm@1.3-service.widevine.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.drm@1.3-service.widevine.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/android.hardware.gnss@2.1-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.gnss@2.1-service-qti.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/android.hardware.neuralnetworks@1.3-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.neuralnetworks@1.3-service-qti.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/dataadpl.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dataadpl.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/init.qti.qcv.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.qti.qcv.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/init.time_daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.time_daemon.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/init_thermal-engine.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init_thermal-engine.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/ipa_fws.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/ipa_fws.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/ipacm-diag.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/ipacm-diag.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/netmgrd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/netmgrd.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/qdcmss.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/qdcmss.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/qseecomd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/qseecomd.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/vendor.display.color@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.display.color@1.0-service.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/vendor.qti.adsprpc-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.adsprpc-service.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/vendor.qti.cdsprpc-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.cdsprpc-service.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/vendor.qti.hardware.capabilityconfigstore@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.capabilityconfigstore@1.0-service.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/vendor.qti.hardware.dsp@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.dsp@1.0-service.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/vendor.qti.hardware.qseecom@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.qseecom@1.0-service.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/vendor.qti.hardware.tui_comm@1.0-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.tui_comm@1.0-service-qti.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/vendor.qti.media.c2@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.media.c2@1.0-service.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/vendor.qti.rmt_storage.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.rmt_storage.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/vendor.qti.tftp.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.tftp.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/vendor.samsung.hardware.thermal@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.samsung.hardware.thermal@1.0-service.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/init/vendor.sensors.sscrpcd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.sensors.sscrpcd.rc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/izat.conf:$(TARGET_COPY_OUT_VENDOR)/etc/izat.conf \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/locale/plmn_delta_eng.bin:$(TARGET_COPY_OUT_VENDOR)/etc/locale/plmn_delta_eng.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/locale/plmn_delta_zh-rCN.bin:$(TARGET_COPY_OUT_VENDOR)/etc/locale/plmn_delta_zh-rCN.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/locale/plmn_delta_zh-rHK.bin:$(TARGET_COPY_OUT_VENDOR)/etc/locale/plmn_delta_zh-rHK.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/locale/plmn_delta_zh-rTW.bin:$(TARGET_COPY_OUT_VENDOR)/etc/locale/plmn_delta_zh-rTW.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/lowi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/lowi.conf \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/mtu-conf.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mtu-conf.xml \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/nfc/sec_s3nrn4v_hwreg.bin:$(TARGET_COPY_OUT_VENDOR)/etc/nfc/sec_s3nrn4v_hwreg.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/nfc/sec_s3nrn4v_swreg.bin:$(TARGET_COPY_OUT_VENDOR)/etc/nfc/sec_s3nrn4v_swreg.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/pdpcnt-conf.xml:$(TARGET_COPY_OUT_VENDOR)/etc/pdpcnt-conf.xml \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/plmn_delta.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_delta.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/plmn_delta_attaio.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_delta_attaio.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/plmn_delta_hktw.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_delta_hktw.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/plmn_delta_usagsm.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_delta_usagsm.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/plmn_se13.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_se13.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sap.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sap.conf \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sec_config:$(TARGET_COPY_OUT_VENDOR)/etc/sec_config \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sec_config_oem:$(TARGET_COPY_OUT_VENDOR)/etc/sec_config_oem \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/seccomp_policy/codec2.vendor.base.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/codec2.vendor.base.policy \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/seccomp_policy/codec2.vendor.ext.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/codec2.vendor.ext.policy \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/seccomp_policy/vendor.qti.hardware.dsp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/vendor.qti.hardware.dsp.policy \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/atoll_default_sensors.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/atoll_default_sensors.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/atoll_dynamic_sensors.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/atoll_dynamic_sensors.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/atoll_lsm6dso_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/atoll_lsm6dso_0.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/atoll_qrd_stk31610_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/atoll_qrd_stk31610_0.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_amd.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_amd.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_amd_sw_disabled.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_amd_sw_disabled.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_amd_sw_enabled.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_amd_sw_enabled.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_aont.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_aont.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_basic_gestures.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_basic_gestures.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_bring_to_ear.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_bring_to_ear.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_ccd.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_ccd.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_ccd_v2_walk.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_ccd_v2_walk.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_ccd_v3_1_walk.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_ccd_v3_1_walk.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_ccd_v3_walk.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_ccd_v3_walk.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_cm.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_cm.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_dae.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_dae.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_device_orient.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_device_orient.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_diag_filter.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_diag_filter.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_distance_bound.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_distance_bound.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_dpc.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_dpc.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_facing.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_facing.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_fmv.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_fmv.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_geomag_rv.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_geomag_rv.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_gyro_cal.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_gyro_cal.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_heart_rate.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_heart_rate.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_mag_cal.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_mag_cal.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_mag_cal_legacy.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_mag_cal_legacy.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_multishake.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_multishake.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_pedometer.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_pedometer.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_rmd.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_rmd.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_rotv.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_rotv.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_smd.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_smd.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_tilt.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_tilt.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_tilt_sw_disabled.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_tilt_sw_disabled.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_tilt_sw_enabled.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_tilt_sw_enabled.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_tilt_to_wake.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_tilt_to_wake.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/config/sns_wrist_pedo.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_wrist_pedo.json \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/sensors/sns_reg_config:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/sns_reg_config \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/etc/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/CAMERA_ICP.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/CAMERA_ICP.elf \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/Data.msc:$(TARGET_COPY_OUT_VENDOR)/firmware/Data.msc \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/a612_rgmu.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/a612_rgmu.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/a618_gmu.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/a618_gmu.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/a630_gmu.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/a630_gmu.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/a630_sqe.fw:$(TARGET_COPY_OUT_VENDOR)/firmware/a630_sqe.fw \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/a640_gmu.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/a640_gmu.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/apbtfw11.tlv:$(TARGET_COPY_OUT_VENDOR)/firmware/apbtfw11.tlv \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/apnv11.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/apnv11.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/crbtfw21.tlv:$(TARGET_COPY_OUT_VENDOR)/firmware/crbtfw21.tlv \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/crnv21.b71:$(TARGET_COPY_OUT_VENDOR)/firmware/crnv21.b71 \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/crnv21.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/crnv21.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/dax_param.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/dax_param.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/ipa_fws.b00:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.b00 \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/ipa_fws.b01:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.b01 \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/ipa_fws.b02:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.b02 \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/ipa_fws.b03:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.b03 \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/ipa_fws.b04:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.b04 \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/ipa_fws.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.elf \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/ipa_fws.mdt:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.mdt \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/nfc/sec_s3nrn4v_firmware.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/nfc/sec_s3nrn4v_firmware.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/wlan/qca_cld/bdwlan.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/bdwlan.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/wlan/qca_cld/regdb.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/regdb.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/firmware/wlanmdsp.mbn:$(TARGET_COPY_OUT_VENDOR)/firmware/wlanmdsp.mbn \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/gpu/kbc/sequence_manifest.bin:$(TARGET_COPY_OUT_VENDOR)/gpu/kbc/sequence_manifest.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/gpu/kbc/unified_kbcs_32.bin:$(TARGET_COPY_OUT_VENDOR)/gpu/kbc/unified_kbcs_32.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/gpu/kbc/unified_kbcs_64.bin:$(TARGET_COPY_OUT_VENDOR)/gpu/kbc/unified_kbcs_64.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/gpu/kbc/unified_ksqs.bin:$(TARGET_COPY_OUT_VENDOR)/gpu/kbc/unified_ksqs.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/com.samsung.sensormodule.0_1_lsi_s5kgw1p.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.0_1_lsi_s5kgw1p.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/com.samsung.sensormodule.1_0_sony_imx616.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.1_0_sony_imx616.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/com.samsung.sensormodule.1_1_lsi_s5kgd2.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.1_1_lsi_s5kgd2.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/com.samsung.sensormodule.1_1_lsi_s5kgd2_otp.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.1_1_lsi_s5kgd2_otp.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/com.samsung.sensormodule.2_0_lsi_s5k3l6.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.2_0_lsi_s5k3l6.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/com.samsung.sensormodule.2_1_hynix_hi1336.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.2_1_hynix_hi1336.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/com.samsung.sensormodule.8_0_sony_imx616_full.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.8_0_sony_imx616_full.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/com.samsung.sensormodule.8_1_lsi_s5kgd2_full.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.8_1_lsi_s5kgd2_full.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/com.samsung.sensormodule.8_1_lsi_s5kgd2_full_otp.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.8_1_lsi_s5kgd2_full_otp.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/com.samsung.tuned.lsi_gc5035_macro.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.tuned.lsi_gc5035_macro.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/com.samsung.tuned.lsi_s5kgd2.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.tuned.lsi_s5kgd2.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/com.samsung.tuned.sony_imx616.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.tuned.sony_imx616.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/f_dual_calibration.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/f_dual_calibration.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/lib/camera/w_dual_calibration.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/w_dual_calibration.bin
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
btaudio_offload_if \
|
||||||
|
com.qualcomm.qti.ant@1.0 \
|
||||||
|
eglSubDriverAndroid \
|
||||||
|
libEGL_adreno \
|
||||||
|
libGLESv1_CM_adreno \
|
||||||
|
libGLESv2_adreno \
|
||||||
|
libq3dtools_adreno \
|
||||||
|
libq3dtools_esx \
|
||||||
|
android.hardware.bluetooth@1.0-impl-qti \
|
||||||
|
android.hardware.gnss@2.1-impl-qti \
|
||||||
|
sound_trigger.primary.atoll \
|
||||||
|
vendor.qti.hardware.audiohalext@1.0-impl \
|
||||||
|
vendor.qti.hardware.bluetooth_audio@2.0-impl \
|
||||||
|
vendor.qti.hardware.bluetooth_sar@1.0-impl \
|
||||||
|
vendor.qti.hardware.capabilityconfigstore@1.0-impl \
|
||||||
|
vendor.qti.hardware.fm@1.0-impl \
|
||||||
|
vendor.qti.hardware.qseecom@1.0-impl \
|
||||||
|
vendor.samsung.hardware.bluetooth.a2dp@1.0-impl \
|
||||||
|
vendor.samsung.hardware.gnss@2.0-impl-sec \
|
||||||
|
vulkan.adreno \
|
||||||
|
libC2D2 \
|
||||||
|
libCB \
|
||||||
|
libGPTEE_vendor \
|
||||||
|
libGPreqcancel \
|
||||||
|
libGPreqcancel_svc \
|
||||||
|
libOpenCL \
|
||||||
|
libQSEEComAPI \
|
||||||
|
libSecureUILib \
|
||||||
|
libStDrvInt \
|
||||||
|
libVkLayer_q3dtools \
|
||||||
|
libacdb-fts \
|
||||||
|
libacdbloader \
|
||||||
|
libacdbrtac \
|
||||||
|
libadiertac \
|
||||||
|
libadreno_app_profiles \
|
||||||
|
libadreno_utils \
|
||||||
|
libadsp_default_listener \
|
||||||
|
libadsprpc \
|
||||||
|
libaudcal \
|
||||||
|
libaudioconfigstore \
|
||||||
|
libbatching \
|
||||||
|
libbluetooth_audio_session_qti \
|
||||||
|
libbthost_if \
|
||||||
|
libbtnv \
|
||||||
|
libc++_shared \
|
||||||
|
libc2d30_bltlib \
|
||||||
|
libcacertclient \
|
||||||
|
libcdfw \
|
||||||
|
libcdfw_remote_api \
|
||||||
|
libcdsp_default_listener \
|
||||||
|
libcdsprpc \
|
||||||
|
libconfigdb \
|
||||||
|
libcpion \
|
||||||
|
libcvp \
|
||||||
|
libcvp_common \
|
||||||
|
libcvp_stub \
|
||||||
|
libcvpcpuRev_skel \
|
||||||
|
libdataitems \
|
||||||
|
libdiag \
|
||||||
|
libdiagjni \
|
||||||
|
libdisp-aba \
|
||||||
|
libdisplayqos \
|
||||||
|
libdpps \
|
||||||
|
libdrmfs \
|
||||||
|
libdrmtime \
|
||||||
|
libdsutils \
|
||||||
|
libfastcvdsp_stub \
|
||||||
|
libfastcvopt \
|
||||||
|
libfloatingfeature \
|
||||||
|
libgarden \
|
||||||
|
libgcs-calwrapper \
|
||||||
|
libgcs-ipc \
|
||||||
|
libgcs-osal \
|
||||||
|
libgcs \
|
||||||
|
libgeofencing \
|
||||||
|
libgnss \
|
||||||
|
libgnsspps \
|
||||||
|
libgps.utils \
|
||||||
|
libgpudataproducer \
|
||||||
|
libgsl \
|
||||||
|
libhdr_tm \
|
||||||
|
libhta \
|
||||||
|
libhta_hexagon_runtime \
|
||||||
|
libidl \
|
||||||
|
libizat_client_api \
|
||||||
|
libizat_core \
|
||||||
|
libjnihelper \
|
||||||
|
libkcl \
|
||||||
|
libkernelmanager \
|
||||||
|
liblbs_core \
|
||||||
|
libllvm-glnext \
|
||||||
|
libllvm-qcom \
|
||||||
|
libloc_api_v02 \
|
||||||
|
libloc_core \
|
||||||
|
libloc_socket \
|
||||||
|
liblocation_api \
|
||||||
|
liblocationservice \
|
||||||
|
liblocationservice_glue \
|
||||||
|
liblowi_client \
|
||||||
|
libmdmdetect \
|
||||||
|
libmdsprpc \
|
||||||
|
libminkdescriptor \
|
||||||
|
libminksocket \
|
||||||
|
libmmosal \
|
||||||
|
libmulawdec \
|
||||||
|
libnpu \
|
||||||
|
liboemcrypto \
|
||||||
|
libops \
|
||||||
|
libpdmapper \
|
||||||
|
libpdnotifier \
|
||||||
|
libperipheral_client \
|
||||||
|
libqcbor \
|
||||||
|
libqcc_file_agent \
|
||||||
|
libqcci_legacy \
|
||||||
|
libqcmaputils \
|
||||||
|
libqdi \
|
||||||
|
libqdma_file_agent \
|
||||||
|
libqdp \
|
||||||
|
libqisl \
|
||||||
|
libqmi \
|
||||||
|
libqmi_cci \
|
||||||
|
libqmi_client_helper \
|
||||||
|
libqmi_client_qmux \
|
||||||
|
libqmi_common_so \
|
||||||
|
libqmi_csi \
|
||||||
|
libqmi_csvt_srvc \
|
||||||
|
libqmi_encdec \
|
||||||
|
libqmi_legacy \
|
||||||
|
libqmiservices \
|
||||||
|
libqrtr \
|
||||||
|
libqsap_sdk \
|
||||||
|
libqseed3 \
|
||||||
|
libqsocket \
|
||||||
|
librpmb \
|
||||||
|
libsdedrm \
|
||||||
|
libsdm-color \
|
||||||
|
libsdm-colormgr-algo \
|
||||||
|
libsdm-diag \
|
||||||
|
libsdm-disp-vndapis \
|
||||||
|
libsdmextension \
|
||||||
|
libsdsprpc \
|
||||||
|
libsecnativefeature \
|
||||||
|
libsecureui \
|
||||||
|
libsecureui_svcsock \
|
||||||
|
libsemnativecarrierfeature \
|
||||||
|
libsensorslog \
|
||||||
|
libsns_device_mode_stub \
|
||||||
|
libsns_fastRPC_util \
|
||||||
|
libsns_low_lat_stream_stub \
|
||||||
|
libsns_registry_skel \
|
||||||
|
libsnsapi \
|
||||||
|
libsnsdiaglog \
|
||||||
|
libssc \
|
||||||
|
libssc_default_listener \
|
||||||
|
libssd \
|
||||||
|
libsynergy_loc_api \
|
||||||
|
libsysmon_cdsp_skel \
|
||||||
|
libsystem_health_mon \
|
||||||
|
libthermalclient \
|
||||||
|
libtime_genoff \
|
||||||
|
libtinyxml2_1 \
|
||||||
|
libtrustedapploader \
|
||||||
|
libxml \
|
||||||
|
sensors.grip \
|
||||||
|
sensors.ssc \
|
||||||
|
unnhal-acc-hta \
|
||||||
|
vendor.display.color@1.0 \
|
||||||
|
vendor.display.color@1.1 \
|
||||||
|
vendor.display.color@1.2 \
|
||||||
|
vendor.display.color@1.3 \
|
||||||
|
vendor.display.color@1.4 \
|
||||||
|
vendor.display.color@1.5 \
|
||||||
|
vendor.display.postproc@1.0 \
|
||||||
|
vendor.qti.gnss@1.0 \
|
||||||
|
vendor.qti.gnss@1.1 \
|
||||||
|
vendor.qti.gnss@1.2 \
|
||||||
|
vendor.qti.gnss@2.0 \
|
||||||
|
vendor.qti.gnss@2.1 \
|
||||||
|
vendor.qti.gnss@3.0 \
|
||||||
|
vendor.qti.gnss@4.0 \
|
||||||
|
vendor.qti.hardware.audiohalext@1.0 \
|
||||||
|
vendor.qti.hardware.bluetooth_sar@1.0 \
|
||||||
|
vendor.qti.hardware.bluetooth_sar@1.1 \
|
||||||
|
vendor.qti.hardware.cacert@1.0 \
|
||||||
|
vendor.qti.hardware.cvp@1.0 \
|
||||||
|
vendor.qti.hardware.dsp@1.0 \
|
||||||
|
vendor.qti.hardware.fm@1.0_vendor \
|
||||||
|
vendor.qti.hardware.qccsyshal@1.0 \
|
||||||
|
vendor.qti.hardware.qseecom@1.0 \
|
||||||
|
vendor.qti.hardware.tui_comm@1.0 \
|
||||||
|
vendor.qti.hardware.vpp@1.1 \
|
||||||
|
vendor.qti.hardware.vpp@1.2 \
|
||||||
|
vendor.qti.hardware.vpp@1.3 \
|
||||||
|
vendor.qti.qspmhal@1.0_vendor \
|
||||||
|
vendor.samsung.hardware.bluetooth.a2dp@1.0 \
|
||||||
|
vendor.samsung.hardware.bluetooth@2.0 \
|
||||||
|
vendor.samsung.hardware.gnss@2.0 \
|
||||||
|
vendor.samsung.hardware.thermal@1.0 \
|
||||||
|
com.qti.eeprom.n24s64b_imx616 \
|
||||||
|
com.samsung.sensor.gc5035_macro \
|
||||||
|
com.samsung.sensor.hi1336 \
|
||||||
|
com.samsung.sensor.imx616 \
|
||||||
|
com.samsung.sensor.imx682 \
|
||||||
|
com.samsung.sensor.s5k3l6 \
|
||||||
|
com.samsung.sensor.s5kgd2 \
|
||||||
|
com.samsung.sensor.s5kgw1p \
|
||||||
|
com.qti.camx.chiiqutils \
|
||||||
|
com.qti.eisv2 \
|
||||||
|
com.qti.eisv3 \
|
||||||
|
com.qti.node.depth \
|
||||||
|
com.qti.node.dummyrtb \
|
||||||
|
com.qti.node.dummysat \
|
||||||
|
com.qti.node.eisv2 \
|
||||||
|
com.qti.node.eisv3 \
|
||||||
|
com.qti.node.fcv \
|
||||||
|
com.qti.node.gpu \
|
||||||
|
com.qti.node.memcpy \
|
||||||
|
com.qti.node.stich \
|
||||||
|
com.qti.node.swregistration \
|
||||||
|
com.qti.stats.aec \
|
||||||
|
com.qti.stats.af \
|
||||||
|
com.qti.stats.afd \
|
||||||
|
com.qti.stats.asd \
|
||||||
|
com.qti.stats.awb \
|
||||||
|
com.qti.stats.haf \
|
||||||
|
com.qti.stats.hafoverride \
|
||||||
|
com.qti.stats.pdlib \
|
||||||
|
com.qti.stats.pdlibsony \
|
||||||
|
com.qti.stats.pdlibwrapper \
|
||||||
|
com.qtistatic.stats.aec \
|
||||||
|
com.qtistatic.stats.af \
|
||||||
|
com.qtistatic.stats.awb \
|
||||||
|
com.qtistatic.stats.pdlib \
|
||||||
|
com.samsung.node.bayercheck \
|
||||||
|
com.samsung.node.bayerfuse \
|
||||||
|
com.samsung.node.capture_bokeh \
|
||||||
|
com.samsung.node.capture_fusion \
|
||||||
|
com.samsung.node.realtimebokeh \
|
||||||
|
com.samsung.node.remosaic \
|
||||||
|
com.samsung.node.uniplugin_capture \
|
||||||
|
com.samsung.node.uniplugin_preview \
|
||||||
|
com.wrapper.stats.af \
|
||||||
|
com.wrapper.stats.awb \
|
||||||
|
com.wrapper.stats.pdlib \
|
||||||
|
libMOTION \
|
||||||
|
libdepthmapwrapper \
|
||||||
|
audio.primary.atoll \
|
||||||
|
camera.unihal.default \
|
||||||
|
lib_SamsungRec_07010 \
|
||||||
|
lib_SoundAlive_SRC384_ver320 \
|
||||||
|
lib_soundaliveresampler \
|
||||||
|
liba2dpoffload \
|
||||||
|
libadm \
|
||||||
|
libaudio_log_utils \
|
||||||
|
libaudio_soundtrigger \
|
||||||
|
libaudioparsers \
|
||||||
|
libbatterylistener \
|
||||||
|
libcamera_nn_stub \
|
||||||
|
libcamxfdalgov7 \
|
||||||
|
libcamxfdalgov8 \
|
||||||
|
libcamxfdengine \
|
||||||
|
libcamxstatscore \
|
||||||
|
libcamxswprocessalgo \
|
||||||
|
libcamxtintlessalgo \
|
||||||
|
libcirrusspkrprot \
|
||||||
|
libcom.qti.chinodeutils \
|
||||||
|
libcomprcapture \
|
||||||
|
libdrc \
|
||||||
|
libdualcam_optical_zoom \
|
||||||
|
libdualcam_optical_zoom_control \
|
||||||
|
libdualcapture \
|
||||||
|
libexthwplugin \
|
||||||
|
libhdmiedid \
|
||||||
|
libhdmipassthru \
|
||||||
|
libhfp \
|
||||||
|
libmpbase \
|
||||||
|
libprofileparamstorage \
|
||||||
|
libqcodec2 \
|
||||||
|
libqcwrappercommon \
|
||||||
|
libqtigef \
|
||||||
|
librecordalive \
|
||||||
|
libremosaic_daemon \
|
||||||
|
libsamsungVoipResampler \
|
||||||
|
libscveCommon \
|
||||||
|
libscveCommon_stub \
|
||||||
|
libscveObjectSegmentation \
|
||||||
|
libscveObjectSegmentation_stub \
|
||||||
|
libsecaudiocoreutils \
|
||||||
|
libsecaudioinfo \
|
||||||
|
libsensorlistener \
|
||||||
|
libsndmonitor \
|
||||||
|
libspatializerparamstorage \
|
||||||
|
libspkrprot \
|
||||||
|
libsurround_3mic_proc \
|
||||||
|
libswregistrationalgo \
|
||||||
|
libuniplugin \
|
||||||
|
libwvhidl \
|
||||||
|
libwvdrmengine \
|
||||||
|
libasphere \
|
||||||
|
libqcbassboost \
|
||||||
|
libqcreverb \
|
||||||
|
libqcvirt \
|
||||||
|
libshoebox \
|
||||||
|
libswdap \
|
||||||
|
libswspatializer \
|
||||||
|
spatializer-aidl-V1-cpp \
|
||||||
|
unihal_cutils@2.15 \
|
||||||
|
unihal_main@2.15 \
|
||||||
|
unihal_uniplugin@1.0 \
|
||||||
|
gatekeeper.mdfpp \
|
||||||
|
libSemDataProps \
|
||||||
|
libSemTelephonyProps \
|
||||||
|
libengmode_client \
|
||||||
|
libhexagon_nn_stub \
|
||||||
|
libkeymaster_helper \
|
||||||
|
libnanopb \
|
||||||
|
libnlnetmgr \
|
||||||
|
libril_sem \
|
||||||
|
libsec-ril \
|
||||||
|
libsecril-client_vendor \
|
||||||
|
libskeymaster4device \
|
||||||
|
libvkmanager_vendor \
|
||||||
|
unnhal-acc-adreno \
|
||||||
|
unnhal-acc-common \
|
||||||
|
unnhal-acc-hvx \
|
||||||
|
vendor.samsung.hardware.radio.bridge@2.0 \
|
||||||
|
vendor.samsung.hardware.radio.bridge@2.1 \
|
||||||
|
vendor.samsung.hardware.radio.channel@2.0 \
|
||||||
|
vendor_lib_rfsa_adsp_libVC1Dec_so \
|
||||||
|
vendor_lib_rfsa_adsp_libVC1DecDsp_skel_so \
|
||||||
|
vendor_lib_rfsa_adsp_libapps_mem_heap_so \
|
||||||
|
vendor_lib_rfsa_adsp_libcamera_nn_skel_so \
|
||||||
|
vendor_lib_rfsa_adsp_libcvpdsp_skel_so \
|
||||||
|
vendor_lib_rfsa_adsp_libdspCV_skel_so \
|
||||||
|
vendor_lib_rfsa_adsp_libdsp_streamer_skel_so \
|
||||||
|
vendor_lib_rfsa_adsp_libfastcvadsp_so \
|
||||||
|
vendor_lib_rfsa_adsp_libfastcvdsp_skel_so \
|
||||||
|
vendor_lib_rfsa_adsp_libhexagon_nn_skel_so \
|
||||||
|
vendor_lib_rfsa_adsp_libscveObjectSegmentation_skel_so \
|
||||||
|
vendor_lib_rfsa_adsp_libscveT2T_skel_so \
|
||||||
|
vendor_lib_rfsa_adsp_libsnpe_dsp_v66_domains_v2_skel_so \
|
||||||
|
fm_helium \
|
||||||
|
libfm-hci \
|
||||||
|
vendor.qti.hardware.fm@1.0 \
|
||||||
|
CACertService \
|
||||||
|
TimeService \
|
||||||
|
HotwordEnrollmentOKGoogleEx3HEXAGON \
|
||||||
|
HotwordEnrollmentXGoogleEx3HEXAGON \
|
||||||
|
audiosphere \
|
||||||
|
com.android.hotwordenrollment.common.util \
|
||||||
|
android.hardware.gnss@2.1-service-qti.xml \
|
||||||
|
android.hardware.neuralnetworks@1.3-service-qti-hta.xml \
|
||||||
|
android.hardware.neuralnetworks@1.3-service-qti.xml \
|
||||||
|
manifest_android.hardware.drm@1.3-service.widevine.xml \
|
||||||
|
vendor.samsung.hardware.thermal@1.0-manifest.xml \
|
||||||
|
adpl \
|
||||||
|
adsprpcd \
|
||||||
|
cdsprpcd \
|
||||||
|
cnss-daemon \
|
||||||
|
dspservice \
|
||||||
|
factory.ssc \
|
||||||
|
hvdcp_opti \
|
||||||
|
android.hardware.bluetooth@1.0-service-qti \
|
||||||
|
android.hardware.drm@1.3-service.widevine \
|
||||||
|
android.hardware.gnss@2.1-service-qti \
|
||||||
|
android.hardware.neuralnetworks@1.3-service-qti \
|
||||||
|
macloader \
|
||||||
|
rild \
|
||||||
|
vendor.display.color@1.0-service \
|
||||||
|
vendor.qti.hardware.capabilityconfigstore@1.0-service \
|
||||||
|
vendor.qti.hardware.qseecom@1.0-service \
|
||||||
|
vendor.qti.hardware.tui_comm@1.0-service-qti \
|
||||||
|
vendor.qti.media.c2@1.0-service \
|
||||||
|
vendor.samsung.hardware.thermal@1.0-service \
|
||||||
|
ipacm-diag \
|
||||||
|
irsc_util \
|
||||||
|
loc_launcher \
|
||||||
|
lowi-server \
|
||||||
|
npu_launcher \
|
||||||
|
pd-mapper \
|
||||||
|
pm-proxy \
|
||||||
|
pm-service \
|
||||||
|
ppd \
|
||||||
|
qdcmss \
|
||||||
|
qrtr-ns \
|
||||||
|
qseecomd \
|
||||||
|
rmt_storage \
|
||||||
|
sscrpcd \
|
||||||
|
ssr_setup \
|
||||||
|
tftp_server \
|
||||||
|
thermal-engine \
|
||||||
|
time_daemon \
|
||||||
|
xtra-daemon
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
vendor_lib_libEGL_adreno_so \
|
||||||
|
vendor_lib_libGLESv2_adreno_so \
|
||||||
|
vendor_lib_libq3dtools_adreno_so \
|
||||||
|
vendor_lib64_libEGL_adreno_so \
|
||||||
|
vendor_lib64_libGLESv2_adreno_so \
|
||||||
|
vendor_lib64_libq3dtools_adreno_so
|
||||||
+2243
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,549 +0,0 @@
|
|||||||
#
|
|
||||||
# Automatically generated file. DO NOT MODIFY
|
|
||||||
#
|
|
||||||
|
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
|
||||||
vendor/samsung/sm7125-common
|
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/system_ext/etc/permissions/audiosphere.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/audiosphere.xml \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/system_ext/etc/permissions/com.android.hotwordenrollment.common.util.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.android.hotwordenrollment.common.util.xml \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/acdbdata/adsp_avs_config.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/adsp_avs_config.acdb \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/charger_fstab.qti:$(TARGET_COPY_OUT_VENDOR)/etc/charger_fstab.qti \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/data/dsi_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/data/dsi_config.xml \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/data/netmgr_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/data/netmgr_config.xml \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/gnss_antenna_info.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss_antenna_info.conf \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/gpfspath_oem_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gpfspath_oem_config.xml \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/gps.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gps.conf \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/android.hardware.bluetooth@1.0-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.bluetooth@1.0-service-qti.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/android.hardware.drm@1.3-service.widevine.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.drm@1.3-service.widevine.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/android.hardware.gnss@2.1-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.gnss@2.1-service-qti.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/android.hardware.neuralnetworks@1.3-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.neuralnetworks@1.3-service-qti.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/dataadpl.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dataadpl.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/init.qti.qcv.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.qti.qcv.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/init.time_daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.time_daemon.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/init_thermal-engine.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init_thermal-engine.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/ipa_fws.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/ipa_fws.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/ipacm-diag.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/ipacm-diag.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/netmgrd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/netmgrd.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/qdcmss.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/qdcmss.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/qseecomd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/qseecomd.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/vendor.display.color@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.display.color@1.0-service.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/vendor.qti.adsprpc-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.adsprpc-service.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/vendor.qti.cdsprpc-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.cdsprpc-service.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/vendor.qti.hardware.capabilityconfigstore@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.capabilityconfigstore@1.0-service.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/vendor.qti.hardware.dsp@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.dsp@1.0-service.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/vendor.qti.hardware.qseecom@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.qseecom@1.0-service.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/vendor.qti.hardware.tui_comm@1.0-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.tui_comm@1.0-service-qti.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/vendor.qti.media.c2@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.media.c2@1.0-service.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/vendor.qti.rmt_storage.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.rmt_storage.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/vendor.qti.tftp.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.tftp.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/vendor.samsung.hardware.thermal@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.samsung.hardware.thermal@1.0-service.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/init/vendor.sensors.sscrpcd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.sensors.sscrpcd.rc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/izat.conf:$(TARGET_COPY_OUT_VENDOR)/etc/izat.conf \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/locale/plmn_delta_eng.bin:$(TARGET_COPY_OUT_VENDOR)/etc/locale/plmn_delta_eng.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/locale/plmn_delta_zh-rCN.bin:$(TARGET_COPY_OUT_VENDOR)/etc/locale/plmn_delta_zh-rCN.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/locale/plmn_delta_zh-rHK.bin:$(TARGET_COPY_OUT_VENDOR)/etc/locale/plmn_delta_zh-rHK.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/locale/plmn_delta_zh-rTW.bin:$(TARGET_COPY_OUT_VENDOR)/etc/locale/plmn_delta_zh-rTW.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/lowi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/lowi.conf \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/mtu-conf.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mtu-conf.xml \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/nfc/sec_s3nrn4v_hwreg.bin:$(TARGET_COPY_OUT_VENDOR)/etc/nfc/sec_s3nrn4v_hwreg.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/nfc/sec_s3nrn4v_swreg.bin:$(TARGET_COPY_OUT_VENDOR)/etc/nfc/sec_s3nrn4v_swreg.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/pdpcnt-conf.xml:$(TARGET_COPY_OUT_VENDOR)/etc/pdpcnt-conf.xml \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/plmn_delta.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_delta.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/plmn_delta_attaio.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_delta_attaio.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/plmn_delta_hktw.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_delta_hktw.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/plmn_delta_usagsm.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_delta_usagsm.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/plmn_se13.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_se13.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sap.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sap.conf \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sec_config:$(TARGET_COPY_OUT_VENDOR)/etc/sec_config \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sec_config_oem:$(TARGET_COPY_OUT_VENDOR)/etc/sec_config_oem \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/seccomp_policy/codec2.vendor.base.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/codec2.vendor.base.policy \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/seccomp_policy/codec2.vendor.ext.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/codec2.vendor.ext.policy \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/seccomp_policy/vendor.qti.hardware.dsp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/vendor.qti.hardware.dsp.policy \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/atoll_default_sensors.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/atoll_default_sensors.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/atoll_dynamic_sensors.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/atoll_dynamic_sensors.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/atoll_lsm6dso_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/atoll_lsm6dso_0.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/atoll_qrd_stk31610_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/atoll_qrd_stk31610_0.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_amd.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_amd.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_amd_sw_disabled.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_amd_sw_disabled.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_amd_sw_enabled.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_amd_sw_enabled.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_aont.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_aont.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_basic_gestures.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_basic_gestures.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_bring_to_ear.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_bring_to_ear.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_ccd.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_ccd.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_ccd_v2_walk.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_ccd_v2_walk.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_ccd_v3_1_walk.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_ccd_v3_1_walk.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_ccd_v3_walk.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_ccd_v3_walk.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_cm.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_cm.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_dae.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_dae.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_device_orient.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_device_orient.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_diag_filter.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_diag_filter.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_distance_bound.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_distance_bound.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_dpc.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_dpc.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_facing.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_facing.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_fmv.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_fmv.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_geomag_rv.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_geomag_rv.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_gyro_cal.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_gyro_cal.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_heart_rate.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_heart_rate.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_mag_cal.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_mag_cal.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_mag_cal_legacy.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_mag_cal_legacy.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_multishake.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_multishake.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_pedometer.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_pedometer.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_rmd.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_rmd.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_rotv.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_rotv.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_smd.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_smd.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_tilt.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_tilt.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_tilt_sw_disabled.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_tilt_sw_disabled.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_tilt_sw_enabled.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_tilt_sw_enabled.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_tilt_to_wake.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_tilt_to_wake.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/config/sns_wrist_pedo.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/sns_wrist_pedo.json \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/sensors/sns_reg_config:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/sns_reg_config \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/etc/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/CAMERA_ICP.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/CAMERA_ICP.elf \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/Data.msc:$(TARGET_COPY_OUT_VENDOR)/firmware/Data.msc \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/a612_rgmu.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/a612_rgmu.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/a618_gmu.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/a618_gmu.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/a630_gmu.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/a630_gmu.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/a630_sqe.fw:$(TARGET_COPY_OUT_VENDOR)/firmware/a630_sqe.fw \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/a640_gmu.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/a640_gmu.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/apbtfw11.tlv:$(TARGET_COPY_OUT_VENDOR)/firmware/apbtfw11.tlv \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/apnv11.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/apnv11.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/crbtfw21.tlv:$(TARGET_COPY_OUT_VENDOR)/firmware/crbtfw21.tlv \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/crnv21.b71:$(TARGET_COPY_OUT_VENDOR)/firmware/crnv21.b71 \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/crnv21.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/crnv21.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/dax_param.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/dax_param.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/ipa_fws.b00:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.b00 \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/ipa_fws.b01:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.b01 \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/ipa_fws.b02:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.b02 \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/ipa_fws.b03:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.b03 \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/ipa_fws.b04:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.b04 \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/ipa_fws.elf:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.elf \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/ipa_fws.mdt:$(TARGET_COPY_OUT_VENDOR)/firmware/ipa_fws.mdt \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/nfc/sec_s3nrn4v_firmware.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/nfc/sec_s3nrn4v_firmware.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/wlan/qca_cld/bdwlan.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/bdwlan.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/wlan/qca_cld/regdb.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/regdb.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/wlanmdsp.mbn:$(TARGET_COPY_OUT_VENDOR)/firmware/wlanmdsp.mbn \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.sensormodule.0_1_lsi_s5kgw1p.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.0_1_lsi_s5kgw1p.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.sensormodule.1_0_sony_imx616.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.1_0_sony_imx616.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.sensormodule.1_1_lsi_s5kgd2.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.1_1_lsi_s5kgd2.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.sensormodule.1_1_lsi_s5kgd2_otp.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.1_1_lsi_s5kgd2_otp.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.sensormodule.2_0_lsi_s5k3l6.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.2_0_lsi_s5k3l6.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.sensormodule.2_1_hynix_hi1336.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.2_1_hynix_hi1336.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.sensormodule.8_0_sony_imx616_full.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.8_0_sony_imx616_full.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.sensormodule.8_1_lsi_s5kgd2_full.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.8_1_lsi_s5kgd2_full.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.sensormodule.8_1_lsi_s5kgd2_full_otp.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.8_1_lsi_s5kgd2_full_otp.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.tuned.lsi_gc5035_macro.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.tuned.lsi_gc5035_macro.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.tuned.lsi_s5kgd2.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.tuned.lsi_s5kgd2.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.tuned.sony_imx616.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.tuned.sony_imx616.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/f_dual_calibration.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/f_dual_calibration.bin \
|
|
||||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/w_dual_calibration.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/w_dual_calibration.bin
|
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
btaudio_offload_if \
|
|
||||||
com.qualcomm.qti.ant@1.0 \
|
|
||||||
eglSubDriverAndroid \
|
|
||||||
libEGL_adreno \
|
|
||||||
libGLESv1_CM_adreno \
|
|
||||||
libGLESv2_adreno \
|
|
||||||
libq3dtools_adreno \
|
|
||||||
libq3dtools_esx \
|
|
||||||
android.hardware.bluetooth@1.0-impl-qti \
|
|
||||||
android.hardware.gnss@2.1-impl-qti \
|
|
||||||
audio.bluetooth_qti.default \
|
|
||||||
sound_trigger.primary.atoll \
|
|
||||||
vendor.qti.hardware.audiohalext@1.0-impl \
|
|
||||||
vendor.qti.hardware.bluetooth_audio@2.0-impl \
|
|
||||||
vendor.qti.hardware.bluetooth_sar@1.0-impl \
|
|
||||||
vendor.qti.hardware.capabilityconfigstore@1.0-impl \
|
|
||||||
vendor.qti.hardware.fm@1.0-impl \
|
|
||||||
vendor.qti.hardware.qseecom@1.0-impl \
|
|
||||||
vendor.samsung.hardware.bluetooth.a2dp@1.0-impl \
|
|
||||||
vendor.samsung.hardware.gnss@2.0-impl-sec \
|
|
||||||
vulkan.adreno \
|
|
||||||
libC2D2 \
|
|
||||||
libCB \
|
|
||||||
libGPTEE_vendor \
|
|
||||||
libGPreqcancel \
|
|
||||||
libGPreqcancel_svc \
|
|
||||||
libOpenCL \
|
|
||||||
libQSEEComAPI \
|
|
||||||
libSecureUILib \
|
|
||||||
libStDrvInt \
|
|
||||||
libVkLayer_q3dtools \
|
|
||||||
libacdb-fts \
|
|
||||||
libacdbloader \
|
|
||||||
libacdbrtac \
|
|
||||||
libadiertac \
|
|
||||||
libadreno_utils \
|
|
||||||
libadsp_default_listener \
|
|
||||||
libadsprpc \
|
|
||||||
libaudcal \
|
|
||||||
libaudioconfigstore \
|
|
||||||
libbatching \
|
|
||||||
libbluetooth_audio_session_qti \
|
|
||||||
libbthost_if \
|
|
||||||
libbtnv \
|
|
||||||
libc++_shared \
|
|
||||||
libc2d30_bltlib \
|
|
||||||
libcacertclient \
|
|
||||||
libcdfw \
|
|
||||||
libcdfw_remote_api \
|
|
||||||
libcdsp_default_listener \
|
|
||||||
libcdsprpc \
|
|
||||||
libconfigdb \
|
|
||||||
libcpion \
|
|
||||||
libcvp \
|
|
||||||
libcvp_common \
|
|
||||||
libcvp_stub \
|
|
||||||
libcvpcpuRev_skel \
|
|
||||||
libdataitems \
|
|
||||||
libdiag \
|
|
||||||
libdiagjni \
|
|
||||||
libdisp-aba \
|
|
||||||
libdisplayqos \
|
|
||||||
libdpps \
|
|
||||||
libdrmfs \
|
|
||||||
libdrmtime \
|
|
||||||
libdsutils \
|
|
||||||
libfastcvdsp_stub \
|
|
||||||
libfastcvopt \
|
|
||||||
libfloatingfeature \
|
|
||||||
libgarden \
|
|
||||||
libgcs-calwrapper \
|
|
||||||
libgcs-ipc \
|
|
||||||
libgcs-osal \
|
|
||||||
libgcs \
|
|
||||||
libgeofencing \
|
|
||||||
libgnss \
|
|
||||||
libgnsspps \
|
|
||||||
libgps.utils \
|
|
||||||
libgpudataproducer \
|
|
||||||
libgsl \
|
|
||||||
libhdr_tm \
|
|
||||||
libhta \
|
|
||||||
libhta_hexagon_runtime \
|
|
||||||
libidl \
|
|
||||||
libizat_client_api \
|
|
||||||
libizat_core \
|
|
||||||
libjnihelper \
|
|
||||||
liblbs_core \
|
|
||||||
libllvm-glnext \
|
|
||||||
libllvm-qcom \
|
|
||||||
libloc_api_v02 \
|
|
||||||
libloc_core \
|
|
||||||
libloc_socket \
|
|
||||||
liblocation_api \
|
|
||||||
liblocationservice \
|
|
||||||
liblocationservice_glue \
|
|
||||||
liblowi_client \
|
|
||||||
libmdmdetect \
|
|
||||||
libmdsprpc \
|
|
||||||
libminkdescriptor \
|
|
||||||
libminksocket \
|
|
||||||
libmmosal \
|
|
||||||
libmulawdec \
|
|
||||||
libnpu \
|
|
||||||
liboemcrypto \
|
|
||||||
libops \
|
|
||||||
libpdmapper \
|
|
||||||
libpdnotifier \
|
|
||||||
libperipheral_client \
|
|
||||||
libpvr \
|
|
||||||
libqcbor \
|
|
||||||
libqcc_file_agent \
|
|
||||||
libqcci_legacy \
|
|
||||||
libqcmaputils \
|
|
||||||
libqdi \
|
|
||||||
libqdma_file_agent \
|
|
||||||
libqdp \
|
|
||||||
libqisl \
|
|
||||||
libqmi \
|
|
||||||
libqmi_cci \
|
|
||||||
libqmi_client_helper \
|
|
||||||
libqmi_client_qmux \
|
|
||||||
libqmi_common_so \
|
|
||||||
libqmi_csi \
|
|
||||||
libqmi_csvt_srvc \
|
|
||||||
libqmi_encdec \
|
|
||||||
libqmi_legacy \
|
|
||||||
libqmiservices \
|
|
||||||
libqrtr \
|
|
||||||
libqsap_sdk \
|
|
||||||
libqseed3 \
|
|
||||||
libqsocket \
|
|
||||||
librpmb \
|
|
||||||
libsdedrm \
|
|
||||||
libsdm-color \
|
|
||||||
libsdm-colormgr-algo \
|
|
||||||
libsdm-diag \
|
|
||||||
libsdm-disp-vndapis \
|
|
||||||
libsdmextension \
|
|
||||||
libsdsprpc \
|
|
||||||
libsecnativefeature \
|
|
||||||
libsecureui \
|
|
||||||
libsecureui_svcsock \
|
|
||||||
libsemnativecarrierfeature \
|
|
||||||
libsensorslog \
|
|
||||||
libsns_device_mode_stub \
|
|
||||||
libsns_fastRPC_util \
|
|
||||||
libsns_low_lat_stream_stub \
|
|
||||||
libsns_registry_skel \
|
|
||||||
libsnsapi \
|
|
||||||
libsnsdiaglog \
|
|
||||||
libssc \
|
|
||||||
libssc_default_listener \
|
|
||||||
libssd \
|
|
||||||
libsynergy_loc_api \
|
|
||||||
libsysmon_cdsp_skel \
|
|
||||||
libsystem_health_mon \
|
|
||||||
libthermalclient \
|
|
||||||
libtime_genoff \
|
|
||||||
libtinyxml2_1 \
|
|
||||||
libtrustedapploader \
|
|
||||||
libxml \
|
|
||||||
sensors.grip \
|
|
||||||
sensors.ssc \
|
|
||||||
unnhal-acc-hta \
|
|
||||||
vendor.display.color@1.0 \
|
|
||||||
vendor.display.color@1.1 \
|
|
||||||
vendor.display.color@1.2 \
|
|
||||||
vendor.display.color@1.3 \
|
|
||||||
vendor.display.color@1.4 \
|
|
||||||
vendor.display.color@1.5 \
|
|
||||||
vendor.display.postproc@1.0 \
|
|
||||||
vendor.qti.gnss@1.0 \
|
|
||||||
vendor.qti.gnss@1.1 \
|
|
||||||
vendor.qti.gnss@1.2 \
|
|
||||||
vendor.qti.gnss@2.0 \
|
|
||||||
vendor.qti.gnss@2.1 \
|
|
||||||
vendor.qti.gnss@3.0 \
|
|
||||||
vendor.qti.gnss@4.0 \
|
|
||||||
vendor.qti.hardware.audiohalext@1.0 \
|
|
||||||
vendor.qti.hardware.bluetooth_sar@1.0 \
|
|
||||||
vendor.qti.hardware.bluetooth_sar@1.1 \
|
|
||||||
vendor.qti.hardware.cacert@1.0 \
|
|
||||||
vendor.qti.hardware.cvp@1.0 \
|
|
||||||
vendor.qti.hardware.dsp@1.0 \
|
|
||||||
vendor.qti.hardware.fm@1.0_vendor \
|
|
||||||
vendor.qti.hardware.qccsyshal@1.0 \
|
|
||||||
vendor.qti.hardware.qseecom@1.0 \
|
|
||||||
vendor.qti.hardware.tui_comm@1.0 \
|
|
||||||
vendor.qti.hardware.vpp@1.1 \
|
|
||||||
vendor.qti.hardware.vpp@1.2 \
|
|
||||||
vendor.qti.hardware.vpp@1.3 \
|
|
||||||
vendor.samsung.hardware.bluetooth.a2dp@1.0 \
|
|
||||||
vendor.samsung.hardware.bluetooth@2.0 \
|
|
||||||
vendor.samsung.hardware.gnss@2.0 \
|
|
||||||
vendor.samsung.hardware.thermal@1.0 \
|
|
||||||
com.qti.eeprom.n24s64b_imx616 \
|
|
||||||
com.samsung.sensor.gc5035_macro \
|
|
||||||
com.samsung.sensor.hi1336 \
|
|
||||||
com.samsung.sensor.imx616 \
|
|
||||||
com.samsung.sensor.imx682 \
|
|
||||||
com.samsung.sensor.s5k3l6 \
|
|
||||||
com.samsung.sensor.s5kgd2 \
|
|
||||||
com.samsung.sensor.s5kgw1p \
|
|
||||||
com.qti.camx.chiiqutils \
|
|
||||||
com.qti.eisv2 \
|
|
||||||
com.qti.eisv3 \
|
|
||||||
com.qti.node.depth \
|
|
||||||
com.qti.node.dummyrtb \
|
|
||||||
com.qti.node.dummysat \
|
|
||||||
com.qti.node.eisv2 \
|
|
||||||
com.qti.node.eisv3 \
|
|
||||||
com.qti.node.fcv \
|
|
||||||
com.qti.node.gpu \
|
|
||||||
com.qti.node.memcpy \
|
|
||||||
com.qti.node.stich \
|
|
||||||
com.qti.node.swregistration \
|
|
||||||
com.qti.stats.aec \
|
|
||||||
com.qti.stats.af \
|
|
||||||
com.qti.stats.afd \
|
|
||||||
com.qti.stats.asd \
|
|
||||||
com.qti.stats.awb \
|
|
||||||
com.qti.stats.haf \
|
|
||||||
com.qti.stats.hafoverride \
|
|
||||||
com.qti.stats.pdlib \
|
|
||||||
com.qti.stats.pdlibsony \
|
|
||||||
com.qti.stats.pdlibwrapper \
|
|
||||||
com.qtistatic.stats.aec \
|
|
||||||
com.qtistatic.stats.af \
|
|
||||||
com.qtistatic.stats.awb \
|
|
||||||
com.qtistatic.stats.pdlib \
|
|
||||||
com.samsung.node.bayercheck \
|
|
||||||
com.samsung.node.bayerfuse \
|
|
||||||
com.samsung.node.capture_bokeh \
|
|
||||||
com.samsung.node.capture_fusion \
|
|
||||||
com.samsung.node.realtimebokeh \
|
|
||||||
com.samsung.node.remosaic \
|
|
||||||
com.samsung.node.uniplugin_capture \
|
|
||||||
com.samsung.node.uniplugin_preview \
|
|
||||||
com.wrapper.stats.af \
|
|
||||||
com.wrapper.stats.awb \
|
|
||||||
com.wrapper.stats.pdlib \
|
|
||||||
libMOTION \
|
|
||||||
libdepthmapwrapper \
|
|
||||||
audio.primary.atoll \
|
|
||||||
camera.unihal.default \
|
|
||||||
lib_SamsungRec_07010 \
|
|
||||||
lib_SoundAlive_SRC384_ver320 \
|
|
||||||
lib_soundaliveresampler \
|
|
||||||
liba2dpoffload \
|
|
||||||
libadm \
|
|
||||||
libaudio_log_utils \
|
|
||||||
libaudio_soundtrigger \
|
|
||||||
libaudioparsers \
|
|
||||||
libbatterylistener \
|
|
||||||
libcamera_nn_stub \
|
|
||||||
libcamxfdalgov7 \
|
|
||||||
libcamxfdalgov8 \
|
|
||||||
libcamxfdengine \
|
|
||||||
libcamxstatscore \
|
|
||||||
libcamxswprocessalgo \
|
|
||||||
libcamxtintlessalgo \
|
|
||||||
libcirrusspkrprot \
|
|
||||||
libcom.qti.chinodeutils \
|
|
||||||
libcomprcapture \
|
|
||||||
libdrc \
|
|
||||||
libdualcam_optical_zoom \
|
|
||||||
libdualcam_optical_zoom_control \
|
|
||||||
libdualcapture \
|
|
||||||
libexthwplugin \
|
|
||||||
libhdmiedid \
|
|
||||||
libhdmipassthru \
|
|
||||||
libhfp \
|
|
||||||
libmpbase \
|
|
||||||
libprofileparamstorage \
|
|
||||||
libqcodec2 \
|
|
||||||
libqcwrappercommon \
|
|
||||||
libqtigef \
|
|
||||||
librecordalive \
|
|
||||||
libremosaic_daemon \
|
|
||||||
libsamsungVoipResampler \
|
|
||||||
libscveCommon \
|
|
||||||
libscveCommon_stub \
|
|
||||||
libscveObjectSegmentation \
|
|
||||||
libscveObjectSegmentation_stub \
|
|
||||||
libsecaudiocoreutils \
|
|
||||||
libsecaudioinfo \
|
|
||||||
libsensorlistener \
|
|
||||||
libsensorndkbridge \
|
|
||||||
libsndmonitor \
|
|
||||||
libspatializerparamstorage \
|
|
||||||
libspkrprot \
|
|
||||||
libsurround_3mic_proc \
|
|
||||||
libswregistrationalgo \
|
|
||||||
libuniplugin \
|
|
||||||
libwvhidl \
|
|
||||||
libwvdrmengine \
|
|
||||||
libasphere \
|
|
||||||
libqcbassboost \
|
|
||||||
libqcreverb \
|
|
||||||
libqcvirt \
|
|
||||||
libshoebox \
|
|
||||||
libswspatializer \
|
|
||||||
spatializer-aidl-V1-cpp \
|
|
||||||
unihal_cutils@2.15 \
|
|
||||||
unihal_main@2.15 \
|
|
||||||
unihal_uniplugin@1.0 \
|
|
||||||
gatekeeper.mdfpp \
|
|
||||||
libSemDataProps \
|
|
||||||
libSemTelephonyProps \
|
|
||||||
libengmode_client \
|
|
||||||
libhexagon_nn_stub \
|
|
||||||
libhypervintf \
|
|
||||||
libkeymaster_helper \
|
|
||||||
liblearningmodule \
|
|
||||||
libmeters \
|
|
||||||
libnanopb \
|
|
||||||
libnlnetmgr \
|
|
||||||
libreffeature \
|
|
||||||
libril_sem \
|
|
||||||
libsec-ril \
|
|
||||||
libsecril-client_vendor \
|
|
||||||
libskeymaster4device \
|
|
||||||
libvkmanager_vendor \
|
|
||||||
unnhal-acc-adreno \
|
|
||||||
unnhal-acc-common \
|
|
||||||
unnhal-acc-hvx \
|
|
||||||
vendor.samsung.hardware.hyper-V2-ndk_platform \
|
|
||||||
vendor.samsung.hardware.radio.bridge@2.0 \
|
|
||||||
vendor.samsung.hardware.radio.bridge@2.1 \
|
|
||||||
vendor.samsung.hardware.radio.channel@2.0 \
|
|
||||||
vendor_lib_rfsa_adsp_libVC1Dec_so \
|
|
||||||
vendor_lib_rfsa_adsp_libVC1DecDsp_skel_so \
|
|
||||||
vendor_lib_rfsa_adsp_libapps_mem_heap_so \
|
|
||||||
vendor_lib_rfsa_adsp_libcamera_nn_skel_so \
|
|
||||||
vendor_lib_rfsa_adsp_libcvpdsp_skel_so \
|
|
||||||
vendor_lib_rfsa_adsp_libdspCV_skel_so \
|
|
||||||
vendor_lib_rfsa_adsp_libdsp_streamer_skel_so \
|
|
||||||
vendor_lib_rfsa_adsp_libfastcvadsp_so \
|
|
||||||
vendor_lib_rfsa_adsp_libfastcvdsp_skel_so \
|
|
||||||
vendor_lib_rfsa_adsp_libhexagon_nn_skel_so \
|
|
||||||
vendor_lib_rfsa_adsp_libscveObjectSegmentation_skel_so \
|
|
||||||
vendor_lib_rfsa_adsp_libscveT2T_skel_so \
|
|
||||||
vendor_lib_rfsa_adsp_libsnpe_dsp_v66_domains_v2_skel_so \
|
|
||||||
fm_helium \
|
|
||||||
libfm-hci \
|
|
||||||
vendor.qti.hardware.fm@1.0 \
|
|
||||||
CACertService \
|
|
||||||
TimeService \
|
|
||||||
HotwordEnrollmentOKGoogleEx3HEXAGON \
|
|
||||||
HotwordEnrollmentXGoogleEx3HEXAGON \
|
|
||||||
audiosphere \
|
|
||||||
com.android.hotwordenrollment.common.util \
|
|
||||||
android.hardware.gnss@2.1-service-qti.xml \
|
|
||||||
android.hardware.neuralnetworks@1.3-service-qti-hta.xml \
|
|
||||||
android.hardware.neuralnetworks@1.3-service-qti.xml \
|
|
||||||
manifest_android.hardware.drm@1.3-service.widevine.xml \
|
|
||||||
vendor.samsung.hardware.thermal@1.0-manifest.xml \
|
|
||||||
adpl \
|
|
||||||
adsprpcd \
|
|
||||||
cdsprpcd \
|
|
||||||
cnss-daemon \
|
|
||||||
dspservice \
|
|
||||||
factory.ssc \
|
|
||||||
hvdcp_opti \
|
|
||||||
android.hardware.bluetooth@1.0-service-qti \
|
|
||||||
android.hardware.drm@1.3-service.widevine \
|
|
||||||
android.hardware.gnss@2.1-service-qti \
|
|
||||||
android.hardware.neuralnetworks@1.3-service-qti \
|
|
||||||
macloader \
|
|
||||||
rild \
|
|
||||||
vendor.display.color@1.0-service \
|
|
||||||
vendor.qti.hardware.capabilityconfigstore@1.0-service \
|
|
||||||
vendor.qti.hardware.qseecom@1.0-service \
|
|
||||||
vendor.qti.hardware.tui_comm@1.0-service-qti \
|
|
||||||
vendor.qti.media.c2@1.0-service \
|
|
||||||
vendor.samsung.hardware.thermal@1.0-service \
|
|
||||||
ipacm-diag \
|
|
||||||
irsc_util \
|
|
||||||
loc_launcher \
|
|
||||||
lowi-server \
|
|
||||||
npu_launcher \
|
|
||||||
pd-mapper \
|
|
||||||
pm-proxy \
|
|
||||||
pm-service \
|
|
||||||
ppd \
|
|
||||||
qdcmss \
|
|
||||||
qrtr-ns \
|
|
||||||
qseecomd \
|
|
||||||
rmt_storage \
|
|
||||||
sscrpcd \
|
|
||||||
ssr_setup \
|
|
||||||
tftp_server \
|
|
||||||
thermal-engine \
|
|
||||||
time_daemon \
|
|
||||||
xtra-daemon
|
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
vendor_lib_libEGL_adreno_so \
|
|
||||||
vendor_lib_libGLESv2_adreno_so \
|
|
||||||
vendor_lib_libq3dtools_adreno_so \
|
|
||||||
vendor_lib64_libEGL_adreno_so \
|
|
||||||
vendor_lib64_libGLESv2_adreno_so \
|
|
||||||
vendor_lib64_libq3dtools_adreno_so
|
|
||||||
Reference in New Issue
Block a user