Revision: 16862
          http://sourceforge.net/p/edk2/code/16862
Author:   hwu1225
Date:     2015-02-13 05:33:33 +0000 (Fri, 13 Feb 2015)
Log Message:
-----------
MdePkg: Refine the format of INF files and the declaration in header file.

(Sync patch r16646 from main trunk.)

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

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

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

Modified: 
branches/UDK2014.SP1/ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
===================================================================
--- 
branches/UDK2014.SP1/ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf   
    2015-02-13 05:32:53 UTC (rev 16861)
+++ 
branches/UDK2014.SP1/ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf   
    2015-02-13 05:33:33 UTC (rev 16862)
@@ -1,7 +1,7 @@
 ##  @file
 # Provides interface to shell functionality for shell commands and 
applications.
 #
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved. <BR>
+#   Copyright (c) 2006 - 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,10 +41,10 @@
   PcdLib
 
 [Protocols]
-  gEfiSimpleFileSystemProtocolGuid             # ALWAYS_USED
+  gEfiSimpleFileSystemProtocolGuid              ## SOMETIMES_CONSUMES
 
 [Guids]
-  gEfiFileInfoGuid                              # ALWAYS_CONSUMED
+  gEfiFileInfoGuid                              ## SOMETIMES_CONSUMES ## GUID
 
 [Pcd.common]
-  gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize # ALWAYS_CONSUMED
+  gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize ## SOMETIMES_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