Lines Matching full:path

21 basedir: Root dir, the basedir + project path is the real source file location.

30 5. task project: Projects to be checked, the path field define the source root dir of the project.
35 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
36 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
38 "compatibility" is used to check license compatibility in the specified path;
39 "license" is used to check source license header in the specified path;
40 "copyright" is used to check source copyright header in the specified path;
41 "import" is used to check source dependency in the specified path, such as import ... ,include ...
42 "filetype" is used to check file type in the specified path, supported file types: archive, binary
43 "filename" is used to check whether the specified file exists in the specified path(support projectroot in default OAT.xml), supported file names: LICENSE, README, README.OpenSource
46 5. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.
49 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path.
63 <!--policyitem type="compatibility" name="curl" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/-->
64 <!--policyitem type="compatibility" name="GPL-2.0+" path=".*" desc="不使用或者使用但是是独立进程,被X进程调用,自研进程不受GPL影响"/>
65 <policyitem type="license" name="LGPL" path=".*" desc="未使用,或者使用了,被X进程以动态链接方式调用"/>
66 <policyitem type="copyright" name="xxx" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="xxxx开发代码"/-->
67 <policyitem type="license" name="*" path="hvigorfile.js" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="测试资源文件"/>
68 <policyitem type="copyright" name="*" path="hvigorfile.js" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="测试资源文件"/>
69 <policyitem type="license" name="*" path="hvigorfile.ts" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="测试资源文件"/>
70 <policyitem type="copyright" name="*" path="hvigorfile.ts" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="测试资源文件"/>
71 <policyitem type="license" name="*" path="feature/ota/hvigorfile.ts" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="测试资源文件"/>
72 <policyitem type="copyright" name="*" path="feature/ota/hvigorfile.ts" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="测试资源文件"/>
73 <policyitem type="license" name="*" path="common/hvigorfile.ts" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="测试资源文件"/>
74 <policyitem type="copyright" name="*" path="common/hvigorfile.ts" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="测试资源文件"/>
75 <policyitem type="license" name="*" path="product/oh/base/hvigorfile.ts" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="测试资源文件"/>
76 <policyitem type="copyright" name="*" path="product/oh/base/hvigorfile.ts" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="测试资源文件"/>
77 <policyitem type="license" name="*" path="common/src/main/resources/base/media/video.mp4" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="测试资源文件"/>
78 <policyitem type="copyright" name="*" path="common/src/main/resources/base/media/video.mp4" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="测试资源文件"/>