From bc83ca81ab3a756f037288b2b4b2fe1d3e8e16c3 Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Thu, 5 Jan 2017 13:03:53 +0800 Subject: [PATCH] MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPE Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Jiewen Yao --- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf index 88a3c61a28..47c67ccac5 100644 --- a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf +++ b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf @@ -19,7 +19,7 @@ BASE_NAME = DxeRuntimeCapsuleLib MODULE_UNI_FILE = DxeRuntimeCapsuleLib.uni FILE_GUID = 19BE1E4B-1A9A-44c1-8F12-32DD0470516A - MODULE_TYPE = DXE_DRIVER + MODULE_TYPE = DXE_RUNTIME_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = CapsuleLib|DXE_RUNTIME_DRIVER CONSTRUCTOR = DxeCapsuleLibConstructor -- 2.39.2