klte-common: Add Camera HAL impl

Change-Id: Ie817e4d10631359f3b6c3c42249d75ebf73c596e
This commit is contained in:
Rashed Abdel-Tawab 2017-08-22 13:42:08 -07:00 committed by Kevin F. Haggerty
parent 701a321c54
commit f0e4836605
2 changed files with 11 additions and 0 deletions

View File

@ -79,6 +79,8 @@ PRODUCT_PACKAGES += \
# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl \
camera.device@1.0-impl \
camera.msm8974 \
libshim_camera \
libstlport \

View File

@ -26,6 +26,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.camera.provider</name>
<transport arch="32">passthrough</transport>
<version>2.4</version>
<interface>
<name>ICameraProvider</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.drm</name>
<transport arch="32">passthrough</transport>