]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issues
[mirror_edk2.git] / ShellPkg / Library / UefiShellAcpiViewCommandLib / UefiShellAcpiViewCommandLib.inf
CommitLineData
ee4dc24f
RN
1## @file\r
2# Provides Shell 'acpiview' command functions\r
3#\r
4# Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>\r
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
44 Parsers/Rsdp/RsdpParser.c\r
45 Parsers/Slit/SlitParser.c\r
46 Parsers/Spcr/SpcrParser.c\r
47 Parsers/Srat/SratParser.c\r
48 Parsers/Ssdt/SsdtParser.c\r
49 Parsers/Xsdt/XsdtParser.c\r
50\r
51[Packages]\r
52 MdePkg/MdePkg.dec\r
53 ShellPkg/ShellPkg.dec\r
54 MdeModulePkg/MdeModulePkg.dec\r
55\r
56[LibraryClasses]\r
57 MemoryAllocationLib\r
58 BaseLib\r
59 BaseMemoryLib\r
60 DebugLib\r
61 ShellCommandLib\r
62 ShellLib\r
63 UefiLib\r
64 UefiRuntimeServicesTableLib\r
65 UefiBootServicesTableLib\r
66 PcdLib\r
67 HiiLib\r
68 PrintLib\r
69 FileHandleLib\r
70\r
71\r
72[FixedPcd]\r
73 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES\r
74\r
75[Guids]\r
76 gShellAcpiViewHiiGuid ## CONSUMES ## HII\r
77 gEfiAcpiTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r