Revision: 19277
          http://sourceforge.net/p/edk2/code/19277
Author:   hwu1225
Date:     2015-12-15 13:19:32 +0000 (Tue, 15 Dec 2015)
Log Message:
-----------
MdePkg: Correct Protocol usages in UefiDebugLibDebugPortProtocol

(Sync patch r18415 from main trunk.)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <[email protected]>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/18415

Modified Paths:
--------------
    branches/UDK2015/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c
    
branches/UDK2015/MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf

Modified: 
branches/UDK2015/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c
===================================================================
--- branches/UDK2015/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c    
2015-12-15 13:19:06 UTC (rev 19276)
+++ branches/UDK2015/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c    
2015-12-15 13:19:32 UTC (rev 19277)
@@ -327,3 +327,4 @@
 {
   return (BOOLEAN) ((ErrorLevel & PcdGet32(PcdFixedDebugPrintErrorLevel)) != 
0);
 }
+

Modified: 
branches/UDK2015/MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf
===================================================================
--- 
branches/UDK2015/MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf
     2015-12-15 13:19:06 UTC (rev 19276)
+++ 
branches/UDK2015/MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf
     2015-12-15 13:19:32 UTC (rev 19277)
@@ -48,7 +48,7 @@
   DebugPrintErrorLevelLib
 
 [Protocols]
-  gEfiDebugPortProtocolGuid                     ## UNDEFINED
+  gEfiDebugPortProtocolGuid                     ## CONSUMES
 
 [Pcd]
   gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue        ## 
SOMETIMES_CONSUMES


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to