Skip to content

Latest commit

 

History

History
34 lines (32 loc) · 1.69 KB

usb-moded.aegis

File metadata and controls

34 lines (32 loc) · 1.69 KB
 
Mar 22, 2011
Mar 22, 2011
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<aegis>
<provide>
<credential name="usb-moded-dbus-bind" />
<credential name="USBControl" />
<dbus name="com.meego.usb_moded" own="usb-moded-dbus-bind" bus="system">
<node name="/">
<interface name="com.meego.usb_moded">
<method name="mode_request">
<annotation name="com.maemo.Aegis" value=""/>
</method>
</interface>
<interface name="com.meego.usb_moded">
<method name="set_mode">
<annotation name="com.maemo.Aegis" value="USBControl"/>
</method>
</interface>
<interface name="com.meego.usb_moded">
<method name="set_config">
<annotation name="com.maemo.Aegis" value="USBControl"/>
</method>
</interface>
May 10, 2011
May 10, 2011
23
24
25
<interface name="org.freedesktop.DBus.Introspectable">
<annotation name="com.maemo.Aegis" value=""/>
</interface>
Mar 22, 2011
Mar 22, 2011
26
27
28
</node>
</dbus>
</provide>
May 19, 2011
May 19, 2011
29
<request policy="add">
Mar 22, 2011
Mar 22, 2011
30
31
32
33
<credential name="usb-moded-dbus-bind" />
<for path="/usr/sbin/usb_moded" />
</request>
</aegis>