summaryrefslogtreecommitdiffstats
path: root/src/pythonmap.xml
blob: 6fbc60224403e615f406da9c9806709c4f04227a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<dmidecode_fieldmap version="1">
  <Mapping name="bios">
    <Map keytype="string" key="/dmidecode/BIOSlanguage/@handle" valuetype="dict">
      <Map keytype="constant" key="data" valuetype="dict">
        <Map keytype="constant" key="Currently Installed Language"
             valuetype="list:string" value="/dmidecode/BIOSlanguage/Installed/Language"/>
        <Map keytype="constant" key="Installed Languages"
             valuetype="integer" value="/dmidecode/BIOSlanguage/@installable_languages"/>
      </Map>
      <Map keytype="constant" key="dmi_type"   valuetype="integer" value="/dmidecode/BIOSlanguage/@type"/>
      <Map keytype="constant" key="dmi_handle" valuetype="string" value="/dmidecode/BIOSlanguage/@handle"/>
      <Map keytype="constant" key="dmi_size"   valuetype="integer" value="/dmidecode/BIOSlanguage/@size"/>
    </Map>
    <Map keytype="string" key="/dmidecode/BIOSinfo/@handle" valuetype="dict">
      <Map keytype="constant" key="data" valuetype="dict">
        <Map keytype="constant" key="Vendor" valuetype="string" value="/dmidecode/BIOSinfo/Vendor"/>
        <Map keytype="constant" key="Characteristics" valuetype="dict">
          <Map keytype="string" key="/dmidecode/BIOSinfo/Characteristics/flags/flag[../../@level = '0']"
               valuetype="boolean" value="/dmidecode/BIOSinfo/Characteristics/flags/flag/@enabled"/>
        </Map>
        <Map keytype="constant" key="Characteristic x1" valuetype="dict">
          <Map keytype="string" key="/dmidecode/BIOSinfo/Characteristics/characteristic[../@level = 'x1']"
               valuetype="boolean" value="/dmidecode/BIOSinfo/Characteristics/characteristic/@enabled"/>
        </Map>
        <Map keytype="constant" key="Characteristic x2" valuetype="dict">
          <Map keytype="string" key="/dmidecode/BIOSinfo/Characteristics/characteristic[../@level = 'x2']"
               valuetype="boolean" value="/dmidecode/BIOSinfo/Characteristics/characteristic/@enabled"/>
        </Map>
        <Map keytype="constant" key="Runtime Size" valuetype="string"
             value="concat(/dmidecode/BIOSinfo/RuntimeSize,' ',/dmidecode/BIOSinfo/RuntimeSize/@unit)"/>
        <Map keytype="constant" key="BIOS Revision"
             valuetype="string" value="/dmidecode/BIOSinfo/BIOSrevision"/>
        <Map keytype="constant" key="Version" valuetype="string" value="/dmidecode/BIOSinfo/Version"/>
        <Map keytype="constant" key="ROM Size" valuetype="string"
             value="concat(/dmidecode/BIOSinfo/ROMsize,' ',/dmidecode/BIOSinfo/ROMsize/@unit)"/>
        <Map keytype="constant" key="Address" valuetype="string" value="/dmidecode/BIOSinfo/Address"/>
        <Map keytype="constant" key="Relase Date" valuetype="string" value="/dmidecode/BIOSinfo/ReleaseDate"/>
      </Map>
      <Map keytype="constant" key="dmi_type"   valuetype="integer" value="/dmidecode/BIOSinfo/@type"/>
      <Map keytype="constant" key="dmi_handle" valuetype="string" value="/dmidecode/BIOSinfo/@handle"/>
      <Map keytype="constant" key="dmi_size"   valuetype="integer" value="/dmidecode/BIOSinfo/@size"/>
    </Map>
  </Mapping>
</dmidecode_fieldmap>