blob: 1748da8f56016c4bcca3a1943cc72e5462a254af [file] [log] [blame]
Subrata Banik20fe24b2021-12-09 02:46:38 +05301/** @file
2 GUID is used to define the signed section.
3
4 Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 @par Revision Reference:
8 GUID introduced in PI Version 1.2.1.
9
10**/
11
12#ifndef __FIRMWARE_CONTENTS_SIGNED_GUID_H__
13#define __FIRMWARE_CONTENTS_SIGNED_GUID_H__
14
15#define EFI_FIRMWARE_CONTENTS_SIGNED_GUID \
16 { 0xf9d89e8, 0x9259, 0x4f76, {0xa5, 0xaf, 0xc, 0x89, 0xe3, 0x40, 0x23, 0xdf } }
17
18extern EFI_GUID gEfiFirmwareContentsSignedGuid;
19
20#endif