diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 568e70a..f76bab2 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ - [Introduction](#section11660541593) - [Directory Structure](#section1464106163817) - [Constraints](#section13591154411) +- [Repositories Involved](#section12828123401219) ## Introduction @@ -21,5 +22,15 @@ foundation/communication/wifi_aware/ # Wi-Fi Aware directory ## Constraints -The Wi-Fi Aware module is compiled using the C language. Currently, only the Hi3861 development board is supported. If you want to use other chips, you need to implement OpenHarmony integration APIs and place your implementation code in the **vendor** directory. +The Wi-Fi Aware module is compiled using the C language. Currently, only the Hi3861 development board is supported. If you want to use other chips, you need to implement OpenHarmony integration APIs and place your implementation code in the **device** directory. + +## Repositories Involved + +[Intelligent Soft Bus subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/intelligent-soft-bus.md) + +**communication\_wifi\_aware** + +[communication\_softbus\_lite](https://gitee.com/openharmony/communication_softbus_lite/blob/master/README.md) + +[communication\_ipc\_lite](https://gitee.com/openharmony/communication_ipc_lite/blob/master/README.md) diff --git a/README_zh.md b/README_zh.md old mode 100755 new mode 100644 index ed3eec4..a61fe9c --- a/README_zh.md +++ b/README_zh.md @@ -3,6 +3,7 @@ - [简介](#section11660541593) - [目录](#section1464106163817) - [约束](#section13591154411) +- [涉及仓](#section12828123401219) ## 简介 @@ -23,3 +24,13 @@ foundation/communication/wifi_aware/ # 模块目录 WiFi Aware模块使用C语言编写,目前仅支持Hi3861开发板。如果您想接入其它芯片,那么仅需要适配实现鸿蒙的集成接口即可,将实现放在device下。 +## 涉及仓 + +[分布式软总线子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E5%88%86%E5%B8%83%E5%BC%8F%E8%BD%AF%E6%80%BB%E7%BA%BF%E5%AD%90%E7%B3%BB%E7%BB%9F.md) + +**communication\_wifi\_aware** + +[communication\_softbus\_lite](https://gitee.com/openharmony/communication_softbus_lite/blob/master/README_zh.md) + +[communication\_ipc\_lite](https://gitee.com/openharmony/communication_ipc_lite/blob/master/README_zh.md) +