TianoCore EDK2 master
|
#include <Uefi.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/DebugLib.h>
#include <Protocol/LockBox.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | SmmLockBoxMmDependencyConstructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
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.
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.
ImageHandle | The firmware allocated handle for the EFI image. |
SystemTable | A pointer to the Management mode System Table. |
EFI_SUCCESS | The protocol was successfully installed into the DXE database. |
Others | An error occurred while installing the protocol. |
Definition at line 32 of file SmmLockBoxMmDependency.c.