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