From 95572bd1b8b55fff0b714b3e3a5f923f38eae460 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Mon, 15 Feb 2010 18:16:05 +0000 Subject: [PATCH] Remove SMM_CORE as a supported module type for the MemoryAllocationLib instance that uses UEFI Boot Services git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10008 6f19259b-4bc3-4df7-8a09-765794883524 --- .../UefiMemoryAllocationLib.inf | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf b/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf index f28819d8b7..bbd6012409 100644 --- a/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf +++ b/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf @@ -4,7 +4,7 @@ # Memory Allocation Library that uses EFI Boot Services to allocate # and free memory. # -# Copyright (c) 2007 - 2009, Intel Corporation +# Copyright (c) 2007 - 2010, 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 @@ -22,23 +22,19 @@ FILE_GUID = 4674739d-3195-4fb2-8094-ac1d22d00194 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = MemoryAllocationLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE - + LIBRARY_CLASS = MemoryAllocationLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] MemoryAllocationLib.c - [Packages] MdePkg/MdePkg.dec - [LibraryClasses] DebugLib BaseMemoryLib UefiBootServicesTableLib - -- 2.39.2