From 909ac47bf94b3fb375b79774a839980b43bf8e0a Mon Sep 17 00:00:00 2001 From: Shumin Qiu Date: Fri, 23 Jan 2015 05:52:25 +0000 Subject: 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 Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16646 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/BaseLib.h | 2 +- MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h index 750f82e8f7..59cf4ed9f1 100644 --- a/MdePkg/Include/Library/BaseLib.h +++ b/MdePkg/Include/Library/BaseLib.h @@ -1627,7 +1627,7 @@ CHAR16* EFIAPI PathCleanUpDirectories( IN CHAR16 *Path -); + ); // // Linked List Functions and Macros diff --git a/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf b/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf index 832e949b92..6c98df00db 100644 --- a/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf +++ b/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf @@ -1,7 +1,7 @@ ## @file # Provides interface to shell functionality for shell commands and applications. # -# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
# 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 -- cgit v1.2.3