]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf
StandaloneMmPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / StandaloneMmPkg / Library / StandaloneMmCoreHobLib / StandaloneMmCoreHobLib.inf
... / ...
CommitLineData
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# SPDX-License-Identifier: BSD-2-Clause-Patent\r
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
22 LIBRARY_CLASS = HobLib|MM_CORE_STANDALONE\r
23\r
24#\r
25# VALID_ARCHITECTURES = AARCH64\r
26#\r
27[Sources.Common]\r
28 StandaloneMmCoreHobLib.c\r
29\r
30[Sources.AARCH64]\r
31 AArch64/StandaloneMmCoreHobLibInternal.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35\r
36\r
37[LibraryClasses]\r
38 BaseMemoryLib\r
39 DebugLib\r
40\r
41[Guids]\r
42 gEfiHobListGuid ## CONSUMES ## SystemTable\r