summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Include/Guid/CcEventHob.h
blob: 072999ce92de5939997ff3deb50de41e0ecaea06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/** @file
  Defines the HOB GUID used to pass a CC_EVENT from SEC to
  a CC DXE Driver. A GUIDed HOB is generated for each measurement
  made in the SEC Phase.

Copyright (c) 2021 - 2022, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent

**/

#ifndef CC_EVENT_HOB_H_
#define CC_EVENT_HOB_H_

//
// The Global ID of a GUIDed HOB used to pass a CC_EVENT from SEC to a CC DXE Driver.
//
#define EFI_CC_EVENT_HOB_GUID \
  { 0x20f8fd36, 0x6d00, 0x40fb, { 0xb7, 0x04, 0xd1, 0x2c, 0x15, 0x3c, 0x62, 0xeb } }

extern EFI_GUID  gCcEventEntryHobGuid;

#endif