]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Rename the Msa2Inf.exe to MigrationMsa2Inf to indicate the real usage.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 19 Aug 2007 01:58:45 +0000 (01:58 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 19 Aug 2007 01:58:45 +0000 (01:58 +0000)
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

BaseTools/Bin/Win32/MigrationMsa2Inf.exe [new file with mode: 0644]
BaseTools/Bin/Win32/Msa2Inf.exe [deleted file]
BaseTools/ReadMe.txt

diff --git a/BaseTools/Bin/Win32/MigrationMsa2Inf.exe b/BaseTools/Bin/Win32/MigrationMsa2Inf.exe
new file mode 100644 (file)
index 0000000..efa2850
Binary files /dev/null and b/BaseTools/Bin/Win32/MigrationMsa2Inf.exe differ
diff --git a/BaseTools/Bin/Win32/Msa2Inf.exe b/BaseTools/Bin/Win32/Msa2Inf.exe
deleted file mode 100755 (executable)
index ba2fb19..0000000
Binary files a/BaseTools/Bin/Win32/Msa2Inf.exe and /dev/null differ
index 0ce1cba46507c8a0fdc22928c59c03f46c73f757..fb098902daea8be0d39264fb44d6e9238264dcf8 100644 (file)
@@ -34,9 +34,9 @@ Notes:
         cannot generate AutoGen.* files. Only "build" command can.\r
 \r
 \r
-Brief usage for Module Migration Tool msa2inf.exe:\r
+Brief usage for Migration Tool MigrationMsa2Inf.exe:\r
 1. Command line format:\r
-  msa2inf [options]\r
+  MigrationMsa2Inf [options]\r
 2. Input Files:\r
   A syntactically valid MSA file\r
 3. Output Files:\r
@@ -63,11 +63,11 @@ Brief usage for Module Migration Tool msa2inf.exe:
 5. Example:\r
    WORKSAPCE has already been set: $(WORKSPACE) = c:\work\EdkII. \r
  \r
-   a. msa2inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -o c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.inf\r
-   b. msa2inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -a\r
+   a. MigrationMsa2Inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -o c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.inf\r
+   b. MigrationMsa2Inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -a\r
    Example a & b are equivalent to migrate WinNtThunk driver from EDKII to EDKII' code base.\r
   \r
-   c. msa2inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -a -c\r
+   c. MigrationMsa2Inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -a -c\r
    The extra "-c" option performs several hardcode mapping due to the naming change in EDKII': \r
       OldMdePkg Guid -> MdePkgGuid, \r
       EdkModulePkg Guid -> MdeModulePkgGuid, \r
@@ -75,7 +75,7 @@ Brief usage for Module Migration Tool msa2inf.exe:
       HiiLib -> HiiLibFramework\r
       ...\r
    \r
-   d. msa2inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -m\r
+   d. MigrationMsa2Inf -f c:\work\EdkII\Nt32Pkg\WinNtThunkDxe\WinNtThunk.msa -m\r
    The extra "-m" option suppresses the generation of "CommonHeader.h" and leave all C files intact. \r
    Instead, it generates "CommonHeader.txt". Developers can manually copy its content to a local common header file in a module. \r
  \r