VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf@ 105668

Last change on this file since 105668 was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 2.2 KB
Line 
1## @file
2# Provides Shell 'acpiview' command functions
3#
4# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
5# Copyright (c) 2016 - 2020, Arm Limited. All rights reserved.<BR>
6#
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9#
10##
11
12[Defines]
13 INF_VERSION = 0x00010019
14 BASE_NAME = UefiShellAcpiViewCommandLib
15 FILE_GUID = FB5B305E-84F5-461F-940D-82D345757AFA
16 MODULE_TYPE = UEFI_APPLICATION
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = AcpiViewCommandLib|UEFI_APPLICATION UEFI_DRIVER
19 CONSTRUCTOR = UefiShellAcpiViewCommandLibConstructor
20 DESTRUCTOR = UefiShellAcpiViewCommandLibDestructor
21
22[Sources.common]
23 AcpiParser.c
24 AcpiParser.h
25 AcpiTableParser.c
26 AcpiTableParser.h
27 AcpiView.c
28 AcpiView.h
29 AcpiViewConfig.c
30 AcpiViewConfig.h
31 Parsers/Aest/AestParser.c
32 Parsers/Apmt/ApmtParser.c
33 Parsers/Bgrt/BgrtParser.c
34 Parsers/Dbg2/Dbg2Parser.c
35 Parsers/Dsdt/DsdtParser.c
36 Parsers/Erst/ErstParser.c
37 Parsers/Facs/FacsParser.c
38 Parsers/Fadt/FadtParser.c
39 Parsers/Gtdt/GtdtParser.c
40 Parsers/Hmat/HmatParser.c
41 Parsers/Iort/IortParser.c
42 Parsers/Madt/MadtParser.c
43 Parsers/Madt/MadtParser.h
44 Parsers/Mcfg/McfgParser.c
45 Parsers/Pcct/PcctParser.c
46 Parsers/Pcct/PcctParser.h
47 Parsers/Pptt/PpttParser.c
48 Parsers/Pptt/PpttParser.h
49 Parsers/Rsdp/RsdpParser.c
50 Parsers/Slit/SlitParser.c
51 Parsers/Spcr/SpcrParser.c
52 Parsers/Srat/SratParser.c
53 Parsers/Ssdt/SsdtParser.c
54 Parsers/Xsdt/XsdtParser.c
55 UefiShellAcpiViewCommandLib.c
56 UefiShellAcpiViewCommandLib.uni
57
58[Sources.ARM, Sources.AARCH64]
59 Arm/SbbrValidator.h
60 Arm/SbbrValidator.c
61
62[Packages]
63 MdeModulePkg/MdeModulePkg.dec
64 MdePkg/MdePkg.dec
65 ShellPkg/ShellPkg.dec
66
67[LibraryClasses]
68 BaseLib
69 BaseMemoryLib
70 DebugLib
71 FileHandleLib
72 HiiLib
73 MemoryAllocationLib
74 PcdLib
75 PrintLib
76 ShellCommandLib
77 ShellLib
78 UefiBootServicesTableLib
79 UefiLib
80 UefiRuntimeServicesTableLib
81
82
83[FixedPcd]
84 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES
85
86[Guids]
87 gShellAcpiViewHiiGuid ## CONSUMES ## HII
88 gEfiAcpiTableGuid ## SOMETIMES_CONSUMES ## SystemTable
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette