]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
86f6c5c780354250c4c37bba729071e7373e97a2
[mirror_edk2.git] / MdePkg / Library / StandaloneMmServicesTableLib / StandaloneMmServicesTableLib.inf
1 ## @file
2 # Standalone MM Services Table Library.
3 #
4 # Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
5 # Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php.
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x0001001B
19 BASE_NAME = StandaloneMmServicesTableLib
20 MODULE_UNI_FILE = StandaloneMmServicesTableLib.uni
21 FILE_GUID = eaa4684f-fb4e-41f3-9967-307d5b409182
22 MODULE_TYPE = MM_STANDALONE
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = MmServicesTableLib|MM_STANDALONE
25 PI_SPECIFICATION_VERSION = 0x00010032
26 CONSTRUCTOR = StandaloneMmServicesTableLibConstructor
27
28 #
29 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
30 #
31
32 [Sources]
33 StandaloneMmServicesTableLib.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37
38 [LibraryClasses]
39 DebugLib