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:
committed by
Ard Biesheuvel
parent
20247e2342
commit
dea4e20bd4
@@ -85,6 +85,7 @@
|
||||
"gEfiPeiMmAccessPpiGuid=gPeiSmmAccessPpiGuid",
|
||||
"gPeiSmmControlPpiGuid=gEfiPeiMmControlPpiGuid",
|
||||
"gEfiPeiMmCommunicationPpiGuid=gEfiPeiSmmCommunicationPpiGuid",
|
||||
"gUiAppFileGuid=UiApp",
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user