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:
@@ -63,7 +63,7 @@ Returns:
|
||||
return Status;
|
||||
}
|
||||
|
||||
PackageList = PreparePackageList (1, &mBdsStringPackGuid, &BdsStrings);
|
||||
PackageList = HiiLibPreparePackageList (1, &mBdsStringPackGuid, &BdsStrings);
|
||||
ASSERT (PackageList != NULL);
|
||||
|
||||
Status = gHiiDatabase->NewPackageList (
|
||||
@@ -98,7 +98,7 @@ Returns:
|
||||
CHAR16 *String;
|
||||
|
||||
String = NULL;
|
||||
GetStringFromHandle (gStringPackHandle, Id, &String);
|
||||
HiiLibGetStringFromHandle (gStringPackHandle, Id, &String);
|
||||
|
||||
return String;
|
||||
}
|
||||
|
Reference in New Issue
Block a user