From: jljusten Date: Sun, 26 Jun 2011 18:58:23 +0000 (+0000) Subject: InOsEmuPkg/Unix: Allow binary UEFI shell to be used X-Git-Tag: edk2-stable201903~14623 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=984d7448fe69f87c576370429fa69a24b59c5a6e InOsEmuPkg/Unix: Allow binary UEFI shell to be used When using InOsEmuPkg/Unix/build64.sh -D USE_NEW_SHELL, the UEFI shell binary will now be included in the firmware image. Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11889 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/InOsEmuPkg/Unix/UnixX64.fdf b/InOsEmuPkg/Unix/UnixX64.fdf index b0b64d4ec3..4ded05fc6a 100644 --- a/InOsEmuPkg/Unix/UnixX64.fdf +++ b/InOsEmuPkg/Unix/UnixX64.fdf @@ -260,8 +260,12 @@ INF RuleOverride = BINARY FatBinPkg/EnhancedFatDxe/Fat.inf !if $(BUILD_NEW_SHELL) INF ShellPkg/Application/Shell/Shell.inf !else +!if $(USE_NEW_SHELL) +INF RuleOverride = BINARY ShellBinPkg/UefiShell/UefiShell.inf +!else INF RuleOverride = BINARY EdkShellBinPkg/FullShell/FullShell.inf !endif +!endif FILE FREEFORM = PCD(gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile) { SECTION RAW = MdeModulePkg/Logo/Logo.bmp