]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Library / DxeTcg2PhysicalPresenceLib / DxeTcg2PhysicalPresenceLib.inf
CommitLineData
1abfa4ce
JY
1## @file\r
2# Executes TPM 2.0 requests from OS or BIOS\r
3#\r
4# This library will check and execute TPM 2.0 request from OS or BIOS. The request may\r
5# ask for user confirmation before execution.\r
6#\r
7# Caution: This module requires additional review when modified.\r
8# This driver will have external input - variable.\r
9# This external input must be validated carefully to avoid security issue.\r
10#\r
b3548d32 11# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
1abfa4ce
JY
12# This program and the accompanying materials\r
13# are licensed and made available under the terms and conditions of the BSD License\r
14# which accompanies this distribution. The full text of the license may be found at\r
15# http://opensource.org/licenses/bsd-license.php\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = DxeTcg2PhysicalPresenceLib\r
24 MODULE_UNI_FILE = DxeTcg2PhysicalPresenceLib.uni\r
25 FILE_GUID = 7E507A86-DE8B-4AD3-BC4C-0498389098D3\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
b3548d32 28 LIBRARY_CLASS = Tcg2PhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
1abfa4ce
JY
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36[Sources]\r
37 DxeTcg2PhysicalPresenceLib.c\r
38 PhysicalPresenceStrings.uni\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43 SecurityPkg/SecurityPkg.dec\r
44\r
45[LibraryClasses]\r
46 MemoryAllocationLib\r
47 UefiLib\r
48 UefiBootServicesTableLib\r
49 UefiDriverEntryPoint\r
50 UefiRuntimeServicesTableLib\r
51 BaseMemoryLib\r
52 DebugLib\r
53 PrintLib\r
54 HiiLib\r
55 HobLib\r
56 Tpm2CommandLib\r
57 Tcg2PpVendorLib\r
58\r
59[Protocols]\r
7921de09
LG
60 gEfiTcg2ProtocolGuid ## SOMETIMES_CONSUMES\r
61 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES\r
1abfa4ce 62\r
710174e0
ZC
63[Pcd]\r
64 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2PhysicalPresenceFlags ## SOMETIMES_CONSUMES\r
65\r
1abfa4ce 66[Guids]\r
7921de09 67 ## SOMETIMES_CONSUMES ## HII\r
1abfa4ce
JY
68 ## SOMETIMES_PRODUCES ## Variable:L"Tcg2PhysicalPresence"\r
69 ## SOMETIMES_CONSUMES ## Variable:L"Tcg2PhysicalPresence"\r
70 ## SOMETIMES_PRODUCES ## Variable:L"Tcg2PhysicalPresenceFlags"\r
71 ## SOMETIMES_CONSUMES ## Variable:L"Tcg2PhysicalPresenceFlags"\r
72 gEfiTcg2PhysicalPresenceGuid\r