Revision: 16646
          http://sourceforge.net/p/edk2/code/16646
Author:   shenshushi
Date:     2015-01-23 05:52:25 +0000 (Fri, 23 Jan 2015)
Log Message:
-----------
MdePkg: Refine the format of INF files and the declaration in header file.

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

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/Library/BaseLib.h
    trunk/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf

Modified: trunk/edk2/MdePkg/Include/Library/BaseLib.h
===================================================================
--- trunk/edk2/MdePkg/Include/Library/BaseLib.h 2015-01-23 05:51:07 UTC (rev 
16645)
+++ trunk/edk2/MdePkg/Include/Library/BaseLib.h 2015-01-23 05:52:25 UTC (rev 
16646)
@@ -1627,7 +1627,7 @@
 EFIAPI
 PathCleanUpDirectories(
   IN CHAR16 *Path
-);
+  );
 
 //
 // Linked List Functions and Macros

Modified: trunk/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
===================================================================
--- trunk/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf   
2015-01-23 05:51:07 UTC (rev 16645)
+++ trunk/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf   
2015-01-23 05:52:25 UTC (rev 16646)
@@ -1,7 +1,7 @@
 ##  @file
 # Provides interface to shell functionality for shell commands and 
applications.
 #
-#   Copyright (c) 2006 - 2014, 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
 #   which accompanies this distribution. The full text of the license may be 
found at
@@ -38,10 +38,10 @@
   PcdLib
 
 [Protocols]
-  gEfiSimpleFileSystemProtocolGuid             # ALWAYS_USED
+  gEfiSimpleFileSystemProtocolGuid              ## SOMETIMES_CONSUMES
 
 [Guids]
-  gEfiFileInfoGuid                              # ALWAYS_CONSUMED
+  gEfiFileInfoGuid                              ## SOMETIMES_CONSUMES ## GUID
 
 [Pcd.common]
-  gEfiMdePkgTokenSpaceGuid.PcdUefiFileHandleLibPrintBufferSize  # 
ALWAYS_CONSUMED
+  gEfiMdePkgTokenSpaceGuid.PcdUefiFileHandleLibPrintBufferSize  ## 
SOMETIMES_CONSUMES


------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to