]> git.proxmox.com Git - mirror_edk2.git/blame - PerformancePkg/Dp_App/Literals.c
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / PerformancePkg / Dp_App / Literals.c
CommitLineData
c06ad33e 1/** @file\r
2 * Definitions of ASCII string literals used by DP.\r
3 *\r
92ea1df8 4 * Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
c06ad33e 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#include <PerformanceTokens.h>\r
14\r
15// ASCII String literals which probably don't need translation\r
16CHAR8 const ALit_TimerLibError[] = "Timer library instance error!\n";\r
17CHAR8 const ALit_SEC[] = SEC_TOK;\r
18CHAR8 const ALit_DXE[] = DXE_TOK;\r
19CHAR8 const ALit_SHELL[] = SHELL_TOK;\r
20CHAR8 const ALit_PEI[] = PEI_TOK;\r
21CHAR8 const ALit_BDS[] = BDS_TOK;\r
22CHAR8 const ALit_BdsTO[] = "BdsTimeOut";\r
23CHAR8 const ALit_PEIM[] = "PEIM";\r
24\r
25/// UNICODE String literals which should probably be translated\r
26CHAR16 STR_DP_OPTION_UA[] = L"-A";\r
27CHAR16 STR_DP_OPTION_LA[] = L"-a";\r
28CHAR16 STR_DP_OPTION_LN[] = L"-n";\r
29CHAR16 STR_DP_OPTION_LT[] = L"-t";\r
30CHAR16 STR_DP_OPTION_UP[] = L"-P";\r
31CHAR16 STR_DP_OPTION_UR[] = L"-R";\r
32CHAR16 STR_DP_OPTION_LS[] = L"-s";\r
33CHAR16 STR_DP_OPTION_US[] = L"-S";\r
34CHAR16 STR_DP_OPTION_UT[] = L"-T";\r
35CHAR16 STR_DP_OPTION_LV[] = L"-v";\r
36CHAR16 STR_DP_OPTION_QH[] = L"-?";\r
37CHAR16 STR_DP_OPTION_LH[] = L"-h";\r
38CHAR16 STR_DP_OPTION_UH[] = L"-H";\r
39CHAR16 STR_DP_OPTION_LX[] = L"-x";\r
40\r
41CHAR16 const ALit_UNKNOWN[] = L"Unknown";\r
42CHAR16 const STR_DP_INCOMPLETE[] = L" I ";\r
43CHAR16 const STR_DP_COMPLETE[] = L" ";\r
44\r
45CHAR8 const ALit_TRUE[] = "TRUE";\r
46CHAR8 const ALit_FALSE[] = "FALSE";\r