Add privilege to dbus conf file
[platform/core/connectivity/wifi-mesh-manager.git] / introspection / wmanager.xml
1 <?xml version="1.0" 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="net.wmesh.manager">
9                 <!-- Method definitions -->
10                 <method name="enable">
11                         <arg type="i" name="result" direction="out"/>
12                 </method>
13                 <method name="disable">
14                         <arg type="i" name="result" direction="out"/>
15                 </method>
16         </interface>
17 </node>