Forgot to push this patch. Just pushed it at ed3951ebbd20e1e29b093c753cf051e7e4b2bfae.
Thanks, Star -----Original Message----- From: Zeng, Star Sent: Wednesday, January 17, 2018 12:38 PM To: [email protected] Cc: Yao, Jiewen <[email protected]>; Zeng, Star <[email protected]> Subject: [PATCH] MdeModulePkg/LockboxNullLib: clean up INF file. From: Jiewen Yao <[email protected]> Remove unused module type restriction for NULL instance. Cc: Star Zeng <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jiewen Yao <[email protected]> Reviewed-by: Star Zeng <[email protected]> --- MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf b/MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf index 1018a69e8144..5994c68124ef 100644 --- a/MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf +++ b/MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf @@ -1,7 +1,7 @@ ## @file # NULL LockBox library instance. # -# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR> +# Copyright (c) 2010 - 2018, Intel Corporation. All rights +reserved.<BR> # # This program and the accompanying materials # are licensed and made available under the terms and conditions @@ -21,7 +21,7 @@ [Defines] FILE_GUID = 0BA38EBD-E190-4df7-8EC4-0A6E2B43772D MODULE_TYPE = BASE VERSION_STRING = 1.0 - LIBRARY_CLASS = LockBoxLib|PEIM DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER UEFI_APPLICATION DXE_SMM_DRIVER + LIBRARY_CLASS = LockBoxLib # -- 2.7.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

