]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf
Update for SecurityPkg.
[mirror_edk2.git] / SecurityPkg / Tcg / TcgConfigDxe / TcgConfigDxe.inf
CommitLineData
0c18794e 1## @file\r
2# Component name for Tcg configuration module.\r
3#\r
4# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
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
0c18794e 59\r
60[Protocols]\r
61 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
62 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES\r
63 gEfiTcgProtocolGuid ## CONSUMES\r
64\r
65[FixedPcd]\r
66 gEfiSecurityPkgTokenSpaceGuid.PcdHideTpmSupport\r
67\r
68[Pcd]\r
69 gEfiSecurityPkgTokenSpaceGuid.PcdMorEnable\r
70 gEfiSecurityPkgTokenSpaceGuid.PcdHideTpm\r
71\r
72[Depex]\r
73 gEfiHiiConfigRoutingProtocolGuid AND\r
74 gEfiHiiDatabaseProtocolGuid AND\r
75 gEfiVariableArchProtocolGuid AND\r
76 gEfiVariableWriteArchProtocolGuid