Provides security service for TPM 1.2 measured boot
This library instance hooks LoadImage() API to measure every image that
is not measured in PEI phase. And, it will also measure GPT partition.
Caution: This module requires additional review when modified.
This library will have external input - PE/COFF image and GPT partition.
This external input must be validated carefully to avoid security issues such
as buffer overflow or integer overflow.
Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Version of INF file specification | 0x00010005 |
Module Guid | 6C60C7D0-922A-4b7c-87D7-E503EDD73BBF |
Module Type | DXE_DRIVER |
Module Version | 1.0 |
Produced Library Class | NULL |
Supported Module Types | DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER |
Library Constructor Function | DxeTpmMeasureBootLibConstructor |
Name | Package |
gEfiTcgProtocolGuid | MdePkg |
gEfiFirmwareVolumeBlockProtocolGuid | MdePkg |
gEfiBlockIoProtocolGuid | MdePkg |
gEfiDiskIoProtocolGuid | MdePkg |
Name | Package |
gMeasuredFvHobGuid | SecurityPkg |
gZeroGuid | MdeModulePkg |
Name | Type | Package | Header File |
NULL | Produce | NULL | NULL |
BaseMemoryLib | Consume | MdePkg | MdePkg/Include/Library/BaseMemoryLib.h |
DebugLib | Consume | MdePkg | MdePkg/Include/Library/DebugLib.h |
MemoryAllocationLib | Consume | MdePkg | MdePkg/Include/Library/MemoryAllocationLib.h |
DevicePathLib | Consume | MdePkg | MdePkg/Include/Library/DevicePathLib.h |
UefiBootServicesTableLib | Consume | MdePkg | MdePkg/Include/Library/UefiBootServicesTableLib.h |
BaseCryptLib | Consume | CryptoPkg | CryptoPkg/Include/Library/BaseCryptLib.h |
PeCoffLib | Consume | MdePkg | MdePkg/Include/Library/PeCoffLib.h |
BaseLib | Consume | MdePkg | MdePkg/Include/Library/BaseLib.h |
SecurityManagementLib | Consume | MdeModulePkg | MdeModulePkg/Include/Library/SecurityManagementLib.h |
HobLib | Consume | MdePkg | MdePkg/Include/Library/HobLib.h |