!1117 【修复】OAT告警

Merge pull request !1117 from 石子怡/OpenHarmony-5.0-Beta1
This commit is contained in:
openharmony_ci 2024-05-30 13:04:37 +00:00 committed by Gitee
commit a809928aa7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 12 additions and 0 deletions

View File

@ -66,6 +66,7 @@
<!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
<!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
</filefilter>
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
<filteritem type="filepath"
name="figures/architecture-of-openharmony-the-liteos-cortex-m-kernel.png"desc="architecture-of-openharmony-the-liteos-cortex-m-kernel"/>
<filteritem type="filepath" name="figures/OpenHarmony-LiteOS-M核内核架构图.png" desc="内核驱动架构"/>

11
README.OpenSource Normal file
View File

@ -0,0 +1,11 @@
[
{
"Name" : "LiteOS-M Kernel",
"License" : "BSD-3-Clause",
"License File" : "LICENSE",
"Version Number" : "openharmony 1.0.1",
"Owner" : "liu.limin@huawei.com ",
"Upstream URL" : "https://gitee.com/openharmony/kernel_liteos_m",
"Description" : "OpenHarmony LiteOS-M is a lightweight operating system kernel designed for the Internet of Things (IoT) field. It features small footprint, low power consumption, and high performance. It has a simple code structure, including the minimum kernel function set, kernel abstraction layer, optional components, and project directory."
}
]