]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add comments in platform DSC files to remind that binaries are only listed in FDF...
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 6 Feb 2009 03:15:09 +0000 (03:15 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 6 Feb 2009 03:15:09 +0000 (03:15 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7446 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/DuetPkg.dsc
Nt32Pkg/Nt32Pkg.dsc
UnixPkg/UnixPkg.dsc

index 41f8c237f74f70decc8e064b26f347c7b8b46490..e261827d2aed8c913bc91813f45f8de01245945d 100644 (file)
 [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
index 7be80e530d7ae2282c4d4a55fbc954e8d90b671a..bc2ee4c0cb93bceb0979d98f6a9156fc0ca8960c 100644 (file)
   #\r
   #  EdkCompatibilityPkg\Foundation\Library\Dxe\PrintLite\PrintLib.inf\r
   #  EdkCompatibilityPkg\Foundation\Library\Dxe\GraphicsLite\Graphics.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
+## EdkShellBinPkg/FullShell/Ia32/Shell_Full.efi\r
+## FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi\r
+## MdeModulePkg/Logo/Logo.bmp\r
+##\r
index 69d3d77a0ed4b9bef7b31211e55c5688aab18051..7b6a2a09f6686e235e506027eaa2f0d123e1b5f1 100644 (file)
     <LibraryClasses>\r
       PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
   }\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
+## EdkShellBinPkg/FullShell/Ia32/Shell_Full.efi\r
+## FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi\r
+## MdeModulePkg/Logo/Logo.bmp\r
+##\r