From 26b46ba48a6744bf377e81bab9d6d973822f4a7a Mon Sep 17 00:00:00 2001 From: Qiu Shumin Date: Mon, 24 Aug 2015 03:05:02 +0000 Subject: [PATCH] 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 Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18265 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf | 4 ++-- 1 file 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 -- 2.39.2