]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkShellPkg/EdkShellPkg.dsc
Three GUIDs had been retired, PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid...
[mirror_edk2.git] / EdkShellPkg / EdkShellPkg.dsc
index c6e7b2c9521eacd9cb41726e4d6c2fb2083d339a..dd1ce2f637fa3666f233a42df916a2ac8c9ffe8a 100644 (file)
@@ -28,7 +28,7 @@
 # Change the macro to the directory containing the source code from EDK Shell Project.  \r
 # This is a workspace relative directory\r
 #  \r
-DEFINE EDK_SHELL_DIR             = Shell\r
+DEFINE EDK_SHELL_DIR             = EdkShellPkg/Shell\r
 \r
 [Libraries]\r
   #\r
@@ -39,7 +39,7 @@ DEFINE EDK_SHELL_DIR             = Shell
   EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf\r
   EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf\r
   EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf\r
-  EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIA64Lib/CpuIA64Lib.inf\r
+  EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf\r
   EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf\r
   EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf\r
   #\r
@@ -77,6 +77,25 @@ DEFINE EDK_SHELL_DIR             = Shell
 [Libraries.IA32, Libraries.X64]\r
   EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf\r
 \r
+###################################################################################################\r
+#\r
+# Components Section - list of the modules and components that will be processed by compilation\r
+#                      tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
+#\r
+# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
+#       into firmware volume images. This section is just a list of modules to compile from\r
+#       source into UEFI-compliant binaries.\r
+#       It is the FDF file that contains information on combining binary files into firmware\r
+#       volume images, whose concept is beyond UEFI and is described in PI specification.\r
+#       Binary modules do not need to be listed in this section, as they should be\r
+#       specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
+#       Logo (Logo.bmp), and etc.\r
+#       There may also be modules listed in this section that are not required in the FDF file,\r
+#       When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
+#       generated for it, but the binary will not be put into any firmware volume.\r
+#\r
+###################################################################################################\r
+\r
 [Components]\r
   $(EDK_SHELL_DIR)/Shell.inf\r
   $(EDK_SHELL_DIR)/ShellFull.inf\r