msm8976-common: Binderize camera & graphics composer

This commit is contained in:
LuK1337 2018-02-02 19:11:29 +01:00
parent 022255bfad
commit a8fd5e61e0
3 changed files with 5 additions and 2 deletions

View File

@ -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>

View File

@ -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 \

View File

@ -0,0 +1 @@
allow hal_camera_default camera_data_file:sock_file write;