diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-19 06:22:44 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-19 06:22:44 +0000 |
commit | 2a5f2a5036425ab097f5ad203f65ff96c0059441 (patch) | |
tree | d9c9b8a2369ec7f428177b35aac135c0e0ab2fd6 /MdePkg/Library/UefiLib | |
parent | 223c22d8ea61384a107c6dbc666d6fd33f573cce (diff) | |
download | edk2-platforms-2a5f2a5036425ab097f5ad203f65ff96c0059441.tar.xz |
Update these library instances module type to UEFI_DIRVER, because they only depends on UEFI spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5931 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiLib')
-rw-r--r-- | MdePkg/Library/UefiLib/UefiLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLib.inf b/MdePkg/Library/UefiLib/UefiLib.inf index 7aa1812d0b..b3006ab11e 100644 --- a/MdePkg/Library/UefiLib/UefiLib.inf +++ b/MdePkg/Library/UefiLib/UefiLib.inf @@ -21,7 +21,7 @@ INF_VERSION = 0x00010005
BASE_NAME = UefiLib
FILE_GUID = 3a004ba5-efe0-4a61-9f1a-267a46ae5ba9
- MODULE_TYPE = DXE_DRIVER
+ MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = UefiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
EDK_RELEASE_VERSION = 0x00020000
|