]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / DxeTcg2PhysicalPresenceLib / DxeTcg2PhysicalPresenceLib.inf
1 ## @file
2 # Executes TPM 2.0 requests from OS or BIOS
3 #
4 # This library will check and execute TPM 2.0 request from OS or BIOS. The request may
5 # ask for user confirmation before execution.
6 #
7 # Caution: This module requires additional review when modified.
8 # This driver will have external input - variable.
9 # This external input must be validated carefully to avoid security issue.
10 #
11 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
12 # SPDX-License-Identifier: BSD-2-Clause-Patent
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = DxeTcg2PhysicalPresenceLib
19 MODULE_UNI_FILE = DxeTcg2PhysicalPresenceLib.uni
20 FILE_GUID = 7E507A86-DE8B-4AD3-BC4C-0498389098D3
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 LIBRARY_CLASS = Tcg2PhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 EBC
29 #
30
31 [Sources]
32 DxeTcg2PhysicalPresenceLib.c
33 PhysicalPresenceStrings.uni
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38 SecurityPkg/SecurityPkg.dec
39
40 [LibraryClasses]
41 MemoryAllocationLib
42 UefiLib
43 UefiBootServicesTableLib
44 UefiDriverEntryPoint
45 UefiRuntimeServicesTableLib
46 BaseMemoryLib
47 DebugLib
48 PrintLib
49 HiiLib
50 HobLib
51 Tpm2CommandLib
52 Tcg2PpVendorLib
53
54 [Protocols]
55 gEfiTcg2ProtocolGuid ## SOMETIMES_CONSUMES
56 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
57
58 [Pcd]
59 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2PhysicalPresenceFlags ## SOMETIMES_CONSUMES
60
61 [Guids]
62 ## SOMETIMES_CONSUMES ## HII
63 ## SOMETIMES_PRODUCES ## Variable:L"Tcg2PhysicalPresence"
64 ## SOMETIMES_CONSUMES ## Variable:L"Tcg2PhysicalPresence"
65 ## SOMETIMES_PRODUCES ## Variable:L"Tcg2PhysicalPresenceFlags"
66 ## SOMETIMES_CONSUMES ## Variable:L"Tcg2PhysicalPresenceFlags"
67 gEfiTcg2PhysicalPresenceGuid