From 7548947d040edfa915dbc05513b3eed074422daa Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Fri, 9 Mar 2018 20:06:31 +0100 Subject: [PATCH] SecurityPkg/TcgPei: drop PeiReadOnlyVariable from Depex TcgPei doesn't actually use the PEI-phase read-only variable service, so drop that from the Depex. This patch was inspired by commit ab9e11da6651 ("SecurityPkg/Tcg2Pei: drop PeiReadOnlyVariable from Depex", 2018-03-09). Cc: Chao Zhang Cc: Jiewen Yao Suggested-by: Chao Zhang Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Jiewen Yao Reviewed-by: Jordan Justen --- SecurityPkg/Tcg/TcgPei/TcgPei.inf | 1 - 1 file changed, 1 deletion(-) diff --git a/SecurityPkg/Tcg/TcgPei/TcgPei.inf b/SecurityPkg/Tcg/TcgPei/TcgPei.inf index 9a44d8fbda..57ce7263e9 100644 --- a/SecurityPkg/Tcg/TcgPei/TcgPei.inf +++ b/SecurityPkg/Tcg/TcgPei/TcgPei.inf @@ -85,7 +85,6 @@ [Depex] gEfiPeiMasterBootModePpiGuid AND - gEfiPeiReadOnlyVariable2PpiGuid AND gEfiTpmDeviceSelectedGuid [UserExtensions.TianoCore."ExtraFiles"] -- 2.39.2