]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/GenericBdsLib/String.h
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / GenericBdsLib / String.h
CommitLineData
9aa7ba01 1/** @file\r
2 String support\r
3\r
180a5a35
HT
4Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials\r
9aa7ba01 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
13**/\r
14\r
15#ifndef _STRING_H_\r
16#define _STRING_H_\r
17\r
18#include <Library/HiiLib.h>\r
19#include <Library/DebugLib.h>\r
20#include <Library/DevicePathLib.h>\r
21#include <Library/UefiLib.h>\r
22#include <Library/UefiBootServicesTableLib.h>\r
23\r
24extern EFI_HII_HANDLE gBdsLibStringPackHandle;\r
25\r
26//\r
27// This is the VFR compiler generated header file which defines the\r
28// string identifiers.\r
29//\r
30\r
31extern UINT8 GenericBdsLibStrings[];\r
32\r
33/**\r
34 Get string by string id from HII Interface\r
35\r
36\r
37 @param Id String ID.\r
38\r
39 @retval CHAR16 * String from ID.\r
40 @retval NULL If error occurs.\r
41\r
42**/\r
43CHAR16 *\r
44BdsLibGetStringById (\r
45 IN EFI_STRING_ID Id\r
46 );\r
47\r
48#endif // _STRING_H_\r