/usr/share/freesmartphone/xml/org.freesmartphone.Device.Display.xml is in fso-specs 2012.07.27.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/">
<interface name="org.freesmartphone.Device.Display">
<method name="GetBrightness">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="out" type="i" name="brightness"/>
</method>
<method name="SetBrightness">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="in" type="i" name="brightness"/>
</method>
<method name="GetBacklightPower">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="out" type="b" name="power"/>
</method>
<method name="SetBacklightPower">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="in" type="b" name="power"/>
</method>
<signal name="BacklightPower">
<arg type="b" name="power"/>
</signal>
</interface>
</node>
|