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:
@@ -151,7 +151,7 @@ Returns:
|
||||
//
|
||||
// Publish our HII data
|
||||
//
|
||||
PackageList = PreparePackageList (2, &mBootManagerGuid, BootManagerVfrBin, BdsStrings);
|
||||
PackageList = HiiLibPreparePackageList (2, &mBootManagerGuid, BootManagerVfrBin, BdsStrings);
|
||||
ASSERT (PackageList != NULL);
|
||||
|
||||
Status = gHiiDatabase->NewPackageList (
|
||||
@@ -246,7 +246,7 @@ Returns:
|
||||
continue;
|
||||
}
|
||||
|
||||
IfrLibNewString (HiiHandle, &Token, Option->Description);
|
||||
HiiLibNewString (HiiHandle, &Token, Option->Description);
|
||||
|
||||
TempStr = DevicePathToStr (Option->DevicePath);
|
||||
TempSize = StrSize (TempStr);
|
||||
@@ -254,7 +254,7 @@ Returns:
|
||||
StrCat (HelpString, L"Device Path : ");
|
||||
StrCat (HelpString, TempStr);
|
||||
|
||||
IfrLibNewString (HiiHandle, &HelpToken, HelpString);
|
||||
HiiLibNewString (HiiHandle, &HelpToken, HelpString);
|
||||
|
||||
CreateActionOpCode (
|
||||
mKeyInput,
|
||||
|
Reference in New Issue
Block a user