mirror of https://github.com/acidanthera/audk.git
MdePkg: Added file of DebugSupport.h to MdePkg.ci.yaml
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>
This commit is contained in:
parent
5bd2dbc698
commit
0371178d0b
|
@ -52,6 +52,7 @@
|
|||
"Include/IndustryStandard/UefiTcgPlatform.h",
|
||||
"Include/Library/PcdLib.h",
|
||||
"Include/Library/SafeIntLib.h",
|
||||
"Include/Protocol/DebugSupport.h",
|
||||
"Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue