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