Home
last modified time | relevance | path

Searched refs:vendor_name (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_lite_settings_mk_file.py48 def _is_vendor_valid(self, vendor_name): argument
50 hdf_utils.get_vendor_hdf_dir(self.root_dir, vendor_name)
74 def set_vendor(self, vendor_name): argument
75 if not self._is_vendor_valid(vendor_name):
76 raise HdfToolException('vendor: "%s" not exist' % vendor_name,
78 self._set_var_value(self.hdf_vendor_var_name, vendor_name)
81 vendor_name = self._get_var_value(self.hdf_vendor_var_name)
82 if self._is_vendor_valid(vendor_name):
83 return vendor_name
H A Dhdf_set_handler.py70 old_name = self.args.vendor_name
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-smallchip-driver-plat.md4 在这一步,我们会在源码目录`//device/vendor_name/soc_name/drivers`目录下创建平台驱动,如果你要移植的SOC的厂商还没有创建仓库的话,请联系[sig_devboa…
11 ├── vendor_name
42 在源码目录`//device/vendor_name/soc_name/drivers/gpio`中创建文件`soc_name_gpio.c`。内容模板如下:
92 如前所述`device/vendor_name/drivers/lite.mk`是厂商驱动的构建的入口。我们需要从这个入口开始,进行构建。
96 #文件device/vendor_name/drivers/lite.mk
109 #文件device/vendor_name/soc_name/drivers/lite.mk
148 产品的所有设备信息被定义在源码文件`//vendor/vendor_name/product_name/config/device_info/device_info.hcs`中。
H A Dporting-smallchip-driver-oom.md41 …产品的所有设备信息被定义在源码文件`//vendor/vendor_name/product_name/config/device_info/device_info.hcs`中。修改该文件,在di…
110 …产品的所有设备信息被定义在源码文件`//vendor/vendor_name/product_name/config/device_info/device_info.hcs`中。修改该文件,在名为…
151 在目录`/device/vendor_name/peripheral/wifi/chip_name/`创建文件`hdf_wlan_chip_name.c`。内容模板如下:
199 在产品配置目录下创建芯片的配置文件,保存至源码路径`//vendor/vendor_name/product_name/config/wifi/wlan_chip_chip_name.hcs`
223 > 路径和文件中的vendor_name、product_name、chip_name请替换成实际名称。
229 …产品的所有设备信息被定义在源码文件`//vendor/vendor_name/product_name/config/device_info/device_info.hcs`中。修改该文件,在名为…
247 在`device/vendor_name/drivers/Kconfig`中增加配置菜单,模板如下
263 在源码文件`//device/vendor_name/drivers/lite.mk`末尾追加如下内容。
H A Dstandard-system-porting-guide.md348 注意: 路径中的vendor_name、product_name、chip_name请替换成实际名称。
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-smallchip-driver-plat.md4 Create a platform driver in the source code directory **//device/vendor_name/soc_name/drivers**. If…
11 ├── vendor_name
42 …Create the **soc_name_gpio.c** file in the **//device/vendor_name/soc_name/drivers/gpio** director…
92 …As described above, **device/vendor_name/drivers/lite.mk** is the entry for building vendor driver…
96 #File: device/vendor_name/drivers/lite.mk
109 # File: device/vendor_name/soc_name/drivers/lite.mk
148 …All device information of the product is defined in the source code file **//vendor/vendor_name/pr…
H A Dporting-smallchip-driver-oom.md39 …Modify the source code file **//vendor/vendor_name/product_name/config/device_info/device_info.hcs…
109 …All device information of the product is defined in the source code file **//vendor/vendor_name/pr…
152 …Create the **hdf_wlan_chip_name.c** file in **/device/vendor_name/peripheral/wifi/chip_name/**. Th…
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/
H A Dhdi_add_handler.py117 vendor = self.args.vendor_name