]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCPei/Tpm2DeviceLibSeC.inf
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / Tpm2DeviceLibSeCPei / Tpm2DeviceLibSeC.inf
1 #/** @file
2 #
3 #
4 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 #
10 #
11 #**/
12
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = Tpm2DeviceLibSeC
17 FILE_GUID = 1EEA2BFE-01CB-40cc-A34E-CB224C800AA2
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = Tpm2DeviceLib | PEI_DRIVER PEIM
21 CONSTRUCTOR = Tpm2DeviceLibConstructor
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC
27 #
28
29 [Sources.common]
30 Tpm2DeviceLibSeC.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
36 SecurityPkg/SecurityPkg.dec
37 Vlv2TbltDevicePkg/PlatformPkg.dec
38
39 [LibraryClasses]
40 BaseLib
41 BaseMemoryLib
42 MemoryAllocationLib
43 DebugLib
44 IoLib
45 PciLib
46 TimerLib
47 PcdLib
48 PeiServicesLib
49 PeimEntryPoint
50
51
52 [Guids]
53
54 [Ppis]
55 gPttPassThruPpiGuid
56
57 [Depex]
58 gPttPassThruPpiGuid
59
60