ShellPkg: Refine the fomat in INF/DEC files to follow spec.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>





git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16634 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Qiu Shumin 2015-01-22 01:44:11 +00:00 committed by shenshushi
parent 1b354b080c
commit ecd07f3737
15 changed files with 260 additions and 261 deletions

View File

@ -2,7 +2,7 @@
# This is the shell application # This is the shell application
# #
# Copyright (c) 2013, Hewlett-Packard Development Company, L.P. # Copyright (c) 2013, Hewlett-Packard Development Company, L.P.
# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -72,39 +72,39 @@
HandleParsingLib HandleParsingLib
[Guids] [Guids]
gShellVariableGuid # ALWAYS_CONSUMES gShellVariableGuid ## CONSUMES ## GUID
gShellMapGuid # ALWAYS_CONSUMES gShellMapGuid ## CONSUMES ## GUID
gShellAliasGuid # ALWAYS_CONSUMES gShellAliasGuid ## CONSUMES ## GUID
[Protocols] [Protocols]
gEfiShellProtocolGuid # ALWAYS_PRODUCES gEfiShellProtocolGuid ## PRODUCES
# SOMETIMES_CONSUMES ## SOMETIMES_CONSUMES
gEfiShellParametersProtocolGuid # ALWAYS_PRODUCES gEfiShellParametersProtocolGuid ## PRODUCES
# SOMETIMES_CONSUMES ## SOMETIMES_CONSUMES
# gEfiShellEnvironment2Guid # SOMETIMES_PRODUCES # gEfiShellEnvironment2Guid ## SOMETIMES_PRODUCES
# gEfiShellInterfaceGuid # SOMETIMES_PRODUCES # gEfiShellInterfaceGuid ## SOMETIMES_PRODUCES
gEfiSimpleTextInputExProtocolGuid # ALWAYS_CONSUMES gEfiSimpleTextInputExProtocolGuid ## CONSUMES
gEfiSimpleTextInProtocolGuid # ALWAYS_CONSUMES gEfiSimpleTextInProtocolGuid ## CONSUMES
gEfiSimpleTextOutProtocolGuid # ALWAYS_CONSUMES gEfiSimpleTextOutProtocolGuid ## CONSUMES
gEfiSimpleFileSystemProtocolGuid # ALWAYS_CONSUMES gEfiSimpleFileSystemProtocolGuid ## CONSUMES
gEfiLoadedImageProtocolGuid # ALWAYS_CONSUMES gEfiLoadedImageProtocolGuid ## CONSUMES
gEfiComponentName2ProtocolGuid # ALWAYS_CONSUMES gEfiComponentName2ProtocolGuid ## CONSUMES
gEfiUnicodeCollation2ProtocolGuid # ALWAYS_CONSUMES gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
gEfiDevicePathProtocolGuid # ALWAYS_CONSUMES gEfiDevicePathProtocolGuid ## CONSUMES
[Pcd] [Pcd]
gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel # ALWAYS_CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellSupportOldProtocols # ALWAYS_CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellSupportOldProtocols ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellRequireHiiPlatform # ALWAYS_CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellRequireHiiPlatform ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellSupportFrameworkHii # ALWAYS_CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellSupportFrameworkHii ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellPageBreakDefault # ALWAYS_CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellPageBreakDefault ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize # ALWAYS_CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellInsertModeDefault # ALWAYS_CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellInsertModeDefault ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellScreenLogCount # ALWAYS_CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellScreenLogCount ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength # ALWAYS_CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize # ALWAYS_CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellForceConsole # ALWAYS_CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellForceConsole ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellSupplier # ALWAYS_CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellSupplier ## CONSUMES

View File

@ -1,7 +1,7 @@
## @file ## @file
# Display Performance Application, Module information file. # Display Performance Application, Module information file.
# #
# Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved. # Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # 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 # which accompanies this distribution. The full text of the license may be found at
@ -65,11 +65,11 @@
DevicePathLib DevicePathLib
[Protocols] [Protocols]
gEfiLoadedImageProtocolGuid # ALWAYS_CONSUMED gEfiLoadedImageProtocolGuid ## CONSUMES
gEfiDriverBindingProtocolGuid # SOMETIMES_CONSUMED gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMES
gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES
gEfiLoadedImageDevicePathProtocolGuid # SOMETIMES_CONSUMED gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMES
[Pcd] [Pcd]
gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize ## UNDEFINED
gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES

