From e08ce86e475e33aaf699a964797cea8d8076111f Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 27 Sep 2007 12:09:25 +0000 Subject: Add binary Spd2Dec tool git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3953 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Bin/Win32/Spd2Dec.exe | Bin 0 -> 1329333 bytes BaseTools/ReadMe.txt | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100755 BaseTools/Bin/Win32/Spd2Dec.exe (limited to 'BaseTools') diff --git a/BaseTools/Bin/Win32/Spd2Dec.exe b/BaseTools/Bin/Win32/Spd2Dec.exe new file mode 100755 index 0000000000..822aab9e38 Binary files /dev/null and b/BaseTools/Bin/Win32/Spd2Dec.exe differ 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 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 \BaseTools\Source\Python\spd2Dec + Brief usage for Migration Tool Fpd2Dsc.exe: 1. Command line format: Fpd2Dsc [options] input_filename -- cgit v1.2.3