Lines Matching refs:info
109 """"part object info, description part variant."""
184 # output inner kits info to resolve external deps
187 info, lib_name, lib_type = self._parsing_base_info(inner_kits_lib, part_name)
188 self._components_info[lib_name] = info
199 info['header_base'] = header_base
200 info['header_files'] = header.get('header_files')
201 _libs_info[lib_name] = info
221 """part component info."""
269 """part info."""
303 info = {'part_name': part_name}
306 info['label'] = label
307 info['name'] = lib_name
309 info['visibility'] = inner_kits_lib.get('visibility')
313 info['type'] = lib_type
316 info['prebuilt_enable'] = prebuilt
319 info['prebuilt_source'] = prebuilt_source
321 info['prebuilt_enable'] = False
322 return info, lib_name, lib_type
401 """load build config file and parse configuration info."""
492 """parse part info from build config file."""
503 """parts varinats info."""
508 """parts inner kits info."""
517 """parts component info."""
536 """parts info."""
541 """parts phony target info"""
546 """parts kits info."""
554 """parts to path info."""
722 print("Warning: component %s has no path info." % name)
729 print("Warning: component %s has no subsystem info." % name)
783 LogUtil.hb_info("generate '{}' info to '{}'".format(part_name,
802 LogUtil.hb_info("generate parts modules info to '{}'".format(
813 "generate parts path info to '{}'".format(parts_path_info_file), mode=Config.log_mode)
833 "generate ubsystem-parts of parts-info to '{}'".format(
845 "generate mini adapter info to '{}/mini_adapter/'".format(
855 LogUtil.hb_info("generate parts info to '{}'".format(parts_info_file), mode=Config.log_mode)
866 "generate part-subsystem of parts-info to '{}'".format(
882 """parts info,
883 get info from build config file.