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