summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf')
-rw-r--r--ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf180
1 files changed, 90 insertions, 90 deletions
diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
index e62366116c..af0b1643db 100644
--- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
+++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
@@ -1,90 +1,90 @@
-## @file
-# Provides Shell 'acpiview' command functions
-#
-# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
-# Copyright (c) 2016 - 2020, Arm Limited. All rights reserved.<BR>
-#
-# SPDX-License-Identifier: BSD-2-Clause-Patent
-#
-#
-##
-
-[Defines]
- INF_VERSION = 0x00010019
- BASE_NAME = UefiShellAcpiViewCommandLib
- FILE_GUID = FB5B305E-84F5-461F-940D-82D345757AFA
- MODULE_TYPE = UEFI_APPLICATION
- VERSION_STRING = 1.0
- LIBRARY_CLASS = AcpiViewCommandLib|UEFI_APPLICATION UEFI_DRIVER
- CONSTRUCTOR = UefiShellAcpiViewCommandLibConstructor
- DESTRUCTOR = UefiShellAcpiViewCommandLibDestructor
-
-[Sources.common]
- AcpiParser.c
- AcpiParser.h
- AcpiTableParser.c
- AcpiTableParser.h
- AcpiView.c
- AcpiView.h
- AcpiViewConfig.c
- AcpiViewConfig.h
- Parsers/Aest/AestParser.c
- Parsers/Apmt/ApmtParser.c
- Parsers/Bgrt/BgrtParser.c
- Parsers/Dbg2/Dbg2Parser.c
- Parsers/Dsdt/DsdtParser.c
- Parsers/Erst/ErstParser.c
- Parsers/Facs/FacsParser.c
- Parsers/Fadt/FadtParser.c
- Parsers/Gtdt/GtdtParser.c
- Parsers/Hmat/HmatParser.c
- Parsers/Hpet/HpetParser.c
- Parsers/Iort/IortParser.c
- Parsers/Madt/MadtParser.c
- Parsers/Madt/MadtParser.h
- Parsers/Mcfg/McfgParser.c
- Parsers/Pcct/PcctParser.c
- Parsers/Pcct/PcctParser.h
- Parsers/Pptt/PpttParser.c
- Parsers/Pptt/PpttParser.h
- Parsers/Rsdp/RsdpParser.c
- Parsers/Slit/SlitParser.c
- Parsers/Spcr/SpcrParser.c
- Parsers/Srat/SratParser.c
- Parsers/Ssdt/SsdtParser.c
- Parsers/Wsmt/WsmtParser.c
- Parsers/Xsdt/XsdtParser.c
- UefiShellAcpiViewCommandLib.c
- UefiShellAcpiViewCommandLib.uni
-
-[Sources.ARM, Sources.AARCH64]
- Arm/SbbrValidator.h
- Arm/SbbrValidator.c
-
-[Packages]
- MdeModulePkg/MdeModulePkg.dec
- MdePkg/MdePkg.dec
- ShellPkg/ShellPkg.dec
-
-[LibraryClasses]
- BaseLib
- BaseMemoryLib
- DebugLib
- FileHandleLib
- HiiLib
- MemoryAllocationLib
- PcdLib
- PrintLib
- ShellCommandLib
- ShellLib
- UefiBootServicesTableLib
- UefiLib
- UefiRuntimeServicesTableLib
-
-
-[FixedPcd]
- gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES
-
-[Guids]
- gShellAcpiViewHiiGuid ## CONSUMES ## HII
- gEfiAcpiTableGuid ## SOMETIMES_CONSUMES ## SystemTable
+## @file
+# Provides Shell 'acpiview' command functions
+#
+# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
+# Copyright (c) 2016 - 2020, Arm Limited. All rights reserved.<BR>
+#
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+#
+##
+
+[Defines]
+ INF_VERSION = 0x00010019
+ BASE_NAME = UefiShellAcpiViewCommandLib
+ FILE_GUID = FB5B305E-84F5-461F-940D-82D345757AFA
+ MODULE_TYPE = UEFI_APPLICATION
+ VERSION_STRING = 1.0
+ LIBRARY_CLASS = AcpiViewCommandLib|UEFI_APPLICATION UEFI_DRIVER
+ CONSTRUCTOR = UefiShellAcpiViewCommandLibConstructor
+ DESTRUCTOR = UefiShellAcpiViewCommandLibDestructor
+
+[Sources.common]
+ AcpiParser.c
+ AcpiParser.h
+ AcpiTableParser.c
+ AcpiTableParser.h
+ AcpiView.c
+ AcpiView.h
+ AcpiViewConfig.c
+ AcpiViewConfig.h
+ Parsers/Aest/AestParser.c
+ Parsers/Apmt/ApmtParser.c
+ Parsers/Bgrt/BgrtParser.c
+ Parsers/Dbg2/Dbg2Parser.c
+ Parsers/Dsdt/DsdtParser.c
+ Parsers/Erst/ErstParser.c
+ Parsers/Facs/FacsParser.c
+ Parsers/Fadt/FadtParser.c
+ Parsers/Gtdt/GtdtParser.c
+ Parsers/Hmat/HmatParser.c
+ Parsers/Hpet/HpetParser.c
+ Parsers/Iort/IortParser.c
+ Parsers/Madt/MadtParser.c
+ Parsers/Madt/MadtParser.h
+ Parsers/Mcfg/McfgParser.c
+ Parsers/Pcct/PcctParser.c
+ Parsers/Pcct/PcctParser.h
+ Parsers/Pptt/PpttParser.c
+ Parsers/Pptt/PpttParser.h
+ Parsers/Rsdp/RsdpParser.c
+ Parsers/Slit/SlitParser.c
+ Parsers/Spcr/SpcrParser.c
+ Parsers/Srat/SratParser.c
+ Parsers/Ssdt/SsdtParser.c
+ Parsers/Wsmt/WsmtParser.c
+ Parsers/Xsdt/XsdtParser.c
+ UefiShellAcpiViewCommandLib.c
+ UefiShellAcpiViewCommandLib.uni
+
+[Sources.ARM, Sources.AARCH64]
+ Arm/SbbrValidator.h
+ Arm/SbbrValidator.c
+
+[Packages]
+ MdeModulePkg/MdeModulePkg.dec
+ MdePkg/MdePkg.dec
+ ShellPkg/ShellPkg.dec
+
+[LibraryClasses]
+ BaseLib
+ BaseMemoryLib
+ DebugLib
+ FileHandleLib
+ HiiLib
+ MemoryAllocationLib
+ PcdLib
+ PrintLib
+ ShellCommandLib
+ ShellLib
+ UefiBootServicesTableLib
+ UefiLib
+ UefiRuntimeServicesTableLib
+
+
+[FixedPcd]
+ gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES
+
+[Guids]
+ gShellAcpiViewHiiGuid ## CONSUMES ## HII
+ gEfiAcpiTableGuid ## SOMETIMES_CONSUMES ## SystemTable