OvmfPkg/XenHypercallLib: Remove unused HobLib

Commit 0e6f6c715c removed the use of gEfiXenInfoGuid.

Fixes: 0e6f6c715c ("OvmfPkg/XenHypercallLib: Use direct hypercalls")
Signed-off-by: Anthony PERARD <anthony.perard@vates.tech>
This commit is contained in:
Anthony PERARD 2026-04-27 12:01:37 +02:00 committed by mergify[bot]
parent b6480f6270
commit c4cdc1794a
2 changed files with 1 additions and 8 deletions

View file

@ -10,10 +10,7 @@
#pragma once
/**
To call when the gEfiXenInfoGuid HOB became available after the library init
function has already been executed.
This allow to make hypercall in the PEIM stage.
Initialise library.
**/
RETURN_STATUS
EFIAPI

View file

@ -43,8 +43,4 @@
[LibraryClasses.X64]
CpuLib
BaseLib
HobLib
DebugLib
[Guids.X64]
gEfiXenInfoGuid