]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / SmmServicesTableLib / SmmServicesTableLib.inf
1 ## @file
2 # SMM Services Table Library.
3 #
4 # Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = SmmServicesTableLib
14 MODULE_UNI_FILE = SmmServicesTableLib.uni
15 FILE_GUID = 064B4C5B-C5EF-4eff-85DF-65518EF1314D
16 MODULE_TYPE = DXE_SMM_DRIVER
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = SmmServicesTableLib|DXE_SMM_DRIVER
19 PI_SPECIFICATION_VERSION = 0x0001000A
20 CONSTRUCTOR = SmmServicesTableLibConstructor
21
22 #
23 # VALID_ARCHITECTURES = IA32 X64
24 #
25
26 [Sources]
27 SmmServicesTableLib.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31
32 [LibraryClasses]
33 DebugLib
34
35 [Protocols]
36 gEfiSmmBase2ProtocolGuid ## CONSUMES
37
38 [Depex]
39 gEfiSmmBase2ProtocolGuid
40