]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/DynamicCommand/DpDynamicCommand/Literals.h
ShellPkg/DP: Add more check for input parameters
[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
d41bc92c 5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12**/\r
13#ifndef _LITERALS_H_\r
14#define _LITERALS_H_\r
15\r
16// ASCII String literals which probably don't need translation\r
17extern CHAR8 const ALit_TimerLibError[];\r
18extern CHAR8 const ALit_SEC[];\r
19extern CHAR8 const ALit_DXE[];\r
20extern CHAR8 const ALit_SHELL[];\r
21extern CHAR8 const ALit_PEI[];\r
22extern CHAR8 const ALit_BDS[];\r
115eae65
DB
23extern CHAR8 const ALit_PEIM[];\r
24extern CHAR8 const ALit_START_IMAGE[];\r
25extern CHAR8 const ALit_LOAD_IMAGE[];\r
26extern CHAR8 const ALit_DB_START[];\r
27extern CHAR8 const ALit_DB_SUPPORT[];\r
28extern CHAR8 const ALit_DB_STOP[];\r
d41bc92c 29extern CHAR8 const ALit_BdsTO[];\r
30extern CHAR8 const ALit_PEIM[];\r
31\r
32#endif // _LITERALS_H_\r