]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.inf
Add TPM2 implementation.
[mirror_edk2.git] / SecurityPkg / Library / DxeTrEEPhysicalPresenceLib / DxeTrEEPhysicalPresenceLib.inf
1 ## @file
2 # TrEE physical presence library instance. This library will execute TPM2 request.
3 #
4 # Caution: This module requires additional review when modified.
5 # This driver will have external input - variable.
6 # This external input must be validated carefully to avoid security issue.
7 #
8 # Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = DxeTrEEPhysicalPresenceLib
21 FILE_GUID = 601ECB06-7874-489e-A280-805780F6C861
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = TrEEPhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER
25 CONSTRUCTOR = TrEEPhysicalPresenceLibConstructor
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources]
34 DxeTrEEPhysicalPresenceLib.c
35 PhysicalPresenceStrings.uni
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40 SecurityPkg/SecurityPkg.dec
41
42 [LibraryClasses]
43 MemoryAllocationLib
44 UefiLib
45 UefiBootServicesTableLib
46 UefiDriverEntryPoint
47 UefiRuntimeServicesTableLib
48 BaseMemoryLib
49 DebugLib
50 PrintLib
51 HiiLib
52 Tpm2CommandLib
53
54 [Protocols]
55 gEfiTrEEProtocolGuid
56 gEdkiiVariableLockProtocolGuid
57
58 [Guids]
59 gEfiTrEEPhysicalPresenceGuid