]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/SmmSmiHandlerProfileLib/SmmSmiHandlerProfileLib.inf
MdeModulePkg: Fix coding style issues
[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
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php.\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = SmmSmiHandlerProfileLib\r
21 MODULE_UNI_FILE = SmmSmiHandlerProfileLib.uni\r
c325e415 22 FILE_GUID = FC38CEAE-FB74-4049-A51C-68F0BA69DA7D\r
e08bfc7d
JY
23 MODULE_TYPE = DXE_SMM_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = SmiHandlerProfileLib|DXE_SMM_DRIVER\r
26 CONSTRUCTOR = SmmSmiHandlerProfileLibConstructor\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34[Sources]\r
35 SmmSmiHandlerProfileLib.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 SmmServicesTableLib\r
43\r
44[Guids]\r
45 gSmiHandlerProfileGuid ## CONSUMES ## GUID # Locate protocol\r
46\r