]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Include/Guid/TcgConfigHii.h
SecurityPkg: Fix spelling errors
[mirror_edk2.git] / SecurityPkg / Include / Guid / TcgConfigHii.h
1 /** @file
2 GUIDs used as HII FormSet and HII Package list GUID in TcgConfig driver.
3
4 Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef __TCG_CONFIG_HII_GUID_H__
10 #define __TCG_CONFIG_HII_GUID_H__
11
12 #define TCG_CONFIG_FORM_SET_GUID \
13 { \
14 0xb0f901e4, 0xc424, 0x45de, {0x90, 0x81, 0x95, 0xe2, 0xb, 0xde, 0x6f, 0xb5 } \
15 }
16
17 extern EFI_GUID gTcgConfigFormSetGuid;
18
19 #endif