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