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