Last change
on this file since 109019 was 108794, checked in by vboxsync, 4 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.6 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # CI configuration for FatPkg
|
---|
3 | #
|
---|
4 | # Copyright (c) Microsoft Corporation
|
---|
5 | # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | ##
|
---|
8 | {
|
---|
9 | "PrEval": {
|
---|
10 | "DscPath": "FatPkg.dsc",
|
---|
11 | },
|
---|
12 | "LicenseCheck": {
|
---|
13 | "IgnoreFiles": []
|
---|
14 | },
|
---|
15 | "EccCheck": {
|
---|
16 | ## Exception sample looks like below:
|
---|
17 | ## "ExceptionList": [
|
---|
18 | ## "<ErrorID>", "<KeyWord>"
|
---|
19 | ## ]
|
---|
20 | "ExceptionList": [
|
---|
21 | ],
|
---|
22 | ## Both file path and directory path are accepted.
|
---|
23 | "IgnoreFiles": [
|
---|
24 | ]
|
---|
25 | },
|
---|
26 | "CompilerPlugin": {
|
---|
27 | "DscPath": "FatPkg.dsc"
|
---|
28 | },
|
---|
29 | "CharEncodingCheck": {
|
---|
30 | "IgnoreFiles": []
|
---|
31 | },
|
---|
32 | "DependencyCheck": {
|
---|
33 | "AcceptableDependencies": [
|
---|
34 | "MdePkg/MdePkg.dec",
|
---|
35 | "MdeModulePkg/MdeModulePkg.dec",
|
---|
36 | ],
|
---|
37 | # For host based unit tests
|
---|
38 | "AcceptableDependencies-HOST_APPLICATION":[],
|
---|
39 | # For UEFI shell based apps
|
---|
40 | "AcceptableDependencies-UEFI_APPLICATION":[],
|
---|
41 | "IgnoreInf": []
|
---|
42 | },
|
---|
43 | "DscCompleteCheck": {
|
---|
44 | "IgnoreInf": [],
|
---|
45 | "DscPath": "FatPkg.dsc"
|
---|
46 | },
|
---|
47 | "GuidCheck": {
|
---|
48 | "IgnoreGuidName": [],
|
---|
49 | "IgnoreGuidValue": [],
|
---|
50 | "IgnoreFoldersAndFiles": []
|
---|
51 | },
|
---|
52 | "LibraryClassCheck": {
|
---|
53 | "IgnoreHeaderFile": []
|
---|
54 | },
|
---|
55 | "SpellCheck": {
|
---|
56 | "ExtendWords": [
|
---|
57 | "ELTORITO",
|
---|
58 | "FHAND",
|
---|
59 | "IFILE",
|
---|
60 | "OFILE",
|
---|
61 | "FDISKed",
|
---|
62 | "Lfnbuffer",
|
---|
63 | "FFFFFFFFL",
|
---|
64 | "CDVOL",
|
---|
65 | "DMDEPKG",
|
---|
66 | "lba's",
|
---|
67 | ]
|
---|
68 | }
|
---|
69 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.