X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FUefiShellDebug1CommandsLib.inf;h=6b837b5faab3d567d8beac7cc8e9919d9eff234c;hb=58793b8838f500955c8a7a548b4b450e81798f6e;hp=d1d732d50a0e75d8bf78f583bf163d84839c9a75;hpb=fba9b6ba24bbbed0666f4e184c95f6b15a581d49;p=mirror_edk2.git diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf index d1d732d50a..6b837b5faa 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf @@ -1,7 +1,7 @@ ## @file # Provides shell Debug1 profile functions # -# Copyright (c) 2010 - 2012, 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 @@ -16,8 +16,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 @@ -106,6 +106,7 @@ MemoryAllocationLib BaseLib BaseMemoryLib + IoLib DebugLib ShellCommandLib ShellLib @@ -117,20 +118,22 @@ BcfgCommandLib [Pcd] - gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED - gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize # ALWAYS_CONSUMED - gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength # ALWAYS_CONSUMED + gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES + gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize ## CONSUMES + gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength ## 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 + gEfiSalSystemTableGuid ## SOMETIMES_CONSUMES ## SystemTable + gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES ## SystemTable + gEfiAcpi20TableGuid ## SOMETIMES_CONSUMES ## SystemTable + gShellDebug1HiiGuid ## SOMETIMES_CONSUMES ## HII