]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / DxeCoreHobLib / DxeCoreHobLib.inf
1 ## @file
2 # Instance of HOB Library for DXE Core.
3 #
4 # HOB Library implementation for the DXE Core. Does not have a constructor.
5 # Uses gHobList defined in the DXE Core Entry Point Library.
6 #
7 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = DxeCoreHobLib
17 MODULE_UNI_FILE = DxeCoreHobLib.uni
18 FILE_GUID = 882ee1a3-35b2-412c-b8a2-7a8d34a7c390
19 MODULE_TYPE = DXE_CORE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = HobLib|DXE_CORE
22
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)
26 #
27
28 [Sources]
29 HobLib.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33
34
35 [LibraryClasses]
36 BaseMemoryLib
37 DebugLib
38 DxeCoreEntryPoint
39