mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 15:44:04 +02:00
Add the filed FormValue to Framework's EFI_HII_UPDATE_DATA. This change keeps the definition of EFI_HII_UPDATE_DATA to be the same between EdkCompatibilityPkg and EDK II's IntelFrameworkPkg. HII 0.92 has this definition the field.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5083 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
99a83b4c44
commit
6d9a6cf062
@ -169,6 +169,7 @@ typedef struct {
|
|||||||
BOOLEAN FormSetUpdate; // If TRUE, next variable is significant
|
BOOLEAN FormSetUpdate; // If TRUE, next variable is significant
|
||||||
EFI_PHYSICAL_ADDRESS FormCallbackHandle; // If not 0, will update Formset with this info
|
EFI_PHYSICAL_ADDRESS FormCallbackHandle; // If not 0, will update Formset with this info
|
||||||
BOOLEAN FormUpdate; // If TRUE, next variable is significant
|
BOOLEAN FormUpdate; // If TRUE, next variable is significant
|
||||||
|
UINT16 FormValue; // specify which form is to be updated if FormUpdate value is TRUE.
|
||||||
STRING_REF FormTitle; // If not 0, will update Form with this info
|
STRING_REF FormTitle; // If not 0, will update Form with this info
|
||||||
UINT16 DataCount; // The number of Data entries in this structure
|
UINT16 DataCount; // The number of Data entries in this structure
|
||||||
UINT8 *Data; // An array of 1+ op-codes, specified by DataCount
|
UINT8 *Data; // An array of 1+ op-codes, specified by DataCount
|
||||||
|
Loading…
x
Reference in New Issue
Block a user