]> git.proxmox.com Git - mirror_edk2.git/blob - PerformancePkg/Dp_App/Literals.h
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / PerformancePkg / Dp_App / Literals.h
1 /** @file
2 * Declarations of ASCII string literals used by DP.
3 *
4 * Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
5 * This program and the accompanying materials
6 * are licensed and made available under the terms and conditions of the BSD License
7 * which accompanies this distribution. The full text of the license may be found at
8 * http://opensource.org/licenses/bsd-license.php
9 *
10 * THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 **/
13 #ifndef _LITERALS_H_
14 #define _LITERALS_H_
15
16 // ASCII String literals which probably don't need translation
17 extern CHAR8 const ALit_TimerLibError[];
18 extern CHAR8 const ALit_SEC[];
19 extern CHAR8 const ALit_DXE[];
20 extern CHAR8 const ALit_SHELL[];
21 extern CHAR8 const ALit_PEI[];
22 extern CHAR8 const ALit_BDS[];
23 extern CHAR8 const ALit_BdsTO[];
24 extern CHAR8 const ALit_PEIM[];
25
26 /// UNICODE String literals which should probably be translated
27 extern CHAR16 STR_DP_OPTION_UA[];
28 extern CHAR16 STR_DP_OPTION_LA[];
29 extern CHAR16 STR_DP_OPTION_LN[];
30 extern CHAR16 STR_DP_OPTION_LT[];
31 extern CHAR16 STR_DP_OPTION_UP[];
32 extern CHAR16 STR_DP_OPTION_UR[];
33 extern CHAR16 STR_DP_OPTION_LS[];
34 extern CHAR16 STR_DP_OPTION_US[];
35 extern CHAR16 STR_DP_OPTION_UT[];
36 extern CHAR16 STR_DP_OPTION_LV[];
37 extern CHAR16 STR_DP_OPTION_QH[];
38 extern CHAR16 STR_DP_OPTION_LH[];
39 extern CHAR16 STR_DP_OPTION_UH[];
40 extern CHAR16 STR_DP_OPTION_LX[];
41
42 extern CHAR16 const ALit_UNKNOWN[];
43 extern CHAR16 const STR_DP_INCOMPLETE[];
44 extern CHAR16 const STR_DP_COMPLETE[];
45
46 extern CHAR8 const ALit_TRUE[];
47 extern CHAR8 const ALit_FALSE[];
48
49 #endif // _LITERALS_H_