From d5aace25902674a88648af929a5fc2bdbca29b00 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Mon, 18 Aug 2008 09:26:33 +0000 Subject: [PATCH] Add dependency of gEfiDpcProtocolGuid for these two library instances since they retrieve these two protocols at the library constructors. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5681 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf | 3 +++ MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf b/MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf index 9268837ffe..4c353a5f1d 100644 --- a/MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf +++ b/MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf @@ -44,3 +44,6 @@ [Protocols] gEfiDpcProtocolGuid # PROTOCOL ALWAYS_CONSUMED + +[Depex] + gEfiDpcProtocolGuid \ No newline at end of file diff --git a/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf b/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf index 78fad5b5f3..db2c318afb 100644 --- a/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf +++ b/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf @@ -57,4 +57,8 @@ gEfiNicIp4ConfigProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiDpcProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED \ No newline at end of file + gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED + +[Depex] + gEfiDpcProtocolGuid + \ No newline at end of file -- 2.39.2