]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Library/UefiHiiServicesLib.h
Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language match...
[mirror_edk2.git] / MdeModulePkg / Include / Library / UefiHiiServicesLib.h
CommitLineData
253a25e8
LG
1/** @file\r
2 Provides global variables that are pointers to the UEFI HII related protocols.\r
3 All of the UEFI HII related protocols are optional, so the consumers of this\r
4 library class must verify that the global variable pointers are not NULL before\r
5 use. \r
6\r
7 Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
8 All rights reserved. This program and the accompanying materials\r
9 are licensed and made available under the terms and conditions of the BSD License\r
10 which accompanies this distribution. The full text of the license may be found at\r
11 http://opensource.org/licenses/bsd-license.php\r
12\r
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15\r
16**/\r
17\r
18#ifndef __UEFI_HII_SERVICES_LIB_H__\r
19#define __UEFI_HII_SERVICES_LIB_H__\r
20\r
21#include <Protocol/HiiFont.h>\r
22#include <Protocol/HiiString.h>\r
23#include <Protocol/HiiImage.h>\r
24#include <Protocol/HiiDatabase.h>\r
25#include <Protocol/HiiConfigRouting.h>\r
26\r
27///\r
28/// Pointer to the UEFI HII Font Protocol\r
29///\r
30extern EFI_HII_FONT_PROTOCOL *gHiiFont;\r
31\r
32///\r
33/// Pointer to the UEFI HII String Protocol\r
34///\r
35extern EFI_HII_STRING_PROTOCOL *gHiiString;\r
36\r
37///\r
38/// Pointer to the UEFI HII Image Protocol\r
39///\r
40extern EFI_HII_IMAGE_PROTOCOL *gHiiImage;\r
41\r
42///\r
43/// Pointer to the UEFI HII Database Protocol\r
44///\r
45extern EFI_HII_DATABASE_PROTOCOL *gHiiDatabase;\r
46\r
47///\r
48/// Pointer to the UEFI HII Config Rounting Protocol\r
49///\r
50extern EFI_HII_CONFIG_ROUTING_PROTOCOL *gHiiConfigRouting;\r
51\r
52#endif\r