summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DuetPkg/DuetPkg.dsc11
-rw-r--r--Nt32Pkg/Nt32Pkg.dsc12
-rw-r--r--UnixPkg/UnixPkg.dsc12
3 files changed, 35 insertions, 0 deletions
diff --git a/DuetPkg/DuetPkg.dsc b/DuetPkg/DuetPkg.dsc
index 41f8c23..e261827 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 7be80e5..bc2ee4c 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 69d3d77..7b6a2a0 100644
--- a/UnixPkg/UnixPkg.dsc
+++ b/UnixPkg/UnixPkg.dsc
@@ -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
+##