View File

@ -1,7 +1,7 @@
## @file ## @file
# Provides interface to advanced shell functionality for parsing both handle and protocol database. # Provides interface to advanced shell functionality for parsing both handle and protocol database.
# Copyright (c) 2013 - 2014, Hewlett-Packard Development Company, L.P.<BR> # Copyright (c) 2013 - 2014, Hewlett-Packard Development Company, L.P.<BR>
# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved. <BR> # Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved. <BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -54,12 +54,12 @@
gEfiSimpleFileSystemProtocolGuid ## CONSUMES gEfiSimpleFileSystemProtocolGuid ## CONSUMES
# shell 2.0 # shell 2.0
gEfiShellProtocolGuid ##SOMETIMES_CONSUMED gEfiShellProtocolGuid ## SOMETIMES_CONSUMES
gEfiShellParametersProtocolGuid ##SOMETIMES_CONSUMED gEfiShellParametersProtocolGuid ## SOMETIMES_CONSUMES
# 'old' shell # 'old' shell
gEfiShellEnvironment2Guid ##SOMETIMES_CONSUMED gEfiShellEnvironment2Guid ## SOMETIMES_CONSUMES
gEfiShellInterfaceGuid ##SOMETIMES_CONSUMED gEfiShellInterfaceGuid ## SOMETIMES_CONSUMES
gEfiUnicodeCollation2ProtocolGuid ## CONSUMES gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
gEfiDevicePathToTextProtocolGuid ## CONSUMES gEfiDevicePathToTextProtocolGuid ## CONSUMES
@ -175,8 +175,8 @@
gEfiShellDynamicCommandProtocolGuid ## UNDEFINED gEfiShellDynamicCommandProtocolGuid ## UNDEFINED
[Guids] [Guids]
gEfiFileInfoGuid ##CONSUMES gEfiFileInfoGuid ## CONSUMES ## GUID
gEfiShellEnvironment2ExtGuid ##CONSUMES gEfiShellEnvironment2ExtGuid ## CONSUMES ## GUID
gEfiPcAnsiGuid ## UNDEFINED gEfiPcAnsiGuid ## UNDEFINED
gEfiVT100Guid ## UNDEFINED gEfiVT100Guid ## UNDEFINED
gEfiVT100PlusGuid ## UNDEFINED gEfiVT100PlusGuid ## UNDEFINED
@ -189,9 +189,9 @@
gEfiPartTypeSystemPartGuid ## UNDEFINED gEfiPartTypeSystemPartGuid ## UNDEFINED
gEfiPartTypeLegacyMbrGuid ## UNDEFINED gEfiPartTypeLegacyMbrGuid ## UNDEFINED
gHandleParsingHiiGuid ## UNDEFINED gHandleParsingHiiGuid ## UNDEFINED
gEfiAdapterInfoMediaStateGuid ##SOMETIMES CONSUMES gEfiAdapterInfoMediaStateGuid ## SOMETIMES_CONSUMES ## GUID
gEfiAdapterInfoNetworkBootGuid ##SOMETIMES CONSUMES gEfiAdapterInfoNetworkBootGuid ## SOMETIMES_CONSUMES ## GUID
gEfiAdapterInfoSanMacAddressGuid ##SOMETIMES CONSUMES gEfiAdapterInfoSanMacAddressGuid ## SOMETIMES_CONSUMES ## GUID
[Pcd.common] [Pcd.common]
gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize ## CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize ## CONSUMES

View File

@ -1,7 +1,7 @@
## @file ## @file
# Provides shell install1 functions # Provides shell install1 functions
# #
# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved. <BR> # Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved. <BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -43,4 +43,4 @@
PrintLib PrintLib
[Guids] [Guids]
gShellBcfgHiiGuid gShellBcfgHiiGuid ## SOMETIMES_CONSUMES ## HII

View File

