]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / PcAtChipsetPkg / PcAtChipsetPkg.ci.yaml
CommitLineData
d495762a
MK
1## @file\r
2# CI configuration for PcAtChipsetPkg\r
3#\r
4# Copyright (c) Microsoft Corporation\r
1bd632db 5# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
d495762a
MK
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7##\r
8{\r
1bd632db 9 ## options defined .pytool/Plugin/LicenseCheck\r
def0c5e1
SZ
10 "LicenseCheck": {\r
11 "IgnoreFiles": []\r
12 },\r
1bd632db
SZ
13 "EccCheck": {\r
14 ## Exception sample looks like below:\r
15 ## "ExceptionList": [\r
16 ## "<ErrorID>", "<KeyWord>"\r
17 ## ]\r
18 "ExceptionList": [\r
19 ],\r
20 ## Both file path and directory path are accepted.\r
21 "IgnoreFiles": [\r
22 ]\r
23 },\r
d495762a
MK
24 "CompilerPlugin": {\r
25 "DscPath": "PcAtChipsetPkg.dsc"\r
26 },\r
27 "CharEncodingCheck": {\r
28 "IgnoreFiles": []\r
29 },\r
30 "DependencyCheck": {\r
31 "AcceptableDependencies": [\r
32 "MdePkg/MdePkg.dec",\r
33 "PcAtChipsetPkg/PcAtChipsetPkg.dec",\r
34 "UefiCpuPkg/UefiCpuPkg.dec"\r
35 ],\r
36 # For host based unit tests\r
37 "AcceptableDependencies-HOST_APPLICATION":[],\r
38 # For UEFI shell based apps\r
39 "AcceptableDependencies-UEFI_APPLICATION":[],\r
40 "IgnoreInf": []\r
41 },\r
42 "DscCompleteCheck": {\r
43 "DscPath": "PcAtChipsetPkg.dsc",\r
44 "IgnoreInf": []\r
45 },\r
46 "GuidCheck": {\r
47 "IgnoreGuidName": [],\r
48 "IgnoreGuidValue": [],\r
49 "IgnoreFoldersAndFiles": [],\r
50 "IgnoreDuplicates": []\r
51 },\r
52 "LibraryClassCheck": {\r
53 "IgnoreHeaderFile": []\r
54 },\r
55 "SpellCheck": {\r
56 "ExtendWords": [\r
57 "ENUMER", # this is part of an IDE enum\r
58 "PCATCHIPSET",\r
59 "TXRDY"\r
60 ]\r
61 }\r
62}\r