]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf
Remove hide TPM support.
[mirror_edk2.git] / SecurityPkg / Tcg / TcgConfigDxe / TcgConfigDxe.inf
CommitLineData
0c18794e 1## @file\r
2# Component name for Tcg configuration module.\r
3#\r
2bc36371 4# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
0c18794e 5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = TcgConfigDxe\r
17 FILE_GUID = 1FA4DAFE-FA5D-4d75-BEA6-5863862C520A\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = TcgConfigDriverEntryPoint\r
21 UNLOAD_IMAGE = TcgConfigDriverUnload\r
22\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
25#\r
26\r
27[Sources]\r
28 TcgConfigDriver.c\r
29 TcgConfigImpl.c\r
30 TcgConfigImpl.h\r
31 TcgConfig.vfr\r
32 TcgConfigStrings.uni\r
33 TcgConfigNvData.h\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 SecurityPkg/SecurityPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 BaseMemoryLib\r
43 MemoryAllocationLib\r
44 UefiLib\r
45 UefiBootServicesTableLib\r
46 UefiRuntimeServicesTableLib\r
47 UefiDriverEntryPoint\r
48 UefiHiiServicesLib\r
49 DebugLib\r
50 HiiLib\r
51 PcdLib\r
52 PrintLib\r
53 TpmCommLib\r
54\r
55[Guids]\r
56 gEfiPhysicalPresenceGuid\r
57 gEfiIfrTianoGuid\r
a0c56a82 58 gTcgConfigFormSetGuid\r
c1d93242 59 gEfiTpmDeviceInstanceTpm12Guid\r
0c18794e 60\r
61[Protocols]\r
62 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
63 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES\r
64 gEfiTcgProtocolGuid ## CONSUMES\r
65\r
0c18794e 66[Pcd]\r
c1d93242 67 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid\r
0c18794e 68\r
69[Depex]\r
70 gEfiHiiConfigRoutingProtocolGuid AND\r
71 gEfiHiiDatabaseProtocolGuid AND\r
72 gEfiVariableArchProtocolGuid AND\r
73 gEfiVariableWriteArchProtocolGuid