TianoCore EDK2 master
|
#include "SecureBootConfigImpl.h"
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | SecureBootConfigDriverEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
EFI_STATUS EFIAPI | SecureBootConfigDriverUnload (IN EFI_HANDLE ImageHandle) |
The module entry point for SecureBoot configuration module.
Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file SecureBootConfigDriver.c.
EFI_STATUS EFIAPI SecureBootConfigDriverEntryPoint | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
The entry point for SecureBoot configuration driver.
[in] | ImageHandle | The image handle of the driver. |
[in] | SystemTable | The system table. |
EFI_ALREADY_STARTED | The driver already exists in system. |
EFI_OUT_OF_RESOURCES | Fail to execute entry point due to lack of resources. |
EFI_SUCCESS | All the related protocols are installed on the driver. |
Others | Fail to get the SecureBootEnable variable. |
Definition at line 25 of file SecureBootConfigDriver.c.
EFI_STATUS EFIAPI SecureBootConfigDriverUnload | ( | IN EFI_HANDLE | ImageHandle | ) |
Unload the SecureBoot configuration form.
[in] | ImageHandle | The driver's image handle. |
EFI_SUCCESS | The SecureBoot configuration form is unloaded. |
Others | Failed to unload the form. |
Definition at line 99 of file SecureBootConfigDriver.c.