X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FUefiShellDebug1CommandsLib.inf;h=ed94477a0642b593e844342e0f6fd64886c318e6;hp=d1d732d50a0e75d8bf78f583bf163d84839c9a75;hb=f4c874c45dbce725398ca5f17c68423c3a32edc4;hpb=fba9b6ba24bbbed0666f4e184c95f6b15a581d49 diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf index d1d732d50a..ed94477a06 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf @@ -1,14 +1,9 @@ ## @file # Provides shell Debug1 profile functions # -# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2018, 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 -# http://opensource.org/licenses/bsd-license.php -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # # ## @@ -16,8 +11,8 @@ INF_VERSION = 0x00010006 BASE_NAME = UefiShellDebug1CommandsLib FILE_GUID = 90330D51-A99B-4cc8-A2EB-AE22542A3F45 - MODULE_TYPE = UEFI_DRIVER - VERSION_STRING = 1.0 + MODULE_TYPE = UEFI_APPLICATION + VERSION_STRING = 1.2 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER CONSTRUCTOR = UefiShellDebug1CommandsLibConstructor DESTRUCTOR = UefiShellDebug1CommandsLibDestructor @@ -64,8 +59,8 @@ EditStatusBar.c EditMenuBar.h EditMenuBar.c - -## Files specific to the text editor + +## Files specific to the text editor Edit/Edit.c Edit/TextEditor.h Edit/TextEditorTypes.h @@ -76,7 +71,7 @@ Edit/Misc.h Edit/Misc.c Edit/TextEditStrings.uni - + ## Files specific to the HEX editor HexEdit/BufferImage.h HexEdit/BufferImage.c @@ -106,6 +101,7 @@ MemoryAllocationLib BaseLib BaseMemoryLib + IoLib DebugLib ShellCommandLib ShellLib @@ -117,20 +113,19 @@ BcfgCommandLib [Pcd] - gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED - gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize # ALWAYS_CONSUMED - gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength # ALWAYS_CONSUMED + gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES [Protocols] - gEfiPciRootBridgeIoProtocolGuid - gEfiBlockIoProtocolGuid - gEfiSimplePointerProtocolGuid + gEfiPciRootBridgeIoProtocolGuid ## SOMETIMES_CONSUMES + gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES + gEfiSimplePointerProtocolGuid ## SOMETIMES_CONSUMES + gEfiCpuIo2ProtocolGuid ## SOMETIMES_CONSUMES [Guids] - gEfiGlobalVariableGuid - gEfiSmbiosTableGuid - gEfiMpsTableGuid - gEfiSalSystemTableGuid - gEfiAcpi10TableGuid - gEfiAcpi20TableGuid - gShellDebug1HiiGuid + gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## GUID + gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ## SystemTable + gEfiSmbios3TableGuid ## SOMETIMES_CONSUMES ## SystemTable + gEfiMpsTableGuid ## SOMETIMES_CONSUMES ## SystemTable + gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES ## SystemTable + gEfiAcpi20TableGuid ## SOMETIMES_CONSUMES ## SystemTable + gShellDebug1HiiGuid ## SOMETIMES_CONSUMES ## HII