sanders: HIDL: Add new IOP hal

IIop (uses HwBinder) HAL service provides IOP services during app
launch. Default implemetation is 1.0 version.

CRs-Fixed: 2091471

Change-Id: Id5f8d2e7afcc1e1be11be5d0490f0aaa9f6508e9
This commit is contained in:
Karthik Gopalan
2017-08-11 12:40:10 +05:30
committed by therootlord
parent e97b777b39
commit 50cf0363d1

View File

@@ -175,5 +175,16 @@
<instance>default</instance>
</interface>
</hal>
<!-- Iop HAL service -->
<hal format="hidl">
<name>vendor.qti.hardware.iop</name>
<transport>hwbinder</transport>
<impl level="generic"></impl>
<version>1.0</version>
<interface>
<name>IIop</name>
<instance>default</instance>
</interface>
</hal>
</manifest>