From ed3951ebbd20e1e29b093c753cf051e7e4b2bfae Mon Sep 17 00:00:00 2001 From: Jiewen Yao Date: Wed, 17 Jan 2018 09:27:46 +0800 Subject: [PATCH] MdeModulePkg/LockboxNullLib: clean up INF file. Remove unused module type restriction for NULL instance. Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jiewen Yao Reviewed-by: Star Zeng --- MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf b/MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf index d824c59281..f856ec266d 100644 --- a/MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf +++ b/MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf @@ -21,7 +21,7 @@ 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 #