TianoCore EDK2 master
Loading...
Searching...
No Matches
StandaloneMmSmiHandlerProfileLib.c File Reference
#include <PiMm.h>
#include "MmSmiHandlerProfileLib.h"

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI StandaloneMmSmiHandlerProfileLibConstructor (IN EFI_HANDLE ImageHandle, IN EFI_MM_SYSTEM_TABLE *SystemTable)
 

Detailed Description

Standalone MM driver instance of SmiHandlerProfile Library.

Copyright (c) 2017, Intel Corporation. All rights reserved.
Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file StandaloneMmSmiHandlerProfileLib.c.

Function Documentation

◆ StandaloneMmSmiHandlerProfileLibConstructor()

EFI_STATUS EFIAPI StandaloneMmSmiHandlerProfileLibConstructor ( IN EFI_HANDLE  ImageHandle,
IN EFI_MM_SYSTEM_TABLE SystemTable 
)

The constructor function for standalone MM SMI handler profile.

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

Definition at line 24 of file StandaloneMmSmiHandlerProfileLib.c.