summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/UefiHiiLib
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Fix K8 issues in HiiDataBaselgao41-14/+45
2009-05-18Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...lgao41-373/+14
2009-05-14Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao41-8/+18
2009-05-141. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao43-97/+1403
2009-05-04Fix a bug in UefiHiiLib. The size for allocating a buffer is StrSize instead ...rsun31-1/+1
2009-04-30HiiLib exports HiiCreateRawOpCode APIlgao41-2/+2
2009-04-30update to pass GCC build as we replace VA_START with __builtin_va_starteric_tian1-2/+2
2009-04-27Update HiiGetBrowserData APIlgao41-70/+28
2009-04-20Enhance HiiGetBrowserData API to support the case that storage element is 0.lgao41-0/+9
2009-04-17Update HiiLib to copy all IfrOpcode, not Opcode by Opcode.lgao41-17/+17
2009-04-17Retire HiiLibGetNextLanguage() API from HII Library class.rsun31-42/+0
2009-04-17Fix Insert opcode error.lgao41-6/+8
2009-04-16Retire language conversion APIs from HII library class.rsun31-273/+0
2009-04-14HII Library Class interface refine.rsun34-923/+549
2009-04-13Fix Bug to convert low Hex string to handle L'A' - L'F'lgao41-10/+12
2009-04-13Fix ICC compiler error.lgao41-8/+15
2009-04-13Merge new defined HII library APIs into HiiLib lgao41-9/+9
2009-04-13Update UefiHiiLib to support new defined IFR related HII APIs.lgao45-81/+2287
2009-03-27Fix a minor issue to ensure the converted RFC 3066 language is NULL-terminated.qhuang81-1/+6
2009-03-27Apply GetBestLanguage() API in UEFI to display HII string.qhuang82-92/+68
2009-03-17ISO_639_2_ENTRY_SIZE has been made local.jji41-0/+4
2009-02-031) Clean up the INF and add in comment to describe the surface area of modulesqwang121-4/+4
2009-01-21K8:qwang121-5/+4
2009-01-20K8:qwang121-12/+11
2008-12-17Fix some typo.gikidy1-3/+3
2008-12-12INF head modifiedjji41-3/+5
2008-12-05Add in an ASSERT to check the return of HiiLibGetSupportedLanguages. This fun...qwang121-0/+1
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-2/+1
2008-11-27Add GetCurrentLanguage() to HiiLib in MdeModulePkgqhuang83-0/+59
2008-11-13Add UefiHiiLib & UefiIfrSupportLib. They are from MdePkg.qhuang85-0/+1619