@ -1,7 +1,7 @@
## @file ## @file
# Provides interface to shell functionality for shell commands and applications. # Provides interface to shell functionality for shell commands and applications.
# #
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved. <BR> # Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved. <BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -38,7 +38,7 @@
[Protocols] [Protocols]
gEfiShellParametersProtocolGuid # ALWAYS_CONSUMED gEfiShellParametersProtocolGuid ## CONSUMES
gEfiShellInterfaceGuid # SOMETIMES_CONSUMED gEfiShellInterfaceGuid ## SOMETIMES_CONSUMES

View File

@ -1,7 +1,7 @@
## @file ## @file
# Provides interface to shell internal functions for shell commands. # Provides interface to shell internal functions for shell commands.
# #
# 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 # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -49,21 +49,21 @@
HandleParsingLib HandleParsingLib
[Protocols] [Protocols]
gEfiUnicodeCollation2ProtocolGuid # ALWAYS_CONSUMED gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
gEfiShellProtocolGuid # ALWAYS_CONSUMED gEfiShellProtocolGuid ## CONSUMES
gEfiShellParametersProtocolGuid # ALWAYS_CONSUMED gEfiShellParametersProtocolGuid ## CONSUMES
gEfiShellDynamicCommandProtocolGuid # SOMETIMES_CONSUMED gEfiShellDynamicCommandProtocolGuid ## SOMETIMES_CONSUMES
gEfiUsbIoProtocolGuid ## SOMETIMES_CONSUMED gEfiUsbIoProtocolGuid ## SOMETIMES_CONSUMES
[Guids] [Guids]
gEfiSasDevicePathGuid # ALWAYS_CONSUMED gEfiSasDevicePathGuid ## CONSUMES ## GUID
[Pcd.common] [Pcd.common]
gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel ## ALWAYS_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength ## ALWAYS_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdUsbExtendedDecode ## SOMETIMES_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdUsbExtendedDecode ## SOMETIMES_CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellDecodeIScsiMapNames ## SOMETIMES_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellDecodeIScsiMapNames ## SOMETIMES_CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellVendorExtendedDecode ## SOMETIMES_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellVendorExtendedDecode ## SOMETIMES_CONSUMES
[Depex] [Depex]
gEfiUnicodeCollation2ProtocolGuid gEfiUnicodeCollation2ProtocolGuid

View File

@ -1,7 +1,7 @@
## @file ## @file
# Provides shell Debug1 profile functions # Provides shell Debug1 profile functions
# #
# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -117,20 +117,20 @@
BcfgCommandLib BcfgCommandLib
[Pcd] [Pcd]
gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize # ALWAYS_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize ## CONSUMES
gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength # ALWAYS_CONSUMED gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength ## CONSUMES
[Protocols] [Protocols]
gEfiPciRootBridgeIoProtocolGuid gEfiPciRootBridgeIoProtocolGuid ## CONSUMES
gEfiBlockIoProtocolGuid gEfiBlockIoProtocolGuid ## CONSUMES
gEfiSimplePointerProtocolGuid gEfiSimplePointerProtocolGuid ## CONSUMES
[Guids] [Guids]
gEfiGlobalVariableGuid gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## GUID
gEfiSmbiosTableGuid gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ## SystemTable
gEfiMpsTableGuid gEfiMpsTableGuid ## SOMETIMES_CONSUMES ## SystemTable
gEfiSalSystemTableGuid gEfiSalSystemTableGuid ## SOMETIMES_CONSUMES ## SystemTable
gEfiAcpi10TableGuid gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES ## SystemTable
gEfiAcpi20TableGuid gEfiAcpi20TableGuid ## SOMETIMES_CONSUMES ## SystemTable
gShellDebug1HiiGuid gShellDebug1HiiGuid ## SOMETIMES_CONSUMES ## HII

View File

