]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / PiSmmCoreSmmServicesTableLib / PiSmmCoreSmmServicesTableLib.inf
1 ## @file
2 # SMM Core SMM Services Table Library.
3 #
4 # Copyright (c) 2010 - 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 = PiSmmCoreSmmServicesTableLib
14 MODULE_UNI_FILE = PiSmmCoreSmmServicesTableLib.uni
15 FILE_GUID = C427146A-2EF2-4af9-A85A-E09EA65EE47D
16 MODULE_TYPE = SMM_CORE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = SmmServicesTableLib|SMM_CORE
19 PI_SPECIFICATION_VERSION = 0x0001000A
20 CONSTRUCTOR = SmmCoreSmmServicesTableLibConstructor
21
22 #
23 # VALID_ARCHITECTURES = IA32 X64
24 #
25
26 [Sources]
27 PiSmmCoreSmmServicesTableLib.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31