From c0bf47682d6bcecc3889ff849c81cc06a22debc4 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Mon, 2 Jul 2018 11:16:22 +0800 Subject: [PATCH] MdeModulePkg/[Pei|Dxe]ResetSystemLib: Add PPI/Protocol dependency Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni Reviewed-by: Star Zeng --- MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf | 3 +++ MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf | 2 ++ 2 files changed, 5 insertions(+) diff --git a/MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf b/MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf index 5cd52d8859..e25c3e7d55 100644 --- a/MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf +++ b/MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf @@ -36,3 +36,6 @@ [LibraryClasses] UefiRuntimeServicesTableLib + +[Depex] + gEfiResetArchProtocolGuid diff --git a/MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf b/MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf index b1b9388c63..5af03f305c 100644 --- a/MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf +++ b/MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf @@ -37,3 +37,5 @@ [LibraryClasses] PeiServicesLib +[Depex] + gEfiPeiReset2PpiGuid -- 2.39.2