X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkShellBinPkg%2FFullShell%2FFullShell.inf;h=1598bdf3f1dbe834f5f94bc9da89596f2b356d32;hp=abc139a5edf46caf1000482567a53d7be231eb2a;hb=f9e097d4e337a0ad261ae4e0c6f8fda659ec175d;hpb=48f3442237f5a04d673eec57827e1b6bd3009dd9 diff --git a/EdkShellBinPkg/FullShell/FullShell.inf b/EdkShellBinPkg/FullShell/FullShell.inf index abc139a5ed..1598bdf3f1 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,19 +33,12 @@ # 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 + UEFI_APP|ia32/Shell_Full.efi [Binaries.X64] - UEFI_APP|RELEASE|x64/Shell_full.efi + UEFI_APP|x64/Shell_full.efi [Binaries.IPF] - UEFI_APP|RELEASE|ipf/Shell_Full.efi + UEFI_APP|ipf/Shell_Full.efi