mirror of
https://gitee.com/openharmony/vendor_huawei_hdf
synced 2024-11-23 04:59:49 +00:00
7c30a12489
Signed-off-by: sunxuejiao <sunxuejiao5@huawei.com>
36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
# vendor driver<a name="ZH-CN_TOPIC_0000001124650043"></a>
|
|
|
|
- [简介](#section11660541533)
|
|
- [目录](#section161941989586)
|
|
- [相关仓](#section1371113476308)
|
|
|
|
## 简介<a name="section11660541533"></a>
|
|
|
|
该仓下主要展示驱动配置,平台驱动代码示例。
|
|
|
|
## 目录<a name="section161941989586"></a>
|
|
|
|
该仓下源代码目录结构如下所示
|
|
|
|
```
|
|
/vendor/huawei/hdf
|
|
└── sample # 示例驱动
|
|
├── config # 驱动配置
|
|
└── platform # 平台示例驱动代码
|
|
```
|
|
|
|
## 相关仓<a name="section1371113476308"></a>
|
|
|
|
[驱动子系统](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)
|
|
|
|
[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README_zh.md)
|
|
|
|
[drivers\_adapter](https://gitee.com/openharmony/drivers_adapter/blob/master/README_zh.md)
|
|
|
|
[drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README_zh.md)
|
|
|
|
[drivers\_peripheral](https://gitee.com/openharmony/drivers_peripheral/blob/master/README_zh.md)
|
|
|
|
vendor_huawei_hdf
|
|
|