TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | VariableMmDependencyLibConstructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Runtime DXE part corresponding to StandaloneMM variable module.
This module installs variable arch protocol and variable write arch protocol to StandaloneMM runtime variable service.
Copyright (c) 2019 - 2021, Arm Ltd. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file VariableMmDependency.c.
EFI_STATUS EFIAPI VariableMmDependencyLibConstructor | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
The constructor function installs variable arch protocol and variable write arch protocol to StandaloneMM runtime variable service
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 28 of file VariableMmDependency.c.