]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxe.inf
Fix current TPM device string missing. Use efivarstore instead of varstor, remove...
[mirror_edk2.git] / SecurityPkg / Tcg / TrEEConfig / TrEEConfigDxe.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 = TrEEConfigDxe\r
18 FILE_GUID = 3141FD4D-EA02-4a70-9BCE-97EE837319AC\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = TrEEConfigDriverEntryPoint\r
22 UNLOAD_IMAGE = TrEEConfigDriverUnload\r
23\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
26#\r
27\r
28[Sources]\r
29 TrEEConfigDriver.c\r
30 TrEEConfigImpl.c\r
31 TrEEConfigImpl.h\r
32 TrEEConfig.vfr\r
33 TrEEConfigStrings.uni\r
34 TrEEConfigNvData.h\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 SecurityPkg/SecurityPkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 BaseMemoryLib\r
44 MemoryAllocationLib\r
45 UefiLib\r
46 UefiBootServicesTableLib\r
47 UefiRuntimeServicesTableLib\r
48 UefiDriverEntryPoint\r
49 UefiHiiServicesLib\r
50 DebugLib\r
51 HiiLib\r
52 PcdLib\r
53 PrintLib\r
54 Tpm2DeviceLib\r
55 Tpm12DeviceLib\r
56 Tpm2CommandLib\r
57\r
58[Guids]\r
59 gEfiTrEEPhysicalPresenceGuid\r
60 gTrEEConfigFormSetGuid\r
61\r
62[Protocols]\r
63 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
64 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES\r
5437d457 65 gEdkiiVariableLockProtocolGuid ## CONSUMES\r
c1d93242
JY
66\r
67[Pcd]\r
68 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid\r
69\r
70[Depex]\r
71 gEfiTrEEProtocolGuid AND\r
72 gEfiHiiConfigRoutingProtocolGuid AND\r
73 gEfiHiiDatabaseProtocolGuid AND\r
74 gEfiVariableArchProtocolGuid AND\r
75 gEfiVariableWriteArchProtocolGuid