VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf@ 88628

Last change on this file since 88628 was 85718, checked in by vboxsync, 5 years ago

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

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