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