Lines Matching refs:config

32 from resources.config import Config
63 self.source_root_dir = self.config.root_path + '/'
64 self.gn_root_out_dir = self.config.out_path if not self.config.out_path.startswith(
65 '/') else os.path.relpath(self.config.out_path, self.config.root_path)
66 self.os_level = self.config.os_level if self.config.os_level else "standard"
67 self.target_cpu = self.config.target_cpu if self.config.target_cpu else "arm"
68 self.target_os = self.config.target_os if self.config.target_os else "ohos"
75 self.config.root_path, 'out/preloader', self.config.product, 'subsystem_config.json')
77 self.config.root_path, 'out/preloader', self.config.product, 'platforms.build')
79 self.config.root_path, 'out/preloader', self.config.product, 'exclusion_modules.json')
81 self.config.root_path, 'build', 'subsystem_config_example.json')
90 self.config.root_path, 'out/preloader', self.config.product, 'compile_standard_whitelist.json')
94 # check config args
151 config = Config()
152 sdk_components_file = os.path.join(config.root_path, "out/products_ext/components.json")
168 self.third_party_file = os.path.join(self.config.root_path, "out/products_ext/third_party_allow_list.json")
170 self.third_party_file = os.path.join(self.config.root_path, 'build/third_party_allow_list.json')
187 '''Description: Check the parameters passed in config. If the parameters are not
201 raise OHOSException("Cannot get the content from platform config file, \
203 'build/subsystem_config.json') is written correctly.".format(self.config.product), "2001")
211 # check platform config file
213 raise OHOSException("Cannot get the content from platform config file, \
215 is written correctly.".format(self.config.product), "2004")
263 LogUtil.hb_info("Checking parts config...")
310 "In config.json of part [{}],the syscap[{}] is incorrect, \
370 "generate syscap info file to '{}'".format(syscap_info_json), mode=self.config.log_mode)
378 syscap_info_with_part_name_file), mode=self.config.log_mode)
386 target_syscap_for_init_file), mode=self.config.log_mode)
423 infos_for_testfwk_file), mode=self.config.log_mode)
438 target_platform_parts_file), mode=self.config.log_mode)
454 parts_different_info_file), mode=self.config.log_mode)
473 platforms_list_gni_file), mode=self.config.log_mode)
492 auto_install_list_file), mode=self.config.log_mode)
508 self.config_output_dir), mode=self.config.log_mode)
522 build_targets_list_file), mode=self.config.log_mode)
535 build_targets_info_file), mode=self.config.log_mode)
552 platforms_parts_by_src_file), mode=self.config.log_mode)
618 self.config_output_dir, platform), mode=self.config.log_mode)
632 "generated subsystem build config to '{}/subsystem_info/subsystem_build_config.json'".format(
633 self.config_output_dir), mode=self.config.log_mode)
636 self.config_output_dir), mode=self.config.log_mode)
639 self.config_output_dir), mode=self.config.log_mode)
863 LogUtil.write_log(self.config.log_path,