Description:readme add link

Team:OTHERS
Feature or Bugfix:Bugfix
Binary Source:NA
PrivateCode(Yes/No):No

Change-Id: I2686c33b3084c33606ad0781e3f0cf90f2d76614
ChangeID:13360299
This commit is contained in:
wangruichang
2021-03-22 10:38:58 +08:00
committed by mamingshuai
parent 0751a80209
commit fe0662e467
2 changed files with 23 additions and 1 deletions
Executable → Regular
+12 -1
View File
@@ -3,6 +3,7 @@
- [Introduction](#section11660541593)
- [Directory Structure](#section1464106163817)
- [Constraints](#section13591154411)
- [Repositories Involved](#section12828123401219)
## Introduction<a name="section11660541593"></a>
@@ -21,5 +22,15 @@ foundation/communication/wifi_aware/ # Wi-Fi Aware directory
## Constraints<a name="section13591154411"></a>
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<a name="section12828123401219"></a>
[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)
Executable → Regular
+11
View File
@@ -3,6 +3,7 @@
- [简介](#section11660541593)
- [目录](#section1464106163817)
- [约束](#section13591154411)
- [涉及仓](#section12828123401219)
## 简介<a name="section11660541593"></a>
@@ -23,3 +24,13 @@ foundation/communication/wifi_aware/ # 模块目录
WiFi Aware模块使用C语言编写,目前仅支持Hi3861开发板。如果您想接入其它芯片,那么仅需要适配实现鸿蒙的集成接口即可,将实现放在device下。
## 涉及仓<a name="section12828123401219"></a>
[分布式软总线子系统](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)