Changeset 99404 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/DynamicTablesPkg/DynamicTablesPkg.ci.yaml
- Timestamp:
- Apr 14, 2023 3:17:44 PM (22 months ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-145445 /vendor/edk2/current 103735-103757,103769-103776,129194-156846
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/DynamicTablesPkg/DynamicTablesPkg.ci.yaml
r89983 r99404 6 6 ## 7 7 { 8 "EccCheck": { 9 ## Exception sample looks like below: 10 ## "ExceptionList": [ 11 ## "<ErrorID>", "<KeyWord>" 12 ## ] 13 "ExceptionList": [ 14 # "The #ifndef at the start of an include file should use 15 # both prefix and postfix underscore characters, '_'" 16 # This error is not triggered for the latest BaseTools code. 17 # @TODO The error should be re-enabled when the python packages 18 # containing the BaseTools are updated to the latest version. 19 "8003", "DISABLE_NEW_DEPRECATED_INTERFACES", 20 "9005", "@defgroup", # Use extra Doxygen commands 21 "9005", "@ingroup", # Use extra Doxygen commands 22 "9005", "@mainpage", # Use extra Doxygen commands 23 "9005", "@ref", # Use extra Doxygen commands 24 ], 25 ## Both file path and directory path are accepted. 26 "IgnoreFiles": [ 27 ] 28 }, 29 8 30 ## options defined .pytool/Plugin/CompilerPlugin 9 31 "CompilerPlugin": { … … 24 46 "DependencyCheck": { 25 47 "AcceptableDependencies": [ 48 "ArmPkg/ArmPkg.dec", 26 49 "ArmPlatformPkg/ArmPlatformPkg.dec", 27 50 "EmbeddedPkg/EmbeddedPkg.dec", … … 78 101 "CCSIDR", 79 102 "countof", 103 "edynamic", 80 104 "EOBJECT", 81 105 "invoc", 106 "ITARGETSR", 82 107 "GTBLOCK", 83 108 "lgreater", 84 109 "lless", 85 110 "MPIDR", 111 "PASID", 86 112 "PERIPHBASE", 113 "phandle", 87 114 "pytool", 115 "Rdword", 88 116 "Roadmap", 89 117 "ROOTNODEBASE", … … 91 119 "ssdtserialporttemplate", 92 120 "SMMUV", 121 "ssdtpcieosctemplate", 122 "SSDTPC", 93 123 "standardised", 94 124 "TABLEEX",
Note:
See TracChangeset
for help on using the changeset viewer.