audk/MdeModulePkg/Universal/HiiDatabaseDxe
qwang12 5e580cf717 1) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h.
2) Rename BufInReverseOrderToHexString to BufToHexString
3) Rename HexStringToBuf to HexStringToBufInReverseOrder
4) Update function comments in HiiLib.h and IfrSupportLib.h.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5991 6f19259b-4bc3-4df7-8a09-765794883524
2008-09-26 10:31:41 +00:00
..
ConfigRouting.c 1) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h. 2008-09-26 10:31:41 +00:00
Database.c Clean up HiiDatabase for Doxygen comments requirement. 2008-07-15 06:29:27 +00:00
Font.c HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if this variable does not exist, a default value is returned). This function is called by HiiDatabase itself. Now, HiiLibGetCurrentLanguage is in HiiLib. Because of this, we can't add location of Hii protoocol in the library constructor of HiiLib. This cause Hii Database driver never get loaded (circular dependency). 2008-09-21 08:51:15 +00:00
HiiDatabase.h HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if this variable does not exist, a default value is returned). This function is called by HiiDatabase itself. Now, HiiLibGetCurrentLanguage is in HiiLib. Because of this, we can't add location of Hii protoocol in the library constructor of HiiLib. This cause Hii Database driver never get loaded (circular dependency). 2008-09-21 08:51:15 +00:00
HiiDatabaseDxe.inf HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if this variable does not exist, a default value is returned). This function is called by HiiDatabase itself. Now, HiiLibGetCurrentLanguage is in HiiLib. Because of this, we can't add location of Hii protoocol in the library constructor of HiiLib. This cause Hii Database driver never get loaded (circular dependency). 2008-09-21 08:51:15 +00:00
HiiDatabaseEntry.c remove EFI_EVENT_ alias, replace them with EVT_ 2008-09-04 07:42:38 +00:00
Image.c Use two PCDs to replace _DISABLE_UNUSED_HII_PROTOCOLS_ macro. 2008-07-16 09:36:33 +00:00
R8Lib.c Clean up HiiDatabase for Doxygen comments requirement. 2008-07-15 06:29:27 +00:00
R8Lib.h Clean up HiiDatabase for Doxygen comments requirement. 2008-07-15 06:29:27 +00:00
String.c Optimize GetUnicodeStringTextOrSize's inner loop to call ReadUnalign16 instead of CompareMem and remove a unnecessary local variable. 2008-07-28 05:36:44 +00:00