diff options
Diffstat (limited to 'EmulatorPkg')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.ci.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/EmulatorPkg/EmulatorPkg.ci.yaml b/EmulatorPkg/EmulatorPkg.ci.yaml index 97fdef17ab..338d5fc2d3 100644 --- a/EmulatorPkg/EmulatorPkg.ci.yaml +++ b/EmulatorPkg/EmulatorPkg.ci.yaml @@ -22,6 +22,13 @@ ],
## Both file path and directory path are accepted.
"IgnoreFiles": [
+ "EmuBlockIoDxe/EmuBlockIo.c",
+ "EmuGopDxe/GopInput.c",
+ "EmuSnpDxe/EmuSnpDxe.c",
+ "EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c",
+ "FvbServicesRuntimeDxe/FWBlockService.c",
+ "Win/Host/WinFileSystem.c",
+ "Win/Host/WinInclude.h"
]
},
## options defined .pytool/Plugin/CompilerPlugin
|