Home
last modified time | relevance | path

Searched refs:subsystem_info (Results 1 – 10 of 10) sorted by relevance

/build/ohos/notice/
Dcollect_system_notice_files.py37 for subsystem_info in subsystem_info_files:
38 with open(subsystem_info, 'r') as file:
39 subsystem_info = json.load(file)
40 for item in subsystem_info:
/build/ohos/packages/
Dsystem_notice_info.py63 for subsystem_info in system_install_info:
64 if subsystem_info.get('is_source') is False:
66 part_label = subsystem_info.get('part_label')
Dmodules_install.py30 for subsystem_info in system_install_info:
31 part_name = subsystem_info.get('part_name')
32 part_info_file = subsystem_info.get('part_info_file')
/build/hb/util/loader/
Dsubsystem_scan.py43 subsystem_info = {}
48 subsystem_info[key] = val.get('path')
49 return subsystem_info
Dsubsystem_info.py47 subsystem_info = subsystem_configs[key]
51 if subsystem in subsystem_info:
Dload_ohos_build.py861 subsystem_info, argument
886 for subsystem_name, build_config_info in subsystem_info.items():
/build/tools/component_tools/static_check/bundle_check/
Dget_subsystem_with_component.py73 subsystem_info = get_subsystem_components(ohos_root)
74 if subsystem_info is None:
76 for subsystem_k, subsystem_v in subsystem_info.items():
/build/tools/component_tools/static_check/gn_check/
Dcheck_gn.py59 self.subsystem_info = get_subsystem_components_modified(ohos_root)
171 for path, content in self.subsystem_info.items():
271 for path, content in self.subsystem_info.items():
338 for path, content in self.subsystem_info.items():
/build/hb/services/
Dpreloader.py286 subsystem_info = {}
288 subsystem_info = IoUtil.read_json_file(
293 subsystem_info = parse_lite_subsystem_config(
296 return subsystem_info
Dloader.py27 from util.loader import subsystem_info # noqa: E402
98 self._subsystem_info = subsystem_info.get_subsystem_info(
861 …def _override_one_component(self, subsystem_info: dict, component: dict, build_file: str, all_part…
873 if overrided_subsystem not in subsystem_info:
880 for bundle in subsystem_info[overrided_subsystem]["build_files"]:
896 subsystem_info[overrided_subsystem]["build_files"].remove(