]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Added file of DebugSupport.h to MdePkg.ci.yaml
authorChao Li <lichao@loongson.cn>
Wed, 7 Sep 2022 12:53:44 +0000 (20:53 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 14 Oct 2022 02:16:33 +0000 (02:16 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053

DebugSupport.h is all defined by UEFI Spec, most of the code
doesn't fit EDKII coding style, add it to IgnoreFiles field to
make CI ECC check pass.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: Chao Li <lichao@loongson.cn>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
MdePkg/MdePkg.ci.yaml

index 054233ebc7bd9e745a2fb3e0697a1cd6b1f1d86c..9d141aa3cb28f886ea89d0c83a8891251e8ccb58 100644 (file)
@@ -52,6 +52,7 @@
             "Include/IndustryStandard/UefiTcgPlatform.h",\r
             "Include/Library/PcdLib.h",\r
             "Include/Library/SafeIntLib.h",\r
+            "Include/Protocol/DebugSupport.h",\r
             "Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c"\r
         ]\r
     },\r