Compare commits
12 Commits
57bb6a1d3c
...
16.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 8712d53475 | |||
| 4c5f83b69f | |||
| 27c492edce | |||
| fc30006ab6 | |||
| 658a778dfe | |||
| 7d3fabd1c9 | |||
| b9558414f2 | |||
| 2a93073a6f | |||
| fbab09e669 | |||
| 210f864690 | |||
| 60dddb93a5 | |||
| 5ee7b89536 |
+453
-180
@@ -3416,6 +3416,41 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "liba2dpoffload",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/liba2dpoffload.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libaudioutils",
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libtinyalsa",
|
||||||
|
"libtinycompress",
|
||||||
|
"libaudioroute",
|
||||||
|
"libexpat",
|
||||||
|
"libsecaudioinfo",
|
||||||
|
"libaudio_soundtrigger",
|
||||||
|
"libsamsungVoipResampler",
|
||||||
|
"librecordalive",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "32",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libacdb-fts",
|
name: "libacdb-fts",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -3719,6 +3754,47 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libbatterylistener",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libbatterylistener.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"android.hardware.health@1.0",
|
||||||
|
"android.hardware.health@2.0",
|
||||||
|
"android.hardware.power@1.2",
|
||||||
|
"libaudioroute",
|
||||||
|
"libaudioutils",
|
||||||
|
"libbase",
|
||||||
|
"libcutils",
|
||||||
|
"libexpat",
|
||||||
|
"libhidlbase",
|
||||||
|
"liblog",
|
||||||
|
"libtinyalsa",
|
||||||
|
"libtinycompress",
|
||||||
|
"libutils",
|
||||||
|
"libsecaudioinfo",
|
||||||
|
"libaudio_soundtrigger",
|
||||||
|
"libsamsungVoipResampler",
|
||||||
|
"librecordalive",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "32",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libbluetooth_audio_session_qti",
|
name: "libbluetooth_audio_session_qti",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -3751,6 +3827,110 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libcirrusspkrprot",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libcirrusspkrprot.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libaudioutils",
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libtinyalsa",
|
||||||
|
"libaudioroute",
|
||||||
|
"libexpat",
|
||||||
|
"libsecaudioinfo",
|
||||||
|
"libaudio_soundtrigger",
|
||||||
|
"libsamsungVoipResampler",
|
||||||
|
"librecordalive",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "32",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libcomprcapture",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libcomprcapture.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libaudioutils",
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libtinyalsa",
|
||||||
|
"libtinycompress",
|
||||||
|
"libaudioroute",
|
||||||
|
"libexpat",
|
||||||
|
"libsecaudioinfo",
|
||||||
|
"libaudio_soundtrigger",
|
||||||
|
"libsamsungVoipResampler",
|
||||||
|
"librecordalive",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "32",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libexthwplugin",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libexthwplugin.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libaudioroute",
|
||||||
|
"libaudioutils",
|
||||||
|
"libcutils",
|
||||||
|
"libexpat",
|
||||||
|
"liblog",
|
||||||
|
"libtinyalsa",
|
||||||
|
"libtinycompress",
|
||||||
|
"libsecaudioinfo",
|
||||||
|
"libaudio_soundtrigger",
|
||||||
|
"libsamsungVoipResampler",
|
||||||
|
"librecordalive",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "32",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libgcs-calwrapper",
|
name: "libgcs-calwrapper",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -3857,6 +4037,41 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libhdmiedid",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libhdmiedid.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libaudioutils",
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libtinyalsa",
|
||||||
|
"libtinycompress",
|
||||||
|
"libaudioroute",
|
||||||
|
"libexpat",
|
||||||
|
"libsecaudioinfo",
|
||||||
|
"libaudio_soundtrigger",
|
||||||
|
"libsamsungVoipResampler",
|
||||||
|
"librecordalive",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "32",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libhdmipassthru",
|
name: "libhdmipassthru",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -3893,6 +4108,41 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libhfp",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libhfp.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libaudioroute",
|
||||||
|
"libaudioutils",
|
||||||
|
"libcutils",
|
||||||
|
"libexpat",
|
||||||
|
"liblog",
|
||||||
|
"libtinyalsa",
|
||||||
|
"libtinycompress",
|
||||||
|
"libsecaudioinfo",
|
||||||
|
"libaudio_soundtrigger",
|
||||||
|
"libsamsungVoipResampler",
|
||||||
|
"librecordalive",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "32",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libmulawdec",
|
name: "libmulawdec",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -4268,6 +4518,41 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libsndmonitor",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libsndmonitor.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libaudioutils",
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libtinyalsa",
|
||||||
|
"libtinycompress",
|
||||||
|
"libaudioroute",
|
||||||
|
"libexpat",
|
||||||
|
"libsecaudioinfo",
|
||||||
|
"libaudio_soundtrigger",
|
||||||
|
"libsamsungVoipResampler",
|
||||||
|
"librecordalive",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "32",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libspatializerparamstorage",
|
name: "libspatializerparamstorage",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -4324,6 +4609,41 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libspkrprot",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libspkrprot.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libaudioutils",
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libtinyalsa",
|
||||||
|
"libtinycompress",
|
||||||
|
"libaudioroute",
|
||||||
|
"libexpat",
|
||||||
|
"libsecaudioinfo",
|
||||||
|
"libaudio_soundtrigger",
|
||||||
|
"libsamsungVoipResampler",
|
||||||
|
"librecordalive",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "32",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libsurround_3mic_proc",
|
name: "libsurround_3mic_proc",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -4705,6 +5025,39 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "android.hardware.gatekeeper@1.0-impl-qti",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/hw/android.hardware.gatekeeper@1.0-impl-qti.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"android.hardware.gatekeeper@1.0",
|
||||||
|
"libhidlbase",
|
||||||
|
"libhidltransport",
|
||||||
|
"libhwbinder",
|
||||||
|
"libutils",
|
||||||
|
"libkeymasterdeviceutils",
|
||||||
|
"liblog",
|
||||||
|
"libcutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
relative_install_path: "hw",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "camera.qcom",
|
name: "camera.qcom",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -5017,56 +5370,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libSemDataProps",
|
|
||||||
owner: "samsung",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libSemDataProps.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libSemTelephonyProps",
|
|
||||||
owner: "samsung",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libSemTelephonyProps.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libStDrvInt",
|
name: "libStDrvInt",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -5092,6 +5395,56 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libVendorSemDataProps",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libVendorSemDataProps.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libVendorSemTelephonyProps",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libVendorSemTelephonyProps.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libadsp_default_listener",
|
name: "libadsp_default_listener",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -6079,7 +6432,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",
|
||||||
"libc++",
|
"libc++",
|
||||||
@@ -6354,37 +6707,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: "libimage_enhancement.arcsoft",
|
name: "libimage_enhancement.arcsoft",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -7270,58 +7592,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libqmiservices-ext",
|
|
||||||
owner: "samsung",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libqmiservices-ext.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libidl",
|
|
||||||
"libqmiservices",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libqmiservices-sem-ext",
|
|
||||||
owner: "samsung",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libqmiservices-sem-ext.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libidl",
|
|
||||||
"libqmiservices",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libqseed3",
|
name: "libqseed3",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -7812,8 +8082,9 @@ cc_prebuilt_library_shared {
|
|||||||
"libz",
|
"libz",
|
||||||
"libutils",
|
"libutils",
|
||||||
"libjsoncpp",
|
"libjsoncpp",
|
||||||
"libSemTelephonyProps",
|
"libVendorSemTelephonyProps",
|
||||||
"libSemDataProps",
|
"libVendorSemDataProps",
|
||||||
|
"libprotobuf-cpp-full-3.9.1-vendorcompat",
|
||||||
"libvkmanager_vendor",
|
"libvkmanager_vendor",
|
||||||
"libengmode_client",
|
"libengmode_client",
|
||||||
"libbase",
|
"libbase",
|
||||||
@@ -7822,20 +8093,17 @@ cc_prebuilt_library_shared {
|
|||||||
"libsecnativefeature",
|
"libsecnativefeature",
|
||||||
"libfloatingfeature",
|
"libfloatingfeature",
|
||||||
"libsemnativecarrierfeature",
|
"libsemnativecarrierfeature",
|
||||||
"libnlnetmgr",
|
|
||||||
"libtime_genoff",
|
"libtime_genoff",
|
||||||
"libmdmdetect",
|
"libmdmdetect",
|
||||||
"libdsutils",
|
"libdsutils",
|
||||||
"librmnetctl",
|
"librmnetctl",
|
||||||
"libconfigdb",
|
"libconfigdb",
|
||||||
"libperipheral_client",
|
|
||||||
"libqmi_cci",
|
"libqmi_cci",
|
||||||
"libqmi_client_helper",
|
"libqmi_client_helper",
|
||||||
"libqmi_common_so",
|
"libqmi_common_so",
|
||||||
"libqmi_encdec",
|
"libqmi_encdec",
|
||||||
"libdiag",
|
"libdiag",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libprotobuf-cpp-full-3.9.1-vendorcompat",
|
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
"libdl",
|
"libdl",
|
||||||
@@ -9756,31 +10024,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-V1-ndk",
|
name: "vendor.samsung.hardware.radio-V1-ndk",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -9967,7 +10210,7 @@ cc_prebuilt_library_shared {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "capi_v2_aptX_CLHDAD_Encoder",
|
name: "vendor_lib_rfsa_adsp_capi_v2_aptX_CLHDAD_Encoder_so",
|
||||||
filename: "capi_v2_aptX_CLHDAD_Encoder.so",
|
filename: "capi_v2_aptX_CLHDAD_Encoder.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/capi_v2_aptX_CLHDAD_Encoder.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/capi_v2_aptX_CLHDAD_Encoder.so",
|
||||||
@@ -9976,7 +10219,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libQ6MSFR_manager_skel",
|
name: "vendor_lib_rfsa_adsp_libQ6MSFR_manager_skel_so",
|
||||||
filename: "libQ6MSFR_manager_skel.so",
|
filename: "libQ6MSFR_manager_skel.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libQ6MSFR_manager_skel.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libQ6MSFR_manager_skel.so",
|
||||||
@@ -9985,7 +10228,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libapps_mem_heap",
|
name: "vendor_lib_rfsa_adsp_libapps_mem_heap_so",
|
||||||
filename: "libapps_mem_heap.so",
|
filename: "libapps_mem_heap.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libapps_mem_heap.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libapps_mem_heap.so",
|
||||||
@@ -9994,7 +10237,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libcamera_nn_skel",
|
name: "vendor_lib_rfsa_adsp_libcamera_nn_skel_so",
|
||||||
filename: "libcamera_nn_skel.so",
|
filename: "libcamera_nn_skel.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libcamera_nn_skel.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libcamera_nn_skel.so",
|
||||||
@@ -10003,7 +10246,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libcdsp_face_skel",
|
name: "vendor_lib_rfsa_adsp_libcdsp_face_skel_so",
|
||||||
filename: "libcdsp_face_skel.so",
|
filename: "libcdsp_face_skel.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libcdsp_face_skel.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libcdsp_face_skel.so",
|
||||||
@@ -10012,7 +10255,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libcvpdsp_skel",
|
name: "vendor_lib_rfsa_adsp_libcvpdsp_skel_so",
|
||||||
filename: "libcvpdsp_skel.so",
|
filename: "libcvpdsp_skel.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libcvpdsp_skel.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libcvpdsp_skel.so",
|
||||||
@@ -10021,7 +10264,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libdspCV_skel",
|
name: "vendor_lib_rfsa_adsp_libdspCV_skel_so",
|
||||||
filename: "libdspCV_skel.so",
|
filename: "libdspCV_skel.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libdspCV_skel.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libdspCV_skel.so",
|
||||||
@@ -10030,7 +10273,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libdsp_streamer_binning",
|
name: "vendor_lib_rfsa_adsp_libdsp_streamer_binning_so",
|
||||||
filename: "libdsp_streamer_binning.so",
|
filename: "libdsp_streamer_binning.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libdsp_streamer_binning.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libdsp_streamer_binning.so",
|
||||||
@@ -10039,7 +10282,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libfastcvadsp",
|
name: "vendor_lib_rfsa_adsp_libfastcvadsp_so",
|
||||||
filename: "libfastcvadsp.so",
|
filename: "libfastcvadsp.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libfastcvadsp.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libfastcvadsp.so",
|
||||||
@@ -10048,7 +10291,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libfastcvdsp_skel",
|
name: "vendor_lib_rfsa_adsp_libfastcvdsp_skel_so",
|
||||||
filename: "libfastcvdsp_skel.so",
|
filename: "libfastcvdsp_skel.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libfastcvdsp_skel.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libfastcvdsp_skel.so",
|
||||||
@@ -10057,7 +10300,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libhexagon_nn_skel",
|
name: "vendor_lib_rfsa_adsp_libhexagon_nn_skel_so",
|
||||||
filename: "libhexagon_nn_skel.so",
|
filename: "libhexagon_nn_skel.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libhexagon_nn_skel.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libhexagon_nn_skel.so",
|
||||||
@@ -10066,7 +10309,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libscveObjectSegmentation_skel",
|
name: "vendor_lib_rfsa_adsp_libscveObjectSegmentation_skel_so",
|
||||||
filename: "libscveObjectSegmentation_skel.so",
|
filename: "libscveObjectSegmentation_skel.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libscveObjectSegmentation_skel.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libscveObjectSegmentation_skel.so",
|
||||||
@@ -10075,7 +10318,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libscveT2T_skel",
|
name: "vendor_lib_rfsa_adsp_libscveT2T_skel_so",
|
||||||
filename: "libscveT2T_skel.so",
|
filename: "libscveT2T_skel.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libscveT2T_skel.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libscveT2T_skel.so",
|
||||||
@@ -10084,7 +10327,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libsnpe_dsp_v66_domains_v2_skel",
|
name: "vendor_lib_rfsa_adsp_libsnpe_dsp_v66_domains_v2_skel_so",
|
||||||
filename: "libsnpe_dsp_v66_domains_v2_skel.so",
|
filename: "libsnpe_dsp_v66_domains_v2_skel.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libsnpe_dsp_v66_domains_v2_skel.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libsnpe_dsp_v66_domains_v2_skel.so",
|
||||||
@@ -10093,7 +10336,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libsns_device_mode_skel",
|
name: "vendor_lib_rfsa_adsp_libsns_device_mode_skel_so",
|
||||||
filename: "libsns_device_mode_skel.so",
|
filename: "libsns_device_mode_skel.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libsns_device_mode_skel.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libsns_device_mode_skel.so",
|
||||||
@@ -10102,7 +10345,7 @@ prebuilt_rfsa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_rfsa {
|
prebuilt_rfsa {
|
||||||
name: "libsns_low_lat_stream_skel",
|
name: "vendor_lib_rfsa_adsp_libsns_low_lat_stream_skel_so",
|
||||||
filename: "libsns_low_lat_stream_skel.so",
|
filename: "libsns_low_lat_stream_skel.so",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
src: "proprietary/vendor/lib/rfsa/adsp/libsns_low_lat_stream_skel.so",
|
src: "proprietary/vendor/lib/rfsa/adsp/libsns_low_lat_stream_skel.so",
|
||||||
@@ -10521,6 +10764,36 @@ cc_prebuilt_binary {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_binary {
|
||||||
|
name: "android.hardware.gatekeeper@1.0-service-qti",
|
||||||
|
owner: "samsung",
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"android.hardware.gatekeeper@1.0",
|
||||||
|
"libhardware",
|
||||||
|
"libhidlbase",
|
||||||
|
"libutils",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
prefer: true,
|
||||||
|
relative_install_path: "hw",
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_binary {
|
cc_prebuilt_binary {
|
||||||
name: "android.hardware.keymaster@4.0-strongbox-service-qti",
|
name: "android.hardware.keymaster@4.0-strongbox-service-qti",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,4 @@
|
|||||||
|
service gatekeeper-1-0 /vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti
|
||||||
|
class early_hal
|
||||||
|
user system
|
||||||
|
group system 5678
|
||||||
+4
@@ -104,5 +104,9 @@
|
|||||||
<name>vendor.qti.hardware.dpmservice</name>
|
<name>vendor.qti.hardware.dpmservice</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
</hal>
|
</hal>
|
||||||
|
|
||||||
|
<hal override="true" format="aidl">
|
||||||
|
<name>vendor.qti.data.dmapconsent</name>
|
||||||
|
</hal>
|
||||||
<!-- >> QCOM HAL RELATED DATA -->
|
<!-- >> QCOM HAL RELATED DATA -->
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|||||||
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.
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.
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.
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.
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.
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.
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.
Binary file not shown.
Vendored
BIN
Binary file not shown.
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.
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.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
+30
-22
@@ -17,6 +17,7 @@ PRODUCT_COPY_FILES += \
|
|||||||
vendor/samsung/sm8250-common/proprietary/vendor/etc/gpfspath_oem_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gpfspath_oem_config.xml \
|
vendor/samsung/sm8250-common/proprietary/vendor/etc/gpfspath_oem_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gpfspath_oem_config.xml \
|
||||||
vendor/samsung/sm8250-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/sm8250-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/sm8250-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/sm8250-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/sm8250-common/proprietary/vendor/etc/init/android.hardware.gatekeeper@1.0-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.gatekeeper@1.0-service-qti.rc \
|
||||||
vendor/samsung/sm8250-common/proprietary/vendor/etc/init/android.hardware.keymaster@4.0-strongbox-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.keymaster@4.0-strongbox-service-qti.rc \
|
vendor/samsung/sm8250-common/proprietary/vendor/etc/init/android.hardware.keymaster@4.0-strongbox-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.keymaster@4.0-strongbox-service-qti.rc \
|
||||||
vendor/samsung/sm8250-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/sm8250-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/sm8250-common/proprietary/vendor/etc/init/dataadpl.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dataadpl.rc \
|
vendor/samsung/sm8250-common/proprietary/vendor/etc/init/dataadpl.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dataadpl.rc \
|
||||||
@@ -175,6 +176,7 @@ PRODUCT_PACKAGES += \
|
|||||||
lib_SamsungRec_07020 \
|
lib_SamsungRec_07020 \
|
||||||
lib_SoundAlive_SRC384_ver320 \
|
lib_SoundAlive_SRC384_ver320 \
|
||||||
lib_soundaliveresampler \
|
lib_soundaliveresampler \
|
||||||
|
liba2dpoffload \
|
||||||
libacdb-fts \
|
libacdb-fts \
|
||||||
libacdbloader \
|
libacdbloader \
|
||||||
libacdbrtac \
|
libacdbrtac \
|
||||||
@@ -186,12 +188,18 @@ PRODUCT_PACKAGES += \
|
|||||||
libaudio_soundtrigger \
|
libaudio_soundtrigger \
|
||||||
libaudioconfigstore \
|
libaudioconfigstore \
|
||||||
libaudioparsers \
|
libaudioparsers \
|
||||||
|
libbatterylistener \
|
||||||
libbluetooth_audio_session_qti \
|
libbluetooth_audio_session_qti \
|
||||||
|
libcirrusspkrprot \
|
||||||
|
libcomprcapture \
|
||||||
|
libexthwplugin \
|
||||||
libgcs-calwrapper \
|
libgcs-calwrapper \
|
||||||
libgcs-ipc \
|
libgcs-ipc \
|
||||||
libgcs-osal \
|
libgcs-osal \
|
||||||
libgcs \
|
libgcs \
|
||||||
|
libhdmiedid \
|
||||||
libhdmipassthru \
|
libhdmipassthru \
|
||||||
|
libhfp \
|
||||||
libmulawdec \
|
libmulawdec \
|
||||||
libprofileparamstorage \
|
libprofileparamstorage \
|
||||||
libqcodec2_base \
|
libqcodec2_base \
|
||||||
@@ -205,8 +213,10 @@ PRODUCT_PACKAGES += \
|
|||||||
libsamsungVoipResampler \
|
libsamsungVoipResampler \
|
||||||
libsecaudiocoreutils \
|
libsecaudiocoreutils \
|
||||||
libsecaudioinfo \
|
libsecaudioinfo \
|
||||||
|
libsndmonitor \
|
||||||
libspatializerparamstorage \
|
libspatializerparamstorage \
|
||||||
libspeakercalibration \
|
libspeakercalibration \
|
||||||
|
libspkrprot \
|
||||||
libsurround_3mic_proc \
|
libsurround_3mic_proc \
|
||||||
libwvhidl \
|
libwvhidl \
|
||||||
libwvdrmengine \
|
libwvdrmengine \
|
||||||
@@ -220,6 +230,7 @@ PRODUCT_PACKAGES += \
|
|||||||
vendor.qti.hardware.audiohalext@1.0 \
|
vendor.qti.hardware.audiohalext@1.0 \
|
||||||
com.qualcomm.qti.ant@1.0 \
|
com.qualcomm.qti.ant@1.0 \
|
||||||
android.hardware.bluetooth@1.0-impl-qti \
|
android.hardware.bluetooth@1.0-impl-qti \
|
||||||
|
android.hardware.gatekeeper@1.0-impl-qti \
|
||||||
camera.qcom \
|
camera.qcom \
|
||||||
gatekeeper.mdfpp \
|
gatekeeper.mdfpp \
|
||||||
vendor.qti.hardware.capabilityconfigstore@1.0-impl \
|
vendor.qti.hardware.capabilityconfigstore@1.0-impl \
|
||||||
@@ -230,9 +241,9 @@ PRODUCT_PACKAGES += \
|
|||||||
libQTEEConnector_vendor \
|
libQTEEConnector_vendor \
|
||||||
libSNPE \
|
libSNPE \
|
||||||
libSecureUILib \
|
libSecureUILib \
|
||||||
libSemDataProps \
|
|
||||||
libSemTelephonyProps \
|
|
||||||
libStDrvInt \
|
libStDrvInt \
|
||||||
|
libVendorSemDataProps \
|
||||||
|
libVendorSemTelephonyProps \
|
||||||
libadsp_default_listener \
|
libadsp_default_listener \
|
||||||
libadsprpc \
|
libadsprpc \
|
||||||
libarcsoft_aieffectpk_video \
|
libarcsoft_aieffectpk_video \
|
||||||
@@ -278,7 +289,6 @@ PRODUCT_PACKAGES += \
|
|||||||
libhta_hexagon_runtime \
|
libhta_hexagon_runtime \
|
||||||
libhypermotion_core \
|
libhypermotion_core \
|
||||||
libhypermotion_interface \
|
libhypermotion_interface \
|
||||||
libhypervintf \
|
|
||||||
libimage_enhancement.arcsoft \
|
libimage_enhancement.arcsoft \
|
||||||
libimagecodec_native.quram \
|
libimagecodec_native.quram \
|
||||||
libipebpsstriping \
|
libipebpsstriping \
|
||||||
@@ -310,8 +320,6 @@ PRODUCT_PACKAGES += \
|
|||||||
libos \
|
libos \
|
||||||
libpadm \
|
libpadm \
|
||||||
libperipheral_client \
|
libperipheral_client \
|
||||||
libqmiservices-ext \
|
|
||||||
libqmiservices-sem-ext \
|
|
||||||
libqseed3 \
|
libqseed3 \
|
||||||
libqtikeymaster4 \
|
libqtikeymaster4 \
|
||||||
libril_sem \
|
libril_sem \
|
||||||
@@ -396,7 +404,6 @@ PRODUCT_PACKAGES += \
|
|||||||
vendor.qti.hardware.vpp@1.2 \
|
vendor.qti.hardware.vpp@1.2 \
|
||||||
vendor.qti.hardware.vpp@1.3 \
|
vendor.qti.hardware.vpp@1.3 \
|
||||||
vendor.samsung.hardware.bluetooth@2.0 \
|
vendor.samsung.hardware.bluetooth@2.0 \
|
||||||
vendor.samsung.hardware.hyper-V2-ndk_platform \
|
|
||||||
vendor.samsung.hardware.radio-V1-ndk \
|
vendor.samsung.hardware.radio-V1-ndk \
|
||||||
vendor.samsung.hardware.radio.bridge-V1-ndk \
|
vendor.samsung.hardware.radio.bridge-V1-ndk \
|
||||||
vendor.samsung.hardware.radio.channel-V1-ndk \
|
vendor.samsung.hardware.radio.channel-V1-ndk \
|
||||||
@@ -404,22 +411,22 @@ PRODUCT_PACKAGES += \
|
|||||||
vendor.samsung.hardware.radio.messaging-V1-ndk \
|
vendor.samsung.hardware.radio.messaging-V1-ndk \
|
||||||
vendor.samsung.hardware.radio.sim-V1-ndk \
|
vendor.samsung.hardware.radio.sim-V1-ndk \
|
||||||
vendor.samsung.hardware.thermal@1.0 \
|
vendor.samsung.hardware.thermal@1.0 \
|
||||||
capi_v2_aptX_CLHDAD_Encoder \
|
vendor_lib_rfsa_adsp_capi_v2_aptX_CLHDAD_Encoder_so \
|
||||||
libQ6MSFR_manager_skel \
|
vendor_lib_rfsa_adsp_libQ6MSFR_manager_skel_so \
|
||||||
libapps_mem_heap \
|
vendor_lib_rfsa_adsp_libapps_mem_heap_so \
|
||||||
libcamera_nn_skel \
|
vendor_lib_rfsa_adsp_libcamera_nn_skel_so \
|
||||||
libcdsp_face_skel \
|
vendor_lib_rfsa_adsp_libcdsp_face_skel_so \
|
||||||
libcvpdsp_skel \
|
vendor_lib_rfsa_adsp_libcvpdsp_skel_so \
|
||||||
libdspCV_skel \
|
vendor_lib_rfsa_adsp_libdspCV_skel_so \
|
||||||
libdsp_streamer_binning \
|
vendor_lib_rfsa_adsp_libdsp_streamer_binning_so \
|
||||||
libfastcvadsp \
|
vendor_lib_rfsa_adsp_libfastcvadsp_so \
|
||||||
libfastcvdsp_skel \
|
vendor_lib_rfsa_adsp_libfastcvdsp_skel_so \
|
||||||
libhexagon_nn_skel \
|
vendor_lib_rfsa_adsp_libhexagon_nn_skel_so \
|
||||||
libscveObjectSegmentation_skel \
|
vendor_lib_rfsa_adsp_libscveObjectSegmentation_skel_so \
|
||||||
libscveT2T_skel \
|
vendor_lib_rfsa_adsp_libscveT2T_skel_so \
|
||||||
libsnpe_dsp_v66_domains_v2_skel \
|
vendor_lib_rfsa_adsp_libsnpe_dsp_v66_domains_v2_skel_so \
|
||||||
libsns_device_mode_skel \
|
vendor_lib_rfsa_adsp_libsns_device_mode_skel_so \
|
||||||
libsns_low_lat_stream_skel \
|
vendor_lib_rfsa_adsp_libsns_low_lat_stream_skel_so \
|
||||||
TimeService \
|
TimeService \
|
||||||
HotwordEnrollmentOKGoogleEx3HEXAGON \
|
HotwordEnrollmentOKGoogleEx3HEXAGON \
|
||||||
HotwordEnrollmentXGoogleEx3HEXAGON \
|
HotwordEnrollmentXGoogleEx3HEXAGON \
|
||||||
@@ -441,6 +448,7 @@ PRODUCT_PACKAGES += \
|
|||||||
hvdcp_opti \
|
hvdcp_opti \
|
||||||
android.hardware.bluetooth@1.0-service-qti \
|
android.hardware.bluetooth@1.0-service-qti \
|
||||||
android.hardware.drm@1.3-service.widevine \
|
android.hardware.drm@1.3-service.widevine \
|
||||||
|
android.hardware.gatekeeper@1.0-service-qti \
|
||||||
android.hardware.keymaster@4.0-strongbox-service-qti \
|
android.hardware.keymaster@4.0-strongbox-service-qti \
|
||||||
android.hardware.neuralnetworks@1.3-service-qti \
|
android.hardware.neuralnetworks@1.3-service-qti \
|
||||||
macloader \
|
macloader \
|
||||||
|
|||||||
Reference in New Issue
Block a user