blob: 64178d5827eee1bfa1d5fc880ac661b2e11c97d7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/org/chromium/ManaTEE"
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.chromium.ManaTEEInterface">
<!--
StartTEEApplication:
@app_id: Application id of TEE application to run.
@fds: The returned file descriptors to interact with the TEE.
Makes a request to dugong to start up a TEE application with the given
app_id. Dugong/Trichechus starts it up and passes back the file descriptors
to use to communicate with the TEE/
-->
<method name="StartTEEApplication">
<arg name="app_id" type="s" direction="in" />
<arg name="error_code" type="i" direction="out"/>
<arg name="fd_in" type="h" direction="out"/>
<arg name="fd_out" type="h" direction="out"/>
<annotation name="org.chromium.DBus.Method.Kind" value="simple"/>
</method>
<method name="SystemEvent">
<arg name="event" type="s" direction="in" />
<arg name="error_msg" type="s" direction="out"/>
<annotation name="org.chromium.DBus.Method.Kind" value="simple"/>
</method>
</interface>
</node>