]> git.proxmox.com Git - mirror_edk2.git/blame - StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf
StandaloneMmPkg/StandaloneMmCoreHobLib: restrict to MM_CORE_STANDALONE
[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
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php.\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x0001001A\r
22 BASE_NAME = HobLib\r
23 FILE_GUID = CF56EF2C-68D8-4BD5-9A8B-8A7BFCFF751C\r
24 MODULE_TYPE = MM_CORE_STANDALONE\r
25 VERSION_STRING = 1.0\r
26 PI_SPECIFICATION_VERSION = 0x00010032\r
2cc18617 27 LIBRARY_CLASS = HobLib|MM_CORE_STANDALONE\r
70a51d71
SV
28\r
29#\r
30# VALID_ARCHITECTURES = AARCH64\r
31#\r
32[Sources.Common]\r
33 StandaloneMmCoreHobLib.c\r
34\r
35[Sources.AARCH64]\r
36 AArch64/StandaloneMmCoreHobLibInternal.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40\r
41\r
42[LibraryClasses]\r
43 BaseMemoryLib\r
44 DebugLib\r
45\r
46[Guids]\r
47 gEfiHobListGuid ## CONSUMES ## SystemTable\r