]> git.proxmox.com Git - mirror_edk2.git/blob - FatPkg/FatPkg.ci.yaml
489c4614e9e16cbed8aa54e16be01211f9154717
[mirror_edk2.git] / FatPkg / FatPkg.ci.yaml
1 ## @file
2 # CI configuration for FatPkg
3 #
4 # Copyright (c) Microsoft Corporation
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 ##
7 {
8 "LicenseCheck": {
9 "IgnoreFiles": []
10 },
11 "CompilerPlugin": {
12 "DscPath": "FatPkg.dsc"
13 },
14 "CharEncodingCheck": {
15 "IgnoreFiles": []
16 },
17 "DependencyCheck": {
18 "AcceptableDependencies": [
19 "MdePkg/MdePkg.dec",
20 "MdeModulePkg/MdeModulePkg.dec",
21 ],
22 # For host based unit tests
23 "AcceptableDependencies-HOST_APPLICATION":[],
24 # For UEFI shell based apps
25 "AcceptableDependencies-UEFI_APPLICATION":[],
26 "IgnoreInf": []
27 },
28 "DscCompleteCheck": {
29 "IgnoreInf": [],
30 "DscPath": "FatPkg.dsc"
31 },
32 "GuidCheck": {
33 "IgnoreGuidName": [],
34 "IgnoreGuidValue": [],
35 "IgnoreFoldersAndFiles": []
36 },
37 "LibraryClassCheck": {
38 "IgnoreHeaderFile": []
39 },
40 "SpellCheck": {
41 "ExtendWords": [
42 "ELTORITO",
43 "FHAND",
44 "IFILE",
45 "OFILE",
46 "FDISKed",
47 "Lfnbuffer",
48 "FFFFFFFFL",
49 "CDVOL",
50 "DMDEPKG"
51 ]
52 }
53 }