]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
ShellPkg: acpiview: Add support for parsing FACS
[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 5#\r
56ba3746 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
ee4dc24f
RN
7#\r
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010019\r
13 BASE_NAME = UefiShellAcpiViewCommandLib\r
14 FILE_GUID = FB5B305E-84F5-461F-940D-82D345757AFA\r
15 MODULE_TYPE = UEFI_APPLICATION\r
16 VERSION_STRING = 1.0\r
17 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER\r
18 CONSTRUCTOR = UefiShellAcpiViewCommandLibConstructor\r
19 DESTRUCTOR = UefiShellAcpiViewCommandLibDestructor\r
20\r
21[Sources.common]\r
22 UefiShellAcpiViewCommandLib.uni\r
23 UefiShellAcpiViewCommandLib.c\r
24 UefiShellAcpiViewCommandLib.h\r
f75c7478
DB
25 AcpiParser.h\r
26 AcpiTableParser.h\r
27 AcpiView.h\r
ee4dc24f
RN
28 AcpiParser.c\r
29 AcpiTableParser.c\r
30 AcpiView.c\r
31 Parsers/Bgrt/BgrtParser.c\r
32 Parsers/Dbg2/Dbg2Parser.c\r
33 Parsers/Dsdt/DsdtParser.c\r
d5cf0fba 34 Parsers/Facs/FacsParser.c\r
ee4dc24f
RN
35 Parsers/Fadt/FadtParser.c\r
36 Parsers/Gtdt/GtdtParser.c\r
37 Parsers/Iort/IortParser.c\r
38 Parsers/Madt/MadtParser.c\r
39 Parsers/Mcfg/McfgParser.c\r
d4d2fdf2 40 Parsers/Pptt/PpttParser.c\r
ee4dc24f
RN
41 Parsers/Rsdp/RsdpParser.c\r
42 Parsers/Slit/SlitParser.c\r
43 Parsers/Spcr/SpcrParser.c\r
44 Parsers/Srat/SratParser.c\r
45 Parsers/Ssdt/SsdtParser.c\r
46 Parsers/Xsdt/XsdtParser.c\r
ed23ab5f
SZ
47 Parsers/Madt/MadtParser.h\r
48 Parsers/Pptt/PpttParser.h\r
ee4dc24f
RN
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52 ShellPkg/ShellPkg.dec\r
53 MdeModulePkg/MdeModulePkg.dec\r
54\r
55[LibraryClasses]\r
56 MemoryAllocationLib\r
57 BaseLib\r
58 BaseMemoryLib\r
59 DebugLib\r
60 ShellCommandLib\r
61 ShellLib\r
62 UefiLib\r
63 UefiRuntimeServicesTableLib\r
64 UefiBootServicesTableLib\r
65 PcdLib\r
66 HiiLib\r
67 PrintLib\r
68 FileHandleLib\r
69\r
70\r
71[FixedPcd]\r
72 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES\r
73\r
74[Guids]\r
75 gShellAcpiViewHiiGuid ## CONSUMES ## HII\r
76 gEfiAcpiTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r