sdm660_64: Adding qteeconnector service
Adding the qteeconnector HAL service to sdm660_64 Change-Id: I71ac26293c1a4de1372fb60458e5e6f983d68a09
This commit is contained in:
parent
f4ac481521
commit
ebf093da98
1 changed files with 14 additions and 0 deletions
14
manifest.xml
14
manifest.xml
|
@ -607,4 +607,18 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
|
<!-- QTEEConnector HAL service -->
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>vendor.qti.hardware.qteeconnector</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<version>1.0</version>
|
||||||
|
<interface>
|
||||||
|
<name>IAppConnector</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
<interface>
|
||||||
|
<name>IGPAppConnector</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Reference in a new issue