1 #/** @file 2 # 3 # 4 # Copyright (c) 2007 - 2015, 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 = 1EEA2BFE-01CB-40cc-A34E-CB224C800AA2 24 MODULE_TYPE = BASE 25 VERSION_STRING = 1.0 26 LIBRARY_CLASS = Tpm2DeviceLib | PEI_DRIVER PEIM 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 IPF 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 BaseMemoryLib 48 MemoryAllocationLib 49 DebugLib 50 IoLib 51 PciLib 52 TimerLib 53 PcdLib 54 PeiServicesLib 55 PeimEntryPoint 56 57 58 [Guids] 59 60 [Ppis] 61 gPttPassThruPpiGuid 62 63 [Depex] 64 gPttPassThruPpiGuid 65 66 67