From f02d0c0fe9057be143dc5054e90c53d44c4b2edd Mon Sep 17 00:00:00 2001 From: lgao4 Date: Mon, 28 Jul 2008 05:51:09 +0000 Subject: Add comments to MdeModulePkg.dec, Correct minor comments for other files and Add new guided IFR opcode to framework option key value. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5581 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Library/NetLib.h | 2 +- MdeModulePkg/Include/MdeModuleHii.h | 13 +++++++++++++ MdeModulePkg/Include/Protocol/DiskInfo.h | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg/Include') diff --git a/MdeModulePkg/Include/Library/NetLib.h b/MdeModulePkg/Include/Library/NetLib.h index c9715012a7..7cf89a0113 100644 --- a/MdeModulePkg/Include/Library/NetLib.h +++ b/MdeModulePkg/Include/Library/NetLib.h @@ -1,5 +1,5 @@ /** @file - This library provides basic functiosn for UEFI network stack. + This library provides basic function for UEFI network stack. Copyright (c) 2005 - 2008, Intel Corporation All rights reserved. This program and the accompanying materials 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 diff --git a/MdeModulePkg/Include/Protocol/DiskInfo.h b/MdeModulePkg/Include/Protocol/DiskInfo.h index fedbb214b2..d36a1c7b03 100644 --- a/MdeModulePkg/Include/Protocol/DiskInfo.h +++ b/MdeModulePkg/Include/Protocol/DiskInfo.h @@ -123,7 +123,7 @@ EFI_STATUS // // GUIDs for EFI_DISK_INFO_PROTOCOL.Interface. Defines the format of the -// buffers returned by member functions +// buffers returned by member functions. // #define EFI_DISK_INFO_IDE_INTERFACE_GUID \ { \ -- cgit v1.2.3