TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | TcgConfigDriverEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
EFI_STATUS EFIAPI | TcgConfigDriverUnload (IN EFI_HANDLE ImageHandle) |
The module entry point for Tcg configuration module.
Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file TcgConfigDriver.c.
EFI_STATUS EFIAPI TcgConfigDriverEntryPoint | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
The entry point for Tcg 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 install protocols as indicated. |
Definition at line 26 of file TcgConfigDriver.c.
EFI_STATUS EFIAPI TcgConfigDriverUnload | ( | IN EFI_HANDLE | ImageHandle | ) |
Unload the Tcg configuration form.
[in] | ImageHandle | The driver's image handle. |
EFI_SUCCESS | The Tcg configuration form is unloaded. |
Others | Failed to unload the form. |
Definition at line 122 of file TcgConfigDriver.c.