]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
ShellPkg: Add acpiview tool to dump ACPI tables
[mirror_edk2.git] / ShellPkg / Library / UefiShellAcpiViewCommandLib / UefiShellAcpiViewCommandLib.inf
diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
new file mode 100644 (file)
index 0000000..dbdb7e3
--- /dev/null
@@ -0,0 +1,74 @@
+##  @file\r
+# Provides Shell 'acpiview' command functions\r
+#\r
+# Copyright (c) 2016 - 2018, ARM Limited. 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
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010019\r
+  BASE_NAME                      = UefiShellAcpiViewCommandLib\r
+  FILE_GUID                      = FB5B305E-84F5-461F-940D-82D345757AFA\r
+  MODULE_TYPE                    = UEFI_APPLICATION\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = NULL|UEFI_APPLICATION UEFI_DRIVER\r
+  CONSTRUCTOR                    = UefiShellAcpiViewCommandLibConstructor\r
+  DESTRUCTOR                     = UefiShellAcpiViewCommandLibDestructor\r
+\r
+[Sources.common]\r
+  UefiShellAcpiViewCommandLib.uni\r
+  UefiShellAcpiViewCommandLib.c\r
+  UefiShellAcpiViewCommandLib.h\r
+  AcpiParser.c\r
+  AcpiTableParser.c\r
+  AcpiView.c\r
+  Parsers/Bgrt/BgrtParser.c\r
+  Parsers/Dbg2/Dbg2Parser.c\r
+  Parsers/Dsdt/DsdtParser.c\r
+  Parsers/Fadt/FadtParser.c\r
+  Parsers/Gtdt/GtdtParser.c\r
+  Parsers/Iort/IortParser.c\r
+  Parsers/Madt/MadtParser.c\r
+  Parsers/Mcfg/McfgParser.c\r
+  Parsers/Rsdp/RsdpParser.c\r
+  Parsers/Slit/SlitParser.c\r
+  Parsers/Spcr/SpcrParser.c\r
+  Parsers/Srat/SratParser.c\r
+  Parsers/Ssdt/SsdtParser.c\r
+  Parsers/Xsdt/XsdtParser.c\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
+  PcdLib\r
+  HiiLib\r
+  PrintLib\r
+  FileHandleLib\r
+\r
+\r
+[FixedPcd]\r
+  gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES\r
+\r
+[Guids]\r
+  gShellAcpiViewHiiGuid           ## CONSUMES ## HII\r
+  gEfiAcpiTableGuid               ## SOMETIMES_CONSUMES ## SystemTable\r