]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Include/Guid/Tcg2ConfigHii.h
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Include / Guid / Tcg2ConfigHii.h
1 /** @file
2 GUIDs used as HII FormSet and HII Package list GUID in Tcg2Config driver.
3
4 Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef __TCG2_CONFIG_HII_GUID_H__
10 #define __TCG2_CONFIG_HII_GUID_H__
11
12 #define TCG2_CONFIG_FORM_SET_GUID \
13 { \
14 0x6339d487, 0x26ba, 0x424b, { 0x9a, 0x5d, 0x68, 0x7e, 0x25, 0xd7, 0x40, 0xbc } \
15 }
16
17 extern EFI_GUID gTcg2ConfigFormSetGuid;
18
19 #endif