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