1) Cleanup HiiLib, IfrSupportLib.
2) Add ExtendedHiiLib and ExtendedIfrSupportLib which implement APIs that require the OPcode and Device Path which is specific to Intel's implementation. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4662 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -688,7 +688,7 @@ Returns:
|
||||
UnicodeValueToString (RowString, 0, Row, 0);
|
||||
StrCat (ModeString, RowString);
|
||||
|
||||
IfrLibNewString (CallbackData->BmmHiiHandle, &ModeToken[Index], ModeString);
|
||||
HiiLibNewString (CallbackData->BmmHiiHandle, &ModeToken[Index], ModeString);
|
||||
|
||||
IfrOptionList[Index].StringToken = ModeToken[Index];
|
||||
IfrOptionList[Index].Value.u16 = (UINT16) Mode;
|
||||
@@ -1142,11 +1142,11 @@ UpdateSetLegacyDeviceOrderPage (
|
||||
//
|
||||
UnicodeSPrint (String, sizeof (String), TypeStr, Index);
|
||||
StrRef = 0;
|
||||
IfrLibNewString (CallbackData->BmmHiiHandle, &StrRef, String);
|
||||
HiiLibNewString (CallbackData->BmmHiiHandle, &StrRef, String);
|
||||
|
||||
UnicodeSPrint (String, sizeof (String), TypeStrHelp, Index);
|
||||
StrRefHelp = 0;
|
||||
IfrLibNewString (CallbackData->BmmHiiHandle, &StrRefHelp, String);
|
||||
HiiLibNewString (CallbackData->BmmHiiHandle, &StrRefHelp, String);
|
||||
|
||||
CreateOneOfOpCode (
|
||||
(EFI_QUESTION_ID) (Key + Index),
|
||||
|
Reference in New Issue
Block a user