gts3l: camera: Remove vendor.samsung providers and add android impls from firmware
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: Ia2898f9420c324361f23474cda9e874622a7edd0
This commit is contained in:
parent
c9e11e6ed8
commit
30d19ccaa9
5 changed files with 6 additions and 30 deletions
|
@ -129,14 +129,7 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# Camera
|
||||
PRODUCT_PACKAGES += \
|
||||
android.frameworks.displayservice@1.0_32 \
|
||||
android.hardware.camera.provider@2.4-impl:32 \
|
||||
android.hardware.camera.provider@2.4-service \
|
||||
camera.device@1.0-impl \
|
||||
camera.device@3.2-impl \
|
||||
camera.device@3.3-impl \
|
||||
camera.device@3.4-impl \
|
||||
camera.device@3.5-impl \
|
||||
android.hardware.camera.provider@2.5-service \
|
||||
libcameraclient_shim \
|
||||
Snap
|
||||
|
||||
|
|
|
@ -480,15 +480,6 @@
|
|||
<instance>exthealth</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>vendor.samsung.hardware.camera.provider</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.4</version>
|
||||
<interface>
|
||||
<name>ISecCameraProvider</name>
|
||||
<instance>legacy/0</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>vendor.samsung.hardware.gnss</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
|
@ -163,15 +163,13 @@ lib/libuniplugin.so
|
|||
lib/libwideselfie.arcsoft.so
|
||||
lib/libvdis_core.so
|
||||
lib/libvdis_interface.so
|
||||
lib/vendor.samsung.hardware.camera.device@1.0.so
|
||||
lib/vendor.samsung.hardware.camera.device@3.2.so
|
||||
lib/vendor.samsung.hardware.camera.device@3.3.so
|
||||
lib/vendor.samsung.hardware.camera.device@3.4.so
|
||||
lib/vendor.samsung.hardware.camera.provider@2.4.so
|
||||
lib/vendor.samsung.hardware.camera.provider@2.5.so
|
||||
vendor/bin/mm-qcamera-daemon
|
||||
vendor/lib/hw/camera.msm8996.so
|
||||
vendor/lib/hw/vendor.samsung.hardware.camera.provider@2.4-impl.so
|
||||
vendor/lib/camera.device@1.0-impl.so
|
||||
vendor/lib/camera.device@3.2-impl.so
|
||||
vendor/lib/camera.device@3.3-impl.so
|
||||
vendor/lib/camera.device@3.4-external-impl.so
|
||||
vendor/lib/camera.device@3.4-impl.so
|
||||
vendor/lib/libedge_smooth_hvx_stub.so
|
||||
vendor/lib/libflash_pmic.so
|
||||
vendor/lib/libjpegdhw.so
|
||||
|
@ -240,10 +238,6 @@ vendor/lib/libhumantracking_util.camera.samsung.so
|
|||
vendor/lib/libsmart_cropping.camera.samsung.so
|
||||
vendor/lib/libsomp.camera.samsung.so
|
||||
vendor/lib/libxcv.camera.samsung.so
|
||||
vendor/lib/vendor.samsung.camera.device@1.0-impl.so
|
||||
vendor/lib/vendor.samsung.camera.device@3.2-impl.so
|
||||
vendor/lib/vendor.samsung.camera.device@3.3-impl.so
|
||||
vendor/lib/vendor.samsung.camera.device@3.4-impl.so
|
||||
|
||||
# Camera (firmware)
|
||||
etc/firmware/C12QL_Isp0_s5k2l1sx.bin:vendor/firmware/C12QL_Isp0_s5k2l1sx.bin
|
||||
|
|
|
@ -171,7 +171,6 @@
|
|||
/(vendor|system/vendor)/bin/hw/android\.hardware\.light@2\.0-service\.samsung u:object_r:hal_light_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.usb@1\.1-service\.gts3l u:object_r:hal_usb_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/vendor\.lineage\.livedisplay@2\.0-service\.samsung-qcom u:object_r:hal_lineage_livedisplay_sysfs_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/vendor\.samsung\.hardware\.camera\.provider@2\.4-service u:object_r:hal_camera_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/vendor\.samsung\.hardware\.miscpower@1\.0-service u:object_r:hal_power_default_exec:s0
|
||||
|
||||
# Rootfs
|
||||
|
|
|
@ -2,7 +2,6 @@ vendor.samsung.hardware.bluetooth.a2dp::ISecBluetoothAudioOffload
|
|||
vendor.samsung.hardware.bluetooth.a2dpsink::ISecBluetoothA2dpSinkProvidersFactory u:object_r:hal_bluetooth_a2dp_hwservice:s0
|
||||
vendor.samsung.hardware.bluetooth.audio::ISecBluetoothAudioProvidersFactory u:object_r:hal_audio_hwservice:s0
|
||||
vendor.samsung.hardware.bluetooth::ISecBluetooth u:object_r:hal_bluetooth_hwservice:s0
|
||||
vendor.samsung.hardware.camera.provider::ISecCameraProvider u:object_r:hal_camera_hwservice:s0
|
||||
vendor.samsung.hardware.gnss::ISecGnss u:object_r:hal_gnss_hwservice:s0
|
||||
vendor.samsung.hardware.health::ISecHealth u:object_r:hal_health_hwservice:s0
|
||||
vendor.samsung.hardware.miscpower::ISecMiscPower u:object_r:hal_miscpower_hwservice:s0
|
||||
|
|
Loading…
Reference in a new issue