diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-06 03:15:09 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-06 03:15:09 +0000 |
commit | 693e49cad61cdf6a5ccb47df235f2d352be6adaa (patch) | |
tree | 69f64838aa16d87e641b58f6c4bac938774b6d3d /Nt32Pkg | |
parent | 3dc728fb14badd3bd801a5b287bb0200657f0c54 (diff) | |
download | edk2-693e49cad61cdf6a5ccb47df235f2d352be6adaa.zip edk2-693e49cad61cdf6a5ccb47df235f2d352be6adaa.tar.gz edk2-693e49cad61cdf6a5ccb47df235f2d352be6adaa.tar.bz2 |
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
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/Nt32Pkg.dsc | 12 |
1 files changed, 12 insertions, 0 deletions
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
+##
|