Merge "add app interface module"
[apps/native/tizen-things-daemon.git] / lib / src / tizen-things-lib-dbus.xml
1 <?xml version="0.1" encoding="UTF-8" ?>
2
3 <!DOCTYPE node PUBLIC
4         "-//freedesktop//DTD D-Bus Object Introspection 1.0//EN"
5         "http://standards.freedesktop.org/dbus/1.0/introspect.dtd">
6
7 <node>
8         <interface name="ttsd.worker.dbus">
9
10                 <!-- Method definitions -->
11
12                 <method name="ttsd_worker_submit_report">
13                         <arg type="s" name="report" direction="in"/>
14                         <arg type="i" name="ret" direction="out"/>
15                 </method>
16
17                 <!-- We don't need to signals, because of aul_launch -->
18         </interface>
19 </node>
20