Home
last modified time | relevance | path

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

/build/ohos/notice/
H A 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/hb/util/loader/
H A Dsubsystem_scan.py43 subsystem_info = {}
48 subsystem_info[key] = val.get('path')
49 return subsystem_info
H A Dsubsystem_info.py26 build_config_file = os.path.join(output_dir, 'subsystem_info',
36 src_output_file = os.path.join(output_dir, 'subsystem_info',
40 no_src_output_file = os.path.join(output_dir, 'subsystem_info',
47 subsystem_info = subsystem_configs[key]
51 if subsystem in subsystem_info:
H A Dload_ohos_build.py872 subsystem_info,
898 for subsystem_name, build_config_info in subsystem_info.items():
/build/ohos/packages/
H A 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')
H A Dmodules_install.py34 for subsystem_info in system_install_info:
35 part_name = subsystem_info.get('part_name')
36 part_info_file = subsystem_info.get('part_info_file')
/build/tools/component_tools/static_check/bundle_check/
H A Dget_subsystem_with_component.py74 subsystem_info = get_subsystem_components(ohos_root)
75 if subsystem_info is None:
77 for subsystem_k, subsystem_v in subsystem_info.items():
/build/hb/services/
H A Dpreloader.py286 subsystem_info = {}
288 subsystem_info = IoUtil.read_json_file(
293 subsystem_info = parse_lite_subsystem_config(
296 return subsystem_info
H A Dloader.py29 from util.loader import subsystem_info # noqa: E402 namespace
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/
[all...]
/build/tools/component_tools/static_check/gn_check/
H A 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():

Completed in 5 milliseconds