Compare commits
8 Commits
master
...
OpenHarmon
Author | SHA1 | Date |
---|---|---|
|
7576cdd19c | |
|
7dd64c64af | |
|
a809928aa7 | |
|
b1aaa9483e | |
|
b4259f90f0 | |
|
a567fac4da | |
|
65f89f1092 | |
|
e35f7c948f |
3
OAT.xml
3
OAT.xml
|
@ -67,6 +67,9 @@
|
|||
<!--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="内核驱动架构"/>
|
||||
<!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
|
||||
<!--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"/-->
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue