]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Include/Guid/SecureBootConfigHii.h
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Include / Guid / SecureBootConfigHii.h
1 /** @file
2 GUIDs used as HII FormSet and HII Package list GUID in SecureBootConfigDxe 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 __SECUREBOOT_CONFIG_HII_GUID_H__
10 #define __SECUREBOOT_CONFIG_HII_GUID_H__
11
12 #define SECUREBOOT_CONFIG_FORM_SET_GUID \
13 { \
14 0x5daf50a5, 0xea81, 0x4de2, {0x8f, 0x9b, 0xca, 0xbd, 0xa9, 0xcf, 0x5c, 0x14} \
15 }
16
17
18 extern EFI_GUID gSecureBootConfigFormSetGuid;
19
20 #endif