]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/SmmSmiHandlerProfileLib/StandaloneMmSmiHandlerProfileLib.inf
MdeModulePkg: SmmSmiHandlerProfileLib: Support StandaloneMm Instance
[mirror_edk2.git] / MdeModulePkg / Library / SmmSmiHandlerProfileLib / StandaloneMmSmiHandlerProfileLib.inf
CommitLineData
1f0fa918
KQ
1## @file\r
2# Standalone MM driver instance of SmiHandlerProfile Library.\r
3#\r
4# This library instance provides real functionality for SmmChildDispatcher module.\r
5#\r
6# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
7# Copyright (c) Microsoft Corporation.\r
8#\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = StandaloneMmSmiHandlerProfileLib\r
17 FILE_GUID = 1F2ED27B-A01D-4867-B993-9B710E5926C5\r
18 MODULE_TYPE = MM_STANDALONE\r
19 VERSION_STRING = 1.0\r
20 PI_SPECIFICATION_VERSION = 0x10000032\r
21 LIBRARY_CLASS = SmiHandlerProfileLib|MM_STANDALONE\r
22 CONSTRUCTOR = StandaloneMmSmiHandlerProfileLibConstructor\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources]\r
31 MmSmiHandlerProfileLib.c\r
32 MmSmiHandlerProfileLib.h\r
33 StandaloneMmSmiHandlerProfileLib.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 MmServicesTableLib\r
41\r
42[Guids]\r
43 gSmiHandlerProfileGuid ## CONSUMES ## GUID # Locate protocol\r
44\r