diff options
Diffstat (limited to 'EdkShellBinPkg')
-rw-r--r-- | EdkShellBinPkg/FullShell/FullShell.inf | 12 | ||||
-rw-r--r-- | EdkShellBinPkg/MinimumShell/MinimumShell.inf | 11 |
2 files changed, 0 insertions, 23 deletions
diff --git a/EdkShellBinPkg/FullShell/FullShell.inf b/EdkShellBinPkg/FullShell/FullShell.inf index abc139a5ed..17cd1ae26c 100644 --- a/EdkShellBinPkg/FullShell/FullShell.inf +++ b/EdkShellBinPkg/FullShell/FullShell.inf @@ -16,11 +16,6 @@ #
#**/
-################################################################################
-#
-# Defines Section - statements that will be processed to generate a binary image.
-#
-################################################################################
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = FullShell
@@ -38,13 +33,6 @@ # VALID_ARCHITECTURES = IA32 X64 IPF
#
-################################################################################
-#
-# Binaries Section - list of binary files that are required for the build
-# to succeed.
-#
-################################################################################
-
[Binaries.Ia32]
UEFI_APP|RELEASE|ia32/Shell_Full.efi
diff --git a/EdkShellBinPkg/MinimumShell/MinimumShell.inf b/EdkShellBinPkg/MinimumShell/MinimumShell.inf index d6e044c810..5841e44ffd 100644 --- a/EdkShellBinPkg/MinimumShell/MinimumShell.inf +++ b/EdkShellBinPkg/MinimumShell/MinimumShell.inf @@ -16,11 +16,6 @@ #
#**/
-################################################################################
-#
-# Defines Section - statements that will be processed to generate a binary image.
-#
-################################################################################
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = MinimumShell
@@ -38,12 +33,6 @@ # VALID_ARCHITECTURES = IA32 X64 IPF
#
-################################################################################
-#
-# Binaries Section - list of binary files that are required for the build
-# to succeed.
-#
-################################################################################
[Binaries.Ia32]
UEFI_APP|RELEASE|ia32/Shell.efi
|