]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/HiiFormMapMethodGuid.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Guid / HiiFormMapMethodGuid.h
CommitLineData
0cd118f7
LG
1/** @file\r
2 Guid used to identify HII FormMap configuration method.\r
3\r
9095d37b
LG
4 Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
0cd118f7 9\r
9095d37b
LG
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
0cd118f7
LG
12\r
13 @par Revision Reference:\r
14 GUID defined in UEFI 2.2 spec.\r
15**/\r
16\r
17#ifndef __EFI_HII_FORMMAP_GUID_H__\r
18#define __EFI_HII_FORMMAP_GUID_H__\r
19\r
20#define EFI_HII_STANDARD_FORM_GUID \\r
21 { 0x3bd2f4ec, 0xe524, 0x46e4, { 0xa9, 0xd8, 0x51, 0x1, 0x17, 0x42, 0x55, 0x62 } }\r
22\r
23extern EFI_GUID gEfiHiiStandardFormGuid;\r
24\r
25#endif\r