]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/SecurityPkg.dsc
SecurityPkg: Use IsZeroGuid API for zero GUID checking
[mirror_edk2.git] / SecurityPkg / SecurityPkg.dsc
1 ## @file
2 # Security Module Package for All Architectures.
3 #
4 # Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 PLATFORM_NAME = SecurityPkg
18 PLATFORM_GUID = B2C4614D-AE76-47ba-B876-5988BFED064F
19 PLATFORM_VERSION = 0.96
20 DSC_SPECIFICATION = 0x00010005
21 OUTPUT_DIRECTORY = Build/SecurityPkg
22 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
23 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
24 SKUID_IDENTIFIER = DEFAULT
25
26 [LibraryClasses]
27 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
28 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
29 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
30 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
31 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
32 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
33 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
34 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
35 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
36 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
37 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
38 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
39
40 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
41 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
42 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
43 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
44 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
45 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
46 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
47 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
48 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
49 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
50 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
51 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
52 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
53 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
54 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
55 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
56 TpmCommLib|SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
57 PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
58 TcgPhysicalPresenceLib|SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
59 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
60 Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
61 Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
62 Tcg2PhysicalPresenceLib|SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
63 TrEEPhysicalPresenceLib|SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.inf
64 TcgPpVendorLib|SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf
65 Tcg2PpVendorLib|SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
66 TrEEPpVendorLib|SecurityPkg/Library/TrEEPpVendorLibNull/TrEEPpVendorLibNull.inf
67 RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
68 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
69 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
70 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
71 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
72 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
73 TcgStorageCoreLib|SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf
74 TcgStorageOpalLib|SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
75 OpalPasswordSupportLib|SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf
76
77 [LibraryClasses.common.PEIM]
78 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
79 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
80 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
81 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
82 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
83 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
84 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
85 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
86 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
87 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
88 Tcg2PhysicalPresenceLib|SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
89 RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
90
91 [LibraryClasses.common.DXE_DRIVER]
92 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
93 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
94 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
95 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
96 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
97 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
98 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
99
100 [LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.DXE_SAL_DRIVER,]
101 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
102 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
103 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
104 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
105 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
106
107 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
108 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
109 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
110 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
111 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
112 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
113
114 [LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION]
115 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
116 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
117 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
118 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
119
120 [LibraryClasses.IPF.DXE_SAL_DRIVER]
121 ExtendedSalLib|MdePkg/Library/DxeRuntimeExtendedSalLib/DxeRuntimeExtendedSalLib.inf
122 BaseCryptLib|CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf
123 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
124 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
125 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
126
127 [LibraryClasses.common.DXE_SMM_DRIVER]
128 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
129 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
130 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
131 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
132 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
133 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
134 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
135 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
136 Tcg2PhysicalPresenceLib|SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
137
138 [PcdsDynamicDefault.common.DEFAULT]
139 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0xb6, 0xe5, 0x01, 0x8b, 0x19, 0x4f, 0xe8, 0x46, 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc}
140 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2InitializationPolicy|1
141 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2SelfTestPolicy|1
142 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2ScrtmPolicy|1
143 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1
144 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1
145 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|3
146 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap|3
147
148 [Components]
149 SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
150 #SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf
151 SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.inf
152 #SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf
153 #SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerDxe.inf
154
155 #
156 # Application
157 #
158 SecurityPkg/Application/RngTest/RngTest.inf
159
160 #
161 # TPM
162 #
163 SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
164 SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
165 SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
166 SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
167 SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
168 SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
169
170 SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
171 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
172
173 #
174 # TPM2
175 #
176 SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
177 SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
178 SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
179 #
180 # TrEE - to be deprecated
181 #
182 SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.inf
183
184 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
185 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
186
187 SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
188 SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
189 #
190 # TrEE - to be deprecated
191 #
192 SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.inf
193 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
194 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
195 SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
196 SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
197
198 SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf
199
200 #
201 # TCG Storage.
202 #
203 SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf
204 SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
205 SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf
206
207 #
208 # Other
209 #
210 SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf
211 SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf
212
213 SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
214
215 [Components.IA32, Components.X64, Components.IPF]
216 # SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf
217 # SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProviderDxe.inf
218 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
219
220 #
221 # TPM
222 #
223 SecurityPkg/Tcg/TcgPei/TcgPei.inf
224 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
225 SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf {
226 <LibraryClasses>
227 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
228 }
229
230 #
231 # TPM2
232 #
233 SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
234 SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
235
236 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf {
237 <LibraryClasses>
238 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
239 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
240 }
241 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
242 <LibraryClasses>
243 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
244 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
245 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
246 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
247 }
248
249 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {
250 <LibraryClasses>
251 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
252 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
253 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
254 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
255 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
256 }
257 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf {
258 <LibraryClasses>
259 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
260 }
261
262 #
263 # TrEE - to be deprecated
264 #
265 SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf {
266 <LibraryClasses>
267 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
268 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
269 }
270 SecurityPkg/Tcg/TrEEPei/TrEEPei.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 }
277
278 SecurityPkg/Tcg/TrEEDxe/TrEEDxe.inf {
279 <LibraryClasses>
280 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
281 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
282 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
283 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
284 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
285 }
286 SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxe.inf {
287 <LibraryClasses>
288 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.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 # TrEE - to be deprecated
309 #
310 SecurityPkg/Tcg/TrEESmm/TrEESmm.inf
311 #
312 # Random Number Generator
313 #
314 SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
315
316 #
317 # Opal Password solution
318 #
319 SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalPasswordDxe.inf
320 SecurityPkg/Tcg/Opal/OpalPasswordSmm/OpalPasswordSmm.inf
321
322 [Components.IPF]
323 SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.inf
324
325 [BuildOptions]
326 MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:256
327 INTEL:*_*_IA32_DLINK_FLAGS = /ALIGN:256
328 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
329