From 72b89b6a300c0835d1a6993ffdef00e00bd4d0ce Mon Sep 17 00:00:00 2001 From: gonghui Date: Mon, 15 Mar 2021 19:15:02 +0800 Subject: [PATCH] Description:update readme Team:OTHERS Feature or Bugfix:Feature Binary Source:Huawei PrivateCode(Yes/No):Yes Change-Id: I3475ad516a8850595228c0928411efd6001914ae ChangeID:13279577 --- README.md | 13 ++++++++----- README_zh.md | 11 +++++++---- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c092e1e..3f1ac2e 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 b6ffae4..cf6a90b 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 -- Gitee