1) Fix a bug. Before this fix, a Module that calling UEFI HII Interface to get the String Information will fail to locate the Package List based on a Package GUID if a required String Pack is registered using Framework HII NewPack instance.
2) Correct a few other minor issues. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5185 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -95,6 +95,7 @@ typedef struct {
|
||||
UINT32 Signature;
|
||||
FRAMEWORK_EFI_HII_HANDLE FrameworkHiiHandle;
|
||||
EFI_HII_HANDLE UefiHiiHandle;
|
||||
EFI_HANDLE UefiHiiDriverHandle;
|
||||
|
||||
BOOLEAN IsPackageListWithOnlyStringPackages;
|
||||
//
|
||||
@@ -151,6 +152,7 @@ extern CONST EFI_HII_STRING_PROTOCOL *mHiiStringProtocol;
|
||||
extern CONST EFI_HII_CONFIG_ROUTING_PROTOCOL *mHiiConfigRoutingProtocol;
|
||||
|
||||
extern BOOLEAN mInFrameworkHiiNewPack;
|
||||
extern BOOLEAN mInFrameworkHiiRemovePack;
|
||||
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user