]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkShellPkg/EdkShellPkg.dsc
Fixed file path case
[mirror_edk2.git] / EdkShellPkg / EdkShellPkg.dsc
index 0c90d9ff17368417f141eb4fb0b7bb8555c29e6d..3311f5fd1e8ce1ae0d8682b2fd0922c72956632c 100644 (file)
@@ -25,7 +25,8 @@
   BUILD_TARGETS                  = DEBUG|RELEASE\r
   SKUID_IDENTIFIER               = DEFAULT\r
 # \r
-# Change the macro to the directory containing the source code from EDK Shell Project.\r
+# 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
 \r
@@ -38,8 +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/Library/CompilerStub/CompilerStubLib.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
@@ -74,11 +74,29 @@ DEFINE EDK_SHELL_DIR             = Shell
   #\r
   $(EDK_SHELL_DIR)/Library/EfiShellLib.inf\r
 \r
+[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
-  #\r
-  # Shell.inf & ShellFull.inf can not be included at once to avoid over\r
-  #\r
   $(EDK_SHELL_DIR)/Shell.inf\r
   $(EDK_SHELL_DIR)/ShellFull.inf\r
   $(EDK_SHELL_DIR)/attrib/attrib.inf\r