2013-03-04 23:02:59 +01:00
|
|
|
/** @file
|
|
|
|
Definitions of ASCII string literals used by DP.
|
|
|
|
|
2018-01-22 09:39:03 +01:00
|
|
|
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:07:06 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2013-03-04 23:02:59 +01:00
|
|
|
**/
|
2018-01-22 09:39:03 +01:00
|
|
|
#include <Guid/ExtendedFirmwarePerformance.h>
|
2013-03-04 23:02:59 +01:00
|
|
|
|
|
|
|
// ASCII String literals which probably don't need translation
|
2018-01-22 09:39:03 +01:00
|
|
|
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";
|