]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[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
b3548d32 5# ask for user confirmation before execution. This Library will also lock TPM physical\r
60c944c7 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
b3548d32 12# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 13# SPDX-License-Identifier: BSD-2-Clause-Patent\r
0c18794e 14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
60c944c7
DG
19 BASE_NAME = DxeTcgPhysicalPresenceLib\r
20 MODULE_UNI_FILE = DxeTcgPhysicalPresenceLib.uni\r
607599bf 21 FILE_GUID = EBC43A46-34AC-4F07-A7F5-A5394619361C\r
0c18794e 22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
4cecd19a 24 LIBRARY_CLASS = TcgPhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
607599bf 25 CONSTRUCTOR = TcgPhysicalPresenceLibConstructor\r
b3548d32 26\r
0c18794e 27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
4cecd19a 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
0c18794e 31#\r
32\r
33[Sources]\r
607599bf 34 DxeTcgPhysicalPresenceLib.c\r
0c18794e 35 PhysicalPresenceStrings.uni\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 SecurityPkg/SecurityPkg.dec\r
41\r
42[LibraryClasses]\r
43 MemoryAllocationLib\r
44 UefiLib\r
45 UefiBootServicesTableLib\r
46 UefiDriverEntryPoint\r
47 UefiRuntimeServicesTableLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 PrintLib\r
51 HiiLib\r
4610b23a 52 TcgPpVendorLib\r
0c18794e 53\r
54[Protocols]\r
7921de09
LG
55 gEfiTcgProtocolGuid ## SOMETIMES_CONSUMES\r
56 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES\r
0c18794e 57\r
58[Guids]\r
7921de09 59 ## SOMETIMES_CONSUMES ## HII\r
60c944c7
DG
60 ## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresence"\r
61 ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresence"\r
62 ## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresenceFlags"\r
63 ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresenceFlags"\r
0c18794e 64 gEfiPhysicalPresenceGuid\r