]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
Modify UDP and IP to transmit on all network adapters instead of just the first netwo...
[mirror_edk2.git] / SecurityPkg / Library / DxeTpmMeasureBootLib / DxeTpmMeasureBootLib.inf
CommitLineData
0c18794e 1## @file\r
2# The library instance provides security service of TPM measure boot.\r
3#\r
dc204d5a
JY
4# Caution: This module requires additional review when modified.\r
5# This library will have external input - PE/COFF image and GPT partition.\r
6# This external input must be validated carefully to avoid security issue like\r
7# buffer overflow, integer overflow.\r
8#\r
9# Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
0c18794e 10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DxeTpmMeasureBootLib\r
22 FILE_GUID = 6C60C7D0-922A-4b7c-87D7-E503EDD73BBF\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = NULL|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
26 CONSTRUCTOR = DxeTpmMeasureBootLibConstructor\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 DxeTpmMeasureBootLib.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 SecurityPkg/SecurityPkg.dec\r
41 CryptoPkg/CryptoPkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseMemoryLib\r
45 DebugLib\r
46 MemoryAllocationLib\r
47 DevicePathLib\r
48 UefiBootServicesTableLib\r
49 BaseCryptLib\r
50 PeCoffLib\r
51 BaseLib\r
52 SecurityManagementLib\r
53\r
54[Protocols]\r
55 gEfiTcgProtocolGuid ## CONSUMES\r
56 gEfiFirmwareVolume2ProtocolGuid ## CONSUMES\r
57 gEfiBlockIoProtocolGuid ## CONSUMES\r
58 gEfiDiskIoProtocolGuid ## CONSUMES\r
59 gEfiDevicePathToTextProtocolGuid ## SOMETIMES_CONSUMES (Only used in debug mode)\r