]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/SecurityPkg.dsc
SecurityPkg: Tcg2Smm: Added support for Standalone Mm
[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 TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf
70
71 [LibraryClasses.ARM]
72 #
73 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
74 # This library provides the intrinsic functions generate by a given compiler.
75 # And NULL mean link this library into all ARM images.
76 #
77 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
78
79 # Add support for GCC stack protector
80 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
81
82 [LibraryClasses.common.PEIM]
83 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
84 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
85 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
86 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
87 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
88 !ifdef CONTINUOUS_INTEGRATION
89 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
90 !else
91 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
92 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
93 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
94 !endif
95 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
96 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
97 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
98 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
99 Tcg2PhysicalPresenceLib|SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
100 TpmMeasurementLib|SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.inf
101 RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
102
103 [LibraryClasses.common.DXE_DRIVER]
104 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
105 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
106 !ifdef CONTINUOUS_INTEGRATION
107 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
108 !else
109 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
110 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
111 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
112 !endif
113 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
114 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
115 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
116 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
117
118 [LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.DXE_SAL_DRIVER,]
119 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
120 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
121 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
122 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
123 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
124
125 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
126 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
127 !ifdef CONTINUOUS_INTEGRATION
128 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
129 !else
130 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
131 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
132 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
133 !endif
134 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
135 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
136 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
137
138 [LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION]
139 !ifdef CONTINUOUS_INTEGRATION
140 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
141 !else
142 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
143 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
144 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
145 !endif
146 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
147 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
148 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
149
150 [LibraryClasses.common.DXE_SMM_DRIVER]
151 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
152 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
153 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
154 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
155 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
156 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
157 !ifdef CONTINUOUS_INTEGRATION
158 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
159 !else
160 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
161 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
162 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
163 !endif
164 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
165 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
166 Tcg2PhysicalPresenceLib|SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
167 SmmIoLib|MdePkg/Library/SmmIoLib/SmmIoLib.inf
168
169 [LibraryClasses.common.MM_STANDALONE]
170 StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
171 MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
172 Tcg2PhysicalPresenceLib|SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/StandaloneMmTcg2PhysicalPresenceLib.inf
173 MemLib|StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
174 HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf
175 MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmMemoryAllocationLib/StandaloneMmMemoryAllocationLib.inf
176
177 [PcdsDynamicDefault.common.DEFAULT]
178 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0xb6, 0xe5, 0x01, 0x8b, 0x19, 0x4f, 0xe8, 0x46, 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc}
179 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2InitializationPolicy|1
180 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2SelfTestPolicy|1
181 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2ScrtmPolicy|1
182 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1
183 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1
184 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|3
185 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap|3
186
187 [PcdsDynamicHii.common.DEFAULT]
188 gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x0|"1.3"|NV,BS
189 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x8|3|NV,BS
190
191 [Components]
192 SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
193 SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.inf
194
195 #
196 # TPM
197 #
198 SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
199 SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
200 SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
201 SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
202 SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
203 SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
204
205 SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
206 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
207
208 #
209 # TPM2
210 #
211 SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
212 SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
213 SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
214
215 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
216 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
217
218 SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
219 SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
220 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
221 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
222 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpmStandaloneMm.inf
223 SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
224 SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
225
226 SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf
227
228 #
229 # TCG Storage.
230 #
231 SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf
232 SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
233
234 #
235 # Variable Confidentiality & Integrity
236 #
237 SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.inf
238 SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf
239
240 #
241 # Other
242 #
243 SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf
244 SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf
245
246 SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
247 SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf
248
249 SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.inf
250 SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
251 SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
252 SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
253 SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf
254 SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf
255
256 [Components.IA32, Components.X64, Components.ARM, Components.AARCH64]
257 SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
258
259 [Components.IA32, Components.X64]
260 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
261
262 #
263 # TPM
264 #
265 SecurityPkg/Tcg/TcgPei/TcgPei.inf
266 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
267 SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf {
268 <LibraryClasses>
269 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
270 }
271
272 #
273 # TPM2
274 #
275 SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
276 SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
277 SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
278 SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
279 SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
280
281 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf {
282 <LibraryClasses>
283 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
284 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
285 }
286 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
287 <LibraryClasses>
288 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
289 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
290 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
291 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
292 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
293 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
294 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
295 }
296
297 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {
298 <LibraryClasses>
299 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
300 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
301 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
302 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
303 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
304 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
305 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
306 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
307 }
308 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf {
309 <LibraryClasses>
310 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
311 }
312
313 #
314 # Hash2
315 #
316 SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
317
318 #
319 # PKCS7 Verification
320 #
321 SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.inf
322
323 [Components.IA32, Components.X64]
324
325 SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf
326 SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
327 SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
328 SecurityPkg/Tcg/Tcg2Smm/Tcg2StandaloneMm.inf
329 SecurityPkg/Tcg/Tcg2Smm/Tcg2MmDependencyDxe.inf
330 SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.inf
331 SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
332 SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/StandaloneMmTcg2PhysicalPresenceLib.inf
333
334 #
335 # Random Number Generator
336 #
337 SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
338
339 #
340 # Opal Password solution
341 #
342 SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordDxe.inf
343 SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.inf
344
345 #
346 # HDD Password solution
347 #
348 SecurityPkg/HddPassword/HddPasswordDxe.inf
349 SecurityPkg/HddPassword/HddPasswordPei.inf
350
351 #
352 # Common FV checker/verifier/reporter
353 #
354 SecurityPkg/FvReportPei/FvReportPei.inf
355
356 [BuildOptions]
357 MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:256
358 INTEL:*_*_IA32_DLINK_FLAGS = /ALIGN:256
359 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
360