audk/MdeModulePkg/Universal/HiiDatabaseDxe
qwang12 8d00a0f195 Sync in bug fix from EDK I:
1) issue with setup browser and IFR refresh opcode
2) [HII]HIIConfigRoutingExportConfig generate error format of <MultiConfigAltResp>
3) [HII] ConfigRouting->ExtractConfig() will cause overflow
4) [Hii Database] EFI_HII_DATABASE_NOTIFY should be invoked when a string package is created internally when a new String Token is created
5) [PT]HIIConfigAccessProtocolTest fail on NT32uefi
6) Incorrect HII package types in EDK

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6378 6f19259b-4bc3-4df7-8a09-765794883524
2008-11-04 14:28:08 +00:00
..
ConfigRouting.c Sync in bug fix from EDK I: 2008-11-04 14:28:08 +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