]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.inf
SecurityPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / SecurityPkg / Library / DxeTrEEPhysicalPresenceLib / DxeTrEEPhysicalPresenceLib.inf
CommitLineData
c1d93242 1## @file\r
60c944c7
DG
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
c1d93242
JY
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
60c944c7 11# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
c1d93242
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
60c944c7
DG
23 BASE_NAME = DxeTrEEPhysicalPresenceLib\r
24 MODULE_UNI_FILE = DxeTrEEPhysicalPresenceLib.uni\r
c1d93242
JY
25 FILE_GUID = 601ECB06-7874-489e-A280-805780F6C861\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
28 LIBRARY_CLASS = TrEEPhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
29 CONSTRUCTOR = TrEEPhysicalPresenceLibConstructor\r
30 \r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35#\r
36\r
37[Sources]\r
38 DxeTrEEPhysicalPresenceLib.c\r
39 PhysicalPresenceStrings.uni\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44 SecurityPkg/SecurityPkg.dec\r
45\r
46[LibraryClasses]\r
47 MemoryAllocationLib\r
48 UefiLib\r
49 UefiBootServicesTableLib\r
50 UefiDriverEntryPoint\r
51 UefiRuntimeServicesTableLib\r
52 BaseMemoryLib\r
53 DebugLib\r
54 PrintLib\r
55 HiiLib\r
56 Tpm2CommandLib\r
57\r
58[Protocols]\r
60c944c7
DG
59 gEfiTrEEProtocolGuid ## CONSUMES\r
60 gEdkiiVariableLockProtocolGuid ## CONSUMES\r
c1d93242
JY
61\r
62[Guids]\r
60c944c7
DG
63 ## CONSUMES ## HII\r
64 ## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresence"\r
65 ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresence"\r
66 ## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresenceFlags"\r
67 ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresenceFlags"\r
c1d93242 68 gEfiTrEEPhysicalPresenceGuid\r