]> git.proxmox.com Git - mirror_edk2.git/blame - EdkNt32Pkg/Dxe/PlatformBds/Generic/String.h
Fixed EDKT419.
[mirror_edk2.git] / EdkNt32Pkg / Dxe / PlatformBds / Generic / String.h
CommitLineData
878ddf1f 1/*++\r
2\r
3Copyright (c) 2006, 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//\r
28// This is the VFR compiler generated header file which defines the\r
29// string identifiers.\r
30//\r
31#include "BdsStrDefs.h"\r
32\r
33//\r
34// String Definition Guid for BDS Platform\r
35//\r
36#define EFI_BDS_PLATFORM_GUID \\r
37 { \\r
38 0x7777E939, 0xD57E, 0x4DCB, {0xA0, 0x8E, 0x64, 0xD7, 0x98, 0x57, 0x1E, 0x0F } \\r
39 }\r
40\r
41EFI_HII_HANDLE gStringPackHandle;\r
42EFI_HII_PROTOCOL *Hii;\r
43\r
44CHAR16 *\r
45GetStringById (\r
46 IN STRING_REF Id\r
47 );\r
48\r
49EFI_STATUS\r
50InitializeStringSupport (\r
51 VOID\r
52 );\r
53\r
54EFI_STATUS\r
55CallFrontPage (\r
56 VOID\r
57 );\r
58\r
59#endif // _STRING_H_\r