audk/MdeModulePkg/Universal/HiiDatabaseDxe
qwang12 69367b5bb9 Fixed a ECC error.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6631 6f19259b-4bc3-4df7-8a09-765794883524
2008-11-19 12:01:25 +00:00
..
ConfigRouting.c Fixed a ECC error. 2008-11-19 12:01:25 +00:00
Database.c Sync in bug fix from EDK I: 2008-11-04 14:28:08 +00:00
Font.c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. 2008-10-30 07:32:46 +00:00
HiiDatabase.h Sync in bug fix from EDK I: 2008-11-04 14:28:08 +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 Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. 2008-10-30 06:05:06 +00:00
Image.c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. 2008-10-30 07:32:46 +00:00
R8Lib.c Clean up HiiDatabase for Doxygen comments requirement. 2008-07-15 06:29:27 +00:00
R8Lib.h Update to use DOS format 2008-10-31 04:38:54 +00:00
String.c Sync in bug fix from EDK I: 2008-11-04 14:28:08 +00:00