]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
Add "Debug1" profile (all but Edit and HexEdit commands)
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / UefiShellDebug1CommandsLib.inf
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
new file mode 100644 (file)
index 0000000..4cc5392
--- /dev/null
@@ -0,0 +1,84 @@
+##  @file\r
+# Provides shell Debug1 profile functions\r
+#\r
+# Copyright (c) 2010, 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
+#\r
+#\r
+##\r
+[Defines]\r
+  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
+  LIBRARY_CLASS                  = NULL|UEFI_APPLICATION UEFI_DRIVER\r
+  CONSTRUCTOR                    = UefiShellDebug1CommandsLibConstructor\r
+  DESTRUCTOR                     = UefiShellDebug1CommandsLibDestructor\r
+\r
+[Sources]\r
+  SetSize.c\r
+  Comp.c\r
+  Mode.c\r
+  MemMap.c\r
+  Compress.h\r
+  Compress.c\r
+  EfiCompress.c\r
+  EfiDecompress.c\r
+  Dmem.c\r
+  LoadPciRom.c\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
+  UefiShellDebug1CommandsLib.c\r
+  UefiShellDebug1CommandsLib.h\r
+  UefiShellDebug1CommandsLib.uni\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  ShellPkg/ShellPkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  MemoryAllocationLib\r
+  BaseLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  ShellCommandLib\r
+  ShellLib\r
+  UefiLib\r
+  UefiRuntimeServicesTableLib\r
+  UefiBootServicesTableLib\r
+  SortLib\r
+  PrintLib\r
+\r
+[Pcd]\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask        # ALWAYS_CONSUMED\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize  # ALWAYS_CONSUMED\r
+\r
+[Protocols]\r
+  gEfiPciRootBridgeIoProtocolGuid\r
+  gEfiBlockIoProtocolGuid\r
+\r
+[Guids]\r
+  gEfiGlobalVariableGuid\r
+  gEfiSmbiosTableGuid\r
+\r