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