]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/UefiCpuPkg.ci.yaml
CryptoPkg/Library: Remove the redundant build option
[mirror_edk2.git] / UefiCpuPkg / UefiCpuPkg.ci.yaml
CommitLineData
30c00d7f
MK
1## @file\r
2# CI configuration for UefiCpuPkg\r
3#\r
4# Copyright (c) Microsoft Corporation\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6##\r
7{\r
22f89fea
SZ
8 "LicenseCheck": {\r
9 "IgnoreFiles": []\r
10 },\r
30c00d7f
MK
11 "CompilerPlugin": {\r
12 "DscPath": "UefiCpuPkg.dsc"\r
13 },\r
14 "CharEncodingCheck": {\r
15 "IgnoreFiles": []\r
16 },\r
17 "DependencyCheck": {\r
18 "AcceptableDependencies": [\r
19 "MdePkg/MdePkg.dec",\r
20 "MdeModulePkg/MdeModulePkg.dec",\r
21 "UefiCpuPkg/UefiCpuPkg.dec"\r
22 ],\r
23 # For host based unit tests\r
24 "AcceptableDependencies-HOST_APPLICATION":[],\r
25 # For UEFI shell based apps\r
26 "AcceptableDependencies-UEFI_APPLICATION":[],\r
27 "IgnoreInf": []\r
28 },\r
29 "DscCompleteCheck": {\r
30 "DscPath": "UefiCpuPkg.dsc",\r
31 "IgnoreInf": [\r
32 "UefiCpuPkg/ResetVector/FixupVtf/Vtf.inf",\r
33 "UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf"\r
34 ]\r
35 },\r
36 "GuidCheck": {\r
37 "IgnoreGuidName": ["SecCore", "ResetVector"], # Expected duplication for gEfiFirmwareVolumeTopFileGuid\r
38 "IgnoreGuidValue": [],\r
39 "IgnoreFoldersAndFiles": [],\r
40 "IgnoreDuplicates": []\r
41 },\r
42 "LibraryClassCheck": {\r
43 "IgnoreHeaderFile": []\r
44 },\r
45\r
46 ## options defined ci/Plugin/SpellCheck\r
47 "SpellCheck": {\r
48 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
49 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
50 "ExtendWords": [], # words to extend to the dictionary for this package\r
51 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
52 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
53 }\r
54}\r