mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPE
Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
b3724a03d6
commit
bc83ca81ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue