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