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>
|
Thomas Palmer | 3b60842 | 2015-10-09 06:03:26 +0000 | [diff] [blame^] | 5 | # (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 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
|
Chao Zhang | 0cebfe8 | 2015-08-20 02:57:05 +0000 | [diff] [blame] | 19 | PLATFORM_VERSION = 0.96
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 20 | 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
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 36 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 37 |
|
| 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, Jiewen | 5dbb663 | 2015-01-13 01:18:11 +0000 | [diff] [blame] | 46 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
| 47 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 48 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
| 49 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
| 50 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 51 | 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
|
gdong1 | 607599b | 2011-09-27 08:44:33 +0000 | [diff] [blame] | 55 | PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
|
| 56 | TcgPhysicalPresenceLib|SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
|
czhang46 | a332cfd | 2012-11-27 05:16:15 +0000 | [diff] [blame] | 57 | TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 58 | Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
|
| 59 | Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
|
Yao, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 60 | Tcg2PhysicalPresenceLib|SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 61 | TrEEPhysicalPresenceLib|SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.inf
|
Yao, Jiewen | 4610b23 | 2015-01-12 03:16:49 +0000 | [diff] [blame] | 62 | TcgPpVendorLib|SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf
|
Yao, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 63 | Tcg2PpVendorLib|SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
|
Yao, Jiewen | 4610b23 | 2015-01-12 03:16:49 +0000 | [diff] [blame] | 64 | TrEEPpVendorLib|SecurityPkg/Library/TrEEPpVendorLibNull/TrEEPpVendorLibNull.inf
|
Thomas Palmer | 3b60842 | 2015-10-09 06:03:26 +0000 | [diff] [blame^] | 65 | RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 66 |
|
| 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
|
tye1 | 3b947ef | 2012-07-20 03:36:21 +0000 | [diff] [blame] | 73 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 74 | HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
|
Yao, Jiewen | 5dbb663 | 2015-01-13 01:18:11 +0000 | [diff] [blame] | 75 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 76 | Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
|
| 77 | Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
|
Yao, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 78 | Tcg2PhysicalPresenceLib|SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
|
Thomas Palmer | 3b60842 | 2015-10-09 06:03:26 +0000 | [diff] [blame^] | 79 | RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 80 |
|
| 81 | [LibraryClasses.common.DXE_DRIVER]
|
| 82 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 83 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
tye1 | 3b947ef | 2012-07-20 03:36:21 +0000 | [diff] [blame] | 84 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 85 | HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
|
| 86 | Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
|
Yao, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 87 | Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 88 |
|
| 89 | [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] | 90 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 91 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 92 | HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
|
| 93 | Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
|
Yao, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 94 | Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 95 |
|
tye1 | 3b947ef | 2012-07-20 03:36:21 +0000 | [diff] [blame] | 96 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
Yao, Jiewen | a782428 | 2015-01-13 01:23:15 +0000 | [diff] [blame] | 97 | ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
|
tye1 | 3b947ef | 2012-07-20 03:36:21 +0000 | [diff] [blame] | 98 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 99 | HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
|
| 100 | Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
|
Yao, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 101 | Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
|
tye1 | 3b947ef | 2012-07-20 03:36:21 +0000 | [diff] [blame] | 102 |
|
| 103 | [LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION]
|
| 104 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 105 | HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
|
| 106 | Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
|
Yao, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 107 | Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
|
tye1 | 3b947ef | 2012-07-20 03:36:21 +0000 | [diff] [blame] | 108 |
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 109 | [LibraryClasses.IPF.DXE_SAL_DRIVER]
|
| 110 | ExtendedSalLib|MdePkg/Library/DxeRuntimeExtendedSalLib/DxeRuntimeExtendedSalLib.inf
|
tye1 | 3b947ef | 2012-07-20 03:36:21 +0000 | [diff] [blame] | 111 | BaseCryptLib|CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 112 | HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
|
| 113 | Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
|
Yao, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 114 | Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 115 |
|
| 116 | [LibraryClasses.common.DXE_SMM_DRIVER]
|
niruiyu | 9a000b4 | 2011-10-19 12:40:52 +0000 | [diff] [blame] | 117 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 118 | SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
|
| 119 | MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
|
Yao, Jiewen | a782428 | 2015-01-13 01:23:15 +0000 | [diff] [blame] | 120 | ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
|
Yao, Jiewen | 9054e55 | 2015-02-02 14:43:28 +0000 | [diff] [blame] | 121 | SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 122 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 123 | Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
|
Yao, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 124 | Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
|
| 125 | Tcg2PhysicalPresenceLib|SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 126 |
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 127 | [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, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 134 | gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|3
|
| 135 | gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap|3
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 136 |
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 137 | [Components]
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 138 | SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
|
Dong Guo | 68d151b | 2014-03-21 00:57:42 +0000 | [diff] [blame] | 139 | #SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf
|
czhang46 | d0043e4 | 2012-09-13 08:34:32 +0000 | [diff] [blame] | 140 | SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.inf
|
Dong Guo | 68d151b | 2014-03-21 00:57:42 +0000 | [diff] [blame] | 141 | #SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf
|
| 142 | #SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerDxe.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 143 |
|
| 144 | #
|
| 145 | # Application
|
| 146 | #
|
Long, Qin | 3aa8dc6 | 2013-11-19 01:49:49 +0000 | [diff] [blame] | 147 | SecurityPkg/Application/RngTest/RngTest.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 148 |
|
| 149 | #
|
| 150 | # TPM
|
| 151 | #
|
| 152 | SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
|
lgao4 | cbcccd2 | 2013-05-13 02:36:09 +0000 | [diff] [blame] | 153 | SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 154 | SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
|
| 155 | SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
|
| 156 | SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
|
| 157 | SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
|
lgao4 | cbcccd2 | 2013-05-13 02:36:09 +0000 | [diff] [blame] | 158 |
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 159 | SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 160 | SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 161 |
|
| 162 | #
|
| 163 | # TPM2
|
| 164 | #
|
| 165 | SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
|
Yao, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 166 | SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
|
| 167 | SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
|
| 168 | #
|
| 169 | # TrEE - to be deprecated
|
| 170 | #
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 171 | 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, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 177 | SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
|
| 178 | #
|
| 179 | # TrEE - to be deprecated
|
| 180 | #
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 181 | 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, Jiewen | 724dcbb | 2015-05-05 01:40:16 +0000 | [diff] [blame] | 189 | #
|
Yao, Jiewen | 724dcbb | 2015-05-05 01:40:16 +0000 | [diff] [blame] | 190 | # Other
|
| 191 | #
|
Michael Kinney | 1a53a03 | 2014-08-14 06:31:34 +0000 | [diff] [blame] | 192 | SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf
|
| 193 | SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf
|
Star Zeng | a681166 | 2015-07-01 03:04:59 +0000 | [diff] [blame] | 194 |
|
| 195 | SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
|
| 196 |
|
lgao4 | cbcccd2 | 2013-05-13 02:36:09 +0000 | [diff] [blame] | 197 | [Components.IA32, Components.X64, Components.IPF]
|
Dong Guo | 2001537 | 2014-03-23 23:47:18 +0000 | [diff] [blame] | 198 | # SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf
|
Dong Guo | 68d151b | 2014-03-21 00:57:42 +0000 | [diff] [blame] | 199 | # SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProviderDxe.inf
|
lgao4 | cbcccd2 | 2013-05-13 02:36:09 +0000 | [diff] [blame] | 200 | SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
|
lgao4 | cbcccd2 | 2013-05-13 02:36:09 +0000 | [diff] [blame] | 201 |
|
| 202 | #
|
| 203 | # TPM
|
| 204 | #
|
| 205 | SecurityPkg/Tcg/TcgPei/TcgPei.inf
|
| 206 | SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 207 | SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf {
|
| 208 | <LibraryClasses>
|
| 209 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 210 | }
|
lgao4 | cbcccd2 | 2013-05-13 02:36:09 +0000 | [diff] [blame] | 211 |
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 212 | #
|
| 213 | # TPM2
|
| 214 | #
|
| 215 | SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
|
| 216 | SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
|
| 217 |
|
Yao, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 218 | 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 | #
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 247 | 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, Jiewen | b7a66f9 | 2015-05-08 07:25:06 +0000 | [diff] [blame] | 272 |
|
| 273 | #
|
| 274 | # Hash2
|
| 275 | #
|
| 276 | SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 277 |
|
Qin Long | 2d09349 | 2015-06-19 02:45:06 +0000 | [diff] [blame] | 278 | #
|
| 279 | # PKCS7 Verification
|
| 280 | #
|
| 281 | SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.inf
|
| 282 |
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 283 | [Components.IA32, Components.X64]
|
Yao, Jiewen | 70c7664 | 2015-07-28 07:20:58 +0000 | [diff] [blame] | 284 |
|
| 285 | SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf
|
lgao4 | cbcccd2 | 2013-05-13 02:36:09 +0000 | [diff] [blame] | 286 | SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
|
Yao, Jiewen | 1abfa4c | 2015-08-13 08:24:17 +0000 | [diff] [blame] | 287 | SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
|
| 288 | SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
|
| 289 | #
|
| 290 | # TrEE - to be deprecated
|
| 291 | #
|
jyao1 | c1d9324 | 2013-09-18 05:31:18 +0000 | [diff] [blame] | 292 | SecurityPkg/Tcg/TrEESmm/TrEESmm.inf
|
Long, Qin | 3aa8dc6 | 2013-11-19 01:49:49 +0000 | [diff] [blame] | 293 | #
|
| 294 | # Random Number Generator
|
| 295 | #
|
| 296 | SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 297 |
|
| 298 | [Components.IPF]
|
| 299 | SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.inf
|
| 300 |
|
gdong1 | 0c18794 | 2011-09-02 07:49:32 +0000 | [diff] [blame] | 301 | [BuildOptions]
|
| 302 | MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:256
|
| 303 | INTEL:*_*_IA32_DLINK_FLAGS = /ALIGN:256
|
| 304 |
|