UefiPayloadPkg: Remove duplicate library and file name in INF file

In SpiFlashLib driver, BaseLib appears twice in [LibraryClasses]
section, so  remove the duplicate one.
In PayloadLoaderPeim driver, ElfLib/ElfLibInternal.h appears twice in
[Sources] 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:32:06 +08:00 committed by Ard Biesheuvel
parent c86451e79b
commit 7d87a9d339
2 changed files with 0 additions and 2 deletions

View file

@ -39,7 +39,6 @@
PciLib
HobLib
TimerLib
BaseLib
[Guids]
gSpiFlashInfoGuid

View file

@ -29,7 +29,6 @@
ElfLib/ElfCommon.h
ElfLib/Elf32.h
ElfLib/Elf64.h
ElfLib/ElfLibInternal.h
ElfLib/ElfLib.c
ElfLib/Elf32Lib.c
ElfLib/Elf64Lib.c