]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/FirmwareContentsSigned.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Guid / FirmwareContentsSigned.h
CommitLineData
82ea59a0
SQ
1/** @file\r
2 GUID is used to define the signed section.\r
3\r
9095d37b 4 Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
82ea59a0
SQ
6\r
7 @par Revision Reference:\r
8 GUID introduced in PI Version 1.2.1.\r
9\r
10**/\r
11\r
12#ifndef __FIRMWARE_CONTENTS_SIGNED_GUID_H__\r
13#define __FIRMWARE_CONTENTS_SIGNED_GUID_H__\r
14\r
15#define EFI_FIRMWARE_CONTENTS_SIGNED_GUID \\r
16 { 0xf9d89e8, 0x9259, 0x4f76, {0xa5, 0xaf, 0xc, 0x89, 0xe3, 0x40, 0x23, 0xdf } }\r
17\r
18extern EFI_GUID gEfiFirmwareContentsSignedGuid;\r
19\r
20#endif\r