hal/fdi/policy/10osvendor 10-laptop-panel-mgmt-policy.fdi, NONE, 1.1 Makefile.am, 1.4, 1.5

Richard Hughes hughsient at freedesktop.org
Sat Sep 3 08:55:16 PDT 2005


Update of /cvs/hal/hal/fdi/policy/10osvendor
In directory gabe:/tmp/cvs-serv26768

Modified Files:
	Makefile.am 
Added Files:
	10-laptop-panel-mgmt-policy.fdi 
Log Message:
New file, add the SetBrightness and GetBrightness methods to the LaptopPanel object.

--- NEW FILE: 10-laptop-panel-mgmt-policy.fdi ---
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --> 

<deviceinfo version="0.2">

  <device>
    <match key="info.category" string="laptop_panel">
      <append key="info.interfaces" type="strlist">org.freedesktop.Hal.Device.LaptopPanel</append>

      <append key="org.freedesktop.Hal.Device.LaptopPanel.method_names" type="strlist">SetBrightness</append>
      <append key="org.freedesktop.Hal.Device.LaptopPanel.method_signatures" type="strlist">i</append>
      <append key="org.freedesktop.Hal.Device.LaptopPanel.method_execpaths" type="strlist">hal-system-lcd-set-brightness</append>

      <append key="org.freedesktop.Hal.Device.LaptopPanel.method_names" type="strlist">GetBrightness</append>
      <append key="org.freedesktop.Hal.Device.LaptopPanel.method_signatures" type="strlist"></append>
      <append key="org.freedesktop.Hal.Device.LaptopPanel.method_execpaths" type="strlist">hal-system-lcd-get-brightness</append>
    </match>
  </device>

</deviceinfo>

Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/fdi/policy/10osvendor/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	1 Sep 2005 07:57:53 -0000	1.4
+++ Makefile.am	3 Sep 2005 15:55:11 -0000	1.5
@@ -1,8 +1,11 @@
 
 fdidir = $(datadir)/hal/fdi/policy/10osvendor
 
-dist_fdi_DATA = 10-storage-policy.fdi 10-power-mgmt-policy.fdi \
-		15-storage-luks.fdi
+dist_fdi_DATA = 			\
+	10-storage-policy.fdi		\
+	10-power-mgmt-policy.fdi	\
+	10-laptop-panel-mgmt-policy.fdi	\
+	15-storage-luks.fdi
 
 if HAVE_SELINUX
 dist_fdi_DATA += 20-storage-add-selinux.fdi




More information about the hal-commit mailing list