Lines Matching full:path
23 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
24 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
26 "compatibility" is used to check license compatibility in the specified path;
27 "license" is used to check source license header in the specified path;
28 "copyright" is used to check source copyright header in the specified path;
29 "import" is used to check source dependency in the specified path, such as import ... ,include ...
30 "filetype" is used to check file type in the specified path, supported file types: archive, binary
31 "filename" is used to check whether the specified file exists in the specified path(projectroot means the root dir of the project), supported file names: LICENSE, README, README.OpenSource
33 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.
37 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path.
52 <!--policyitem type="compatibility" name="GPL-2.0+" path=".*" desc="Process that runs independently, invoked by the X process."/-->
53 <!--policyitem type="license" name="LGPL" path=".*" desc="Dynamically linked by module X"/-->
54 <!--policyitem type="copyright" name="xxx" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="Developed by X Company"/-->