summaryrefslogtreecommitdiff
path: root/BaseTools/ReadMe.txt
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-19 01:58:45 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-19 01:58:45 +0000
commit6f5554bd58d3279422ed75f570f584d02ce14282 (patch)
tree032c101d1752997cd537445a9659cab295a31a33 /BaseTools/ReadMe.txt
parent8083432c1b4a24fbcca4481a82f2a8dae81ca907 (diff)
downloadedk2-platforms-6f5554bd58d3279422ed75f570f584d02ce14282.tar.xz
Rename the Msa2Inf.exe to MigrationMsa2Inf to indicate the real usage.
Add extra option when using FreezePython.exe to make it works fine in Non-Us locale. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3679 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/ReadMe.txt')
-rw-r--r--BaseTools/ReadMe.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt
index 0ce1cba465..fb098902da 100644
--- a/BaseTools/ReadMe.txt
+++ b/BaseTools/ReadMe.txt
@@ -34,9 +34,9 @@ Notes:
cannot generate AutoGen.* files. Only "build" command can.
-Brief usage for Module Migration Tool msa2inf.exe:
+Brief usage for Migration Tool MigrationMsa2Inf.exe:
1. Command line format:
- msa2inf [options]
+ MigrationMsa2Inf [options]
2. Input Files:
A syntactically valid MSA file
3. Output Files:
@@ -63,11 +63,11 @@ Brief usage for Module Migration Tool msa2inf.exe:
5. Example:
WORKSAPCE has already been set: $(WORKSPACE) = c:\work\EdkII.
- a. msa2inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -o c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.inf
- b. msa2inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -a
+ a. MigrationMsa2Inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -o c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.inf
+ b. MigrationMsa2Inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -a
Example a & b are equivalent to migrate WinNtThunk driver from EDKII to EDKII' code base.
- c. msa2inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -a -c
+ c. MigrationMsa2Inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -a -c
The extra "-c" option performs several hardcode mapping due to the naming change in EDKII':
OldMdePkg Guid -> MdePkgGuid,
EdkModulePkg Guid -> MdeModulePkgGuid,
@@ -75,7 +75,7 @@ Brief usage for Module Migration Tool msa2inf.exe:
HiiLib -> HiiLibFramework
...
- d. msa2inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -m
+ d. MigrationMsa2Inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -m
The extra "-m" option suppresses the generation of "CommonHeader.h" and leave all C files intact.
Instead, it generates "CommonHeader.txt". Developers can manually copy its content to a local common header file in a module.