TianoCore EDK2 master
Loading...
Searching...
No Matches
VariableMmDependency.c File Reference

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI VariableMmDependencyLibConstructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Detailed Description

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.

Function Documentation

◆ VariableMmDependencyLibConstructor()

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

Parameters
ImageHandleThe firmware allocated handle for the EFI image.
SystemTableA pointer to the Management mode System Table.
Return values
EFI_SUCCESSThe constructor always returns EFI_SUCCESS.

Definition at line 28 of file VariableMmDependency.c.