Last change
on this file since 81604 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
799 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | Declarations of ASCII string literals used by DP.
|
---|
3 |
|
---|
4 | Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | **/
|
---|
7 | #ifndef _LITERALS_H_
|
---|
8 | #define _LITERALS_H_
|
---|
9 |
|
---|
10 | // ASCII String literals which probably don't need translation
|
---|
11 | extern CHAR8 const ALit_TimerLibError[];
|
---|
12 | extern CHAR8 const ALit_SEC[];
|
---|
13 | extern CHAR8 const ALit_DXE[];
|
---|
14 | extern CHAR8 const ALit_SHELL[];
|
---|
15 | extern CHAR8 const ALit_PEI[];
|
---|
16 | extern CHAR8 const ALit_BDS[];
|
---|
17 | extern CHAR8 const ALit_PEIM[];
|
---|
18 | extern CHAR8 const ALit_START_IMAGE[];
|
---|
19 | extern CHAR8 const ALit_LOAD_IMAGE[];
|
---|
20 | extern CHAR8 const ALit_DB_START[];
|
---|
21 | extern CHAR8 const ALit_DB_SUPPORT[];
|
---|
22 | extern CHAR8 const ALit_DB_STOP[];
|
---|
23 | extern CHAR8 const ALit_BdsTO[];
|
---|
24 | extern CHAR8 const ALit_PEIM[];
|
---|
25 |
|
---|
26 | #endif // _LITERALS_H_
|
---|
Note:
See
TracBrowser
for help on using the repository browser.