]> git.proxmox.com Git - mirror_edk2.git/blame - FatPkg/FatPkg.ci.yaml
MdeModulePkg/AcpiTableDxe: use pool allocation for RSDT/XSDT if possible
[mirror_edk2.git] / FatPkg / FatPkg.ci.yaml
CommitLineData
6d807aef
MK
1## @file\r
2# CI configuration for FatPkg\r
3#\r
4# Copyright (c) Microsoft Corporation\r
56aa9d19 5# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
6d807aef
MK
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7##\r
8{\r
bdb54bfd
SZ
9 "LicenseCheck": {\r
10 "IgnoreFiles": []\r
11 },\r
56aa9d19
SZ
12 "EccCheck": {\r
13 ## Exception sample looks like below:\r
14 ## "ExceptionList": [\r
15 ## "<ErrorID>", "<KeyWord>"\r
16 ## ]\r
17 "ExceptionList": [\r
18 ],\r
19 ## Both file path and directory path are accepted.\r
20 "IgnoreFiles": [\r
21 ]\r
22 },\r
6d807aef
MK
23 "CompilerPlugin": {\r
24 "DscPath": "FatPkg.dsc"\r
25 },\r
26 "CharEncodingCheck": {\r
27 "IgnoreFiles": []\r
28 },\r
29 "DependencyCheck": {\r
30 "AcceptableDependencies": [\r
31 "MdePkg/MdePkg.dec",\r
32 "MdeModulePkg/MdeModulePkg.dec",\r
33 ],\r
34 # For host based unit tests\r
35 "AcceptableDependencies-HOST_APPLICATION":[],\r
36 # For UEFI shell based apps\r
37 "AcceptableDependencies-UEFI_APPLICATION":[],\r
38 "IgnoreInf": []\r
39 },\r
40 "DscCompleteCheck": {\r
41 "IgnoreInf": [],\r
42 "DscPath": "FatPkg.dsc"\r
43 },\r
44 "GuidCheck": {\r
45 "IgnoreGuidName": [],\r
46 "IgnoreGuidValue": [],\r
47 "IgnoreFoldersAndFiles": []\r
48 },\r
49 "LibraryClassCheck": {\r
50 "IgnoreHeaderFile": []\r
51 },\r
52 "SpellCheck": {\r
53 "ExtendWords": [\r
54 "ELTORITO",\r
55 "FHAND",\r
56 "IFILE",\r
57 "OFILE",\r
58 "FDISKed",\r
59 "Lfnbuffer",\r
60 "FFFFFFFFL",\r
61 "CDVOL",\r
62 "DMDEPKG"\r
63 ]\r
64 }\r
65}\r