]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
ShellPkg/UefiShellDebug1CommandsLib
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / UefiShellDebug1CommandsLib.inf
index 4cc5392e111787d75535b2e1c07c8efb84cf5449..ed94477a0642b593e844342e0f6fd64886c318e6 100644 (file)
@@ -1,14 +1,9 @@
 ##  @file\r
 # Provides shell Debug1 profile functions\r
 #\r
-# Copyright (c) 2010, 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
   Mm.c\r
   SetVar.c\r
   SerMode.c\r
-  Bcfg.c\r
   Pci.c\r
   Pci.h\r
   DmpStore.c\r
   Dblk.c\r
-  ./SmbiosView/EventLogInfo.c\r
-  ./SmbiosView/PrintInfo.c\r
-  ./SmbiosView/QueryTable.c\r
-  ./SmbiosView/SmbiosView.c\r
-  ./SmbiosView/Smbios.c\r
-  ./SmbiosView/SmbiosViewStrings.uni\r
-  ./SmbiosView/LibSmbiosView.c\r
+  SmbiosView/EventLogInfo.c\r
+  SmbiosView/EventLogInfo.h\r
+  SmbiosView/PrintInfo.c\r
+  SmbiosView/QueryTable.c\r
+  SmbiosView/SmbiosView.c\r
+  SmbiosView/SmbiosViewStrings.uni\r
+  SmbiosView/LibSmbiosView.c\r
+  SmbiosView/PrintInfo.h\r
+  SmbiosView/LibSmbiosView.h\r
+  SmbiosView/QueryTable.h\r
+  SmbiosView/SmbiosView.h\r
   UefiShellDebug1CommandsLib.c\r
   UefiShellDebug1CommandsLib.h\r
   UefiShellDebug1CommandsLib.uni\r
 \r
+## Files shared by both editors\r
+  EditTitleBar.h\r
+  EditTitleBar.c\r
+  EditInputBar.h\r
+  EditInputBar.c\r
+  EditStatusBar.h\r
+  EditStatusBar.c\r
+  EditMenuBar.h\r
+  EditMenuBar.c\r
+\r
+## Files specific to the text editor\r
+  Edit/Edit.c\r
+  Edit/TextEditor.h\r
+  Edit/TextEditorTypes.h\r
+  Edit/FileBuffer.h\r
+  Edit/FileBuffer.c\r
+  Edit/MainTextEditor.h\r
+  Edit/MainTextEditor.c\r
+  Edit/Misc.h\r
+  Edit/Misc.c\r
+  Edit/TextEditStrings.uni\r
+\r
+## Files specific to the HEX editor\r
+  HexEdit/BufferImage.h\r
+  HexEdit/BufferImage.c\r
+  HexEdit/Clipboard.h\r
+  HexEdit/Clipboard.c\r
+  HexEdit/DiskImage.h\r
+  HexEdit/DiskImage.c\r
+  HexEdit/FileImage.h\r
+  HexEdit/FileImage.c\r
+  HexEdit/HexEdit.c\r
+  HexEdit/HexEditor.h\r
+  HexEdit/HexEditorTypes.h\r
+  HexEdit/HexeditStrings.uni\r
+  HexEdit/MainHexEditor.h\r
+  HexEdit/MainHexEditor.c\r
+  HexEdit/MemImage.h\r
+  HexEdit/MemImage.c\r
+  HexEdit/Misc.h\r
+  HexEdit/Misc.c\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   ShellPkg/ShellPkg.dec\r
   MemoryAllocationLib\r
   BaseLib\r
   BaseMemoryLib\r
+  IoLib\r
   DebugLib\r
   ShellCommandLib\r
   ShellLib\r
   UefiBootServicesTableLib\r
   SortLib\r
   PrintLib\r
+  BcfgCommandLib\r
 \r
 [Pcd]\r
-  gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask        # ALWAYS_CONSUMED\r
-  gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize  # ALWAYS_CONSUMED\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask              ## CONSUMES\r
 \r
 [Protocols]\r
-  gEfiPciRootBridgeIoProtocolGuid\r
-  gEfiBlockIoProtocolGuid\r
+  gEfiPciRootBridgeIoProtocolGuid             ## SOMETIMES_CONSUMES\r
+  gEfiBlockIoProtocolGuid                     ## SOMETIMES_CONSUMES\r
+  gEfiSimplePointerProtocolGuid               ## SOMETIMES_CONSUMES\r
+  gEfiCpuIo2ProtocolGuid                      ## SOMETIMES_CONSUMES\r
 \r
 [Guids]\r
-  gEfiGlobalVariableGuid\r
-  gEfiSmbiosTableGuid\r
-\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