]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/PlatformVarCleanupLib/PlatformVarCleanupLib.inf
MdeModulePkg/DxeCapsuleLibFmp: Add more check for the UX capsule
[mirror_edk2.git] / MdeModulePkg / Library / PlatformVarCleanupLib / PlatformVarCleanupLib.inf
index c56a17584a9fe5c0db82360c6f45f944d96689cb..6e7fcb6a5c0c5f884666d7f03944dc17dc3cc7b3 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Sample platform variable cleanup library instance.\r
 #\r
-#  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2015 - 2017, 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
@@ -23,6 +23,7 @@
   VERSION_STRING                = 1.0\r
   LIBRARY_CLASS                 = PlatformVarCleanupLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
   CONSTRUCTOR                   = PlatformVarCleanupLibConstructor\r
+  DESTRUCTOR                    = PlatformVarCleanupLibDestructor\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -44,7 +45,6 @@
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
   UefiRuntimeServicesTableLib\r
-  UefiLib\r
   BaseLib\r
   DebugLib\r
   BaseMemoryLib\r
@@ -68,6 +68,5 @@
   gEfiHiiConfigRoutingProtocolGuid  ## SOMETIMES_CONSUMES\r
 \r
 [Depex]\r
-  gEdkiiVarCheckProtocolGuid AND\r
   gEfiVariableArchProtocolGuid\r
 \r