]> git.proxmox.com Git - mirror_edk2.git/blame - StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / StandaloneMmPkg / Library / StandaloneMmCoreHobLib / StandaloneMmCoreHobLib.inf
CommitLineData
70a51d71
SV
1## @file\r
2# Instance of HOB Library for Standalone MM Core.\r
3#\r
4# HOB Library implementation for the Standalone MM Core. Does not have a constructor.\r
5# Uses gHobList defined in the Standalone MM Core Entry Point Library.\r
6#\r
7# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
8# Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>\r
9#\r
86094561 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
70a51d71
SV
11#\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x0001001A\r
17 BASE_NAME = HobLib\r
18 FILE_GUID = CF56EF2C-68D8-4BD5-9A8B-8A7BFCFF751C\r
19 MODULE_TYPE = MM_CORE_STANDALONE\r
20 VERSION_STRING = 1.0\r
21 PI_SPECIFICATION_VERSION = 0x00010032\r
2cc18617 22 LIBRARY_CLASS = HobLib|MM_CORE_STANDALONE\r
70a51d71
SV
23\r
24#\r
a776bbab 25# VALID_ARCHITECTURES = X64 AARCH64 ARM\r
70a51d71 26#\r
f6c488b7
KQ
27[Sources.common]\r
28 Common.c\r
29\r
30[Sources.X64]\r
31 X64/StandaloneMmCoreHobLib.c\r
70a51d71 32\r
a776bbab
EC
33[Sources.AARCH64, Sources.ARM]\r
34 Arm/StandaloneMmCoreHobLib.c\r
35 Arm/StandaloneMmCoreHobLibInternal.c\r
70a51d71
SV
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
f6c488b7 39 StandaloneMmPkg/StandaloneMmPkg.dec\r
70a51d71
SV
40\r
41\r
42[LibraryClasses]\r
43 BaseMemoryLib\r
44 DebugLib\r
45\r
46[Guids]\r
47 gEfiHobListGuid ## CONSUMES ## SystemTable\r