提交 dff4f1ed 编写于 作者: W wangxiyue 提交者: Gitee

Merge branch 'master' of gitee.com:openharmony/community into master

Signed-off-by: Nwangxiyue <wangxiyue8@huawei.com>
# Compiler & Runtime SIG例会 2022-11-11 14:30-15:30(UTC+08:00)Beijing
## 议题(Agenda)
议题1、OpenHarmony LLVM toolchain and C library planning
## 与会人(Attendees)
[@klooer](https://gitee.com/klooer)
[@huanghuijin](https://gitee.com/huanghuijin)
[@wuzhefengh](https://gitee.com/wuzhefengh)
[@gongjunsong](https://gitee.com/gongjunsong)
[@sunzhe23](https://gitee.com/sunzhe23)
[@weng-changcheng](https://gitee.com/weng-changcheng)
[@yingguofeng](https://gitee.com/yingguofeng)
[@godmiaozi](https://gitee.com/godmiaozi)
[@pengzhuoli](https://gitee.com/zhuoli72)
[@JerryH1011](https://gitee.com/JerryH1011)
## 会议纪要(Notes)
**议题1、OpenHarmony LLVM toolchain and C library planning
汇报人:[@huanghuijin](https://gitee.com/huanghuijin)
会议结论:
1、讨论LLVM版本在OpenHarmony里的升级策略和节奏;
2、LLVM 15上游社区版本对LoongArch支持还不充分,LoongArch相关开发团队需考虑如何将相应改动引入OpenHarmony的方案;
3、申请并创建Compiler & Runtime SIG邮件列表,以便进一步交流技术、同步信息包括会议议题申请和通知等。
......@@ -96,13 +96,13 @@
### Meetings
- Meeting time: Bi-weekly, Friday 14:30, UTC+8
- Meeting proposal submission: [SIG-COMPILERUNTIME Meeting Proposal](https://shimo.im/sheets/cHkjRvDJQtt638y3/MODOC)
- Meeting proposal submission: [Subscribe to](https://lists.openatom.io/postorius/lists/compiler.openharmony.io) the mailing list and send proposals to compiler@openharmony.io
- Meeting link: Welink Meeting or Others [Sent out before the meeting]
- Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
- Meeting minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content)
- Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/compiler.openharmony.io) mailing list compiler@openharmony.io for the meeting link
- Meeting minutes: [Archive link address](minutes)
### Contact
- Mailing list: dev@openharmony.io
- Mailing list: compiler@openharmony.io
- Zulip group: https://zulip.openharmony.cn (compileRuntime_sig stream)
- Wechat group: NA
......@@ -95,13 +95,13 @@
### 会议
- 会议时间:双周例会,周五14:30,UTC+8
- 会议申报:[SIG-COMPILERUNTIME Meeting Proposal](https://shimo.im/sheets/cHkjRvDJQtt638y3/MODOC)
- 会议申报:请订阅并发送申报议题到邮件列表 [compiler@openharmony.io](https://lists.openatom.io/postorius/lists/compiler.openharmony.io)
- 会议链接: Welink或其他会议
- 会议通知: 请订阅邮件列表 dev@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content)
- 会议通知: 请订阅邮件列表 [compiler@openharmony.io](https://lists.openatom.io/postorius/lists/compiler.openharmony.io) 获取会议链接
- 会议纪要: [归档链接地址](minutes)
### 联系方式
- 邮件列表:dev@openharmony.io
- 邮件列表:compiler@openharmony.io
- Zulip群组:https://zulip.openharmony.cn (compileRuntime_sig stream)
- 微信群:NA
......@@ -14,7 +14,7 @@
- 积极有效参与开源社区代码检视与点评,共享编程经验,与开源社区开发者交流,传递软件开发技能,有效辅导开源社区开发者写出好代码;
- 处理开源社区上的需求、issue、邮件列表和开发问题,闭环周期满足开源社区的SLA要求;
- 结合评审和开发活动,给予代码质量反馈与指导,促进开源社区代码质量提升。
![软总线SIG](figures/softbus-overview.png)
![软总线SIG](figures/softbus_overview.png)
## 代码仓
......@@ -23,11 +23,11 @@
|分布式软总线| 分布式软总线实现近场(LAN、WLAN、蓝牙)设备间统一的分布式通信管理能力,提供不区分链路的设备间发现连接、组网和传输能力,主要功能如下:<br>发现连接:提供设备发现和连接能力。<br>设备组网:提供统一的设备组网和拓扑管理能力,为数据传输提供已组网设备信息。<br>数据传输:提供数据传输通道,支持消息、字节、文件和流数据传输能力。 | communication_dsoftbus|
|进程间通信|进程间通信包含IPC(Inter-Process Communication)与RPC(Remote Procedure Call),用于实现跨进程通信。<br>IPC用于设备内的跨进程通信,而RPC可提供设备间跨进程通信。| communication_ipc<br>communication_ipc_lite|
|WLAN服务| 提供WLAN基础功能,包括WLAN STA、AP、P2P等功能的管理服务。为应用和系统服务提供用可以通过WLAN和其他设备互联互通|communication_wifi<br>communication_wifi_lite|
|WPA服务|提供WiFi和P2P相关认证协议功能,包含WPA和HostAPD两个主要部分。|third_party_wpa_supplicant|
|蓝牙服务|提供蓝牙profile服务、蓝牙协议栈等相关能力。<br>为设备提供接入与使用Bluetooth的相关接口,包括BR配对连接,BLE广播、扫描,BLE设备gatt相关的操作及功能。|communication_bluetooth|
|NFC服务|提供NFC标签的读写能力,卡模拟能力等服务能力。|communication_nfc<br>communication_connected_nfc_tag|
|位置服务|提供GNSS、网络定位、地理编码转换等位置服务框架能力。|base_location|
|DHCP服务|提供集中地管理、分配IP地址,使网络环境中的主机动态的获得IP地址、Gateway地址、DNS服务器地址等信息,同时提升地址的使用率。|communication_dhcp|
|WPA|提供WiFi和P2P相关认证协议功能,包含WPA和HostAPD两个主要部分。|third_party_wpa_supplicant|
|NewIP|NewIP在现有IP能力的基础上,以灵活轻量级报头和可变长多语义地址为基础,通过二三层协议融合,对协议去冗和压缩,减少冗余字节,实现高能效比,高净吞吐,提升通信效率。打造终端之间高效的横向通信,支撑超级终端的体验,实现异构网络的端到端互联。|communication_sfc_newip|
- project name:
......@@ -68,8 +68,6 @@
- @fengyonghui123(https://gitee.com/fengyonghui123)
- @duxbbo(https://gitee.com/duxbbo)
- @fanxiaoyu321(https://gitee.com/fanxiaoyu321)
- @Xi_Yuhao(https://gitee.com/Xi_Yuhao)
- @yinyouzhan(https://gitee.com/yinyouzhan)
- @cheng_guohong(https://gitee.com/cheng_guohong)
- @rain_myf(https://gitee.com/rain_myf)
- @xujiang1981(https://gitee.com/xujiang1981)
......
......@@ -21,6 +21,8 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
- https://gitee.com/openharmony/xts_tools
- https://gitee.com/openharmony/xts_hats
- https://gitee.com/openharmony/xts_dcts
- https://gitee.com/openharmony/xts_device_attest
- https://gitee.com/openharmony/xts_device_attest_lite
- https://gitee.com/openharmony/ostest_wukong
- https://gitee.com/openharmony/testfwk_arkxtest
- https://gitee.com/openharmony/testfwk_xdevice
......
......@@ -34,6 +34,8 @@ Test-SIG( sig-Test )技术栈范围全景图如下图所示:
- https://gitee.com/openharmony/xts_tools
- https://gitee.com/openharmony/xts_hats
- https://gitee.com/openharmony/xts_dcts
- https://gitee.com/openharmony/xts_device_attest
- https://gitee.com/openharmony/xts_device_attest_lite
- https://gitee.com/openharmony/ostest_wukong
- https://gitee.com/openharmony/testfwk_arkxtest
- https://gitee.com/openharmony/testfwk_xdevice
......
......@@ -879,6 +879,8 @@
"https://gitee.com/openharmony/xts_tools",
"https://gitee.com/openharmony/xts_hats",
"https://gitee.com/openharmony/xts_dcts",
"https://gitee.com/openharmony/xts_device_attest",
"https://gitee.com/openharmony/xts_device_attest_lite",
"https://gitee.com/openharmony/ostest_wukong",
"https://gitee.com/openharmony/testfwk_arkxtest",
"https://gitee.com/openharmony/testfwk_xdevice",
......@@ -894,6 +896,8 @@
"test/xts/tools",
"test/xts/hats",
"test/xts/dcts",
"test/xts/device_attest",
"test/xts/device_attest_lite",
"test/ostest/wukong",
"test/testfwk/arkxtest",
"test/testfwk/xdevice",
......
......@@ -433,4 +433,3 @@
|431|neural_network_runtime|foundation/ai/neural_network_runtime|https://gitee.com/yangyongjie-boom|yangyongjie7@huawei.com|https://gitee.com/grbuzhidao|guorui48@huawei.com|SIG-AI-Framework|
|432|xts_device_attest|test/xts/device_attest|https://gitee.com/inter515|ry.renyi@huawei.com|https://gitee.com/jiyong_sd|jiyong@huawei.com|SIG_Test|
|433|xts_device_attest_lite|test/xts/device_attest_lite|https://gitee.com/inter515|ry.renyi@huawei.com|https://gitee.com/jiyong_sd|jiyong@huawei.com|SIG_Test|
|434|print_print_fwk|base/print/print_fwk|https://gitee.com/lei-liang-123|leiliang2@huawei.com|https://gitee.com/shomeylee|xiaomin.li@huawei.com|SIG_BasicSoftwareService|
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册