diff --git a/README.md b/README.md index c092e1ed770ee77cb0e3dfaaab9f35c0a05446e3..3f1ac2e74f4a2d32adcf0ee09f2f9f271f0b7ae3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This repository stores the code and compilation scripts for the OpenHarmony driv ├── config # Compilation scripts for building and configuring the parsing code ├── hcs # HDF configuration and management ├── manager # Code for starting and adapting to the HDF -├── model # Code for adapting to the Linux +├── model # Code for adapting to Linux │ ├── display # Display driver model │ ├── input # Input driver model │ ├── network # WLAN driver model @@ -37,10 +37,13 @@ This repository stores the code and compilation scripts for the OpenHarmony driv ## Repositories Involved -hmf/drivers/framework +[Driver subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/driver-subsystem.md) -hmf/drivers/adapter\_uhdf +[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README.md) -hmf/drivers/adapter\_khdf\_linux +[drivers\_adapter\_uhdf](https://gitee.com/openharmony/drivers_adapter_uhdf/blob/master/README.md) + +drivers\_adapter\_khdf\_linux + +[drivers\_adapter\_khdf\_liteos](https://gitee.com/openharmony/drivers_adapter_khdf_liteos/blob/master/README.md) -hmf/drivers/adapter\_khdf\_liteos diff --git a/README_zh.md b/README_zh.md index b6ffae4815ae38809319cf9e4367e67e2b8e026e..cf6a90b038e25ac4e685c719c43b0841ca860fdd 100644 --- a/README_zh.md +++ b/README_zh.md @@ -37,10 +37,13 @@ ## 相关仓 -hmf/drivers/framework +[驱动子系统](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) -hmf/drivers/adapter\_uhdf +[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README_zh.md) -hmf/drivers/adapter\_khdf\_linux +[drivers\_adapter\_uhdf](https://gitee.com/openharmony/drivers_adapter_uhdf/blob/master/README_zh.md) + +drivers\_adapter\_khdf\_linux + +[drivers\_adapter\_khdf\_liteos](https://gitee.com/openharmony/drivers_adapter_khdf_liteos/blob/master/README_zh.md) -hmf/drivers/adapter\_khdf\_liteos