]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Include/Guid/SecureBootConfigHii.h
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Include / Guid / SecureBootConfigHii.h
CommitLineData
beda2356 1/** @file\r
b3548d32
LG
2 GUIDs used as HII FormSet and HII Package list GUID in SecureBootConfigDxe driver.\r
3\r
4Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 5SPDX-License-Identifier: BSD-2-Clause-Patent\r
beda2356 6\r
7**/\r
8\r
9#ifndef __SECUREBOOT_CONFIG_HII_GUID_H__\r
10#define __SECUREBOOT_CONFIG_HII_GUID_H__\r
11\r
12#define SECUREBOOT_CONFIG_FORM_SET_GUID \\r
13 { \\r
14 0x5daf50a5, 0xea81, 0x4de2, {0x8f, 0x9b, 0xca, 0xbd, 0xa9, 0xcf, 0x5c, 0x14} \\r
15 }\r
16\r
17\r
18extern EFI_GUID gSecureBootConfigFormSetGuid;\r
19\r
20#endif\r