]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
ShellPkg/UefiShellDebug1CommandsLib
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / UefiShellDebug1CommandsLib.inf
index d1d732d50a0e75d8bf78f583bf163d84839c9a75..ed94477a0642b593e844342e0f6fd64886c318e6 100644 (file)
@@ -1,14 +1,9 @@
 ##  @file\r
 # Provides shell Debug1 profile functions\r
 #\r
-# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 ##\r
@@ -16,8 +11,8 @@
   INF_VERSION                    = 0x00010006\r
   BASE_NAME                      = UefiShellDebug1CommandsLib\r
   FILE_GUID                      = 90330D51-A99B-4cc8-A2EB-AE22542A3F45\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
-  VERSION_STRING                 = 1.0\r
+  MODULE_TYPE                    = UEFI_APPLICATION\r
+  VERSION_STRING                 = 1.2\r
   LIBRARY_CLASS                  = NULL|UEFI_APPLICATION UEFI_DRIVER\r
   CONSTRUCTOR                    = UefiShellDebug1CommandsLibConstructor\r
   DESTRUCTOR                     = UefiShellDebug1CommandsLibDestructor\r
@@ -64,8 +59,8 @@
   EditStatusBar.c\r
   EditMenuBar.h\r
   EditMenuBar.c\r
-  \r
-## Files specific to the text editor  \r
+\r
+## Files specific to the text editor\r
   Edit/Edit.c\r
   Edit/TextEditor.h\r
   Edit/TextEditorTypes.h\r
@@ -76,7 +71,7 @@
   Edit/Misc.h\r
   Edit/Misc.c\r
   Edit/TextEditStrings.uni\r
-  \r
+\r
 ## Files specific to the HEX editor\r
   HexEdit/BufferImage.h\r
   HexEdit/BufferImage.c\r
   MemoryAllocationLib\r
   BaseLib\r
   BaseMemoryLib\r
+  IoLib\r
   DebugLib\r
   ShellCommandLib\r
   ShellLib\r
   BcfgCommandLib\r
 \r
 [Pcd]\r
-  gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask              # ALWAYS_CONSUMED\r
-  gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize        # ALWAYS_CONSUMED\r
-  gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength      # ALWAYS_CONSUMED\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask              ## CONSUMES\r
 \r
 [Protocols]\r
-  gEfiPciRootBridgeIoProtocolGuid\r
-  gEfiBlockIoProtocolGuid\r
-  gEfiSimplePointerProtocolGuid\r
+  gEfiPciRootBridgeIoProtocolGuid             ## SOMETIMES_CONSUMES\r
+  gEfiBlockIoProtocolGuid                     ## SOMETIMES_CONSUMES\r
+  gEfiSimplePointerProtocolGuid               ## SOMETIMES_CONSUMES\r
+  gEfiCpuIo2ProtocolGuid                      ## SOMETIMES_CONSUMES\r
 \r
 [Guids]\r
-  gEfiGlobalVariableGuid\r
-  gEfiSmbiosTableGuid\r
-  gEfiMpsTableGuid\r
-  gEfiSalSystemTableGuid\r
-  gEfiAcpi10TableGuid\r
-  gEfiAcpi20TableGuid\r
-  gShellDebug1HiiGuid\r
+  gEfiGlobalVariableGuid          ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiSmbiosTableGuid             ## SOMETIMES_CONSUMES ## SystemTable\r
+  gEfiSmbios3TableGuid            ## SOMETIMES_CONSUMES ## SystemTable\r
+  gEfiMpsTableGuid                ## SOMETIMES_CONSUMES ## SystemTable\r
+  gEfiAcpi10TableGuid             ## SOMETIMES_CONSUMES ## SystemTable\r
+  gEfiAcpi20TableGuid             ## SOMETIMES_CONSUMES ## SystemTable\r
+  gShellDebug1HiiGuid             ## SOMETIMES_CONSUMES ## HII\r