blob: 13f34f237171bafee91a8706e9f1efa83bb6783d [file] [log] [blame]
Norman Jamese2765102015-08-19 22:00:55 -05001<node>
2 <!--
3 org.openbmc.Fru:
4 @short_description:
5 -->
6 <interface name="org.openbmc.Fru">
7 <method name="setState">
8 <arg name="state" type="i" direction="in"/>
9 </method>
10 <method name="getState">
11 <arg name="state" type="i" direction="out"/>
12 </method>
13 <method name="addEventLog">
14 <arg name="entry" type="s" direction="in"/>
15 </method>
Norman James16efce62015-08-19 22:30:31 -050016 <method name="getType">
17 <arg name="type" type="s" direction="out"/>
18 </method>
19 <method name="getLocation">
20 <arg name="location" type="s" direction="out"/>
21 </method>
22 <signal name="StateChanged"/>
23 <signal name="UnrecoverableError"/>
24 <signal name="RecoverableError"/>
25
Norman Jamese2765102015-08-19 22:00:55 -050026 </interface>
27</node>
28