Last change
on this file since 85788 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 PcAtChipsetPkg
|
---|
3 | #
|
---|
4 | # Copyright (c) Microsoft Corporation
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | ##
|
---|
7 | {
|
---|
8 | "CompilerPlugin": {
|
---|
9 | "DscPath": "PcAtChipsetPkg.dsc"
|
---|
10 | },
|
---|
11 | "CharEncodingCheck": {
|
---|
12 | "IgnoreFiles": []
|
---|
13 | },
|
---|
14 | "DependencyCheck": {
|
---|
15 | "AcceptableDependencies": [
|
---|
16 | "MdePkg/MdePkg.dec",
|
---|
17 | "PcAtChipsetPkg/PcAtChipsetPkg.dec",
|
---|
18 | "UefiCpuPkg/UefiCpuPkg.dec"
|
---|
19 | ],
|
---|
20 | # For host based unit tests
|
---|
21 | "AcceptableDependencies-HOST_APPLICATION":[],
|
---|
22 | # For UEFI shell based apps
|
---|
23 | "AcceptableDependencies-UEFI_APPLICATION":[],
|
---|
24 | "IgnoreInf": []
|
---|
25 | },
|
---|
26 | "DscCompleteCheck": {
|
---|
27 | "DscPath": "PcAtChipsetPkg.dsc",
|
---|
28 | "IgnoreInf": []
|
---|
29 | },
|
---|
30 | "GuidCheck": {
|
---|
31 | "IgnoreGuidName": [],
|
---|
32 | "IgnoreGuidValue": [],
|
---|
33 | "IgnoreFoldersAndFiles": [],
|
---|
34 | "IgnoreDuplicates": []
|
---|
35 | },
|
---|
36 | "LibraryClassCheck": {
|
---|
37 | "IgnoreHeaderFile": []
|
---|
38 | },
|
---|
39 | "SpellCheck": {
|
---|
40 | "ExtendWords": [
|
---|
41 | "ENUMER", # this is part of an IDE enum
|
---|
42 | "PCATCHIPSET",
|
---|
43 | "TXRDY"
|
---|
44 | ]
|
---|
45 | }
|
---|
46 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.