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 /MdeModulePkg/Library/DxeDpcLib | |
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
Diffstat (limited to 'MdeModulePkg/Library/DxeDpcLib')
-rw-r--r-- | MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf | 3 |
1 files changed, 3 insertions, 0 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 |