From 2790926d8228383c53cf8ede0c8ffba36a91ef90 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Tue, 25 Nov 2014 08:53:33 +0000 Subject: Change NT32 and DUET to use UEFI Shell by default. Use "-D USE_OLD_SHELL" for NT32 to use EDK Shell. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Eric Dong git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16444 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/Nt32Pkg.fdf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Nt32Pkg/Nt32Pkg.fdf') diff --git a/Nt32Pkg/Nt32Pkg.fdf b/Nt32Pkg/Nt32Pkg.fdf index 8282fcf2f4..7174cdf7c0 100644 --- a/Nt32Pkg/Nt32Pkg.fdf +++ b/Nt32Pkg/Nt32Pkg.fdf @@ -1,7 +1,7 @@ ## @file # This is NT32 FDF file with UEFI HII features enabled # -# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -270,7 +270,11 @@ INF MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf # for binary shell, binary fat and logo module. # ################################################################################ -INF EdkShellBinPkg/FullShell/FullShell.inf +!ifndef $(USE_OLD_SHELL) +INF ShellBinPkg/UefiShell/UefiShell.inf +!else +INF EdkShellBinPkg/FullShell/FullShell.inf +!endif INF FatBinPkg/EnhancedFatDxe/Fat.inf -- cgit v1.2.3