TianoCore EDK2 master
|
#include <Protocol/HiiFont.h>
#include <Protocol/HiiString.h>
#include <Protocol/HiiImage.h>
#include <Protocol/HiiDatabase.h>
#include <Protocol/HiiConfigRouting.h>
Go to the source code of this file.
Provides global variables that are pointers to the UEFI HII related protocols. All of the UEFI HII related protocols are optional, so the consumers of this library class must verify that the global variable pointers are not NULL before use.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file UefiHiiServicesLib.h.
|
extern |
The pointer to the UEFI HII Config Rounting Protocol.
Pointer to the UEFI HII Config Rounting Protocol
Definition at line 47 of file UefiHiiServicesLib.c.
|
extern |
The pointer to the UEFI HII Database Protocol.
Pointer to the UEFI HII Database Protocol
Definition at line 42 of file UefiHiiServicesLib.c.
|
extern |
The pointer to the UEFI HII Font Protocol.
Pointer to the UEFI HII Font Protocol
Definition at line 27 of file UefiHiiServicesLib.c.
|
extern |
The pointer to the UEFI HII Image Protocol.
Pointer to the UEFI HII Image Protocol
Definition at line 37 of file UefiHiiServicesLib.c.
|
extern |
The pointer to the UEFI HII String Protocol.
Pointer to the UEFI HII String Protocol
Definition at line 32 of file UefiHiiServicesLib.c.