]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/SmmSmiHandlerProfileLib/SmmSmiHandlerProfileLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / SmmSmiHandlerProfileLib / SmmSmiHandlerProfileLib.inf
CommitLineData
e08bfc7d
JY
1## @file\r
2# SMM 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#\r
9d510e61 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e08bfc7d
JY
9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = SmmSmiHandlerProfileLib\r
16 MODULE_UNI_FILE = SmmSmiHandlerProfileLib.uni\r
c325e415 17 FILE_GUID = FC38CEAE-FB74-4049-A51C-68F0BA69DA7D\r
e08bfc7d
JY
18 MODULE_TYPE = DXE_SMM_DRIVER\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = SmiHandlerProfileLib|DXE_SMM_DRIVER\r
21 CONSTRUCTOR = SmmSmiHandlerProfileLibConstructor\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64\r
27#\r
28\r
29[Sources]\r
30 SmmSmiHandlerProfileLib.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35\r
36[LibraryClasses]\r
37 SmmServicesTableLib\r
38\r
39[Guids]\r
40 gSmiHandlerProfileGuid ## CONSUMES ## GUID # Locate protocol\r
41\r