mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
MdePkg: Add new HII action type EFI_BROWSER_ACTION_SUBMITTED
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>
This commit is contained in:
parent
2570575276
commit
426982abc9
@ -5,7 +5,7 @@
|
|||||||
This protocol is published by drivers providing and requesting
|
This protocol is published by drivers providing and requesting
|
||||||
configuration data from HII. It may only be invoked by HII.
|
configuration data from HII. It may only be invoked by HII.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials are licensed and made available under
|
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 terms and conditions of the BSD License that accompanies this distribution.
|
||||||
The full text of the license may be found at
|
The full text of the license may be found at
|
||||||
@ -34,6 +34,7 @@ typedef UINTN EFI_BROWSER_ACTION;
|
|||||||
#define EFI_BROWSER_ACTION_RETRIEVE 2
|
#define EFI_BROWSER_ACTION_RETRIEVE 2
|
||||||
#define EFI_BROWSER_ACTION_FORM_OPEN 3
|
#define EFI_BROWSER_ACTION_FORM_OPEN 3
|
||||||
#define EFI_BROWSER_ACTION_FORM_CLOSE 4
|
#define EFI_BROWSER_ACTION_FORM_CLOSE 4
|
||||||
|
#define EFI_BROWSER_ACTION_SUBMITTED 5
|
||||||
#define EFI_BROWSER_ACTION_DEFAULT_STANDARD 0x1000
|
#define EFI_BROWSER_ACTION_DEFAULT_STANDARD 0x1000
|
||||||
#define EFI_BROWSER_ACTION_DEFAULT_MANUFACTURING 0x1001
|
#define EFI_BROWSER_ACTION_DEFAULT_MANUFACTURING 0x1001
|
||||||
#define EFI_BROWSER_ACTION_DEFAULT_SAFE 0x1002
|
#define EFI_BROWSER_ACTION_DEFAULT_SAFE 0x1002
|
||||||
|
Loading…
x
Reference in New Issue
Block a user