TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | Tcg2MmDependencyDxeEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Runtime DXE part corresponding to StandaloneMM Tcg2 module.
This module installs gTcg2MmSwSmiRegisteredGuid to notify readiness of StandaloneMM Tcg2 module.
Copyright (c) 2019 - 2021, Arm Ltd. All rights reserved. Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Tcg2MmDependencyDxe.c.
EFI_STATUS EFIAPI Tcg2MmDependencyDxeEntryPoint | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
The constructor function installs gTcg2MmSwSmiRegisteredGuid to notify readiness of StandaloneMM Tcg2 module.
ImageHandle | The firmware allocated handle for the EFI image. |
SystemTable | A pointer to the Management mode System Table. |
EFI_SUCCESS | The constructor always returns EFI_SUCCESS. |
Definition at line 31 of file Tcg2MmDependencyDxe.c.