TianoCore EDK2 master
|
#include <Guid/ExtendedFirmwarePerformance.h>
Go to the source code of this file.
Variables | |
CHAR8 const | ALit_TimerLibError [] = "Timer library instance error!\n" |
CHAR8 const | ALit_SEC [] = SEC_TOK |
CHAR8 const | ALit_DXE [] = DXE_TOK |
CHAR8 const | ALit_PEI [] = PEI_TOK |
CHAR8 const | ALit_BDS [] = BDS_TOK |
CHAR8 const | ALit_START_IMAGE [] = START_IMAGE_TOK |
CHAR8 const | ALit_LOAD_IMAGE [] = LOAD_IMAGE_TOK |
CHAR8 const | ALit_DB_START [] = DRIVERBINDING_START_TOK |
CHAR8 const | ALit_DB_SUPPORT [] = DRIVERBINDING_SUPPORT_TOK |
CHAR8 const | ALit_DB_STOP [] = DRIVERBINDING_STOP_TOK |
CHAR8 const | ALit_BdsTO [] = "BdsTimeOut" |
CHAR8 const | ALit_PEIM [] = "PEIM" |
Definitions of ASCII string literals used by DP.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Literals.c.
CHAR8 const ALit_BDS[] = BDS_TOK |
Definition at line 14 of file Literals.c.
CHAR8 const ALit_BdsTO[] = "BdsTimeOut" |
Definition at line 21 of file Literals.c.
CHAR8 const ALit_DB_START[] = DRIVERBINDING_START_TOK |
Definition at line 17 of file Literals.c.
CHAR8 const ALit_DB_STOP[] = DRIVERBINDING_STOP_TOK |
Definition at line 19 of file Literals.c.
CHAR8 const ALit_DB_SUPPORT[] = DRIVERBINDING_SUPPORT_TOK |
Definition at line 18 of file Literals.c.
CHAR8 const ALit_DXE[] = DXE_TOK |
Definition at line 12 of file Literals.c.
CHAR8 const ALit_LOAD_IMAGE[] = LOAD_IMAGE_TOK |
Definition at line 16 of file Literals.c.
CHAR8 const ALit_PEI[] = PEI_TOK |
Definition at line 13 of file Literals.c.
CHAR8 const ALit_PEIM = "PEIM" |
Definition at line 22 of file Literals.c.
CHAR8 const ALit_SEC[] = SEC_TOK |
Definition at line 11 of file Literals.c.
CHAR8 const ALit_START_IMAGE[] = START_IMAGE_TOK |
Definition at line 15 of file Literals.c.
CHAR8 const ALit_TimerLibError[] = "Timer library instance error!\n" |
Definition at line 10 of file Literals.c.