Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
sample/ | 12-May-2024 | - | 3,900 | 2,916 | ||
.gitignore | D | 12-May-2024 | 31 | 5 | 3 | |
LICENSE | D | 12-May-2024 | 10.1 KiB | 177 | 150 | |
README.md | D | 12-May-2024 | 1.2 KiB | 36 | 21 | |
README_zh.md | D | 12-May-2024 | 1.1 KiB | 36 | 21 | |
bundle.json | D | 12-May-2024 | 1.2 KiB | 56 | 56 |
README.md
1# vendor driver<a name="EN-US_TOPIC_0000001124650043"></a> 2 3- [Introduction](#section11660541533) 4- [Directory Structure](#section161941989586) 5- [Repositories Involved](#section1371113476308) 6 7## Introduction<a name="section11660541533"></a> 8 9This repository shows driver configuration and platform driver code examples. 10 11## Directory Structure<a name="section161941989586"></a> 12 13The source code directory structure is as follows: 14 15``` 16/vendor/huawei/hdf 17└── sample # sample driver 18 ├── config # configuration 19 └── platform # platform sample driver code 20``` 21 22## Repositories Involved<a name="section1371113476308"></a> 23 24[Driver subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/driver-subsystem.md) 25 26[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README.md) 27 28[drivers\_adapter](https://gitee.com/openharmony/drivers_adapter/blob/master/README.md) 29 30[drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README.md) 31 32[drivers\_peripheral](https://gitee.com/openharmony/drivers_peripheral/blob/master/README.md) 33 34vendor_huawei_hdf 35 36
README_zh.md
1# vendor driver<a name="ZH-CN_TOPIC_0000001124650043"></a> 2 3- [简介](#section11660541533) 4- [目录](#section161941989586) 5- [相关仓](#section1371113476308) 6 7## 简介<a name="section11660541533"></a> 8 9该仓下主要展示驱动配置,平台驱动代码示例。 10 11## 目录<a name="section161941989586"></a> 12 13该仓下源代码目录结构如下所示 14 15``` 16/vendor/huawei/hdf 17└── sample # 示例驱动 18 ├── config # 驱动配置 19 └── platform # 平台示例驱动代码 20``` 21 22## 相关仓<a name="section1371113476308"></a> 23 24[驱动子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E9%A9%B1%E5%8A%A8%E5%AD%90%E7%B3%BB%E7%BB%9F.md) 25 26[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README_zh.md) 27 28[drivers\_adapter](https://gitee.com/openharmony/drivers_adapter/blob/master/README_zh.md) 29 30[drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README_zh.md) 31 32[drivers\_peripheral](https://gitee.com/openharmony/drivers_peripheral/blob/master/README_zh.md) 33 34vendor_huawei_hdf 35 36