TianoCore EDK2 master
|
#include <Library/BaseLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiLib.h>
#include <Library/ShellLib.h>
#include <Library/AcpiViewCommandLib.h>
#include <Protocol/ShellParameters.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | AcpiViewAppMain (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID | mStringHelpTokenId = STRING_TOKEN (STR_GET_HELP_ACPIVIEW) |
Main file for AcpiViewApp application
Copyright (c) 2020, ARM Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file AcpiViewApp.c.
EFI_STATUS EFIAPI AcpiViewAppMain | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Application Entry Point wrapper around the shell command
[in] | ImageHandle | Handle to the Image (NULL if internal). |
[in] | SystemTable | Pointer to the System Table (NULL if internal). |
Definition at line 34 of file AcpiViewApp.c.
GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringHelpTokenId = STRING_TOKEN (STR_GET_HELP_ACPIVIEW) |
Definition at line 24 of file AcpiViewApp.c.