]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Add new HII action type EFI_BROWSER_ACTION_SUBMITTED
authorDandan Bi <dandan.bi@intel.com>
Tue, 23 Feb 2016 02:46:44 +0000 (10:46 +0800)
committerFeng Tian <feng.tian@intel.com>
Thu, 25 Feb 2016 06:42:23 +0000 (14:42 +0800)
Base on the UEFI2.6, Add the new HII action type
EFI_BROWSER_ACTION_SUBMITTED to notify HII driver
when its question values are submitted.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Protocol/HiiConfigAccess.h

index ec8f694521791c5f438188965d1c33b85abcb3aa..6cd28e569bab6b82f30091fd8e043a0accbc3190 100644 (file)
@@ -5,7 +5,7 @@
   This protocol is published by drivers providing and requesting \r
   configuration data from HII. It may only be invoked by HII.\r
   \r
-Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -34,6 +34,7 @@ typedef UINTN EFI_BROWSER_ACTION;
 #define EFI_BROWSER_ACTION_RETRIEVE   2\r
 #define EFI_BROWSER_ACTION_FORM_OPEN  3\r
 #define EFI_BROWSER_ACTION_FORM_CLOSE 4\r
+#define EFI_BROWSER_ACTION_SUBMITTED  5\r
 #define EFI_BROWSER_ACTION_DEFAULT_STANDARD      0x1000\r
 #define EFI_BROWSER_ACTION_DEFAULT_MANUFACTURING 0x1001\r
 #define EFI_BROWSER_ACTION_DEFAULT_SAFE          0x1002\r