]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/SecurityPkg.dsc
SecurityPkg/dsc: add FvEventLogRecordLib
[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 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
154 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
155 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
156 !ifdef CONTINUOUS_INTEGRATION
157 BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
158 !else
159 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
160 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
161 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
162 !endif
163 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
164 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
165 Tcg2PhysicalPresenceLib|SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
166 SmmIoLib|MdePkg/Library/SmmIoLib/SmmIoLib.inf
167
168 [PcdsDynamicDefault.common.DEFAULT]
169 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0xb6, 0xe5, 0x01, 0x8b, 0x19, 0x4f, 0xe8, 0x46, 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc}
170 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2InitializationPolicy|1
171 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2SelfTestPolicy|1
172 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2ScrtmPolicy|1
173 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1
174 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1
175 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|3
176 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap|3
177
178 [PcdsDynamicHii.common.DEFAULT]
179 gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x0|"1.3"|NV,BS
180 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x8|3|NV,BS
181
182 [Components]
183 SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
184 SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.inf
185
186 #
187 # TPM
188 #
189 SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
190 SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
191 SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
192 SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
193 SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
194 SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
195
196 SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
197 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
198
199 #
200 # TPM2
201 #
202 SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
203 SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
204 SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
205
206 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
207 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
208
209 SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
210 SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
211 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
212 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
213 SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
214 SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
215
216 SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf
217
218 #
219 # TCG Storage.
220 #
221 SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf
222 SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
223
224 #
225 # Variable Confidentiality & Integrity
226 #
227 SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.inf
228 SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf
229
230 #
231 # Other
232 #
233 SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf
234 SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf
235
236 SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
237 SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf
238
239 SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.inf
240 SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
241 SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
242 SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
243 SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf
244 SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf
245
246 [Components.IA32, Components.X64, Components.ARM, Components.AARCH64]
247 SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
248
249 [Components.IA32, Components.X64]
250 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
251
252 #
253 # TPM
254 #
255 SecurityPkg/Tcg/TcgPei/TcgPei.inf
256 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
257 SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf {
258 <LibraryClasses>
259 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
260 }
261
262 #
263 # TPM2
264 #
265 SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
266 SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
267 SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
268 SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
269 SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
270
271 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf {
272 <LibraryClasses>
273 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
274 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
275 }
276 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
277 <LibraryClasses>
278 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
279 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
280 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
281 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
282 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
283 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
284 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
285 }
286
287 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {
288 <LibraryClasses>
289 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
290 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
291 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
292 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
293 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
294 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
295 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
296 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
297 }
298 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf {
299 <LibraryClasses>
300 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
301 }
302
303 #
304 # Hash2
305 #
306 SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
307
308 #
309 # PKCS7 Verification
310 #
311 SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.inf
312
313 [Components.IA32, Components.X64]
314
315 SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf
316 SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
317 SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
318 SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
319
320 #
321 # Random Number Generator
322 #
323 SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
324
325 #
326 # Opal Password solution
327 #
328 SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordDxe.inf
329 SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.inf
330
331 #
332 # HDD Password solution
333 #
334 SecurityPkg/HddPassword/HddPasswordDxe.inf
335 SecurityPkg/HddPassword/HddPasswordPei.inf
336
337 #
338 # Common FV checker/verifier/reporter
339 #
340 SecurityPkg/FvReportPei/FvReportPei.inf
341
342 [BuildOptions]
343 MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:256
344 INTEL:*_*_IA32_DLINK_FLAGS = /ALIGN:256
345 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
346