Last change
on this file since 88566 was 85718, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # CI configuration for FatPkg
|
---|
3 | #
|
---|
4 | # Copyright (c) Microsoft Corporation
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | ##
|
---|
7 | {
|
---|
8 | "CompilerPlugin": {
|
---|
9 | "DscPath": "FatPkg.dsc"
|
---|
10 | },
|
---|
11 | "CharEncodingCheck": {
|
---|
12 | "IgnoreFiles": []
|
---|
13 | },
|
---|
14 | "DependencyCheck": {
|
---|
15 | "AcceptableDependencies": [
|
---|
16 | "MdePkg/MdePkg.dec",
|
---|
17 | "MdeModulePkg/MdeModulePkg.dec",
|
---|
18 | ],
|
---|
19 | # For host based unit tests
|
---|
20 | "AcceptableDependencies-HOST_APPLICATION":[],
|
---|
21 | # For UEFI shell based apps
|
---|
22 | "AcceptableDependencies-UEFI_APPLICATION":[],
|
---|
23 | "IgnoreInf": []
|
---|
24 | },
|
---|
25 | "DscCompleteCheck": {
|
---|
26 | "IgnoreInf": [],
|
---|
27 | "DscPath": "FatPkg.dsc"
|
---|
28 | },
|
---|
29 | "GuidCheck": {
|
---|
30 | "IgnoreGuidName": [],
|
---|
31 | "IgnoreGuidValue": [],
|
---|
32 | "IgnoreFoldersAndFiles": []
|
---|
33 | },
|
---|
34 | "LibraryClassCheck": {
|
---|
35 | "IgnoreHeaderFile": []
|
---|
36 | },
|
---|
37 | "SpellCheck": {
|
---|
38 | "ExtendWords": [
|
---|
39 | "ELTORITO",
|
---|
40 | "FHAND",
|
---|
41 | "IFILE",
|
---|
42 | "OFILE",
|
---|
43 | "FDISKed",
|
---|
44 | "Lfnbuffer",
|
---|
45 | "FFFFFFFFL",
|
---|
46 | "CDVOL",
|
---|
47 | "DMDEPKG"
|
---|
48 | ]
|
---|
49 | }
|
---|
50 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.