]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Library / SmmLockBoxLib / SmmLockBoxSmmLib.inf
index d722f57a66bd331e0202b3f18deb26ce9129f222..a1715e4c36f982ab7bd6ce924254f8ee88125098 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  SMM LockBox library instance.\r
 #\r
-#  Copyright (c) 2010 - 2016, 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
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = LockBoxLib|DXE_SMM_DRIVER\r
   CONSTRUCTOR                    = SmmLockBoxSmmConstructor\r
+  DESTRUCTOR                     = SmmLockBoxSmmDestructor\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 \r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\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