]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Include/Guid/MeasuredFvHob.h
SecurityPkg: Tcg2Dxe: Log Startup Locality Event
[mirror_edk2.git] / SecurityPkg / Include / Guid / MeasuredFvHob.h
CommitLineData
2aadc920 1/** @file\r
0758c830 2 Defines the HOB GUID used to pass all PEI measured FV info to \r
2aadc920 3 DXE Driver.\r
4 \r
5Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>\r
6This program and the accompanying materials \r
7are licensed and made available under the terms and conditions of the BSD License \r
8which accompanies this distribution. The full text of the license may be found at \r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
0758c830 16#ifndef _MEASURED_FV_HOB_H_\r
17#define _MEASURED_FV_HOB_H_\r
18\r
19#include <IndustryStandard/UefiTcgPlatform.h>\r
2aadc920 20\r
21///\r
0758c830 22/// The Global ID of a GUIDed HOB used to pass all PEI measured FV info to DXE Driver.\r
2aadc920 23///\r
0758c830 24#define EFI_MEASURED_FV_HOB_GUID \\r
2aadc920 25 { \\r
26 0xb2360b42, 0x7173, 0x420a, { 0x86, 0x96, 0x46, 0xca, 0x6b, 0xab, 0x10, 0x60 } \\r
27 }\r
28\r
0758c830 29extern EFI_GUID gMeasuredFvHobGuid;\r
30\r
31typedef struct {\r
32 UINT32 Num;\r
33 EFI_PLATFORM_FIRMWARE_BLOB MeasuredFvBuf[1];\r
34} MEASURED_HOB_DATA;\r
2aadc920 35\r
36#endif\r