From ecd07f373707981687b5d66b62c3812cfe587faf Mon Sep 17 00:00:00 2001 From: Qiu Shumin Date: Thu, 22 Jan 2015 01:44:11 +0000 Subject: ShellPkg: Refine the fomat in INF/DEC files to follow spec. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16634 6f19259b-4bc3-4df7-8a09-765794883524 --- .../UefiShellNetwork1CommandsLib.inf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'ShellPkg/Library/UefiShellNetwork1CommandsLib') diff --git a/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf b/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf index 4857a7e795..527d2efbf0 100644 --- a/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf +++ b/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf @@ -1,7 +1,7 @@ ## @file # Provides shell network1 functions # -# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 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 @@ -51,17 +51,17 @@ NetLib [Pcd] - gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED + gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES [Protocols] - gEfiCpuArchProtocolGuid # ALWAYS_CONSUMED - gEfiIp6ProtocolGuid # SOMETIMES_CONSUMED - gEfiIp6ServiceBindingProtocolGuid # SOMETIMES_CONSUMED - gEfiIp6ConfigProtocolGuid # SOMETIMES_CONSUMED + gEfiCpuArchProtocolGuid ## CONSUMES + gEfiIp6ProtocolGuid ## SOMETIMES_CONSUMES + gEfiIp6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES + gEfiIp6ConfigProtocolGuid ## SOMETIMES_CONSUMES - gEfiIp6ProtocolGuid # SOMETIMES_CONSUMED - gEfiIp6ServiceBindingProtocolGuid # SOMETIMES_CONSUMED - gEfiIp6ConfigProtocolGuid # SOMETIMES_CONSUMED + gEfiIp6ProtocolGuid ## SOMETIMES_CONSUMES + gEfiIp6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES + gEfiIp6ConfigProtocolGuid ## SOMETIMES_CONSUMES [Guids] - gShellNetwork1HiiGuid \ No newline at end of file + gShellNetwork1HiiGuid ## SOMETIMES_CONSUMES ## HII \ No newline at end of file -- cgit v1.2.3