]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/UefiCpuPkg.ci.yaml
ArmPkg: only attempt buildin MmCommunicationDxe for AArch64
[mirror_edk2.git] / UefiCpuPkg / UefiCpuPkg.ci.yaml
1 ## @file
2 # CI configuration for UefiCpuPkg
3 #
4 # Copyright (c) Microsoft Corporation
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 ##
7 {
8 "CompilerPlugin": {
9 "DscPath": "UefiCpuPkg.dsc"
10 },
11 "CharEncodingCheck": {
12 "IgnoreFiles": []
13 },
14 "DependencyCheck": {
15 "AcceptableDependencies": [
16 "MdePkg/MdePkg.dec",
17 "MdeModulePkg/MdeModulePkg.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": "UefiCpuPkg.dsc",
28 "IgnoreInf": [
29 "UefiCpuPkg/ResetVector/FixupVtf/Vtf.inf",
30 "UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf"
31 ]
32 },
33 "GuidCheck": {
34 "IgnoreGuidName": ["SecCore", "ResetVector"], # Expected duplication for gEfiFirmwareVolumeTopFileGuid
35 "IgnoreGuidValue": [],
36 "IgnoreFoldersAndFiles": [],
37 "IgnoreDuplicates": []
38 },
39 "LibraryClassCheck": {
40 "IgnoreHeaderFile": []
41 },
42
43 ## options defined ci/Plugin/SpellCheck
44 "SpellCheck": {
45 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log
46 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
47 "ExtendWords": [], # words to extend to the dictionary for this package
48 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
49 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
50 }
51 }