MdeModulePkg/PlatVarCleanupLib: Add lib destructor for unclosed event

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Hao Wu
2017-03-10 13:57:39 +08:00
parent 4d9abbf71d
commit c103e09b52
2 changed files with 32 additions and 4 deletions

View File

@ -1,7 +1,7 @@
## @file
# Sample platform variable cleanup library instance.
#
# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions
@ -23,6 +23,7 @@
VERSION_STRING = 1.0
LIBRARY_CLASS = PlatformVarCleanupLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
CONSTRUCTOR = PlatformVarCleanupLibConstructor
DESTRUCTOR = PlatformVarCleanupLibDestructor
#
# The following information is for reference only and not required by the build tools.