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

Go to the source code of this file.

Functions

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

Detailed Description

Abstraction layer that contains Standalone MM specific implementation for Status Code Handler Driver.

Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file StatusCodeHandlerStandalone.c.

Function Documentation

◆ StatusCodeHandlerStandaloneMmEntry()

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

Entry point of Standalone MM Status Code Driver.

This function is the entry point of Standalone MM Status Code Driver.

Parameters
ImageHandleThe firmware allocated handle for the EFI image.
SystemTableA pointer to the EFI MM System Table.
Return values
EFI_SUCCESSThe entry point is executed successfully.

Definition at line 25 of file StatusCodeHandlerStandalone.c.