Revision: 17515
          http://sourceforge.net/p/edk2/code/17515
Author:   ydong10
Date:     2015-05-27 02:27:40 +0000 (Wed, 27 May 2015)
Log Message:
-----------
MdePkg: Add reconnect definition in action request type and question attribute.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/Protocol/FormBrowser2.h
    trunk/edk2/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h

Modified: trunk/edk2/MdePkg/Include/Protocol/FormBrowser2.h
===================================================================
--- trunk/edk2/MdePkg/Include/Protocol/FormBrowser2.h   2015-05-27 02:25:48 UTC 
(rev 17514)
+++ trunk/edk2/MdePkg/Include/Protocol/FormBrowser2.h   2015-05-27 02:27:40 UTC 
(rev 17515)
@@ -4,7 +4,7 @@
   The EFI_FORM_BROWSER2_PROTOCOL is the interface to call for drivers to 
   leverage the EFI configuration driver interface.
   
-Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials are licensed and made available 
under 
 the terms and conditions of the BSD License that accompanies this 
distribution.  
 The full text of the license may be found at
@@ -63,6 +63,7 @@
 #define EFI_BROWSER_ACTION_REQUEST_FORM_DISCARD_EXIT 5
 #define EFI_BROWSER_ACTION_REQUEST_FORM_APPLY        6
 #define EFI_BROWSER_ACTION_REQUEST_FORM_DISCARD      7
+#define EFI_BROWSER_ACTION_REQUEST_RECONNECT         8
 
 
 /**

Modified: trunk/edk2/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
===================================================================
--- trunk/edk2/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h     
2015-05-27 02:25:48 UTC (rev 17514)
+++ trunk/edk2/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h     
2015-05-27 02:27:40 UTC (rev 17515)
@@ -3,7 +3,7 @@
   IFR is primarily consumed by the EFI presentation engine, and produced by EFI
   internal application and drivers as well as all add-in card option-ROM 
drivers
 
-Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials are licensed and made available 
under 
 the terms and conditions of the BSD License that accompanies this 
distribution.  
 The full text of the license may be found at
@@ -812,10 +812,11 @@
 //
 // Flag values of EFI_IFR_QUESTION_HEADER
 //
-#define EFI_IFR_FLAG_READ_ONLY         0x01
-#define EFI_IFR_FLAG_CALLBACK          0x04
-#define EFI_IFR_FLAG_RESET_REQUIRED    0x10
-#define EFI_IFR_FLAG_OPTIONS_ONLY      0x80
+#define EFI_IFR_FLAG_READ_ONLY          0x01
+#define EFI_IFR_FLAG_CALLBACK           0x04
+#define EFI_IFR_FLAG_RESET_REQUIRED     0x10
+#define EFI_IFR_FLAG_RECONNECT_REQUIRED 0x40
+#define EFI_IFR_FLAG_OPTIONS_ONLY       0x80
 
 //
 // Definition for Opcode Reference


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to