]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / StandaloneMmDriverEntryPoint / StandaloneMmDriverEntryPoint.inf
1 ## @file
2 # Module entry point library for Standalone MM driver.
3 #
4 # Copyright (c) 2015 - 2021, Intel Corporation. All rights reserved.<BR>
5 # Copyright (c) 2016-2018, ARM Ltd. All rights reserved.<BR>
6 # Copyright (c) 2018, Linaro, Limited. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x0001001B
15 BASE_NAME = StandaloneMmDriverEntryPoint
16 MODULE_UNI_FILE = StandaloneMmDriverEntryPoint.uni
17 FILE_GUID = 5ca126c0-b598-4f4b-abb9-b6e7d077aea9
18 MODULE_TYPE = MM_STANDALONE
19 VERSION_STRING = 1.0
20 PI_SPECIFICATION_VERSION = 0x00010032
21 LIBRARY_CLASS = StandaloneMmDriverEntryPoint|MM_STANDALONE
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 AARCH64
27 #
28
29 [Sources]
30 StandaloneMmDriverEntryPoint.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 DebugLib
38 MmServicesTableLib
39
40 [Protocols]
41 gEfiLoadedImageProtocolGuid ## SOMETIMES_CONSUMES