]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Include/Guid/SecureBootConfigHii.h
SecurityPkg: Clean up source files
[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
5This program and the accompanying materials are licensed and made available under\r
6the terms and conditions of the BSD License that accompanies this distribution.\r
beda2356 7The full text of the license may be found at\r
b3548d32 8http://opensource.org/licenses/bsd-license.php.\r
beda2356 9\r
b3548d32 10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
beda2356 11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __SECUREBOOT_CONFIG_HII_GUID_H__\r
16#define __SECUREBOOT_CONFIG_HII_GUID_H__\r
17\r
18#define SECUREBOOT_CONFIG_FORM_SET_GUID \\r
19 { \\r
20 0x5daf50a5, 0xea81, 0x4de2, {0x8f, 0x9b, 0xca, 0xbd, 0xa9, 0xcf, 0x5c, 0x14} \\r
21 }\r
22\r
23\r
24extern EFI_GUID gSecureBootConfigFormSetGuid;\r
25\r
26#endif\r