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