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
This commit is contained in:
xli24 2009-02-06 03:15:09 +00:00
parent 3dc728fb14
commit 693e49cad6
3 changed files with 35 additions and 0 deletions

View File

@ -174,6 +174,17 @@
[Components.IA32] [Components.IA32]
DuetPkg/BootSector/BootSector.inf 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] [BuildOptions.common]
MSFT:*_*_*_CC_FLAGS = /FAsc /FR$(@R).SBR MSFT:*_*_*_CC_FLAGS = /FAsc /FR$(@R).SBR
MSFT:*_*_IA32_CC_FLAGS = /D EFI32 MSFT:*_*_IA32_CC_FLAGS = /D EFI32

View File

@ -531,3 +531,15 @@
# #
# EdkCompatibilityPkg\Foundation\Library\Dxe\PrintLite\PrintLib.inf # EdkCompatibilityPkg\Foundation\Library\Dxe\PrintLite\PrintLib.inf
# EdkCompatibilityPkg\Foundation\Library\Dxe\GraphicsLite\Graphics.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
##

View File

@ -492,3 +492,15 @@
<LibraryClasses> <LibraryClasses>
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf 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
##