Revision: 16861
          http://sourceforge.net/p/edk2/code/16861
Author:   hwu1225
Date:     2015-02-13 05:32:53 +0000 (Fri, 13 Feb 2015)
Log Message:
-----------
MdeModulePkg: Refine the format of INF files.

(Sync patch r16635 from main trunk.)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <[email protected]>
Reviewed-by: Feng Tian <[email protected]>

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

Modified Paths:
--------------
    branches/UDK2014.SP1/ShellPkg/Library/UefiSortLib/UefiSortLib.inf

Modified: branches/UDK2014.SP1/ShellPkg/Library/UefiSortLib/UefiSortLib.inf
===================================================================
--- branches/UDK2014.SP1/ShellPkg/Library/UefiSortLib/UefiSortLib.inf   
2015-02-13 05:32:06 UTC (rev 16860)
+++ branches/UDK2014.SP1/ShellPkg/Library/UefiSortLib/UefiSortLib.inf   
2015-02-13 05:32:53 UTC (rev 16861)
@@ -1,7 +1,7 @@
 ##  @file
 #   Library used for sorting routines.
 #
-#  Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved. <BR>
+#  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved. <BR>
 #
 #  This program and the accompanying materials
 #  are licensed and made available under the terms and conditions of the BSD 
License
@@ -41,6 +41,6 @@
   DevicePathLib
 
 [Protocols]
-  gEfiUnicodeCollation2ProtocolGuid                       # ALWAYS_CONSUMED
-  gEfiDevicePathProtocolGuid                              # ALWAYS_CONSUMED
+  gEfiUnicodeCollation2ProtocolGuid                       ## CONSUMES
+  gEfiDevicePathProtocolGuid                              ## CONSUMES
 


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to