From e7a0d419405f69571ff931c0e7e9e8fd6a101a36 Mon Sep 17 00:00:00 2001 From: lzeng14 Date: Wed, 31 Oct 2012 03:31:08 +0000 Subject: Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib. Signed-off-by: Star Zeng Reviewed-by: Liming Gao git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13898 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf b/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf index d942846..26eecaf 100644 --- a/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf +++ b/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf @@ -1,7 +1,7 @@ ## @file -# S3 boot script Library which could be used for multi phases. +# DXE S3 boot script Library. # -# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2012, 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 @@ -19,7 +19,7 @@ FILE_GUID = 57F9967B-26CD-4262-837A-55B8AA158254 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = S3BootScriptLib|SEC PEIM PEI_CORE DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION + LIBRARY_CLASS = S3BootScriptLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION CONSTRUCTOR = S3BootScriptLibInitialize @@ -54,9 +54,6 @@ IoLib LockBoxLib -[Guids] - gEfiEventExitBootServicesGuid # ALWAYS_CONSUMED - [Protocols] gEfiSmmBase2ProtocolGuid # ALWAYS_CONSUMED gEfiDxeSmmReadyToLockProtocolGuid # ALWAYS_CONSUMED @@ -65,6 +62,3 @@ [Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr ## CONSUMES gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptRuntimeTableReservePageNumber ## CONSUMES - -[Depex] - gPcdProtocolGuid \ No newline at end of file -- cgit v1.1