summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/UefiHiiLib
Commit message (Expand)AuthorAgeFilesLines
* EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple pa...rsun32009-11-201-17/+6
* Change the behavior of the HII Library function HiiGetHiiHandles() when the P...rsun32009-11-051-14/+19
* Correct the typo in comments.lgao42009-10-301-2/+2
* Fix the incorrect check for IFR OnfOf opcode.lgao42009-10-131-1/+1
* Fix K8 issues in HiiDataBaselgao42009-05-181-14/+45
* Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...lgao42009-05-181-373/+14
* Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao42009-05-141-8/+18
* 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao42009-05-143-97/+1403
* Fix a bug in UefiHiiLib. The size for allocating a buffer is StrSize instead ...rsun32009-05-041-1/+1
* HiiLib exports HiiCreateRawOpCode APIlgao42009-04-301-2/+2
* update to pass GCC build as we replace VA_START with __builtin_va_starteric_tian2009-04-301-2/+2
* Update HiiGetBrowserData APIlgao42009-04-271-70/+28
* Enhance HiiGetBrowserData API to support the case that storage element is 0.lgao42009-04-201-0/+9
* Update HiiLib to copy all IfrOpcode, not Opcode by Opcode.lgao42009-04-171-17/+17
* Retire HiiLibGetNextLanguage() API from HII Library class.rsun32009-04-171-42/+0
* Fix Insert opcode error.lgao42009-04-171-6/+8
* Retire language conversion APIs from HII library class.rsun32009-04-161-273/+0
* HII Library Class interface refine.rsun32009-04-144-923/+549
* Fix Bug to convert low Hex string to handle L'A' - L'F'lgao42009-04-131-10/+12
* Fix ICC compiler error.lgao42009-04-131-8/+15
* Merge new defined HII library APIs into HiiLib lgao42009-04-131-9/+9
* Update UefiHiiLib to support new defined IFR related HII APIs.lgao42009-04-135-81/+2287
* Fix a minor issue to ensure the converted RFC 3066 language is NULL-terminated.qhuang82009-03-271-1/+6
* Apply GetBestLanguage() API in UEFI to display HII string.qhuang82009-03-272-92/+68
* ISO_639_2_ENTRY_SIZE has been made local.jji42009-03-171-0/+4
* 1) Clean up the INF and add in comment to describe the surface area of modulesqwang122009-02-031-4/+4
* K8:qwang122009-01-211-5/+4
* K8:qwang122009-01-201-12/+11
* Fix some typo.gikidy2008-12-171-3/+3
* INF head modifiedjji42008-12-121-3/+5
* Add in an ASSERT to check the return of HiiLibGetSupportedLanguages. This fun...qwang122008-12-051-0/+1
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-031-2/+1
* Add GetCurrentLanguage() to HiiLib in MdeModulePkgqhuang82008-11-273-0/+59
* Add UefiHiiLib & UefiIfrSupportLib. They are from MdePkg.qhuang82008-11-135-0/+1619