]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformBdsLib.inf
Vlv2TbltDevicePkg/Tcg2PhysicalPresenceLib: use Tcg2 instead of TrEE.
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / PlatformBdsLib / PlatformBdsLib.inf
CommitLineData
3cbfba02
DW
1#/** @file\r
2# Component name for module PlatformBootManagerLib\r
3#\r
b52e697b 4# Copyright (c) 2008 - 2016, Intel Corporation. All rights reserved.<BR>\r
3cbfba02
DW
5# \r\r
6# This program and the accompanying materials are licensed and made available under\r\r
7# the terms and conditions of the BSD License that accompanies this distribution. \r\r
8# The full text of the license may be found at \r\r
9# http://opensource.org/licenses/bsd-license.php. \r\r
10# \r\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
13# \r\r
14#\r
15#\r
16#\r
17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PlatformBdsLib\r
22 FILE_GUID = A6BC385D-59E5-4b77-87D7-200ABAA83C15\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER\r
26 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x0002000A\r
28\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 EBC\r
34#\r
35\r
36[Sources]\r
37 BdsPlatform.c\r
38 BdsPlatform.h\r
39 PlatformData.c\r
69a99d0b 40 PlatformBdsStrings.uni\r
3cbfba02
DW
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
46 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
47 Vlv2TbltDevicePkg/PlatformPkg.dec\r
48 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec\r
49 ShellPkg/ShellPkg.dec\r
50 CryptoPkg/CryptoPkg.dec\r
51 SecurityPkg/SecurityPkg.dec\r
1ed0b254 52 SignedCapsulePkg/SignedCapsulePkg.dec\r
ed5b9110 53 SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
3cbfba02
DW
54\r
55[LibraryClasses]\r
56 DxeServicesTableLib\r
57 BaseLib\r
58 MemoryAllocationLib\r
59 UefiBootServicesTableLib\r
60 UefiRuntimeServicesTableLib\r
61 BaseMemoryLib\r
62 DebugLib\r
63 PcdLib\r
64 GenericBdsLib\r
65 DevicePathLib\r
69a99d0b 66 NetLib\r
3cbfba02
DW
67 UefiLib\r
68 HobLib\r
69 PciLib\r
70 PrintLib\r
71 BaseCryptLib\r
72# TcgPhysicalPresenceLib\r
f4e7aa05 73 TrEEPhysicalPresenceLib \r
3cbfba02
DW
74 FileHandleLib\r
75 S3BootScriptLib\r
76 SerialPortLib\r
04d8d883 77 CapsuleLib\r
3cbfba02
DW
78\r
79[Protocols]\r
80 gEfiFirmwareVolume2ProtocolGuid\r
81 gEfiSimpleNetworkProtocolGuid\r
82 gEfiLoadFileProtocolGuid\r
83 gEfiPciIoProtocolGuid\r
84 gEfiSmmAccess2ProtocolGuid\r
85 gEfiDxeSmmReadyToLockProtocolGuid\r
86 gEfiUserManagerProtocolGuid\r
87 gEfiDeferredImageLoadProtocolGuid\r
88 gEfiAcpiS3SaveProtocolGuid\r
89 gEfiSpiProtocolGuid ## PROTOCOL CONSUMES\r
90 gExitPmAuthProtocolGuid\r
91 gEfiTdtOperationProtocolGuid\r
92 gEfiGlobalNvsAreaProtocolGuid\r
93 gEfiMmioDeviceProtocolGuid\r
94 gEfiI2cMasterProtocolGuid\r
95 gEfiI2cHostProtocolGuid\r
04d8d883 96 gEsrtManagementProtocolGuid\r
3cbfba02
DW
97\r
98[Guids]\r
99 gEfiMemoryTypeInformationGuid\r
100 gEfiCapsuleVendorGuid\r
101 gEfiGlobalVariableGuid\r
102 gEfiNormalSetupGuid\r
103 gEfiPartTypeSystemPartGuid\r
b52e697b 104 gEfiEndOfDxeEventGroupGuid\r
3cbfba02
DW
105\r
106[Pcd]\r
1ed0b254
JY
107 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiRsa2048Sha256TestPublicKeyFileGuid\r
108 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiPkcs7TestPublicKeyFileGuid\r
109 gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer\r
110 gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer\r
111 gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed\r
3cbfba02
DW
112 gPlatformModuleTokenSpaceGuid.PcdFlashFvRecovery2Base\r
113 gPlatformModuleTokenSpaceGuid.PcdFlashFvMainBase\r
114 gPlatformModuleTokenSpaceGuid.PcdFlashFvRecoveryBase\r
115 gPlatformModuleTokenSpaceGuid.PcdFlashFvShellBase\r
116 gPlatformModuleTokenSpaceGuid.PcdFlashFvShellSize\r
58183d39 117 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
3cbfba02
DW
118 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile\r
119 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile\r
120 gPlatformModuleTokenSpaceGuid.PcdIFWISigBaseAddress\r
121 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow\r
122 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn\r
123 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution\r
124 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution\r
125 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r
58183d39
RN
126 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn\r
127 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow\r
128 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution\r
129 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution\r
3cbfba02 130 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState\r