summaryrefslogtreecommitdiffstats
path: root/src/py-map.xml
diff options
context:
space:
mode:
authorNima Talebi <nima@autonomy.net.au>2009-05-27 00:11:54 +1000
committerNima Talebi <nima@autonomy.net.au>2009-05-27 00:11:54 +1000
commit13ff9d7e48ab1574b36473f75701cc7f7c1e461a (patch)
tree3e82c88b2c484170ed365e4f7fbbd269f451cbf9 /src/py-map.xml
parent3e7b0632d6522ff8e57dd685176d138eb16265e1 (diff)
downloadpython-dmidecode-13ff9d7e48ab1574b36473f75701cc7f7c1e461a.tar.gz
python-dmidecode-13ff9d7e48ab1574b36473f75701cc7f7c1e461a.tar.xz
python-dmidecode-13ff9d7e48ab1574b36473f75701cc7f7c1e461a.zip
WIP commit
Merged the two XML files into one, and amended relevant code. I still want to modify the XML tag names, but not yet. The calls to dmidecode.type() not function as expected, but the others are broken - this is next.
Diffstat (limited to 'src/py-map.xml')
-rw-r--r--src/py-map.xml54
1 files changed, 0 insertions, 54 deletions
diff --git a/src/py-map.xml b/src/py-map.xml
deleted file mode 100644
index fce89fc..0000000
--- a/src/py-map.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<dmidecode_fieldmap version="1">
-
- <!-- Mapping setup for BIOS DMI data -->
- <Mapping name="bios">
- <TypeMap id="0x00" />
- <TypeMap id="0x0D" />
- </Mapping>
-
- <!-- Mapping setup for processor info -->
- <Mapping name="processor">
- <TypeMap id="0x04" />
- </Mapping>
-
- <!-- Mapping setup for chassis info -->
- <Mapping name="chassis">
- <TypeMap id="0x03" />
- </Mapping>
-
- <!-- Mapping setup for memory info -->
- <Mapping name="memory">
- <TypeMap id="0x10" />
- <TypeMap id="0x11" />
- </Mapping>
-
- <!-- Mapping setup for cache info -->
- <Mapping name="cache">
- <TypeMap id="0x07" />
- </Mapping>
-
- <!-- Mapping setup for system info -->
- <Mapping name="system">
- <TypeMap id="0x01" />
- <TypeMap id="0x0C" />
- <TypeMap id="0x20" />
- </Mapping>
-
- <!-- Mapping setup for baseboard info -->
- <Mapping name="baseboard">
- <TypeMap id="0x02" />
- <TypeMap id="0x0A" />
- </Mapping>
-
- <!-- Mapping setup for slot info -->
- <Mapping name="slot">
- <TypeMap id="0x09" />
- </Mapping>
-
- <!-- Mapping setup for connector info -->
- <Mapping name="connector">
- <TypeMap id="0x08" />
- </Mapping>
-
-</dmidecode_fieldmap>