iPXE
HiiFormMapMethodGuid.h
Go to the documentation of this file.
1/** @file
2 Guid used to identify HII FormMap configuration method.
3
4 Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 @par Revision Reference:
8 GUID defined in UEFI 2.2 spec.
9**/
10
11#ifndef __EFI_HII_FORMMAP_GUID_H__
12#define __EFI_HII_FORMMAP_GUID_H__
13
14FILE_LICENCE ( BSD2_PATENT );
15FILE_SECBOOT ( PERMITTED );
16
17#define EFI_HII_STANDARD_FORM_GUID \
18 { 0x3bd2f4ec, 0xe524, 0x46e4, { 0xa9, 0xd8, 0x51, 0x1, 0x17, 0x42, 0x55, 0x62 } }
19
21
22#endif
EFI_GUID gEfiHiiStandardFormGuid
GUID EFI_GUID
128-bit buffer containing a unique identifier value.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
Definition compiler.h:896
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
Definition compiler.h:926