]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/BdsDxe/String.h
Skip locating Terminal driver Protocol Guid to determine the terminal options. It...
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / String.h
CommitLineData
93e3992d 1/*++\r
2\r
3Copyright (c) 2004 - 2008, Intel Corporation\r
4All rights reserved. This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11\r
12Module Name:\r
13\r
14 String.h\r
15\r
16Abstract:\r
17\r
18 String support\r
19\r
20Revision History\r
21\r
22--*/\r
23\r
24#ifndef _STRING_H_\r
25#define _STRING_H_\r
26\r
27#include "Bds.h"\r
28\r
29extern EFI_HII_HANDLE gStringPackHandle;\r
30\r
31//\r
32// This is the VFR compiler generated header file which defines the\r
33// string identifiers.\r
34//\r
35\r
36extern UINT8 BdsStrings[];\r
37\r
38//\r
39// String Definition Guid for BDS Platform\r
40//\r
41#define EFI_BDS_PLATFORM_GUID \\r
42 { \\r
43 0x7777E939, 0xD57E, 0x4DCB, 0xA0, 0x8E, 0x64, 0xD7, 0x98, 0x57, 0x1E, 0x0F \\r
44 }\r
45\r
46CHAR16 *\r
47GetStringById (\r
48 IN EFI_STRING_ID Id\r
49 );\r
50\r
51EFI_STATUS\r
52InitializeStringSupport (\r
53 VOID\r
54 );\r
55\r
56EFI_STATUS\r
57CallFrontPage (\r
58 VOID\r
59 );\r
60\r
61#endif // _STRING_H_\r