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

Go to the source code of this file.

Macros

#define MAJOR_VERSION   1
 
#define MINOR_VERSION   0
 

Functions

EFI_STATUS EFIAPI DumpDynPcdMain (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Variables

GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStrDumpDynPcdHelpTokenId = STRING_TOKEN (STR_DUMP_DYN_PCD_HELP_INFORMATION)
 

Detailed Description

A shell application to dump dynamic PCD settings.

Copyright (c) 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file DumpDynPcd.c.

Macro Definition Documentation

◆ MAJOR_VERSION

#define MAJOR_VERSION   1

Definition at line 35 of file DumpDynPcd.c.

◆ MINOR_VERSION

#define MINOR_VERSION   0

Definition at line 36 of file DumpDynPcd.c.

Function Documentation

◆ DumpDynPcdMain()

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

Main entrypoint for DumpDynPcd shell application.

Parameters
[in]ImageHandleThe image handle.
[in]SystemTableThe system table.
Return values
EFI_SUCCESSCommand completed successfully.
EFI_INVALID_PARAMETERCommand usage error.
EFI_OUT_OF_RESOURCESNot enough resources were available to run the command.
EFI_ABORTEDAborted by user.
EFI_NOT_FOUNDThe specified PCD is not found.
OthersError status returned from gBS->LocateProtocol.

Definition at line 534 of file DumpDynPcd.c.

Variable Documentation

◆ mStrDumpDynPcdHelpTokenId

GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStrDumpDynPcdHelpTokenId = STRING_TOKEN (STR_DUMP_DYN_PCD_HELP_INFORMATION)

Definition at line 33 of file DumpDynPcd.c.