Lines Matching defs:subsystem_info
29 from util.loader import subsystem_info # noqa: E402
107 self._subsystem_info = subsystem_info.get_subsystem_info(
507 "generated parts src flag to '{}/subsystem_info/parts_src_flag.json'".format(
555 (/out/${product_name}/build_configs/subsystem_info/parts_list.gni),
556 (/out/${product_name}/build_configs/subsystem_info/inner_kits_list.gni),
557 (/out/${product_name}/build_configs/subsystem_info/system_kits_list.gni),
558 (/out/${product_name}/build_configs/subsystem_info/parts_test_list.gni),
559 (/out/${product_name}/build_configs/subsystem_info/BUILD.gn)]
579 (/out/${product_name}/build_configs/subsystem_info/${platform}-stub/BUILG.gn),
580 (/out/${product_name}/build_configs/subsystem_info/${platform}-stub/zframework_stub_exists.gni)]
621 (/out/${product_name}/build_configs/subsystem_info/subsystem_build_config.json),
622 (/out/${product_name}/build_configs/subsystem_info/src_subsystem_info.json),
623 (/out/${product_name}/build_configs/subsystem_info/no_src_subsystem_info.json)]
630 # The function has been implemented in module util/loader/subsystem_info.py
632 "generated subsystem build config to '{}/subsystem_info/subsystem_build_config.json'".format(
635 "generated src subsystem info to '{}/subsystem_info/src_subsystem_info.json'".format(
638 "generated no src subsystem info to '{}/subsystem_info/no_src_subsystem_info.json'".format(
868 replace the component configuration file bundle.json in subsystem_info and update
926 def _override_one_component(self, subsystem_info: dict, component: dict, build_file: str, all_parts: dict, overrided_components: dict, component_override_map: dict):
928 @parameter:subsystem_info, component, build_file, all_parts, overrided_components
938 if overrided_subsystem not in subsystem_info:
945 for bundle in subsystem_info[overrided_subsystem]["build_files"]:
960 # replace bundle.json in subsystem_info's build_files
961 subsystem_info[overrided_subsystem]["build_files"].remove(