From 693e49cad61cdf6a5ccb47df235f2d352be6adaa Mon Sep 17 00:00:00 2001 From: xli24 Date: Fri, 6 Feb 2009 03:15:09 +0000 Subject: Add comments in platform DSC files to remind that binaries are only listed in FDF, not in DSC. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7446 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/DuetPkg.dsc | 11 +++++++++++ Nt32Pkg/Nt32Pkg.dsc | 12 ++++++++++++ UnixPkg/UnixPkg.dsc | 12 ++++++++++++ 3 files changed, 35 insertions(+) diff --git a/DuetPkg/DuetPkg.dsc b/DuetPkg/DuetPkg.dsc index 41f8c237f7..e261827d2a 100644 --- a/DuetPkg/DuetPkg.dsc +++ b/DuetPkg/DuetPkg.dsc @@ -174,6 +174,17 @@ [Components.IA32] DuetPkg/BootSector/BootSector.inf +###################################################################################### +# +# Following binaries are specified in FDF file and built in Firmware Volumes. +# The are not included in DSC file because DSC only specifies modules to build. +# +###################################################################################### +## +## FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi +## MdeModulePkg/Logo/Logo.bmp +## + [BuildOptions.common] MSFT:*_*_*_CC_FLAGS = /FAsc /FR$(@R).SBR MSFT:*_*_IA32_CC_FLAGS = /D EFI32 diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc index 7be80e530d..bc2ee4c0cb 100644 --- a/Nt32Pkg/Nt32Pkg.dsc +++ b/Nt32Pkg/Nt32Pkg.dsc @@ -531,3 +531,15 @@ # # EdkCompatibilityPkg\Foundation\Library\Dxe\PrintLite\PrintLib.inf # EdkCompatibilityPkg\Foundation\Library\Dxe\GraphicsLite\Graphics.inf + +###################################################################################### +# +# Following binaries are specified in FDF file and built in Firmware Volumes. +# The are not included in DSC file because DSC only specifies modules to build. +# +###################################################################################### +## +## EdkShellBinPkg/FullShell/Ia32/Shell_Full.efi +## FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi +## MdeModulePkg/Logo/Logo.bmp +## diff --git a/UnixPkg/UnixPkg.dsc b/UnixPkg/UnixPkg.dsc index 69d3d77a0e..7b6a2a09f6 100644 --- a/UnixPkg/UnixPkg.dsc +++ b/UnixPkg/UnixPkg.dsc @@ -492,3 +492,15 @@ PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf } + +###################################################################################### +# +# Following binaries are specified in FDF file and built in Firmware Volumes. +# The are not included in DSC file because DSC only specifies modules to build. +# +###################################################################################### +## +## EdkShellBinPkg/FullShell/Ia32/Shell_Full.efi +## FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi +## MdeModulePkg/Logo/Logo.bmp +## -- cgit v1.2.3