diff options
| author | Jason Albert <albertj@us.ibm.com> | 2015-07-16 09:34:40 -0500 |
|---|---|---|
| committer | Jason Albert <albertj@us.ibm.com> | 2015-07-16 09:34:40 -0500 |
| commit | 7142dafa575769dc963fd83111aeabf0e8e1f2c3 (patch) | |
| tree | 2a6cf0d6183f8af57955180237715b6b3f80f00c /examples/hexwithcomments/hexwithcomments.tvpd | |
| parent | 60adb1091adda7050333e16d847298c73041d870 (diff) | |
| download | vpdtools-7142dafa575769dc963fd83111aeabf0e8e1f2c3.tar.gz vpdtools-7142dafa575769dc963fd83111aeabf0e8e1f2c3.zip | |
Reworked the organization of the examples
Examples were previously just a symlink to passing tests. This symlink
didn't show well in github. Instead examples is now the directory and
pass is the symbolic link.
- removed examples link
- moved tests/pass directory to examples
- creates tests/pass -> examples link
Diffstat (limited to 'examples/hexwithcomments/hexwithcomments.tvpd')
| -rw-r--r-- | examples/hexwithcomments/hexwithcomments.tvpd | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/examples/hexwithcomments/hexwithcomments.tvpd b/examples/hexwithcomments/hexwithcomments.tvpd new file mode 100644 index 0000000..a4dd75b --- /dev/null +++ b/examples/hexwithcomments/hexwithcomments.tvpd @@ -0,0 +1,32 @@ +<?xml version='1.0' encoding='utf-8'?> +<vpd> + <name>FILENAME</name> + <size>16kb</size> + <VD>01</VD> + <record name="VINI"> + <rdesc>The VINI record</rdesc> + <keyword name="RT"> + <kwdesc>The Record Type keyword</kwdesc> + <kwformat>ascii</kwformat> + <kwlen>4</kwlen> + <kwdata>VINI</kwdata> + </keyword> + <keyword name="BD"> + <kwdesc>The Big Data keyword</kwdesc> + <kwformat>hex</kwformat> + <kwlen>128</kwlen> + <kwdata> + <!-- Offset 0 --> + 00000000 00000000 00000000 00000000 + 00000000 00000000 00000000 00000000 + 00000000 00000000 00000000 00000000 + 00000000 00000000 00000000 00000000 + <!-- Offset 128 --> + 00000000 00000000 00000000 00000000 + 00000000 00000000 00000000 00000000 + 00000000 00000000 00000000 00000000 + 00000000 00000000 00000000 00000000 + </kwdata> + </keyword> + </record> +</vpd> |

