From: Marc-André Lureau Date: Fri, 23 Feb 2018 13:23:05 +0000 (+0100) Subject: SecurityPkg/Tcg2Pei: drop Tcg2PhysicalPresenceLib dependency X-Git-Tag: edk2-stable201903~2292 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=a39e72267034d0cae72be8741fff37f37e5da920 SecurityPkg/Tcg2Pei: drop Tcg2PhysicalPresenceLib dependency Apparently, unnecessary. Avoids extra build dependency and churn. CC: Laszlo Ersek CC: Stefan Berger Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Marc-André Lureau Reviewed-by: Laszlo Ersek Reviewed-by: Jiewen Yao --- diff --git a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c index a7ae3354b5..3758fc6a41 100644 --- a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c +++ b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c @@ -18,7 +18,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include -#include #include #include #include @@ -44,7 +43,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include -#include #define PERF_ID_TCG2_PEI 0x3080 diff --git a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf index f7b85444d9..bc910c3baf 100644 --- a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf +++ b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf @@ -58,7 +58,6 @@ PerformanceLib MemoryAllocationLib ReportStatusCodeLib - Tcg2PhysicalPresenceLib ResetSystemLib [Guids]