]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/DynamicCommand/DpDynamicCommand/Literals.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ShellPkg / DynamicCommand / DpDynamicCommand / Literals.h
CommitLineData
d41bc92c 1/** @file\r
2 Declarations of ASCII string literals used by DP.\r
3\r
115eae65 4 Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
56ba3746 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
d41bc92c 6**/\r
47d20b54 7\r
d41bc92c 8#ifndef _LITERALS_H_\r
9#define _LITERALS_H_\r
10\r
11// ASCII String literals which probably don't need translation\r
47d20b54
MK
12extern CHAR8 const ALit_TimerLibError[];\r
13extern CHAR8 const ALit_SEC[];\r
14extern CHAR8 const ALit_DXE[];\r
15extern CHAR8 const ALit_SHELL[];\r
16extern CHAR8 const ALit_PEI[];\r
17extern CHAR8 const ALit_BDS[];\r
18extern CHAR8 const ALit_PEIM[];\r
19extern CHAR8 const ALit_START_IMAGE[];\r
20extern CHAR8 const ALit_LOAD_IMAGE[];\r
21extern CHAR8 const ALit_DB_START[];\r
22extern CHAR8 const ALit_DB_SUPPORT[];\r
23extern CHAR8 const ALit_DB_STOP[];\r
24extern CHAR8 const ALit_BdsTO[];\r
25extern CHAR8 const ALit_PEIM[];\r
d41bc92c 26\r
47d20b54 27#endif // _LITERALS_H_\r