]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/Tpm2DeviceLibSeC.inf
Vlv2TbltDevicePkg: Removing ipf which from edk2.
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / Tpm2DeviceLibSeCDxe / Tpm2DeviceLibSeC.inf
1 #/** @file
2 #
3 #
4 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials are licensed and made available under
7 # the terms and conditions of the BSD License that accompanies this distribution.
8 # The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php.
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #
16 #
17 #**/
18
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = Tpm2DeviceLibSeC
23 FILE_GUID = 294B196A-A3CC-4a43-857F-EEC26147857B
24 MODULE_TYPE = BASE
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = Tpm2DeviceLib | DXE_DRIVER DXE_SMM_DRIVER
27 CONSTRUCTOR = Tpm2DeviceLibConstructor
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 EBC
33 #
34
35 [Sources.common]
36 Tpm2DeviceLibSeC.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
42 SecurityPkg/SecurityPkg.dec
43 Vlv2TbltDevicePkg/PlatformPkg.dec
44
45 [LibraryClasses]
46 BaseLib
47 PcdLib
48 UefiBootServicesTableLib
49
50
51 [Guids]
52 gEfiVLVTokenSpaceGuid
53
54 [Pcd]
55 gEfiVLVTokenSpaceGuid.PcdMeasuredBootEnable
56 gEfiVLVTokenSpaceGuid.PcdFTPMErrorOccur
57 gEfiVLVTokenSpaceGuid.PcdFTPMCommand
58 gEfiVLVTokenSpaceGuid.PcdFTPMResponse
59 gEfiVLVTokenSpaceGuid.PcdFTPMNotRespond
60 gEfiVLVTokenSpaceGuid.PcdFTPMStatus
61
62 [Protocols]
63 gPttPassThruProtocolGuid
64
65 [Depex]
66 gPttPassThruProtocolGuid
67