VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml@ 109019

Last change on this file since 109019 was 108794, checked in by vboxsync, 4 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 1.6 KB
Line 
1## @file
2# CI configuration for PcAtChipsetPkg
3#
4# Copyright (c) Microsoft Corporation
5# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7##
8{
9 "PrEval": {
10 "DscPath": "PcAtChipsetPkg.dsc",
11 },
12 ## options defined .pytool/Plugin/LicenseCheck
13 "LicenseCheck": {
14 "IgnoreFiles": []
15 },
16 "EccCheck": {
17 ## Exception sample looks like below:
18 ## "ExceptionList": [
19 ## "<ErrorID>", "<KeyWord>"
20 ## ]
21 "ExceptionList": [
22 ],
23 ## Both file path and directory path are accepted.
24 "IgnoreFiles": [
25 ]
26 },
27 "CompilerPlugin": {
28 "DscPath": "PcAtChipsetPkg.dsc"
29 },
30 "CharEncodingCheck": {
31 "IgnoreFiles": []
32 },
33 "DependencyCheck": {
34 "AcceptableDependencies": [
35 "MdePkg/MdePkg.dec",
36 "PcAtChipsetPkg/PcAtChipsetPkg.dec",
37 "UefiCpuPkg/UefiCpuPkg.dec"
38 ],
39 # For host based unit tests
40 "AcceptableDependencies-HOST_APPLICATION":[],
41 # For UEFI shell based apps
42 "AcceptableDependencies-UEFI_APPLICATION":[],
43 "IgnoreInf": []
44 },
45 "DscCompleteCheck": {
46 "DscPath": "PcAtChipsetPkg.dsc",
47 "IgnoreInf": []
48 },
49 "GuidCheck": {
50 "IgnoreGuidName": [],
51 "IgnoreGuidValue": [],
52 "IgnoreFoldersAndFiles": [],
53 "IgnoreDuplicates": []
54 },
55 "LibraryClassCheck": {
56 "IgnoreHeaderFile": []
57 },
58 "SpellCheck": {
59 "ExtendWords": [
60 "ENUMER", # this is part of an IDE enum
61 "PCATCHIPSET",
62 "TXRDY"
63 ]
64 }
65}
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette