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 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x0001001B
|
---|
14 | BASE_NAME = StandaloneMmServicesTableLib
|
---|
15 | MODULE_UNI_FILE = StandaloneMmServicesTableLib.uni
|
---|
16 | FILE_GUID = eaa4684f-fb4e-41f3-9967-307d5b409182
|
---|
17 | MODULE_TYPE = MM_STANDALONE
|
---|
18 | VERSION_STRING = 1.0
|
---|
19 | LIBRARY_CLASS = MmServicesTableLib|MM_STANDALONE
|
---|
20 | PI_SPECIFICATION_VERSION = 0x00010032
|
---|
21 | CONSTRUCTOR = StandaloneMmServicesTableLibConstructor
|
---|
22 |
|
---|
23 | #
|
---|
24 | # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
|
---|
25 | #
|
---|
26 |
|
---|
27 | [Sources]
|
---|
28 | StandaloneMmServicesTableLib.c
|
---|
29 |
|
---|
30 | [Packages]
|
---|
31 | MdePkg/MdePkg.dec
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | DebugLib
|
---|