MdeModulePkg: Add duplicate exception for gUiAppFileGuid

gUiAppFileGuid, which is used to register EFI Firmware Config as a boot
option, has the same value as UiApp guid.

This would trigger a duplicate guid error from the CI pipeline, but
because these two guids are necessary, this commit adds a duplicate
exception.

Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
This commit is contained in:
Luigi Leonardi
2025-03-05 22:56:03 +01:00
committed by Ard Biesheuvel
parent 20247e2342
commit dea4e20bd4

View File

@@ -85,6 +85,7 @@
"gEfiPeiMmAccessPpiGuid=gPeiSmmAccessPpiGuid",
"gPeiSmmControlPpiGuid=gEfiPeiMmControlPpiGuid",
"gEfiPeiMmCommunicationPpiGuid=gEfiPeiSmmCommunicationPpiGuid",
"gUiAppFileGuid=UiApp",
]
},