TianoCore EDK2 master
|
#include "HiiDatabase.h"
Go to the source code of this file.
Functions | |
VOID EFIAPI | KeyboardLayoutChangeNullEvent (IN EFI_EVENT Event, IN VOID *Context) |
VOID EFIAPI | OnReadyToBoot (IN EFI_EVENT Event, IN VOID *Context) |
EFI_STATUS EFIAPI | InitializeHiiDatabase (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
EFI_EVENT | gHiiKeyboardLayoutChanged |
BOOLEAN | gExportAfterReadyToBoot = FALSE |
HII_DATABASE_PRIVATE_DATA | mPrivate |
This file contains the entry code to the HII database, which is defined by UEFI 2.1 specification.
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file HiiDatabaseEntry.c.
EFI_STATUS EFIAPI InitializeHiiDatabase | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Initialize HII Database.
ImageHandle | The image handle. |
SystemTable | The system table. |
EFI_SUCCESS | The Hii database is setup correctly. |
Definition at line 165 of file HiiDatabaseEntry.c.
The default event handler for gHiiKeyboardLayoutChanged event group.
This is internal function.
Event | The event that triggered this notification function. |
Context | Pointer to the notification functions context. |
Definition at line 112 of file HiiDatabaseEntry.c.
On Ready To Boot Services Event notification handler.
To trigger the function that to export the Hii Configuration setting.
[in] | Event | Event whose notification function is being invoked |
[in] | Context | Pointer to the notification function's context |
Definition at line 131 of file HiiDatabaseEntry.c.
BOOLEAN gExportAfterReadyToBoot = FALSE |
Definition at line 16 of file HiiDatabaseEntry.c.
EFI_EVENT gHiiKeyboardLayoutChanged |
Definition at line 15 of file HiiDatabaseEntry.c.
HII_DATABASE_PRIVATE_DATA mPrivate |
Definition at line 18 of file HiiDatabaseEntry.c.