From 482b4bf0a51a7a26ef35965d33afbbc971307945 Mon Sep 17 00:00:00 2001 From: Qihang Gao Date: Wed, 22 Apr 2026 17:50:57 +0800 Subject: [PATCH] EmulatorPkg/Host: Remove duplicate procotol in INF file In EmulatorPkg/Unix/Host driver, gEmuIoThunkProtocolGuid appears twice in [Procotols] section, so remove the duplicate one. Signed-off-by: Qihang Gao --- EmulatorPkg/Unix/Host/Host.inf | 1 - 1 file changed, 1 deletion(-) diff --git a/EmulatorPkg/Unix/Host/Host.inf b/EmulatorPkg/Unix/Host/Host.inf index 467f6eceb9..b50e2e437f 100644 --- a/EmulatorPkg/Unix/Host/Host.inf +++ b/EmulatorPkg/Unix/Host/Host.inf @@ -68,7 +68,6 @@ gEmuThunkPpiGuid [Protocols] - gEmuIoThunkProtocolGuid gEmuIoThunkProtocolGuid gEmuGraphicsWindowProtocolGuid gEmuThreadThunkProtocolGuid