]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/SecurityPkg.dsc
SecurityPkg/dsc: Add PeiTpmMeasurementLib.
[mirror_edk2.git] / SecurityPkg / SecurityPkg.dsc
1 ## @file
2 # Security Module Package for All Architectures.
3 #
4 # Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2015-2020 Hewlett Packard Enterprise Development LP<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 PLATFORM_NAME = SecurityPkg
12 PLATFORM_GUID = B2C4614D-AE76-47ba-B876-5988BFED064F
13 PLATFORM_VERSION = 0.98
14 DSC_SPECIFICATION = 0x00010005
15 OUTPUT_DIRECTORY = Build/SecurityPkg
16 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64|RISCV64
17 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
18 SKUID_IDENTIFIER = DEFAULT
19
20 [LibraryClasses]
21 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
22 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
23 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
24 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
25 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
26 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
27 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
28 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
29 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
30 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
31 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
32 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
33
34 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
35 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
36 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
37 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
38 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
39 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
40 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
41 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
42 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
43 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
44 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
45 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
46 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
47 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
48 TpmCommLib|SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
49 PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
50 TcgPhysicalPresenceLib|SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
51 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
52 Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
53 Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
54 Tcg2PhysicalPresenceLib|SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
55 TcgPpVendorLib|SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf
56 Tcg2PpVendorLib|SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
57 RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
58 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
59 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
60 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
61 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
62 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
63 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
64 TcgStorageCoreLib|SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf
65 TcgStorageOpalLib|SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
66 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
67 VariableKeyLib|SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.inf
68 RpmcLib|SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf
69
70 [LibraryClasses.ARM]
71 #
72 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
73 # This library provides the intrinsic functions generate by a given compiler.
74 # And NULL mean link this library into all ARM images.
75 #
76 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
77
78 # Add support for GCC stack protector
79 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
80
81 [LibraryClasses.common.PEIM]
82 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
83 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
84 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
85 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
86 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
87 !ifdef CONTINUOUS_INTEGRATION
88 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
89 !else
90 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
91 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
92 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
93 !endif
94 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
95 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
96 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
97 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
98 Tcg2PhysicalPresenceLib|SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
99 TpmMeasurementLib|SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.inf
100 RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
101
102 [LibraryClasses.common.DXE_DRIVER]
103 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
104 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
105 !ifdef CONTINUOUS_INTEGRATION
106 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
107 !else
108 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
109 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
110 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
111 !endif
112 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
113 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
114 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
115 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
116
117 [LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.DXE_SAL_DRIVER,]
118 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
119 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
120 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
121 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
122 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
123
124 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
125 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
126 !ifdef CONTINUOUS_INTEGRATION
127 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
128 !else
129 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
130 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
131 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
132 !endif
133 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
134 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
135 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
136
137 [LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION]
138 !ifdef CONTINUOUS_INTEGRATION
139 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
140 !else
141 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
142 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
143 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
144 !endif
145 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
146 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
147 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
148
149 [LibraryClasses.common.DXE_SMM_DRIVER]
150 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
151 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
152 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
153 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
154 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
155 !ifdef CONTINUOUS_INTEGRATION
156 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
157 !else
158 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
159 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
160 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
161 !endif
162 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
163 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
164 Tcg2PhysicalPresenceLib|SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
165 SmmIoLib|MdePkg/Library/SmmIoLib/SmmIoLib.inf
166
167 [PcdsDynamicDefault.common.DEFAULT]
168 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0xb6, 0xe5, 0x01, 0x8b, 0x19, 0x4f, 0xe8, 0x46, 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc}
169 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2InitializationPolicy|1
170 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2SelfTestPolicy|1
171 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2ScrtmPolicy|1
172 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1
173 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1
174 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|3
175 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap|3
176
177 [PcdsDynamicHii.common.DEFAULT]
178 gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x0|"1.3"|NV,BS
179 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x8|3|NV,BS
180
181 [Components]
182 SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
183 SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.inf
184
185 #
186 # TPM
187 #
188 SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
189 SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
190 SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
191 SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
192 SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
193 SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
194
195 SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
196 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
197
198 #
199 # TPM2
200 #
201 SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
202 SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
203 SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
204
205 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
206 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
207
208 SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
209 SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
210 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
211 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
212 SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
213 SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
214
215 SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf
216
217 #
218 # TCG Storage.
219 #
220 SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf
221 SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
222
223 #
224 # Variable Confidentiality & Integrity
225 #
226 SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.inf
227 SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf
228
229 #
230 # Other
231 #
232 SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf
233 SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf
234
235 SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
236 SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf
237
238 SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.inf
239 SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
240 SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
241 SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
242 SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf
243
244 [Components.IA32, Components.X64, Components.ARM, Components.AARCH64]
245 SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
246
247 [Components.IA32, Components.X64]
248 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
249
250 #
251 # TPM
252 #
253 SecurityPkg/Tcg/TcgPei/TcgPei.inf
254 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
255 SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf {
256 <LibraryClasses>
257 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
258 }
259
260 #
261 # TPM2
262 #
263 SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
264 SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
265 SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
266 SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
267 SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
268
269 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf {
270 <LibraryClasses>
271 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
272 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
273 }
274 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
275 <LibraryClasses>
276 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
277 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
278 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
279 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
280 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
281 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
282 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
283 }
284
285 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {
286 <LibraryClasses>
287 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
288 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
289 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
290 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
291 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
292 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
293 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
294 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
295 }
296 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf {
297 <LibraryClasses>
298 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
299 }
300
301 #
302 # Hash2
303 #
304 SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
305
306 #
307 # PKCS7 Verification
308 #
309 SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.inf
310
311 [Components.IA32, Components.X64]
312
313 SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf
314 SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
315 SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
316 SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
317
318 #
319 # Random Number Generator
320 #
321 SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
322
323 #
324 # Opal Password solution
325 #
326 SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordDxe.inf
327 SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.inf
328
329 #
330 # HDD Password solution
331 #
332 SecurityPkg/HddPassword/HddPasswordDxe.inf
333 SecurityPkg/HddPassword/HddPasswordPei.inf
334
335 #
336 # Common FV checker/verifier/reporter
337 #
338 SecurityPkg/FvReportPei/FvReportPei.inf
339
340 [BuildOptions]
341 MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:256
342 INTEL:*_*_IA32_DLINK_FLAGS = /ALIGN:256
343 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
344