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