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