diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-16 06:44:15 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-16 06:44:15 +0000 |
commit | 8335866b0b47fb67e5f4fef108c8e5d0caf13578 (patch) | |
tree | 4ca5ec7af2d1b2d6f68c6de6a3b15fcc3d0f2b9f /MdePkg/Library/UefiBootServicesTableLib | |
parent | f944ec32e7e1ccc2968838da946bf4fba4cc7bce (diff) | |
download | edk2-platforms-8335866b0b47fb67e5f4fef108c8e5d0caf13578.tar.xz |
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
Diffstat (limited to 'MdePkg/Library/UefiBootServicesTableLib')
-rw-r--r-- | MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
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
|