summaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorTrudy Shearer <tshearer@codeaurora.org>2017-08-17 13:15:32 +0100
committerTrudy Shearer <tshearer@codeaurora.org>2017-08-17 13:39:07 +0100
commitebf093da98878eaf431727ae4c24441f02b23f22 (patch)
treeb4207e4e9dc47a3d21ccca3c64a1269578cce5a9 /manifest.xml
parentf4ac481521c9161c9c1f72564de74284ae2a68ef (diff)
sdm660_64: Adding qteeconnector service
Adding the qteeconnector HAL service to sdm660_64 Change-Id: I71ac26293c1a4de1372fb60458e5e6f983d68a09
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
index 23d23a1..47ad3ff 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -607,4 +607,18 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>default</instance>
</interface>
</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>