]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add comments in DSC files to explain the function and design of components section.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 10 Feb 2009 08:55:43 +0000 (08:55 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 10 Feb 2009 08:55:43 +0000 (08:55 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7487 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/DuetPkg.dsc

index 504aaa667d7ccaa9974494bc6c961721ea25d86a..dabda4f5a3555554e1ebab5dcc6cc151b2cfecca 100644 (file)
 [PcdsFeatureFlag]\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|TRUE\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.common]\r
   DuetPkg/DxeIpl/DxeIpl.inf {\r
     <LibraryClasses>\r
 [Components.IA32]  \r
   DuetPkg/BootSector/BootSector.inf\r
   \r
-######################################################################################\r
-#\r
-# Following binaries are specified in FDF file and built in Firmware Volumes.\r
-# The are not included in DSC file because DSC only specifies modules to build.\r
-#\r
-######################################################################################\r
-##\r
-## FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi\r
-## MdeModulePkg/Logo/Logo.bmp\r
-##\r
-\r
 [BuildOptions.common]\r
   MSFT:*_*_*_CC_FLAGS = /FAsc /FR$(@R).SBR\r
   MSFT:*_*_IA32_CC_FLAGS = /D EFI32\r