Current File : //usr/ddu/data/hdd.xml
<?xml version="1.0" standalone="no"?> 
<!--

Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.

ident "@(#)hdd.xml 1.9 09/01/05 SMI"
-->

<!--*- mode: xml -*-->

<system>
<server></server>
<trydrv>scripts/file_check.sh</trydrv>

<category name="Audio">
<probe>scripts/probe.sh audio</probe>
</category>

<category name="Battery">
<probe>scripts/probe.sh battery</probe>
</category>

<category name="CPU">
<probe>scripts/probe.sh cpu</probe>
</category>

<category name="DVD">
<probe>scripts/probe.sh cd_dvd</probe>
</category>

<category name="Memory">
<probe>scripts/probe.sh memory</probe>
</category>

<category name="Network">
<probe>scripts/probe.sh network</probe>
</category>

<category name="Storage">
<probe>scripts/probe.sh storage</probe>
</category>

<category name="USB">
<probe>scripts/probe.sh usb</probe>
</category>

<category name="Video">
<probe>scripts/probe.sh video</probe>
</category>

<category name="Other">
<probe>scripts/probe.sh others</probe>
</category>
</system>