first commit
diff --git a/xml/led.xml b/xml/led.xml
new file mode 100644
index 0000000..5519bc2
--- /dev/null
+++ b/xml/led.xml
@@ -0,0 +1,12 @@
+<node>

+	<interface name="org.openbmc.Led">

+		<method name="setOn"/>

+		<method name="setOff"/>

+		<method name="setBlinkSlow"/>

+		<method name="setBlinkFast"/>

+		

+                <property name="color" type="i" access="read"/>

+		<property name="function" type="s" access="read"/>

+

+	</interface>	

+</node>