root/ossiedev/branches/mcarrick/DPD/hwDeviceRegistration.xml @ 8677

Revision 8677, 0.9 KB (checked in by ttsou, 4 years ago)

rough draft for DPD parser

Line 
1<hwdeviceregistration id="IDNUM" version="1,0,0,0" name="HWNAME">
2        <propertyfile type="PROPTYPE">
3                <localfile name="PATH/TO/PRF"/>
4        </propertyfile>
5        <description>DESCRIPTION</description>
6        <manufacturer>MANUFAC</manufacturer>
7        <modelnumber>MODELNUM</modelnumber>
8        <deviceclass>
9                <class>CLASS1</class>
10                <class>CLASS2</class>
11                <class>CLASS3</class>
12        </deviceclass>
13        <childhwdevice>
14                <hwdeviceregistration id="IDNUM2" version="1,0,0,1" name="HWNAME2">
15                        <propertyfile type="PROPTYPE2">
16                                <localfile name="PATH/TO/SECOND/PRF"/>
17                        </propertyfile>
18                        <description>DESCRIP2</description>
19                        <manufacturer>MANUFAC2</manufacturer>
20                        <modelnumber>MODELNUM2</modelnumber>
21                        <deviceclass>
22                                <class>CLASS2_1</class>
23                                <class>CLASS2_2</class>
24                        </deviceclass>
25                        <devicepkgref type="DEVPKGREFTYPE">
26                                <localfile name="DPDREFLOCALFILE"/>
27                        </devicepkgref>
28                </hwdeviceregistration>
29        </childhwdevice>
30</hwdeviceregistration>
Note: See TracBrowser for help on using the browser.