OpenCore
1.0.4
OpenCore Bootloader
|
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 | OcHiiDatabaseLocalLibConstructor (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.
VOID EFIAPI KeyboardLayoutChangeNullEvent | ( | IN EFI_EVENT | Event, |
IN VOID * | Context ) |
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 114 of file HiiDatabaseEntry.c.
EFI_STATUS EFIAPI OcHiiDatabaseLocalLibConstructor | ( | 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 167 of file HiiDatabaseEntry.c.
VOID EFIAPI OnReadyToBoot | ( | IN EFI_EVENT | Event, |
IN VOID * | Context ) |
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 133 of file HiiDatabaseEntry.c.
BOOLEAN gExportAfterReadyToBoot = FALSE |
Definition at line 18 of file HiiDatabaseEntry.c.
EFI_EVENT gHiiKeyboardLayoutChanged |
Definition at line 17 of file HiiDatabaseEntry.c.
HII_DATABASE_PRIVATE_DATA mPrivate |
Definition at line 20 of file HiiDatabaseEntry.c.