X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=SecurityPkg%2FTcg%2FTcgPei%2FTcgPei.inf;h=57ce7263e909ac5928edb0f43e665eac205fe24f;hb=7548947d040edfa915dbc05513b3eed074422daa;hp=56f87c2e1b19bc9f8b5e9c66c15f7ac9c1c8b14d;hpb=83a276f61342d0b0d94e96f7d0636bf9474b5ed1;p=mirror_edk2.git diff --git a/SecurityPkg/Tcg/TcgPei/TcgPei.inf b/SecurityPkg/Tcg/TcgPei/TcgPei.inf index 56f87c2e1b..57ce7263e9 100644 --- a/SecurityPkg/Tcg/TcgPei/TcgPei.inf +++ b/SecurityPkg/Tcg/TcgPei/TcgPei.inf @@ -4,7 +4,7 @@ # This module will initialize TPM device, measure reported FVs and BIOS version. # This module may also lock TPM physical presence and physicalPresenceLifetimeLock. # -# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -34,13 +34,11 @@ [Sources] TcgPei.c - TisPei.c - TpmComm.c - TpmComm.h [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec + CryptoPkg/CryptoPkg.dec SecurityPkg/SecurityPkg.dec [LibraryClasses] @@ -49,14 +47,15 @@ PeiServicesLib BaseMemoryLib DebugLib - TpmCommLib + BaseCryptLib + Tpm12DeviceLib TimerLib - IoLib PeiServicesTablePointerLib BaseLib PcdLib MemoryAllocationLib ReportStatusCodeLib + Tpm12CommandLib [Guids] gTcgEventEntryHobGuid ## PRODUCES ## HOB @@ -86,7 +85,6 @@ [Depex] gEfiPeiMasterBootModePpiGuid AND - gEfiPeiReadOnlyVariable2PpiGuid AND gEfiTpmDeviceSelectedGuid [UserExtensions.TianoCore."ExtraFiles"]