{
    "product_name": {
        "arg_name": "--product-name",
        "argDefault": "",
        "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]",
        "arg_phase": "prebuild",
        "arg_type": "str",
        "arg_attribute": {
            "abbreviation": "-p"
        },
        "resolve_function": "resolve_product_name",
        "testFunction": "testProductName"
    },
    "all": {
        "arg_name": "--all",
        "argDefault": false,
        "arg_help": "Default:False. Help:Use a graphical interface to customize most compile-time parameters",
        "arg_phase": "prebuild",
        "arg_type": "bool",
        "arg_attribute": {},
        "resolve_function": "resolve_set_parameter",
        "testFunction": "TestProductName"
    }
}