summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/MdeModuleHii.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Include/MdeModuleHii.h')
-rw-r--r--MdeModulePkg/Include/MdeModuleHii.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/MdeModulePkg/Include/MdeModuleHii.h b/MdeModulePkg/Include/MdeModuleHii.h
index e0f1e77841..251d3ceaa8 100644
--- a/MdeModulePkg/Include/MdeModuleHii.h
+++ b/MdeModulePkg/Include/MdeModuleHii.h
@@ -57,6 +57,7 @@ typedef struct {
#define EFI_IFR_EXTEND_OP_TIMEOUT 0x2
#define EFI_IFR_EXTEND_OP_CLASS 0x3
#define EFI_IFR_EXTEND_OP_SUBCLASS 0x4
+#define EFI_IFR_EXTEND_OP_OPTIONKEY 0x5
typedef struct _EFI_IFR_GUID_LABEL {
EFI_IFR_OP_HEADER Header;
@@ -112,6 +113,18 @@ typedef struct _EFI_IFR_GUID_SUBCLASS {
UINT16 SubClass;
} EFI_IFR_GUID_SUBCLASS;
+//
+// Store the framework vfr option key value
+//
+typedef struct _EFI_IFR_GUID_OPTIONKEY {
+ EFI_IFR_OP_HEADER Header;
+ EFI_GUID Guid;
+ UINT8 ExtendOpCode;
+ EFI_QUESTION_ID QuestionId;
+ EFI_IFR_TYPE_VALUE OptionValue;
+ EFI_QUESTION_ID KeyValue;
+} EFI_IFR_GUID_OPTIONKEY;
+
#pragma pack()
#endif