diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-18 09:26:33 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-18 09:26:33 +0000 |
commit | d5aace25902674a88648af929a5fc2bdbca29b00 (patch) | |
tree | edb3ea314d683e0930f881c84b64f4fadea581c5 | |
parent | 25366245f586af7de63fa60ba328879707f25563 (diff) | |
download | edk2-platforms-d5aace25902674a88648af929a5fc2bdbca29b00.tar.xz |
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
-rw-r--r-- | MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf | 3 | ||||
-rw-r--r-- | MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf | 6 |
2 files changed, 8 insertions, 1 deletions
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 |