VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Library/SmmSmiHandlerProfileLib/StandaloneMmSmiHandlerProfileLib.c

Last change on this file was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 763 bytes
Line 
1/** @file
2 Standalone MM driver instance of SmiHandlerProfile Library.
3
4 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
5 Copyright (c) Microsoft Corporation.
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8**/
9
10#include <PiMm.h>
11
12#include "MmSmiHandlerProfileLib.h"
13
14/**
15 The constructor function for standalone MM SMI handler profile.
16
17 @param ImageHandle The firmware allocated handle for the EFI image.
18 @param SystemTable A pointer to the EFI System Table.
19
20 @retval EFI_SUCCESS The constructor always returns EFI_SUCCESS.
21**/
22EFI_STATUS
23EFIAPI
24StandaloneMmSmiHandlerProfileLibConstructor (
25 IN EFI_HANDLE ImageHandle,
26 IN EFI_MM_SYSTEM_TABLE *SystemTable
27 )
28{
29 return MmSmiHandlerProfileLibInitialization ();
30}
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette