]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf
Add TPM2 implementation.
[mirror_edk2.git] / SecurityPkg / Tcg / TrEEConfig / TrEEConfigPei.inf
CommitLineData
c1d93242
JY
1## @file\r
2# Component name for TrEE configuration module.\r
3# NOTE: This module is only for reference only, each platform should have its own setup page.\r
4#\r
5# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
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
17 BASE_NAME = TrEEConfigPei\r
18 FILE_GUID = A5C1EF72-9379-4370-B4C7-0F5126CAC38E\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = TrEEConfigPeimEntryPoint\r
22\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
25#\r
26\r
27[Sources]\r
28 TrEEConfigPeim.c\r
29 TrEEConfigNvData.h\r
30 TpmDetection.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35 SecurityPkg/SecurityPkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
39 BaseMemoryLib\r
40 MemoryAllocationLib\r
41 PeiServicesLib\r
42 PeimEntryPoint\r
43 DebugLib\r
44 PcdLib\r
45 TimerLib\r
46 IoLib\r
47 Tpm12CommandLib\r
48 Tpm12DeviceLib\r
49\r
50[Guids]\r
51 gEfiTrEEPhysicalPresenceGuid\r
52 gTrEEConfigFormSetGuid\r
53 gEfiTpmDeviceSelectedGuid\r
54\r
55[Ppis]\r
56 gEfiPeiReadOnlyVariable2PpiGuid\r
57\r
58[FixedPcd]\r
59 gEfiSecurityPkgTokenSpaceGuid.PcdHideTpmSupport\r
60\r
61[Pcd]\r
62 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid\r
63 gEfiSecurityPkgTokenSpaceGuid.PcdHideTpm\r
64 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy\r
65 gEfiSecurityPkgTokenSpaceGuid.PcdTpmAutoDetection\r
66 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress\r
67\r
68[Depex]\r
69 gEfiPeiMasterBootModePpiGuid AND\r
70 gEfiPeiReadOnlyVariable2PpiGuid