]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/Library/UefiFileHandleLib: Update the module Basename and module type to ...
authorQiu Shumin <shumin.qiu@intel.com>
Mon, 24 Aug 2015 03:05:02 +0000 (03:05 +0000)
committershenshushi <shenshushi@Edk2>
Mon, 24 Aug 2015 03:05:02 +0000 (03:05 +0000)
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

MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf

index 6c98df00db95b5e9d191ad337698d092abea84e0..f813eaed4ec6a774513dbf49891999497e6060ec 100644 (file)
@@ -13,9 +13,9 @@
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010006\r
-  BASE_NAME                      = BaseFileHandleLib\r
+  BASE_NAME                      = UefiFileHandleLib\r
   FILE_GUID                      = 9495D344-9D8A-41f3-8D17-E2FD238C4E71\r
-  MODULE_TYPE                    = DXE_DRIVER\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = FileHandleLib|DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER\r
 \r