]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
MdeModulePkg LockBoxLib: Support LOCK_BOX_ATTRIBUTE_RESTORE_IN_S3_ONLY
[mirror_edk2.git] / MdeModulePkg / Library / SmmLockBoxLib / SmmLockBoxSmmLib.inf
index 6edb47519a86737294e6a115a6432f32f3f23d80..426af4cccfe033d134bec964d8dfbf44ab7c8ff2 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  SMM LockBox library instance.\r
 #\r
-#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions\r
@@ -22,7 +22,8 @@
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = LockBoxLib|DXE_SMM_DRIVER\r
-  CONSTRUCTOR                    = SmmLockBoxSmmConstructuor\r
+  CONSTRUCTOR                    = SmmLockBoxSmmConstructor\r
+  DESTRUCTOR                     = SmmLockBoxSmmDestructor\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
   BaseLib\r
   DebugLib\r
 \r
+[Protocols]\r
+  gEfiSmmReadyToLockProtocolGuid    ## NOTIFY\r
+  gEfiSmmEndOfDxeProtocolGuid       ## NOTIFY\r
+  gEfiSmmSxDispatch2ProtocolGuid    ## NOTIFY\r
+\r
 [Guids]\r
   ## SOMETIMES_CONSUMES   ## UNDEFINED # SmmSystemTable\r
   ## SOMETIMES_PRODUCES   ## UNDEFINED # SmmSystemTable\r
   gEfiSmmLockBoxCommunicationGuid\r
+  ## CONSUMES             ## UNDEFINED # Protocol notify\r
+  gEdkiiEndOfS3ResumeGuid\r
+\r