mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Binderize camera & graphics composer
This commit is contained in:
parent
022255bfad
commit
a8fd5e61e0
3 changed files with 5 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.camera.provider</name>
|
<name>android.hardware.camera.provider</name>
|
||||||
<transport arch="32+64">passthrough</transport>
|
<transport>hwbinder</transport>
|
||||||
<version>2.4</version>
|
<version>2.4</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>ICameraProvider</name>
|
<name>ICameraProvider</name>
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.graphics.composer</name>
|
<name>android.hardware.graphics.composer</name>
|
||||||
<transport arch="32+64">passthrough</transport>
|
<transport>hwbinder</transport>
|
||||||
<version>2.1</version>
|
<version>2.1</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IComposer</name>
|
<name>IComposer</name>
|
||||||
|
|
|
@ -119,6 +119,7 @@ PRODUCT_PACKAGES += \
|
||||||
# Camera
|
# Camera
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.camera.provider@2.4-impl-legacy \
|
android.hardware.camera.provider@2.4-impl-legacy \
|
||||||
|
android.hardware.camera.provider@2.4-service \
|
||||||
camera.msm8952 \
|
camera.msm8952 \
|
||||||
libcamera_parameters_shim
|
libcamera_parameters_shim
|
||||||
|
|
||||||
|
@ -132,6 +133,7 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.graphics.allocator@2.0-impl \
|
android.hardware.graphics.allocator@2.0-impl \
|
||||||
android.hardware.graphics.allocator@2.0-service \
|
android.hardware.graphics.allocator@2.0-service \
|
||||||
android.hardware.graphics.composer@2.1-impl \
|
android.hardware.graphics.composer@2.1-impl \
|
||||||
|
android.hardware.graphics.composer@2.1-service \
|
||||||
android.hardware.graphics.mapper@2.0-impl \
|
android.hardware.graphics.mapper@2.0-impl \
|
||||||
android.hardware.memtrack@1.0-impl \
|
android.hardware.memtrack@1.0-impl \
|
||||||
android.hardware.memtrack@1.0-service \
|
android.hardware.memtrack@1.0-service \
|
||||||
|
|
1
sepolicy/hal_camera_default.te
Normal file
1
sepolicy/hal_camera_default.te
Normal file
|
@ -0,0 +1 @@
|
||||||
|
allow hal_camera_default camera_data_file:sock_file write;
|
Loading…
Reference in a new issue