Revision: 18415
          http://sourceforge.net/p/edk2/code/18415
Author:   lgao4
Date:     2015-09-08 08:28:56 +0000 (Tue, 08 Sep 2015)
Log Message:
-----------
MdePkg: Correct Protocol usages in UefiDebugLibDebugPortProtocol

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming....@intel.com>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c
    
trunk/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf

Modified: trunk/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c
===================================================================
--- trunk/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c  
2015-09-08 08:28:23 UTC (rev 18414)
+++ trunk/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c  
2015-09-08 08:28:56 UTC (rev 18415)
@@ -327,3 +327,4 @@
 {
   return (BOOLEAN) ((ErrorLevel & PcdGet32(PcdFixedDebugPrintErrorLevel)) != 
0);
 }
+

Modified: 
trunk/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf
===================================================================
--- 
trunk/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf
   2015-09-08 08:28:23 UTC (rev 18414)
+++ 
trunk/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf
   2015-09-08 08:28:56 UTC (rev 18415)
@@ -48,7 +48,7 @@
   DebugPrintErrorLevelLib
 
 [Protocols]
-  gEfiDebugPortProtocolGuid                     ## UNDEFINED
+  gEfiDebugPortProtocolGuid                     ## CONSUMES
 
 [Pcd]
   gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue        ## 
SOMETIMES_CONSUMES


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to