Revision: 13898
          http://edk2.svn.sourceforge.net/edk2/?rev=13898&view=rev
Author:   lzeng14
Date:     2012-10-31 03:31:08 +0000 (Wed, 31 Oct 2012)
Log Message:
-----------
Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib.

Signed-off-by: Star Zeng <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf

Modified: 
trunk/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
===================================================================
--- trunk/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf 
2012-10-31 01:41:54 UTC (rev 13897)
+++ trunk/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf 
2012-10-31 03:31:08 UTC (rev 13898)
@@ -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.<BR>
+# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
 #
 # 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

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to