]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add dependency of gEfiDpcProtocolGuid for these two library instances since they...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 18 Aug 2008 09:26:33 +0000 (09:26 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 18 Aug 2008 09:26:33 +0000 (09:26 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5681 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf

index 9268837ffe3d21835e78f59000145077f45e6d74..4c353a5f1d78fc2c45b24fdc0b334a4ccc84efd8 100644 (file)
@@ -44,3 +44,6 @@
 \r
 [Protocols]\r
   gEfiDpcProtocolGuid                  # PROTOCOL ALWAYS_CONSUMED\r
+\r
+[Depex]\r
+  gEfiDpcProtocolGuid
\ No newline at end of file
index 78fad5b5f3d20c776cb97703d223ba46e0a2be9e..db2c318afb54e08080ec02430c04131870343694 100644 (file)
@@ -57,4 +57,8 @@
   gEfiNicIp4ConfigProtocolGuid                  # PROTOCOL ALWAYS_CONSUMED\r
   gEfiDpcProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
   gEfiComponentNameProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiComponentName2ProtocolGuid                # PROTOCOL ALWAYS_CONSUMED
\ No newline at end of file
+  gEfiComponentName2ProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
+\r
+[Depex]\r
+  gEfiDpcProtocolGuid\r
+  
\ No newline at end of file