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

Go to the source code of this file.

Functions

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

Detailed Description

SMM 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 SmmSmiHandlerProfileLib.c.

Function Documentation

◆ SmmSmiHandlerProfileLibConstructor()

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

The constructor function for traditional 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 SmmSmiHandlerProfileLib.c.