]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
Implement Tcg physical presence as a library instead of DXE driver in order that...
[mirror_edk2.git] / SecurityPkg / Library / DxeTcgPhysicalPresenceLib / DxeTcgPhysicalPresenceLib.inf
1 ## @file
2 # TCG physical presence library instance. This library will lock
3 # TPM after executing TPM request.
4 #
5 # Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = DxeTcgPhysicalPresenceLib
18 FILE_GUID = EBC43A46-34AC-4F07-A7F5-A5394619361C
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = TcgPhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER
22 CONSTRUCTOR = TcgPhysicalPresenceLibConstructor
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 DxeTcgPhysicalPresenceLib.c
32 PhysicalPresenceStrings.uni
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 SecurityPkg/SecurityPkg.dec
38
39 [LibraryClasses]
40 MemoryAllocationLib
41 UefiLib
42 UefiBootServicesTableLib
43 UefiDriverEntryPoint
44 UefiRuntimeServicesTableLib
45 BaseMemoryLib
46 DebugLib
47 PrintLib
48 HiiLib
49
50 [Protocols]
51 gEfiTcgProtocolGuid
52
53 [Guids]
54 gEfiPhysicalPresenceGuid