mirror_edk2/MdeModulePkg/Include/Library
lgao4 ac7e320cb8 Remove NibbleToHexChar() function from BaseLib
Move IsHexDigit, BufToHexString, HexStringToBuf from BaseLib to MdeModulePkg IfrSupportLib. The reason is:
1) IsHexDigit function provides the logic to check Hex Digit and convert it to Decimal value, which is required by IScsi LUN and HII user input. But this logic is not provided by any functions in MdeLib. So, it can't be deleted. It is moved to IfrSupportLib.
2) BufToHexString function converts a array of buffers to hex string. If the buffer length is less than sizeof (UINT64), it can be directly replaced by UnicodeValueToString(). But HII modules may use BufToHexString to convert the buffers whose length > sizeof (UINT64). For example:
.\MdeModulePkg\Universal\HiiDatabaseDxe\ConfigRouting.c line 201, 1148
.\Universal\SetupBrowserDxe\Setup.c line line 1457, 1503
Like this case, it is not easy to use UnicodeValueToString to replace BufToHexString. So, BufToHexString is still kept. Because such usages are in HII modules, this function is moved to IfrSupportLib. 
3) HexStringToBuf is moved to IfrSupportLib. The reason is similar to BufToHexString.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6782 6f19259b-4bc3-4df7-8a09-765794883524
2008-12-01 02:32:12 +00:00
..
CapsuleLib.h clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
DpcLib.h Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h in header file. The module should include these files before include the Protocol/Ppi/Guid/Library header files. 2008-10-14 15:34:00 +00:00
ExtendedHiiLib.h clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
ExtendedIfrSupportLib.h Add additional comments for structure definition. 2008-11-27 04:53:43 +00:00
FvbServiceLib.h Add FvbServiceLib, HiiLib & IfrSupportLib.h 2008-11-13 08:41:24 +00:00
GenericBdsLib.h 1.retried graphics library class from MdePkg 2008-11-24 05:49:59 +00:00
HiiLib.h Add GetCurrentLanguage() to HiiLib in MdeModulePkg 2008-11-27 07:43:56 +00:00
IfrSupportLib.h Remove NibbleToHexChar() function from BaseLib 2008-12-01 02:32:12 +00:00
IpIoLib.h Update to use DOS format 2008-10-31 03:46:40 +00:00
NetLib.h Update to use DOS format 2008-10-31 03:46:40 +00:00
PlatDriOverLib.h Refine the prototype of CheckMapping() in PlatDriOverLib. 2008-11-17 02:45:37 +00:00
PlatformBdsLib.h Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h in header file. The module should include these files before include the Protocol/Ppi/Guid/Library header files. 2008-10-14 15:34:00 +00:00
RecoveryLib.h clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
ResetSystemLib.h Import ResetSystemLib. 2007-08-28 03:01:58 +00:00
S3Lib.h clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
UdpIoLib.h Update to use DOS format 2008-10-31 03:46:40 +00:00