OvmfPkg: Remove redundant section name in inf file

[Sources.X64] and [Sources.AARCH64] appear twice in
XenHypercallLib.inf, remove the redundant ones to make the files more
concise.

Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>
This commit is contained in:
Qihang Gao 2026-05-12 16:37:00 +08:00 committed by mergify[bot]
parent 9c7e0db74b
commit 364c40e258

View file

@ -23,14 +23,10 @@
[Sources.X64]
X86XenHypercall.c
[Sources.X64]
X64/hypercall.nasm
[Sources.AARCH64]
ArmXenHypercall.c
[Sources.AARCH64]
AArch64/Hypercall.S
[Sources]