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

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"
 

Detailed Description

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.

Variable Documentation

◆ ALit_BDS

CHAR8 const ALit_BDS[] = BDS_TOK

Definition at line 14 of file Literals.c.

◆ ALit_BdsTO

CHAR8 const ALit_BdsTO[] = "BdsTimeOut"

Definition at line 21 of file Literals.c.

◆ ALit_DB_START

CHAR8 const ALit_DB_START[] = DRIVERBINDING_START_TOK

Definition at line 17 of file Literals.c.

◆ ALit_DB_STOP

CHAR8 const ALit_DB_STOP[] = DRIVERBINDING_STOP_TOK

Definition at line 19 of file Literals.c.

◆ ALit_DB_SUPPORT

CHAR8 const ALit_DB_SUPPORT[] = DRIVERBINDING_SUPPORT_TOK

Definition at line 18 of file Literals.c.

◆ ALit_DXE

CHAR8 const ALit_DXE[] = DXE_TOK

Definition at line 12 of file Literals.c.

◆ ALit_LOAD_IMAGE

CHAR8 const ALit_LOAD_IMAGE[] = LOAD_IMAGE_TOK

Definition at line 16 of file Literals.c.

◆ ALit_PEI

CHAR8 const ALit_PEI[] = PEI_TOK

Definition at line 13 of file Literals.c.

◆ ALit_PEIM

CHAR8 const ALit_PEIM = "PEIM"

Definition at line 22 of file Literals.c.

◆ ALit_SEC

CHAR8 const ALit_SEC[] = SEC_TOK

Definition at line 11 of file Literals.c.

◆ ALit_START_IMAGE

CHAR8 const ALit_START_IMAGE[] = START_IMAGE_TOK

Definition at line 15 of file Literals.c.

◆ ALit_TimerLibError

CHAR8 const ALit_TimerLibError[] = "Timer library instance error!\n"

Definition at line 10 of file Literals.c.