mirror of https://github.com/acidanthera/audk.git
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:
parent
3dc728fb14
commit
693e49cad6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
##
|
||||
|
|
|
@ -492,3 +492,15 @@
|
|||
<LibraryClasses>
|
||||
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
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue