Lines Matching full:part
242 part = self.parts_info.get(key)
243 if part is None:
245 _p_info = part[0]
249 "in this part bundle.json file, part_name='{}'".format(vals, key)
258 " by this part, part_name='{}', feature='{}'".format(
304 part = self.parts_info.get(key)
305 if part is None:
310 "In config.json of part [{}],the syscap[{}] is incorrect, \
342 raise OHOSException("""In bundle.json of part [{}], The syscap string [{}] is incorrect,
377 LogUtil.hb_info("generate syscap info with part name list to '{}'".format(
453 LogUtil.hb_info("generate part different info to '{}'".format(
475 '''Description: output auto install part into a json file. \
484 for part, path in parts_path_info.items():
487 auto_install_part_list.append(part)
491 LogUtil.hb_info("generate auto install part to '{}'".format(
537 '''Description: output platforms part by src into a json file. \
602 # parts_info.get() might be None if the part is a binary package
606 part = all_parts_variants[0]
607 if part.get('system_capabilities'):
608 entry = part.get('system_capabilities')
827 raise Exception("part configuration is incorrect.")
987 for part in all_parts:
988 part = part.replace(":", "_")
989 part = part.replace("-", "_")
990 part = part.replace(".", "_")
991 part = part.replace("/", "_")
992 parts_config[part] = True