]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/SecurityPkg.ci.yaml
UefiPayloadPkg: Add PCI root bridge info hob support for SBL
[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
f2a8fae3 5# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
566c45a5
MK
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7##\r
8{\r
9a10c305
SZ
9 "LicenseCheck": {\r
10 "IgnoreFiles": []\r
11 },\r
f2a8fae3
SZ
12 "EccCheck": {\r
13 ## Exception sample looks like below:\r
14 ## "ExceptionList": [\r
15 ## "<ErrorID>", "<KeyWord>"\r
16 ## ]\r
17 "ExceptionList": [\r
18 ],\r
19 ## Both file path and directory path are accepted.\r
20 "IgnoreFiles": [\r
21 ]\r
22 },\r
566c45a5
MK
23 "CompilerPlugin": {\r
24 "DscPath": "SecurityPkg.dsc"\r
25 },\r
26 "CharEncodingCheck": {\r
27 "IgnoreFiles": []\r
28 },\r
29 "DependencyCheck": {\r
30 "AcceptableDependencies": [\r
31 "MdePkg/MdePkg.dec",\r
32 "MdeModulePkg/MdeModulePkg.dec",\r
33 "SecurityPkg/SecurityPkg.dec",\r
8802583c 34 "StandaloneMmPkg/StandaloneMmPkg.dec",\r
566c45a5
MK
35 "CryptoPkg/CryptoPkg.dec"\r
36 ],\r
37 # For host based unit tests\r
38 "AcceptableDependencies-HOST_APPLICATION":[],\r
39 # For UEFI shell based apps\r
40 "AcceptableDependencies-UEFI_APPLICATION":[],\r
41 "IgnoreInf": []\r
42 },\r
43 "DscCompleteCheck": {\r
44 "DscPath": "SecurityPkg.dsc",\r
45 "IgnoreInf": []\r
46 },\r
47 "GuidCheck": {\r
48 "IgnoreGuidName": [],\r
49 "IgnoreGuidValue": ["00000000-0000-0000-0000-000000000000"],\r
50 "IgnoreFoldersAndFiles": [],\r
51 "IgnoreDuplicates": [\r
52 "Tpm2InstanceLibDTpm=gEfiTpmDeviceInstanceTpm20DtpmGuid", # by design\r
53 ]\r
54 },\r
55 "LibraryClassCheck": {\r
56 "IgnoreHeaderFile": []\r
57 },\r
58\r
59 ## options defined ci/Plugin/SpellCheck\r
60 "SpellCheck": {\r
61 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
62 "ExtendWords": [ # words to extend to the dictionary for this package\r
63 "shortformed", # tpm acpi\r
64 "autodetect",\r
65 "blocksid",\r
66 "comid",\r
67 "cpinsidpin", #OpalSScV2\r
68 "ecdsa", # TPM\r
69 "ecschnorr", # TPM\r
70 "eisaid", # ACPI\r
71 "harddisk",\r
72 "hashall",\r
73 "hashto",\r
74 "kek's",\r
75 "lfanew", # PE/COFF\r
76 "pcrindex",\r
77 "pkglength",\r
78 "ppuser",\r
79 "preos",\r
80 "stclear",\r
81 "toctou",\r
82 "tpm's",\r
83 "tpmcmdbuflength",\r
84 "tpmcommlib",\r
85 "tpmnvvaluelength",\r
86 "wrlocked",\r
87 "xored"\r
88 ],\r
89 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
90 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
91 },\r
92\r
93 "Defines": {\r
94 "BLD_*_CONTINUOUS_INTEGRATION": "TRUE",\r
95 }\r
96}\r