6677eb39b9ee58db14e95d306a0dc8be99937e86
[apps/native/tizen-things-daemon.git] / common / common-worker-inf-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="ttd.worker.dbus">
9
10                 <!-- Method definitions -->
11
12                 <method name="ttd_worker_submit_report">
13                         <arg type="s" name="cmd_id" direction="in"/>
14                         <arg type="s" name="report" direction="in"/>
15                         <arg type="i" name="working_state" direction="in"/>
16                         <arg type="i" name="ret" direction="out"/>
17                 </method>
18
19                 <!-- We don't need to signals, because of aul_launch -->
20         </interface>
21 </node>
22