blob: 0908b26a7c2461d35ea40f2cdc48db6a491a4284 [file] [log] [blame]
gdong10c187942011-09-02 07:49:32 +00001## @file
2# Security Module Package for All Architectures.
3#
Yao, Jiewen4610b232015-01-12 03:16:49 +00004# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
Thomas Palmer3b608422015-10-09 06:03:26 +00005# (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
gdong10c187942011-09-02 07:49:32 +00006# 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
Chao Zhang0cebfe82015-08-20 02:57:05 +000019 PLATFORM_VERSION = 0.96
gdong10c187942011-09-02 07:49:32 +000020 DSC_SPECIFICATION = 0x00010005
21 OUTPUT_DIRECTORY = Build/SecurityPkg
22 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
23 BUILD_TARGETS = DEBUG|RELEASE
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
jyao1c1d93242013-09-18 05:31:18 +000036 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
gdong10c187942011-09-02 07:49:32 +000037
38 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
39 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
40 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
41 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
42 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
43 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
44 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
45 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
Yao, Jiewen5dbb6632015-01-13 01:18:11 +000046 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
47 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
gdong10c187942011-09-02 07:49:32 +000048 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
49 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
50 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
gdong10c187942011-09-02 07:49:32 +000051 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
52 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
53 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
54 TpmCommLib|SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
gdong1607599b2011-09-27 08:44:33 +000055 PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
56 TcgPhysicalPresenceLib|SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
czhang46a332cfd2012-11-27 05:16:15 +000057 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
jyao1c1d93242013-09-18 05:31:18 +000058 Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
59 Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +000060 Tcg2PhysicalPresenceLib|SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
jyao1c1d93242013-09-18 05:31:18 +000061 TrEEPhysicalPresenceLib|SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.inf
Yao, Jiewen4610b232015-01-12 03:16:49 +000062 TcgPpVendorLib|SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +000063 Tcg2PpVendorLib|SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
Yao, Jiewen4610b232015-01-12 03:16:49 +000064 TrEEPpVendorLib|SecurityPkg/Library/TrEEPpVendorLibNull/TrEEPpVendorLibNull.inf
Thomas Palmer3b608422015-10-09 06:03:26 +000065 RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
gdong10c187942011-09-02 07:49:32 +000066
67[LibraryClasses.common.PEIM]
68 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
69 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
70 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
71 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
72 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
tye13b947ef2012-07-20 03:36:21 +000073 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
jyao1c1d93242013-09-18 05:31:18 +000074 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
Yao, Jiewen5dbb6632015-01-13 01:18:11 +000075 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
jyao1c1d93242013-09-18 05:31:18 +000076 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
77 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +000078 Tcg2PhysicalPresenceLib|SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
Thomas Palmer3b608422015-10-09 06:03:26 +000079 RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
gdong10c187942011-09-02 07:49:32 +000080
81[LibraryClasses.common.DXE_DRIVER]
82 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
83 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
tye13b947ef2012-07-20 03:36:21 +000084 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
jyao1c1d93242013-09-18 05:31:18 +000085 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
86 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +000087 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
gdong10c187942011-09-02 07:49:32 +000088
89[LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.DXE_SAL_DRIVER,]
niruiyu9a000b42011-10-19 12:40:52 +000090 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
gdong10c187942011-09-02 07:49:32 +000091 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
jyao1c1d93242013-09-18 05:31:18 +000092 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
93 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +000094 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
gdong10c187942011-09-02 07:49:32 +000095
tye13b947ef2012-07-20 03:36:21 +000096[LibraryClasses.common.DXE_RUNTIME_DRIVER]
Yao, Jiewena7824282015-01-13 01:23:15 +000097 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
tye13b947ef2012-07-20 03:36:21 +000098 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
jyao1c1d93242013-09-18 05:31:18 +000099 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
100 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +0000101 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
tye13b947ef2012-07-20 03:36:21 +0000102
103[LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION]
104 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
jyao1c1d93242013-09-18 05:31:18 +0000105 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
106 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +0000107 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
tye13b947ef2012-07-20 03:36:21 +0000108
gdong10c187942011-09-02 07:49:32 +0000109[LibraryClasses.IPF.DXE_SAL_DRIVER]
110 ExtendedSalLib|MdePkg/Library/DxeRuntimeExtendedSalLib/DxeRuntimeExtendedSalLib.inf
tye13b947ef2012-07-20 03:36:21 +0000111 BaseCryptLib|CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf
jyao1c1d93242013-09-18 05:31:18 +0000112 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
113 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +0000114 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
gdong10c187942011-09-02 07:49:32 +0000115
116[LibraryClasses.common.DXE_SMM_DRIVER]
niruiyu9a000b42011-10-19 12:40:52 +0000117 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
gdong10c187942011-09-02 07:49:32 +0000118 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
119 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
Yao, Jiewena7824282015-01-13 01:23:15 +0000120 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
Yao, Jiewen9054e552015-02-02 14:43:28 +0000121 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
gdong10c187942011-09-02 07:49:32 +0000122 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
jyao1c1d93242013-09-18 05:31:18 +0000123 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +0000124 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
125 Tcg2PhysicalPresenceLib|SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
gdong10c187942011-09-02 07:49:32 +0000126
jyao1c1d93242013-09-18 05:31:18 +0000127[PcdsDynamicDefault.common.DEFAULT]
128 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0xb6, 0xe5, 0x01, 0x8b, 0x19, 0x4f, 0xe8, 0x46, 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc}
129 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2InitializationPolicy|1
130 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2SelfTestPolicy|1
131 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2ScrtmPolicy|1
132 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1
133 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +0000134 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|3
135 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap|3
jyao1c1d93242013-09-18 05:31:18 +0000136
gdong10c187942011-09-02 07:49:32 +0000137[Components]
gdong10c187942011-09-02 07:49:32 +0000138 SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
Dong Guo68d151b2014-03-21 00:57:42 +0000139 #SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf
czhang46d0043e42012-09-13 08:34:32 +0000140 SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.inf
Dong Guo68d151b2014-03-21 00:57:42 +0000141 #SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf
142 #SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerDxe.inf
gdong10c187942011-09-02 07:49:32 +0000143
144 #
145 # Application
146 #
Long, Qin3aa8dc62013-11-19 01:49:49 +0000147 SecurityPkg/Application/RngTest/RngTest.inf
gdong10c187942011-09-02 07:49:32 +0000148
149 #
150 # TPM
151 #
152 SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
lgao4cbcccd22013-05-13 02:36:09 +0000153 SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
jyao1c1d93242013-09-18 05:31:18 +0000154 SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
155 SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
156 SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
157 SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
lgao4cbcccd22013-05-13 02:36:09 +0000158
gdong10c187942011-09-02 07:49:32 +0000159 SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
gdong10c187942011-09-02 07:49:32 +0000160 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
jyao1c1d93242013-09-18 05:31:18 +0000161
162 #
163 # TPM2
164 #
165 SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +0000166 SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
167 SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
168 #
169 # TrEE - to be deprecated
170 #
jyao1c1d93242013-09-18 05:31:18 +0000171 SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.inf
172
173 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
174 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
175
176 SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +0000177 SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
178 #
179 # TrEE - to be deprecated
180 #
jyao1c1d93242013-09-18 05:31:18 +0000181 SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.inf
182 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
183 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
184 SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
185 SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
186
187 SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf
188
Yao, Jiewen724dcbb2015-05-05 01:40:16 +0000189 #
Yao, Jiewen724dcbb2015-05-05 01:40:16 +0000190 # Other
191 #
Michael Kinney1a53a032014-08-14 06:31:34 +0000192 SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf
193 SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf
Star Zenga6811662015-07-01 03:04:59 +0000194
195 SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
196
lgao4cbcccd22013-05-13 02:36:09 +0000197[Components.IA32, Components.X64, Components.IPF]
Dong Guo20015372014-03-23 23:47:18 +0000198# SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf
Dong Guo68d151b2014-03-21 00:57:42 +0000199# SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProviderDxe.inf
lgao4cbcccd22013-05-13 02:36:09 +0000200 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
lgao4cbcccd22013-05-13 02:36:09 +0000201
202 #
203 # TPM
204 #
205 SecurityPkg/Tcg/TcgPei/TcgPei.inf
206 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
gdong10c187942011-09-02 07:49:32 +0000207 SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf {
208 <LibraryClasses>
209 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
210 }
lgao4cbcccd22013-05-13 02:36:09 +0000211
jyao1c1d93242013-09-18 05:31:18 +0000212 #
213 # TPM2
214 #
215 SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
216 SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
217
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +0000218 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf {
219 <LibraryClasses>
220 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
221 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
222 }
223 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
224 <LibraryClasses>
225 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
226 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
227 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
228 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
229 }
230
231 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {
232 <LibraryClasses>
233 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
234 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
235 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
236 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
237 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
238 }
239 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf {
240 <LibraryClasses>
241 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
242 }
243
244 #
245 # TrEE - to be deprecated
246 #
jyao1c1d93242013-09-18 05:31:18 +0000247 SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf {
248 <LibraryClasses>
249 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
250 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
251 }
252 SecurityPkg/Tcg/TrEEPei/TrEEPei.inf {
253 <LibraryClasses>
254 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
255 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
256 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
257 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
258 }
259
260 SecurityPkg/Tcg/TrEEDxe/TrEEDxe.inf {
261 <LibraryClasses>
262 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
263 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
264 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
265 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
266 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
267 }
268 SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxe.inf {
269 <LibraryClasses>
270 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.inf
271 }
Yao, Jiewenb7a66f92015-05-08 07:25:06 +0000272
273 #
274 # Hash2
275 #
276 SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
jyao1c1d93242013-09-18 05:31:18 +0000277
Qin Long2d093492015-06-19 02:45:06 +0000278 #
279 # PKCS7 Verification
280 #
281 SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.inf
282
gdong10c187942011-09-02 07:49:32 +0000283[Components.IA32, Components.X64]
Yao, Jiewen70c76642015-07-28 07:20:58 +0000284
285 SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf
lgao4cbcccd22013-05-13 02:36:09 +0000286 SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
Yao, Jiewen1abfa4c2015-08-13 08:24:17 +0000287 SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
288 SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
289 #
290 # TrEE - to be deprecated
291 #
jyao1c1d93242013-09-18 05:31:18 +0000292 SecurityPkg/Tcg/TrEESmm/TrEESmm.inf
Long, Qin3aa8dc62013-11-19 01:49:49 +0000293 #
294 # Random Number Generator
295 #
296 SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
gdong10c187942011-09-02 07:49:32 +0000297
298[Components.IPF]
299 SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.inf
300
gdong10c187942011-09-02 07:49:32 +0000301[BuildOptions]
302 MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:256
303 INTEL:*_*_IA32_DLINK_FLAGS = /ALIGN:256
304