1{
2    "clean_all": {
3        "arg_name": "--clean-all",
4        "argDefault": false,
5        "arg_help": "Default:False. Help:clean all producer",
6        "arg_phase": "deep",
7        "arg_type": "bool",
8        "arg_attribute": {},
9        "resolve_function": "resolve_clean_all",
10        "testFunction": "TestCleanAll"
11    },
12    "clean_args": {
13        "arg_name": "--clean-args",
14        "argDefault": true,
15        "arg_help": "Default:True. Help:clean all args that generated by last compilation",
16        "arg_phase": "regular",
17        "arg_type": "bool",
18        "arg_attribute": {
19        },
20        "resolve_function": "resolve_clean_args",
21        "testFunction": "testCleanArgs"
22    },
23    "clean_out_product": {
24        "arg_name": "--clean-out-product",
25        "argDefault": false,
26        "arg_help": "Default:False. Help:clean out/{product} directory that generated by last compilation",
27        "arg_phase": "deep",
28        "arg_type": "bool",
29        "arg_attribute": {
30        },
31        "resolve_function": "resolve_clean_out_product",
32        "testFunction": "testCleanOutProduct"
33    },
34    "clean_ccache": {
35        "arg_name": "--clean-ccache",
36        "argDefault": false,
37        "arg_help": "Default:False. Help:clean .ccache directory which is in OHOS root . WARNING, clean ccache may cause something",
38        "arg_phase": "deep",
39        "arg_type": "bool",
40        "arg_attribute": {
41        },
42        "resolve_function": "resolve_clean_ccache",
43        "testFunction": "testCleanCCache"
44    }
45}