]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / DxeTcgPhysicalPresenceLib / DxeTcgPhysicalPresenceLib.inf
... / ...
CommitLineData
1## @file\r
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
7#\r
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
12# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
13# SPDX-License-Identifier: BSD-2-Clause-Patent\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = DxeTcgPhysicalPresenceLib\r
20 MODULE_UNI_FILE = DxeTcgPhysicalPresenceLib.uni\r
21 FILE_GUID = EBC43A46-34AC-4F07-A7F5-A5394619361C\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = TcgPhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
25 CONSTRUCTOR = TcgPhysicalPresenceLibConstructor\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 EBC\r
31#\r
32\r
33[Sources]\r
34 DxeTcgPhysicalPresenceLib.c\r
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
52 TcgPpVendorLib\r
53\r
54[Protocols]\r
55 gEfiTcgProtocolGuid ## SOMETIMES_CONSUMES\r
56 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES\r
57\r
58[Guids]\r
59 ## SOMETIMES_CONSUMES ## HII\r
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
64 gEfiPhysicalPresenceGuid\r