summaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorBrahmaji K <bkomma@codeaurora.org>2017-09-21 15:54:02 +0530
committerBrahmaji K <bkomma@codeaurora.org>2017-09-21 15:54:02 +0530
commitddd06c3c2564d32564eb4c8656077abfa42feb9c (patch)
tree12be5314d9c0a0f7ebf7166880f4dcc08dfb984d /manifest.xml
parent90f3dec2de732fd23d399a561ab0e2b302e8711e (diff)
qcom: sdm660_64: Added tui communicator and qdutils entries
Added entries for tui communicator and qdutils services. These are required for Secure UI Change-Id: If0a4d67219e624886f4c022c48abaff226c2f07d
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
index 9490779..52dfa6d 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -639,4 +639,24 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>default</instance>
</interface>
</hal>
+ <!-- tui communicator service -->
+ <hal format="hidl">
+ <name>vendor.qti.hardware.tui_comm</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>ITuiComm</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+ <!-- qdutils service -->
+ <hal format="hidl">
+ <name>vendor.qti.hardware.qdutils_disp</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>IQdutilsDisp</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
</manifest>