]> git.proxmox.com Git - mirror_edk2.git/blame - PerformancePkg/Dp_App/Literals.h
Libraries and utilities for instrumenting regions of code and measuring their perform...
[mirror_edk2.git] / PerformancePkg / Dp_App / Literals.h
CommitLineData
c06ad33e 1/** @file\r
2 * Declarations of ASCII string literals used by DP.\r
3 *\r
4 * Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>\r
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
23extern CHAR8 const ALit_BdsTO[];\r
24extern CHAR8 const ALit_PEIM[];\r
25\r
26/// UNICODE String literals which should probably be translated\r
27extern CHAR16 STR_DP_OPTION_UA[];\r
28extern CHAR16 STR_DP_OPTION_LA[];\r
29extern CHAR16 STR_DP_OPTION_LN[];\r
30extern CHAR16 STR_DP_OPTION_LT[];\r
31extern CHAR16 STR_DP_OPTION_UP[];\r
32extern CHAR16 STR_DP_OPTION_UR[];\r
33extern CHAR16 STR_DP_OPTION_LS[];\r
34extern CHAR16 STR_DP_OPTION_US[];\r
35extern CHAR16 STR_DP_OPTION_UT[];\r
36extern CHAR16 STR_DP_OPTION_LV[];\r
37extern CHAR16 STR_DP_OPTION_QH[];\r
38extern CHAR16 STR_DP_OPTION_LH[];\r
39extern CHAR16 STR_DP_OPTION_UH[];\r
40extern CHAR16 STR_DP_OPTION_LX[];\r
41\r
42extern CHAR16 const ALit_UNKNOWN[];\r
43extern CHAR16 const STR_DP_INCOMPLETE[];\r
44extern CHAR16 const STR_DP_COMPLETE[];\r
45\r
46extern CHAR8 const ALit_TRUE[];\r
47extern CHAR8 const ALit_FALSE[];\r
48\r
49#endif // _LITERALS_H_\r