]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.inf
Add TPM2 implementation.
[mirror_edk2.git] / SecurityPkg / Library / DxeTrEEPhysicalPresenceLib / DxeTrEEPhysicalPresenceLib.inf
CommitLineData
c1d93242
JY
1## @file\r
2# TrEE physical presence library instance. This library will execute TPM2 request.\r
3#\r
4# Caution: This module requires additional review when modified.\r
5# This driver will have external input - variable.\r
6# This external input must be validated carefully to avoid security issue.\r
7#\r
8# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = DxeTrEEPhysicalPresenceLib \r
21 FILE_GUID = 601ECB06-7874-489e-A280-805780F6C861\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = TrEEPhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
25 CONSTRUCTOR = TrEEPhysicalPresenceLibConstructor\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 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 DxeTrEEPhysicalPresenceLib.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 Tpm2CommandLib\r
53\r
54[Protocols]\r
55 gEfiTrEEProtocolGuid\r
56 gEdkiiVariableLockProtocolGuid\r
57\r
58[Guids]\r
59 gEfiTrEEPhysicalPresenceGuid\r