Searched refs:add_module (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/build/tools/component_tools/ |
H A D | components_dependence_analysis.py | 56 component_nodes[part_name].add_module(module_dict[module_name]) 60 component_nodes[part_name].add_module(module_dict[module_name]) 63 component_nodes[module_name].add_module(module_dict[module_name])
|
H A D | component_node.py | 150 def add_module(self, module): member in Node
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_add_handler.py | 204 vendor_k_path = vendor_k.add_module([module, 'Kconfig']) 209 vendor_mk_path = vendor_mk.add_module(module) 214 vendor_gn_path = vendor_gn.add_module(module) 255 vendor_k_path = vendor_k.add_module([module, 'Kconfig']) 260 vendor_mk_path = vendor_mk.add_module(data_model) 277 patch_list = defconfig_patch.add_module(config_path, files=files, codetype=None) 280 defconfig_list = defconfig_patch.add_module(config_path, files=files1, codetype=None)
|
H A D | hdf_defconfig_patch.py | 37 def add_module(self, path, files, codetype): member in HdfDefconfigAndPatch 43 self.add_module(path=new_path, files=files, codetype=codetype)
|
H A D | hdf_vendor_build_file.py | 29 def add_module(self, module): member in HdfVendorBuildFile
|
H A D | hdf_vendor_makefile.py | 43 def add_module(self, data_model): member in HdfVendorMakeFile
|
H A D | hdf_vendor_mk_file.py | 52 def add_module(self, module): member in HdfVendorMkFile
|
H A D | hdf_vendor_kconfig_file.py | 69 def add_module(self, module_to_k_path_parts): member in HdfVendorKconfigFile
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/ |
H A D | hdf_add_driver.py | 44 patch_list = defconfig_patch.add_module( 48 defconfig_list = defconfig_patch.add_module( 145 patch_list = defconfig_patch.add_module( 149 defconfig_list = defconfig_patch.add_module(
|