Skip to content

Commit dea4e20

Browse files
luigix25ardbiesheuvel
authored andcommitted
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 <[email protected]>
1 parent 20247e2 commit dea4e20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MdeModulePkg/MdeModulePkg.ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"gEfiPeiMmAccessPpiGuid=gPeiSmmAccessPpiGuid",
8686
"gPeiSmmControlPpiGuid=gEfiPeiMmControlPpiGuid",
8787
"gEfiPeiMmCommunicationPpiGuid=gEfiPeiSmmCommunicationPpiGuid",
88+
"gUiAppFileGuid=UiApp",
8889
]
8990
},
9091

0 commit comments

Comments
 (0)