@ -1,7 +1,7 @@
## @file ## @file
# Provides shell driver1 profile functions # Provides shell driver1 profile functions
# #
# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -58,16 +58,16 @@
PeCoffGetEntryPointLib PeCoffGetEntryPointLib
[Pcd] [Pcd]
gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES
[Protocols] [Protocols]
gEfiDriverHealthProtocolGuid # ALWAYS_CONSUMED gEfiDriverHealthProtocolGuid ## CONSUMES
gEfiDriverFamilyOverrideProtocolGuid # ALWAYS_CONSUMED gEfiDriverFamilyOverrideProtocolGuid ## CONSUMES
gEfiHiiConfigAccessProtocolGuid # ALWAYS_CONSUMED gEfiHiiConfigAccessProtocolGuid ## CONSUMES
gEfiHiiDatabaseProtocolGuid # ALWAYS_CONSUMED gEfiHiiDatabaseProtocolGuid ## CONSUMES
[Guids] [Guids]
gEfiGlobalVariableGuid # ALWAYS_CONSUMED gEfiGlobalVariableGuid ## CONSUMES ## GUID
gEfiConsoleInDeviceGuid # ALWAYS_CONSUMED gEfiConsoleInDeviceGuid ## CONSUMES ## GUID
gEfiConsoleOutDeviceGuid # ALWAYS_CONSUMED gEfiConsoleOutDeviceGuid ## CONSUMES ## GUID
gShellDriver1HiiGuid ## PRODUCES gShellDriver1HiiGuid ## PRODUCES ## HII

View File

@ -1,7 +1,7 @@
## @file ## @file
# Provides shell install1 functions # Provides shell install1 functions
# #
# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved. <BR> # Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved. <BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -45,7 +45,7 @@
BcfgCommandLib BcfgCommandLib
[Pcd] [Pcd]
gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES
[Guids] [Guids]
gShellInstall1HiiGuid gShellInstall1HiiGuid ## UNDEFINED

View File

@ -1,7 +1,7 @@
## @file ## @file
# Provides shell level 1 functions # Provides shell level 1 functions
# #
# Copyright (c) 2009-2011, Intel Corporation. All rights reserved. <BR> # Copyright (c) 2009-2015, Intel Corporation. All rights reserved. <BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -52,7 +52,7 @@
PrintLib PrintLib
[Pcd.common] [Pcd.common]
gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel # ALWAYS_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel ## CONSUMES
[Guids] [Guids]
gShellLevel1HiiGuid gShellLevel1HiiGuid ## SOMETIMES_CONSUMES ## HII

View File

@ -1,7 +1,7 @@
## @file ## @file
# Provides shell level 2 functions # Provides shell level 2 functions
# #
# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved. <BR> # Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved. <BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -67,18 +67,18 @@
DevicePathLib DevicePathLib
[Protocols] [Protocols]
gEfiUnicodeCollation2ProtocolGuid # ALWAYS_CONSUMED gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
gEfiShellProtocolGuid # ALWAYS_CONSUMED gEfiShellProtocolGuid ## CONSUMES
gEfiShellParametersProtocolGuid # ALWAYS_CONSUMED gEfiShellParametersProtocolGuid ## CONSUMES
gEfiDevicePathProtocolGuid # ALWAYS_CONSUMED gEfiDevicePathProtocolGuid ## CONSUMES
gEfiLoadedImageProtocolGuid # ALWAYS_CONSUMED gEfiLoadedImageProtocolGuid ## CONSUMES
gEfiSimpleFileSystemProtocolGuid # ALWAYS_CONSUMED gEfiSimpleFileSystemProtocolGuid ## CONSUMES
[Pcd.common] [Pcd.common]
gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel # ALWAYS_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize # ALWAYS_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize ## CONSUMES
[Guids] [Guids]
gEfiFileSystemInfoGuid gEfiFileSystemInfoGuid ## CONSUMES ## GUID
gEfiFileInfoGuid gEfiFileInfoGuid ## UNDEFINED
gShellLevel2HiiGuid gShellLevel2HiiGuid ## SOMETIMES_CONSUMES ## HII

View File

