TianoCore EDK2 master
Loading...
Searching...
No Matches
AcpiViewApp.c File Reference

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)
 

Detailed Description

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.

Function Documentation

◆ AcpiViewAppMain()

EFI_STATUS EFIAPI AcpiViewAppMain ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

Application Entry Point wrapper around the shell command

Parameters
[in]ImageHandleHandle to the Image (NULL if internal).
[in]SystemTablePointer to the System Table (NULL if internal).

Definition at line 34 of file AcpiViewApp.c.

Variable Documentation

◆ mStringHelpTokenId

GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringHelpTokenId = STRING_TOKEN (STR_GET_HELP_ACPIVIEW)

Definition at line 24 of file AcpiViewApp.c.