From: mdkinney Date: Tue, 14 Sep 2010 17:02:46 +0000 (+0000) Subject: Update MODULE_TYPE to be DXE_RUNTIME_DRIVER X-Git-Tag: edk2-stable201903~15547 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f6b4e53dfe43c27d448cedb57059e5b7ca236dd8 Update MODULE_TYPE to be DXE_RUNTIME_DRIVER git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10876 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf b/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf index 4d8b4f08db..22b8e0820a 100644 --- a/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf +++ b/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf @@ -21,7 +21,7 @@ INF_VERSION = 0x00010005 BASE_NAME = UefiRuntimeLib FILE_GUID = b1ee6c28-54aa-4d17-b705-3e28ccb27b2e - MODULE_TYPE = UEFI_DRIVER + MODULE_TYPE = DXE_RUNTIME_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = UefiRuntimeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER