X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FDxeTpmMeasureBootLib%2FDxeTpmMeasureBootLib.inf;h=a2c5847747713f91b515bab988af6bea2d56662e;hp=8552c1299665038b5334cebe81a9826f18afde58;hb=b3548d32ddb553a9e95503457c66d11462622d16;hpb=863986b3c8e67736d361b68e293d01e6f92f825c diff --git a/SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf b/SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf index 8552c12996..a2c5847747 100644 --- a/SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf +++ b/SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf @@ -1,12 +1,15 @@ ## @file -# The library instance provides security service of TPM measure boot. +# 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 issue like -# buffer overflow, integer overflow. +# This external input must be validated carefully to avoid security issues such +# as buffer overflow or integer overflow. # -# Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2018, 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 @@ -19,10 +22,11 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeTpmMeasureBootLib + MODULE_UNI_FILE = DxeTpmMeasureBootLib.uni FILE_GUID = 6C60C7D0-922A-4b7c-87D7-E503EDD73BBF MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = NULL|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER + LIBRARY_CLASS = NULL|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER CONSTRUCTOR = DxeTpmMeasureBootLibConstructor # @@ -53,11 +57,11 @@ HobLib [Guids] - gMeasuredFvHobGuid + gMeasuredFvHobGuid ## SOMETIMES_CONSUMES ## HOB [Protocols] - gEfiTcgProtocolGuid ## CONSUMES - gEfiFirmwareVolumeBlockProtocolGuid ## CONSUMES - gEfiBlockIoProtocolGuid ## CONSUMES - gEfiDiskIoProtocolGuid ## CONSUMES + gEfiTcgProtocolGuid ## SOMETIMES_CONSUMES + gEfiFirmwareVolumeBlockProtocolGuid ## SOMETIMES_CONSUMES + gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES + gEfiDiskIoProtocolGuid ## SOMETIMES_CONSUMES