From 8335866b0b47fb67e5f4fef108c8e5d0caf13578 Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 16 Sep 2008 06:44:15 +0000 Subject: Correct module type for library UefiBootServicesTableLib and UefiRuntimeServicesTableLib. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5895 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf') diff --git a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf index 3d575ab812..0b64ad612b 100644 --- a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf +++ b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf @@ -20,7 +20,7 @@ INF_VERSION = 0x00010005 BASE_NAME = UefiBootServicesTableLib FILE_GUID = ff5c7a2c-ab7a-4366-8616-11c6e53247b6 - MODULE_TYPE = DXE_DRIVER + MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = UefiBootServicesTableLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER EDK_RELEASE_VERSION = 0x00020000 -- cgit v1.2.3