audk/MdeModulePkg
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
..
Application/HelloWorld Remove over specific library class 2008-11-05 02:05:37 +00:00
Bus Add the AND of all architectural protocols for this special DXE_RUNTIME driver. 2008-11-27 14:08:09 +00:00
Core Update PEIM entry point to follow PEIM entry point. 2008-11-27 05:24:29 +00:00
Include Remove NibbleToHexChar() function from BaseLib 2008-12-01 02:32:12 +00:00
Library Remove NibbleToHexChar() function from BaseLib 2008-12-01 02:32:12 +00:00
Logo Refine Logo.inf. 2008-11-17 06:42:04 +00:00
Universal Remove NibbleToHexChar() function from BaseLib 2008-12-01 02:32:12 +00:00
ChangeLog.txt Add change log for non-compatible change. 2007-11-20 07:34:25 +00:00
MdeModulePkg.dec 1.Removed PrintXY from Graphics Library. 2008-11-20 03:08:28 +00:00
MdeModulePkg.dsc 1.retried graphics library class from MdePkg 2008-11-24 05:49:59 +00:00