]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
ShellPkg: Display VENDOR_ID in ASCII when parsing 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 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
34 Parsers/Fadt/FadtParser.c\r
35 Parsers/Gtdt/GtdtParser.c\r
36 Parsers/Iort/IortParser.c\r
37 Parsers/Madt/MadtParser.c\r
38 Parsers/Mcfg/McfgParser.c\r
d4d2fdf2 39 Parsers/Pptt/PpttParser.c\r
ee4dc24f
RN
40 Parsers/Rsdp/RsdpParser.c\r
41 Parsers/Slit/SlitParser.c\r
42 Parsers/Spcr/SpcrParser.c\r
43 Parsers/Srat/SratParser.c\r
44 Parsers/Ssdt/SsdtParser.c\r
45 Parsers/Xsdt/XsdtParser.c\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 ShellPkg/ShellPkg.dec\r
50 MdeModulePkg/MdeModulePkg.dec\r
51\r
52[LibraryClasses]\r
53 MemoryAllocationLib\r
54 BaseLib\r
55 BaseMemoryLib\r
56 DebugLib\r
57 ShellCommandLib\r
58 ShellLib\r
59 UefiLib\r
60 UefiRuntimeServicesTableLib\r
61 UefiBootServicesTableLib\r
62 PcdLib\r
63 HiiLib\r
64 PrintLib\r
65 FileHandleLib\r
66\r
67\r
68[FixedPcd]\r
69 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES\r
70\r
71[Guids]\r
72 gShellAcpiViewHiiGuid ## CONSUMES ## HII\r
73 gEfiAcpiTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r