UefiCpuPkg: Remove duplicate libraries in INF files

In CpuDxeRiscV64 driver, TimerLib appears twice in [LibraryClasses]
section, so remove the duplicate one.
In RegisterCpuFeaturesLib driver, UefiBootServicesTableLib appears
twice in [LibraryClasses] section, so remove the duplicate one.

Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>
This commit is contained in:
Qihang Gao 2026-04-23 10:21:49 +08:00 committed by Ard Biesheuvel
parent 34c7871fec
commit c86451e79b
2 changed files with 0 additions and 2 deletions

View file

@ -39,7 +39,6 @@
RiscVSbiLib
RiscVMmuLib
CacheMaintenanceLib
TimerLib
[Sources]
CpuDxe.c

View file

@ -41,7 +41,6 @@
SynchronizationLib
UefiBootServicesTableLib
IoLib
UefiBootServicesTableLib
UefiLib
[Protocols]