When need to find varstore in the storage list, based on the extra HiiHandle to find the storage.
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14895 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -136,6 +136,9 @@ typedef struct {
|
||||
|
||||
UINT8 Type; // Storage type
|
||||
|
||||
BOOLEAN Initialized; // Whether this varstore is initialized, efi varstore not used.
|
||||
|
||||
EFI_HII_HANDLE HiiHandle; // HiiHandle for this varstore, efi varstore not used.
|
||||
EFI_GUID Guid;
|
||||
|
||||
CHAR16 *Name; // For EFI_IFR_VARSTORE
|
||||
|
Reference in New Issue
Block a user