]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/SecurityPkg.ci.yaml
RedfishPkg: Use DSC include file
[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
34 "CryptoPkg/CryptoPkg.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": "SecurityPkg.dsc",\r
44 "IgnoreInf": []\r
45 },\r
46 "GuidCheck": {\r
47 "IgnoreGuidName": [],\r
48 "IgnoreGuidValue": ["00000000-0000-0000-0000-000000000000"],\r
49 "IgnoreFoldersAndFiles": [],\r
50 "IgnoreDuplicates": [\r
51 "Tpm2InstanceLibDTpm=gEfiTpmDeviceInstanceTpm20DtpmGuid", # by design\r
52 ]\r
53 },\r
54 "LibraryClassCheck": {\r
55 "IgnoreHeaderFile": []\r
56 },\r
57\r
58 ## options defined ci/Plugin/SpellCheck\r
59 "SpellCheck": {\r
60 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
61 "ExtendWords": [ # words to extend to the dictionary for this package\r
62 "shortformed", # tpm acpi\r
63 "autodetect",\r
64 "blocksid",\r
65 "comid",\r
66 "cpinsidpin", #OpalSScV2\r
67 "ecdsa", # TPM\r
68 "ecschnorr", # TPM\r
69 "eisaid", # ACPI\r
70 "harddisk",\r
71 "hashall",\r
72 "hashto",\r
73 "kek's",\r
74 "lfanew", # PE/COFF\r
75 "pcrindex",\r
76 "pkglength",\r
77 "ppuser",\r
78 "preos",\r
79 "stclear",\r
80 "toctou",\r
81 "tpm's",\r
82 "tpmcmdbuflength",\r
83 "tpmcommlib",\r
84 "tpmnvvaluelength",\r
85 "wrlocked",\r
86 "xored"\r
87 ],\r
88 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
89 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
90 },\r
91\r
92 "Defines": {\r
93 "BLD_*_CONTINUOUS_INTEGRATION": "TRUE",\r
94 }\r
95}\r