]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / MmServicesTableLib / MmServicesTableLib.inf
CommitLineData
17f5fd92
AB
1## @file\r
2# MM Services Table Library.\r
3#\r
4# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
5# Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>\r
6#\r
9344f092 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
17f5fd92
AB
8#\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x0001001B\r
14 BASE_NAME = MmServicesTableLib\r
15 MODULE_UNI_FILE = MmServicesTableLib.uni\r
16 FILE_GUID = 9508ECFD-66D1-4B4C-9415-F25F0FFF9E93\r
17 MODULE_TYPE = DXE_SMM_DRIVER\r
18 VERSION_STRING = 1.0\r
19 LIBRARY_CLASS = MmServicesTableLib|DXE_SMM_DRIVER\r
20 PI_SPECIFICATION_VERSION = 0x00010032\r
21 CONSTRUCTOR = MmServicesTableLibConstructor\r
22\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64\r
25#\r
26\r
27[Sources]\r
28 MmServicesTableLib.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32\r
33[LibraryClasses]\r
34 DebugLib\r
35\r
36[Protocols]\r
37 gEfiMmBaseProtocolGuid ## CONSUMES\r
38\r
39[Depex]\r
40 gEfiMmBaseProtocolGuid\r