]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
ShellPkg/UefiShellAcpiViewCommandLib: Add support for PPTT
[mirror_edk2.git] / ShellPkg / Library / UefiShellAcpiViewCommandLib / UefiShellAcpiViewCommandLib.inf
CommitLineData
ee4dc24f
RN
1## @file\r
2# Provides Shell 'acpiview' command functions\r
3#\r
d4d2fdf2 4# Copyright (c) 2016 - 2019, ARM Limited. All rights reserved.<BR>\r
ee4dc24f
RN
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010019\r
18 BASE_NAME = UefiShellAcpiViewCommandLib\r
19 FILE_GUID = FB5B305E-84F5-461F-940D-82D345757AFA\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER\r
23 CONSTRUCTOR = UefiShellAcpiViewCommandLibConstructor\r
24 DESTRUCTOR = UefiShellAcpiViewCommandLibDestructor\r
25\r
26[Sources.common]\r
27 UefiShellAcpiViewCommandLib.uni\r
28 UefiShellAcpiViewCommandLib.c\r
29 UefiShellAcpiViewCommandLib.h\r
f75c7478
DB
30 AcpiParser.h\r
31 AcpiTableParser.h\r
32 AcpiView.h\r
ee4dc24f
RN
33 AcpiParser.c\r
34 AcpiTableParser.c\r
35 AcpiView.c\r
36 Parsers/Bgrt/BgrtParser.c\r
37 Parsers/Dbg2/Dbg2Parser.c\r
38 Parsers/Dsdt/DsdtParser.c\r
39 Parsers/Fadt/FadtParser.c\r
40 Parsers/Gtdt/GtdtParser.c\r
41 Parsers/Iort/IortParser.c\r
42 Parsers/Madt/MadtParser.c\r
43 Parsers/Mcfg/McfgParser.c\r
d4d2fdf2 44 Parsers/Pptt/PpttParser.c\r
ee4dc24f
RN
45 Parsers/Rsdp/RsdpParser.c\r
46 Parsers/Slit/SlitParser.c\r
47 Parsers/Spcr/SpcrParser.c\r
48 Parsers/Srat/SratParser.c\r
49 Parsers/Ssdt/SsdtParser.c\r
50 Parsers/Xsdt/XsdtParser.c\r
51\r
52[Packages]\r
53 MdePkg/MdePkg.dec\r
54 ShellPkg/ShellPkg.dec\r
55 MdeModulePkg/MdeModulePkg.dec\r
56\r
57[LibraryClasses]\r
58 MemoryAllocationLib\r
59 BaseLib\r
60 BaseMemoryLib\r
61 DebugLib\r
62 ShellCommandLib\r
63 ShellLib\r
64 UefiLib\r
65 UefiRuntimeServicesTableLib\r
66 UefiBootServicesTableLib\r
67 PcdLib\r
68 HiiLib\r
69 PrintLib\r
70 FileHandleLib\r
71\r
72\r
73[FixedPcd]\r
74 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES\r
75\r
76[Guids]\r
77 gShellAcpiViewHiiGuid ## CONSUMES ## HII\r
78 gEfiAcpiTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r