audk/MdePkg/Include
qwang12 f8d18bada5 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).
By moving HiiLibGetCurrentLanguage to UefiLib, library constructor (depex) can be added back to HiiLib to make sure the execution order is correct.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5938 6f19259b-4bc3-4df7-8a09-765794883524
2008-09-21 08:50:52 +00:00
..
Ebc Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // 2008-08-14 02:53:43 +00:00
Guid Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // 2008-08-14 02:54:46 +00:00
Ia32 edk2/MdePkg/Include/Ia32/ProcessorBind.h: 2008-09-03 21:07:42 +00:00
IndustryStandard MdePkg/Include/Uefi/UefiTcgPlatform.h: 2008-09-16 16:53:12 +00:00
Ipf edk2/MdePkg/Include/x64/ProcessorBind.h: 2008-09-03 23:20:24 +00:00
Library 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:50:52 +00:00
Pi fixed typo. 2008-09-09 03:19:37 +00:00
Ppi Make prototype of EFI_PEI_STALL comply with PI spec. 2008-09-05 05:10:54 +00:00
Protocol MdePkg/Include/Uefi/UefiTcgPlatform.h: 2008-09-16 16:53:12 +00:00
Uefi MdePkg/Include/Uefi/UefiTcgPlatform.h: 2008-09-16 16:53:12 +00:00
X64 Changed x64 into X64. 2008-09-04 06:20:32 +00:00
Base.h 1. Add new macro: ALIGN_VALUE to round up a value to the next boundary of a given alignment. 2008-09-10 16:00:20 +00:00
PiDxe.h Update the comments of PiDxe.h, PiPei.h and Uefi.h. 2007-08-22 08:45:48 +00:00
PiPei.h Move the EFI_PEI_STARTUP_DESCRIPTOR into IntelFrameworkPkg. 2007-10-16 02:48:00 +00:00
Uefi.h Update the comments of PiDxe.h, PiPei.h and Uefi.h. 2007-08-22 08:45:48 +00:00