]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
SecurityPkg Tpm2DeviceLibDTpm: Update enum type name to match the one in lib
[mirror_edk2.git] / SecurityPkg / Library / DxeTcgPhysicalPresenceLib / DxeTcgPhysicalPresenceLib.inf
CommitLineData
0c18794e 1## @file\r
60c944c7
DG
2# Executes pending TPM 1.2 requests from OS or BIOS and Locks TPM\r
3#\r
4# This library will check and execute TPM 1.2 request from OS or BIOS. The request may\r
5# ask for user confirmation before execution. This Library will also lock TPM physical \r
6# presence at last.\r
0c18794e 7#\r
dc204d5a
JY
8# Caution: This module requires additional review when modified.\r
9# This driver will have external input - variable.\r
10# This external input must be validated carefully to avoid security issue.\r
11#\r
4610b23a 12# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
0c18794e 13# This program and the accompanying materials\r
14# are licensed and made available under the terms and conditions of the BSD License\r
15# which accompanies this distribution. The full text of the license may be found at\r
16# http://opensource.org/licenses/bsd-license.php\r
17# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
18# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
19#\r
20##\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
60c944c7
DG
24 BASE_NAME = DxeTcgPhysicalPresenceLib\r
25 MODULE_UNI_FILE = DxeTcgPhysicalPresenceLib.uni\r
607599bf 26 FILE_GUID = EBC43A46-34AC-4F07-A7F5-A5394619361C\r
0c18794e 27 MODULE_TYPE = DXE_DRIVER\r
28 VERSION_STRING = 1.0\r
607599bf 29 LIBRARY_CLASS = TcgPhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
30 CONSTRUCTOR = TcgPhysicalPresenceLibConstructor\r
31 \r
0c18794e 32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
607599bf 35# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
0c18794e 36#\r
37\r
38[Sources]\r
607599bf 39 DxeTcgPhysicalPresenceLib.c\r
0c18794e 40 PhysicalPresenceStrings.uni\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45 SecurityPkg/SecurityPkg.dec\r
46\r
47[LibraryClasses]\r
48 MemoryAllocationLib\r
49 UefiLib\r
50 UefiBootServicesTableLib\r
51 UefiDriverEntryPoint\r
52 UefiRuntimeServicesTableLib\r
53 BaseMemoryLib\r
54 DebugLib\r
55 PrintLib\r
56 HiiLib\r
4610b23a 57 TcgPpVendorLib\r
0c18794e 58\r
59[Protocols]\r
7921de09
LG
60 gEfiTcgProtocolGuid ## SOMETIMES_CONSUMES\r
61 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES\r
0c18794e 62\r
63[Guids]\r
7921de09 64 ## SOMETIMES_CONSUMES ## HII\r
60c944c7
DG
65 ## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresence"\r
66 ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresence"\r
67 ## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresenceFlags"\r
68 ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresenceFlags"\r
0c18794e 69 gEfiPhysicalPresenceGuid\r