]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/Library/ArmVirtDxeHobLib/ArmVirtDxeHobLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ArmVirtPkg / Library / ArmVirtDxeHobLib / ArmVirtDxeHobLib.inf
1 ## @file
2 # Instance of HOB Library using HOB list from EFI Configuration Table, with
3 # DebugLib dependency removed
4 #
5 # HOB Library implementation that retrieves the HOB List
6 # from the System Configuration Table in the EFI System Table.
7 #
8 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
9 # Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = ArmVirtDxeHobLib
19 FILE_GUID = 3CD90EEC-EBF3-425D-AAE8-B16215AC4F50
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = HobLib|DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
23 CONSTRUCTOR = HobLibConstructor
24
25 [Sources]
26 HobLib.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30
31 [LibraryClasses]
32 BaseMemoryLib
33
34 [Guids]
35 gEfiHobListGuid ## CONSUMES ## SystemTable