OAT整改 Signed-off-by: s30029175 <shiqiwei4@huawei.com>

Signed-off-by: sqwlly <shiqiwei4@huawei.com>
Change-Id: I3662e555a18d704a379b9467f587ae930517b4ce
This commit is contained in:
sqwlly 2023-07-22 15:53:35 +08:00
parent b19f34835c
commit fa2815ce57

14
OAT.xml
View File

@ -59,13 +59,8 @@ Note:If the text contains special characters, please escape them according to th
<licensefile></licensefile>
<policylist>
<policy name="projectPolicy" desc="">
<policyitem type="compatibility" name="InvalidLicense" path="src/dlmalloc.c" rule="may" group="defaultGroup" desc="The files involved in compilation are the InvalidLicense protocol.They are used in dynamic link mode."/>
<policyitem type="compatibility" name="InvalidLicense" path="src/dlmalloc.c" rule="may" group="defaultGroup" desc="The files involved in compilation are the InvalidLicense protocol.They are not used."/>
<policyitem type="compatibility" name="MIT" path=".*" rule="may" group="defaultGroup" desc="The files involved in compilation are the MIT protocol.They are used in dynamic link mode."/>
<policyitem type="compatibility" name="GPL" path=".*" rule="may" group="defaultGroup" desc="The files involved in compilation are the GPL protocol.They are used in dynamic link mode."/>
<policyitem type="compatibility" name="GPL-3.0-or-later" path=".*" rule="may" group="defaultGroup" desc="The files involved in compilation are the GPL-3.0-or-later protocol.They are used in dynamic link mode."/>
<policyitem type="compatibility" name="GPL-2.0" path=".*" rule="may" group="defaultGroup" desc="The files involved in compilation are the GPL-2.0 protocol.They are used in dynamic link mode."/>
<policyitem type="copyright" name="*" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="Copyright Header Invalid"/>
<policyitem type="license" name="*" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="License Header Invalid"/>
</policy>
</policylist>
<filefilterlist>
@ -77,6 +72,13 @@ Note:If the text contains special characters, please escape them according to th
<filteritem type="filepath" name="Makefile.am" desc="Makefile.am not used"/>
<filteritem type="filepath" name="ChangeLog.old" desc="changeLog.old not used"/>
<filteritem type="filepath" name="msvcc.sh" desc="sh tools not used"/>
<filteritem type="filepath" name="libtool-ldflags" desc="not used"/>
<filteritem type="filepath" name="LICENSE-BUILDTOOLS" desc="not compiled"/>
<filteritem type="filepath" name="missing" desc="not compiled"/>
<filteritem type="filepath" name="compile" desc="not used"/>
<filteritem type="filepath" name="config.guess" desc="not used"/>
<filteritem type="filepath" name="config.sub" desc="not used"/>
<filteritem type="filepath" name="depcomp" desc="not used"/>
</filefilter>
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
<filteritem type="filepath" name="doc/.*" desc="Binary files."/>