]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BuildNotes2.txt
Change NameGuid to FvFileName
[mirror_edk2.git] / BuildNotes2.txt
index 6981e94428e270d1bb2ab1c480cd60b4e237e359..a5d2e3ec9de72e15e2d15a26e7f19dd170b48c43 100644 (file)
@@ -10,13 +10,19 @@ Copyright (c) 2007, Intel Corporation
 \r
 EDK II Prime packages are in the development phase. They consist of:\r
 \r
 \r
 EDK II Prime packages are in the development phase. They consist of:\r
 \r
-  BuildNotes2.txt    - The build notes for this package\r
-  MdePkg             - Industry-standard headers and libraries\r
-  BaseTools          - Build -specific tools that are designed to help the\r
-                       developer create and modify drivers and libraries\r
-  IntelFrameworkPkg  - Framework headers and libraries\r
-  MdeModulePkg       - Reference drivers\r
-\r
+  BuildNotes2.txt         - The build notes for this package\r
+  MdePkg                  - Industry-standard headers and libraries\r
+  BaseTools               - Build -specific tools that are designed to help the\r
+                            developer create and modify drivers and libraries\r
+  IntelFrameworkPkg       - Tiano/Framework Includes and Libraries\r
+  MdeModulePkg            - UEFI 2.1/PI 1.0 compliant modules\r
+  IntelFrameworkModulePKg - Tiano/Framework Includes and Libraries\r
+  Nt32Pkg                 - UEFI 2.1/PI 1.0 emulation environment for Windows\r
+  FatBinPkg               - Binaries built from the FatPkg \r
+  EdkShellBinPkg          - Binaries of full shell, minimum shell and commonds(to be added)\r
+\r
+Note:\r
+  EdkShellBinPkg is supported to support both EDK II build and EDKII Prime build by having several module description files.\r
 \r
 -------------------------------------------------------------------------------\r
 Quick Start\r
 \r
 -------------------------------------------------------------------------------\r
 Quick Start\r
@@ -48,7 +54,7 @@ and then go to MdePkg\Library\BaseLib directory and build
     c:\MyWork\edk2\> cd MdePkg\Library\BaseLib\r
     c:\MyWork\edk2\> build\r
 \r
     c:\MyWork\edk2\> cd MdePkg\Library\BaseLib\r
     c:\MyWork\edk2\> build\r
 \r
-If you want build a platform, please set ACTIVE_PLATFORM  to your desired platform dsc file,\r
+If you want build a platform, ACTIVE_PLATFORM must be set to your desired platform dsc file,\r
 go to directory which must be not a module's directory, and run "build" command.\r
 \r
 -------------------------------------------------------------------------------\r
 go to directory which must be not a module's directory, and run "build" command.\r
 \r
 -------------------------------------------------------------------------------\r
@@ -86,7 +92,7 @@ without Python interpreter. One of the convertion tools is called cx_Freeze at
 \r
        Suppose you have installed cx_Freeze at c:\cx_Freeze-3.0.3. Use following command line to convert MyBuild.py\r
 \r
 \r
        Suppose you have installed cx_Freeze at c:\cx_Freeze-3.0.3. Use following command line to convert MyBuild.py\r
 \r
-       c:\cx_Freeze-3.0.3\FreezePython.exe --include-modules=encodings.cp437,encodings.gbk --install-dir=.\mybuild MyBuild.py\r
+       c:\cx_Freeze-3.0.3\FreezePython.exe --include-modules=encodings.cp437,encodings.gbk,encodings.utf_16,encodings.utf_8 --install-dir=.\mybuild MyBuild.py\r
 \r
        The generated .exe files are put in "mybuild" subdirectory.\r
 \r
 \r
        The generated .exe files are put in "mybuild" subdirectory.\r
 \r