aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDMS1997 <dms25121997@gmail.com>2017-10-01 17:55:36 +0530
committerdev-harsh1998 <harshitjain6751@gmail.com>2017-10-18 12:50:03 +0530
commit5f186d5b20d50d67b6c807538ffab9bab8f76d41 (patch)
tree1b8a83b6eac234540545b0cbdb0dca62c84fb0cc
parent2fa28c80f787c148ca47ec2006dc725ad6377e3e (diff)
a6000: update manifest for arm
* Also add passthrough for legacy camera & graphic blobs Change-Id: Icc7619d7dcaf60c7a36401e32139171487edbe77
-rw-r--r--manifest.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml
index 4d2a5cf..c650228 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -1,7 +1,8 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
- <transport>hwbinder</transport>
+ <transport arch="32">passthrough</transport>
+ <impl level="generic"></impl>
<version>2.0</version>
<interface>
<name>IAllocator</name>
@@ -26,4 +27,13 @@
<instance>default</instance>
</interface>
</hal>
+ <hal format="hidl">
+ <name>android.hardware.camera</name>
+ <transport arch="32">passthrough</transport>
+ <version>1.0</version>
+ <interface>
+ <name>ICameraProvider</name>
+ <instance>legacy/1</instance>
+ </interface>
+ </hal>
</manifest>