summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQiu Shumin <shumin.qiu@intel.com>2015-08-24 03:05:02 +0000
committershenshushi <shenshushi@Edk2>2015-08-24 03:05:02 +0000
commit26b46ba48a6744bf377e81bab9d6d973822f4a7a (patch)
tree37057ee780c21e81c5c70773a38ff094b804dfbd
parent72358997e75006fe024133a75478344c0fa7f3ff (diff)
downloadedk2-platforms-26b46ba48a6744bf377e81bab9d6d973822f4a7a.tar.xz
MdePkg/Library/UefiFileHandleLib: Update the module Basename and module type to 'UEFI*'.
The library instance is not BASE type, to follow naming convention this patch change Basename into 'Uefi*Lib' and module type into 'UEFI_DRIVER'. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18265 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf b/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
index 6c98df00db..f813eaed4e 100644
--- a/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
+++ b/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
@@ -13,9 +13,9 @@
[Defines]
INF_VERSION = 0x00010006
- BASE_NAME = BaseFileHandleLib
+ BASE_NAME = UefiFileHandleLib
FILE_GUID = 9495D344-9D8A-41f3-8D17-E2FD238C4E71
- MODULE_TYPE = DXE_DRIVER
+ MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = FileHandleLib|DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER