]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/SmmSmiHandlerProfileLib/SmmSmiHandlerProfileLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Library / SmmSmiHandlerProfileLib / SmmSmiHandlerProfileLib.inf
1 ## @file
2 # SMM driver instance of SmiHandlerProfile Library.
3 #
4 # This library instance provides real functionality for SmmChildDispatcher module.
5 #
6 # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = SmmSmiHandlerProfileLib
16 MODULE_UNI_FILE = SmmSmiHandlerProfileLib.uni
17 FILE_GUID = FC38CEAE-FB74-4049-A51C-68F0BA69DA7D
18 MODULE_TYPE = DXE_SMM_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = SmiHandlerProfileLib|DXE_SMM_DRIVER
21 CONSTRUCTOR = SmmSmiHandlerProfileLibConstructor
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64
27 #
28
29 [Sources]
30 MmSmiHandlerProfileLib.c
31 MmSmiHandlerProfileLib.h
32 SmmSmiHandlerProfileLib.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37
38 [LibraryClasses]
39 MmServicesTableLib
40
41 [Guids]
42 gSmiHandlerProfileGuid ## CONSUMES ## GUID # Locate protocol
43