From f29d42d54bce6cd8268142d6e7e9d8f060ab6161 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 15 Jan 2009 10:00:44 +0000 Subject: [PATCH] Move CompilerStub library for IA32 & x64 only. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7287 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkShellPkg/EdkShellPkg.dsc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/EdkShellPkg/EdkShellPkg.dsc b/EdkShellPkg/EdkShellPkg.dsc index 0c90d9ff17..07bcefd821 100644 --- a/EdkShellPkg/EdkShellPkg.dsc +++ b/EdkShellPkg/EdkShellPkg.dsc @@ -39,7 +39,6 @@ DEFINE EDK_SHELL_DIR = Shell EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIA64Lib/CpuIA64Lib.inf - EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf # @@ -74,11 +73,10 @@ DEFINE EDK_SHELL_DIR = Shell # $(EDK_SHELL_DIR)/Library/EfiShellLib.inf +[Libraries.IA32, Libraries.X64] + EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf [Components] - # - # Shell.inf & ShellFull.inf can not be included at once to avoid over - # $(EDK_SHELL_DIR)/Shell.inf $(EDK_SHELL_DIR)/ShellFull.inf $(EDK_SHELL_DIR)/attrib/attrib.inf -- 2.39.2