@ -3,7 +3,7 @@
# Note that the interactive versions of the time, date, and timezone functions are handled in the level 2 library. # Note that the interactive versions of the time, date, and timezone functions are handled in the level 2 library.
# #
# Copyright (c) 2013, Hewlett-Packard Development Company, L.P. # Copyright (c) 2013, Hewlett-Packard Development Company, L.P.
# Copyright (c) 2009-2014, Intel Corporation. All rights reserved. <BR> # Copyright (c) 2009-2015, Intel Corporation. All rights reserved. <BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -62,13 +62,13 @@
HandleParsingLib HandleParsingLib
[Guids] [Guids]
gEfiFileInfoGuid gEfiFileInfoGuid ## UNDEFINED
gShellLevel3HiiGuid gShellLevel3HiiGuid ## SOMETIMES_CONSUMES ## HII
[Pcd.common] [Pcd.common]
gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize ## SOMETIMES_CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellSupplier gEfiShellPkgTokenSpaceGuid.PcdShellSupplier ## SOMETIMES_CONSUMES
[Protocols] [Protocols]
gEfiShellDynamicCommandProtocolGuid # SOMETIMES_CONSUMED gEfiShellDynamicCommandProtocolGuid ## SOMETIMES_CONSUMES

View File

@ -50,20 +50,20 @@
SortLib SortLib
[Protocols] [Protocols]
gEfiSimpleFileSystemProtocolGuid # ALWAYS_CONSUMED gEfiSimpleFileSystemProtocolGuid ## CONSUMES
# shell 2.0 # shell 2.0
gEfiShellProtocolGuid # SOMETIMES_CONSUMED gEfiShellProtocolGuid ## SOMETIMES_CONSUMES
gEfiShellParametersProtocolGuid # SOMETIMES_CONSUMED gEfiShellParametersProtocolGuid ## SOMETIMES_CONSUMES
# 'old' shell # 'old' shell
gEfiShellEnvironment2Guid # SOMETIMES_CONSUMED gEfiShellEnvironment2Guid ## SOMETIMES_CONSUMES
gEfiShellInterfaceGuid # SOMETIMES_CONSUMED gEfiShellInterfaceGuid ## SOMETIMES_CONSUMES
[Guids] [Guids]
gEfiFileInfoGuid # ALWAYS_CONSUMED gEfiFileInfoGuid ## CONSUMES ## GUID
gEfiShellEnvironment2ExtGuid # ALWAYS_CONSUMED gEfiShellEnvironment2ExtGuid ## CONSUMES ## GUID
[Pcd.common] [Pcd.common]
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize # ALWAYS_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize ## CONSUMES
gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize # ALWAYS_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize ## CONSUMES

View File

@ -1,7 +1,7 @@
## @file ## @file
# Provides shell network1 functions # Provides shell network1 functions
# #
# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved. <BR> # Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved. <BR>
# #
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -51,17 +51,17 @@
NetLib NetLib
[Pcd] [Pcd]
gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES
[Protocols] [Protocols]
gEfiCpuArchProtocolGuid # ALWAYS_CONSUMED gEfiCpuArchProtocolGuid ## CONSUMES
gEfiIp6ProtocolGuid # SOMETIMES_CONSUMED gEfiIp6ProtocolGuid ## SOMETIMES_CONSUMES
gEfiIp6ServiceBindingProtocolGuid # SOMETIMES_CONSUMED gEfiIp6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
gEfiIp6ConfigProtocolGuid # SOMETIMES_CONSUMED gEfiIp6ConfigProtocolGuid ## SOMETIMES_CONSUMES
gEfiIp6ProtocolGuid # SOMETIMES_CONSUMED gEfiIp6ProtocolGuid ## SOMETIMES_CONSUMES
gEfiIp6ServiceBindingProtocolGuid # SOMETIMES_CONSUMED gEfiIp6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
gEfiIp6ConfigProtocolGuid # SOMETIMES_CONSUMED gEfiIp6ConfigProtocolGuid ## SOMETIMES_CONSUMES
[Guids] [Guids]
gShellNetwork1HiiGuid gShellNetwork1HiiGuid ## SOMETIMES_CONSUMES ## HII

View File

@ -1,9 +1,8 @@
## @file ShellPkg.dec ## @file ShellPkg.dec
#
# This Package provides all definitions for EFI and UEFI Shell # This Package provides all definitions for EFI and UEFI Shell
# #
# (C) Copyright 2013-2014, Hewlett-Packard Development Company, L.P. # (C) Copyright 2013-2014, Hewlett-Packard Development Company, L.P.
# Copyright (c) 2009 - 2014, 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 # 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 terms and conditions of the BSD License which accompanies this distribution.