Lines Matching refs:prop
46 def gen_bp_prop(prop, ind): argument
48 for key in prop:
49 val = prop[key]
106 prop = json.load(json_path)
109 module_name = prop['ModuleName']
117 if key in prop:
118 prop[key] = remove_invalid_dirs(prop[key], bp_dir, module_name)
120 for key in prop:
122 ret[JSON_TO_BP[key]] = prop[key]
130 prop = {
154 prop.update(common_prop)
160 prop['arch'][arch] = arch_props[arch]
163 bp += gen_bp_prop(prop, INDENT)
213 prop = convert_json_to_bp_prop(f, bp_dir)
218 prop['src'] = os.path.relpath(
222 module_name = prop['name']
225 prop['notice'] = notice_path
230 variation_dict[module_name][arch] = prop