]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/SecurityPkg.ci.yaml
PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml: Add configuration for Ecc check
[mirror_edk2.git] / SecurityPkg / SecurityPkg.ci.yaml
CommitLineData
566c45a5
MK
1## @file\r
2# CI configuration for SecurityPkg\r
3#\r
4# Copyright (c) Microsoft Corporation\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6##\r
7{\r
9a10c305
SZ
8 "LicenseCheck": {\r
9 "IgnoreFiles": []\r
10 },\r
566c45a5
MK
11 "CompilerPlugin": {\r
12 "DscPath": "SecurityPkg.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 "SecurityPkg/SecurityPkg.dec",\r
22 "CryptoPkg/CryptoPkg.dec"\r
23 ],\r
24 # For host based unit tests\r
25 "AcceptableDependencies-HOST_APPLICATION":[],\r
26 # For UEFI shell based apps\r
27 "AcceptableDependencies-UEFI_APPLICATION":[],\r
28 "IgnoreInf": []\r
29 },\r
30 "DscCompleteCheck": {\r
31 "DscPath": "SecurityPkg.dsc",\r
32 "IgnoreInf": []\r
33 },\r
34 "GuidCheck": {\r
35 "IgnoreGuidName": [],\r
36 "IgnoreGuidValue": ["00000000-0000-0000-0000-000000000000"],\r
37 "IgnoreFoldersAndFiles": [],\r
38 "IgnoreDuplicates": [\r
39 "Tpm2InstanceLibDTpm=gEfiTpmDeviceInstanceTpm20DtpmGuid", # by design\r
40 ]\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 "ExtendWords": [ # words to extend to the dictionary for this package\r
50 "shortformed", # tpm acpi\r
51 "autodetect",\r
52 "blocksid",\r
53 "comid",\r
54 "cpinsidpin", #OpalSScV2\r
55 "ecdsa", # TPM\r
56 "ecschnorr", # TPM\r
57 "eisaid", # ACPI\r
58 "harddisk",\r
59 "hashall",\r
60 "hashto",\r
61 "kek's",\r
62 "lfanew", # PE/COFF\r
63 "pcrindex",\r
64 "pkglength",\r
65 "ppuser",\r
66 "preos",\r
67 "stclear",\r
68 "toctou",\r
69 "tpm's",\r
70 "tpmcmdbuflength",\r
71 "tpmcommlib",\r
72 "tpmnvvaluelength",\r
73 "wrlocked",\r
74 "xored"\r
75 ],\r
76 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
77 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
78 },\r
79\r
80 "Defines": {\r
81 "BLD_*_CONTINUOUS_INTEGRATION": "TRUE",\r
82 }\r
83}\r