summaryrefslogtreecommitdiff
path: root/BaseTools/ReadMe.txt
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-27 12:09:25 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-27 12:09:25 +0000
commite08ce86e475e33aaf699a964797cea8d8076111f (patch)
tree273e45f2d43009920229a038cda0ae4cfcb7ecb3 /BaseTools/ReadMe.txt
parent1f771698b2abd8995017bb54e8ba3ec065a9bba1 (diff)
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/ReadMe.txt')
-rw-r--r--BaseTools/ReadMe.txt16
1 files changed, 16 insertions, 0 deletions
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