]>
Commit | Line | Data |
---|---|---|
0cd118f7 LG |
1 | /** @file\r |
2 | Guid used to identify HII FormMap configuration method.\r | |
3 | \r | |
4 | Copyright (c) 2009, Intel Corporation \r | |
5 | All rights reserved. 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 | |
9 | \r | |
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 | |
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 | |
23 | extern EFI_GUID gEfiHiiStandardFormGuid;\r | |
24 | \r | |
25 | #endif\r |