Revision: 18265
          http://sourceforge.net/p/edk2/code/18265
Author:   shenshushi
Date:     2015-08-24 03:05:02 +0000 (Mon, 24 Aug 2015)
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf

Modified: trunk/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
===================================================================
--- trunk/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf   
2015-08-24 02:53:27 UTC (rev 18264)
+++ trunk/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf   
2015-08-24 03:05:02 UTC (rev 18265)
@@ -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
 


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to