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

Go to the source code of this file.

Functions

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

Detailed Description

LockBox Dependency DXE Library.

By installing the LockBox protocol with the gEfiLockBoxProtocolGuid, it signals that the LockBox API is fully operational and ready for use.

Copyright (c) 2024, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file SmmLockBoxMmDependency.c.

Function Documentation

◆ SmmLockBoxMmDependencyConstructor()

EFI_STATUS EFIAPI SmmLockBoxMmDependencyConstructor ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

The constructor function of SmmLockBoxMmDependency.

It attempts to install the gEfiLockBoxProtocolGuid protocol into the system's DXE database with NULL as notify.

Parameters
ImageHandleThe firmware allocated handle for the EFI image.
SystemTableA pointer to the Management mode System Table.
Return values
EFI_SUCCESSThe protocol was successfully installed into the DXE database.
OthersAn error occurred while installing the protocol.

Definition at line 32 of file SmmLockBoxMmDependency.c.