1{ 2 "product_name": { 3 "arg_name": "--product-name", 4 "argDefault": "", 5 "arg_help": "Default:''. Help:build a specified product. You could use this option like this: 1.'hb set --product-name rk3568@hihope' 2.'hb set --product-name rk3568' 3.'hb set'[graphical ui]", 6 "arg_phase": "prebuild", 7 "arg_type": "str", 8 "arg_attribute": { 9 "abbreviation": "-p" 10 }, 11 "resolve_function": "resolve_product_name", 12 "testFunction": "testProductName" 13 }, 14 "all": { 15 "arg_name": "--all", 16 "argDefault": false, 17 "arg_help": "Default:False. Help:Use a graphical interface to customize most compile-time parameters", 18 "arg_phase": "prebuild", 19 "arg_type": "bool", 20 "arg_attribute": {}, 21 "resolve_function": "resolve_set_parameter", 22 "testFunction": "TestProductName" 23 } 24}