Home
last modified time | relevance | path

Searched refs:driver_file_path (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/
H A Dhdf_add_driver.py39 def add_linux(self, driver_file_path, driver_head_path): argument
41 driver_file_path, driver_head_path)
54 def add_liteos(self, driver_file_path, driver_head_path): argument
67 driver_file_path, driver_head_path)
104 driver_file_path, driver_head_path): argument
108 args_tuple = (driver_file_path, driver_head_path, self.module,
113 build_file_path, driver_file_path[0], driver_head_path[0],
129 makefile_path, driver_file_path[0], driver_head_path[0],
140 def add_kernel(self, driver_file_path, driver_head_path): argument
142 driver_file_path, driver_head_path)
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_add_handler.py116 state, driver_file_path = self._add_driver(*args_tuple)
120 driver_file_path.split("\\")[-1])
123 framework_hdf, driver_file_path, args_tuple)
135 driver_file_path, args_tuple): argument
142 framework_hdf, driver_file_path,
177 'driver_file_path': driver_file_path,
357 driver_file_path = os.path.join(drv_src_dir, "common")
359 driver_file_path = drv_src_dir
361 if not os.path.exists(driver_file_path):
364 driver_file_path, CommandErrorCode.TARGET_NOT_EXIST)
[all …]
H A Dhdf_get_handler.py316 driver_json, driver_file_path = self._get_crate_model_driver_info()
322 hdf_utils.write_file(file_path=driver_file_path,
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/
H A Dgn_file_add_config.py160 def build_file_operation(path, driver_file_path, head_path, module, driver): argument
163 source_file_path = driver_file_path.replace('\\', '/')
167 if driver_file_path.find("FRAMEWORK".lower()) != -1:
219 def input_build_file_operation(path, driver_file_path, head_path, module, driver): argument
222 source_file_path = driver_file_path.replace('\\', '/')
H A Dmk_file_add_config.py90 def makefile_file_operation(path, driver_file_path, head_path, argument
97 source_file_path = driver_file_path.replace('\\', '/')
111 list(filter(lambda x: x, driver_file_path.split(root_path)[-1].
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/
H A Dmk_file_add_config.py159 def linux_makefile_operation(path, driver_file_path, head_path, module, driver): argument
162 source_file_path = driver_file_path.replace('\\', '/')