diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-27 12:09:25 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-27 12:09:25 +0000 |
commit | e08ce86e475e33aaf699a964797cea8d8076111f (patch) | |
tree | 273e45f2d43009920229a038cda0ae4cfcb7ecb3 /BaseTools | |
parent | 1f771698b2abd8995017bb54e8ba3ec065a9bba1 (diff) | |
download | edk2-platforms-e08ce86e475e33aaf699a964797cea8d8076111f.tar.xz |
Add binary Spd2Dec tool
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3953 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rwxr-xr-x | BaseTools/Bin/Win32/Spd2Dec.exe | bin | 0 -> 1329333 bytes | |||
-rw-r--r-- | BaseTools/ReadMe.txt | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/BaseTools/Bin/Win32/Spd2Dec.exe b/BaseTools/Bin/Win32/Spd2Dec.exe Binary files differnew file mode 100755 index 0000000000..822aab9e38 --- /dev/null +++ b/BaseTools/Bin/Win32/Spd2Dec.exe diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index c52be09d44..84e70fee0f 100644 --- a/BaseTools/ReadMe.txt +++ b/BaseTools/ReadMe.txt @@ -121,6 +121,22 @@ It searches all INF, DEC and DSC file under <directory_name> and update them wit PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
}
+Brief usage for Migration Tool Spd2Dec.exe:
+1. Command line format:
+ Spd2Dec [options] input_filename
+2. Input File:
+ A syntactically valid SPD file
+3. Output Files:
+ A DEC file whose syntax confirms to DEC spec.
+
+4. Example:
+ a. Spd2Dec -o c:\work\EdkII\Nt32Pkg\Nt32.spd c:\work\EdkII\Nt32Pkg\Nt32.dec
+ b. Spd2Dec -a c:\work\EdkII\Nt32Pkg\Nt32.spd
+ Example a & b are equivalent to migrate Nt32 package SPD file from EDKII to EDKII' snytax.
+
+6. Pyton Source
+ r777 <buildtools_project>\BaseTools\Source\Python\spd2Dec
+
Brief usage for Migration Tool Fpd2Dsc.exe:
1. Command line format:
Fpd2Dsc [options] input_filename
|