From a56a6b4260f8a164bf0de3f89c56158b30a065c1 Mon Sep 17 00:00:00 2001 From: zhongluping Date: Fri, 7 Jul 2023 10:13:51 +0000 Subject: [PATCH] =?UTF-8?q?!1520=20=E7=94=B3=E8=AF=B7=E6=96=B0=E5=BB=BA?= =?UTF-8?q?=E4=B8=89=E6=96=B9=E5=BA=93sig=E7=BB=84=EF=BC=9Asig=5Ftpc=20*?= =?UTF-8?q?=20=E6=96=B0=E5=A2=9E=E4=B8=89=E6=96=B9=E5=BA=93sig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sig/sig_tpc/OWNERS | 11 +++++++++++ sig/sig_tpc/sig_tpc.md | 34 ++++++++++++++++++++++++++++++++++ sig/sig_tpc/sig_tpc_cn.md | 34 ++++++++++++++++++++++++++++++++++ sig/sigs_list.toml | 12 +++++++++++- 4 files changed, 90 insertions(+), 1 deletion(-) create mode 100755 sig/sig_tpc/OWNERS create mode 100755 sig/sig_tpc/sig_tpc.md create mode 100755 sig/sig_tpc/sig_tpc_cn.md diff --git a/sig/sig_tpc/OWNERS b/sig/sig_tpc/OWNERS new file mode 100755 index 0000000..96ffb27 --- /dev/null +++ b/sig/sig_tpc/OWNERS @@ -0,0 +1,11 @@ +{ + "Leader": [{ + "gitee_id": "andyhm10000", + "gitee_email": "liubaoyu1@huawei.com" + }], + "Committers": [{ + "gitee_id": "MaDiXin", + "gitee_email": "madixin@huawei.com" + } + ] +} \ No newline at end of file diff --git a/sig/sig_tpc/sig_tpc.md b/sig/sig_tpc/sig_tpc.md new file mode 100755 index 0000000..11dbf43 --- /dev/null +++ b/sig/sig_tpc/sig_tpc.md @@ -0,0 +1,34 @@ +# SIG_TPC +English | [简体中文](./sig_tpc_cn.md) + +Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](../../zh/pmc.md). + +## SIG group work objectives and scope + +### work goals + +The third-party library SIG enables rapid expansion of software on the OpenHarmony system, helping developers quickly develop OpenHarmony applications and improving development efficiency. + +### work scope + +- Cooperate with various vendors and developers to complete the co-construction, gathering and sharing of tripartite libraries. +- Expand the number of JS/eTs tripartite libraries +- Expand the number of C/C++ tripartite libraries + +## SIG Members +### Leader +- [andyhm10000](https://gitee.com/andyhm10000) + +### Committers +- [MaDiXin](https://gitee.com/MaDiXin) + +### Meetings + - Meeting time:Every Tuesday at 15:00 o'clock + - Meeting application:[Declaration address](https://docs.qq.com/sheet/DT2pwU25CTUVZclZv) + - Meeting link:Welink or other meeting + - Meeting Summary: To view the minutes of past meetings, please click this [link](https://gitee.com/openharmony-sig/sig-content/tree/master/sig_tpc) + +### Contact (optional) + +- Mailing list: NA +- Wechat group:NA diff --git a/sig/sig_tpc/sig_tpc_cn.md b/sig/sig_tpc/sig_tpc_cn.md new file mode 100755 index 0000000..3b3134d --- /dev/null +++ b/sig/sig_tpc/sig_tpc_cn.md @@ -0,0 +1,34 @@ +# SIG_TPC +简体中文 | [English](./sig_tpc.md) + +说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](../../zh/pmc.md)中描述的约定。 + +## SIG组工作目标和范围 + +### 工作目标 +三方库SIG,快速扩展OpenHarmony系统上的软件三方库,帮助开发者快速开发OpenHarmony应用,提升开发效率。 + +### 工作范围 + +- 联合各个厂商、开发者等完成三方库共建、汇聚、分享。 +- 扩展JS/eTs三方库数量 +- 扩展C/C++三方库数量 + +## SIG组成员 + +### Leader +- [andyhm10000](https://gitee.com/andyhm10000) + +### Committers列表 +- [MaDiXin](https://gitee.com/MaDiXin) + +### 会议 + - 会议时间:每周五 15:00 + - 会议申报: [申报地址](https://docs.qq.com/sheet/DT2pwU25CTUVZclZv) + - 会议链接:Welink或其他会议 + - 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content/tree/master/sig_tpc) + +### 联系方式(可选) + +- 邮件列表: NA +- 微信群:NA diff --git a/sig/sigs_list.toml b/sig/sigs_list.toml index e4fd574..f85affb 100644 --- a/sig/sigs_list.toml +++ b/sig/sigs_list.toml @@ -6717,4 +6717,14 @@ projects = [] [sig.leader] gitee_id = "https://gitee.com/wanghao8866" -gitee_email = "zidane.wanghao@huawei.com" \ No newline at end of file +gitee_email = "zidane.wanghao@huawei.com" + +[[sig]] +sig_name = "sig_tpc" +description = "快速扩展OpenHarmony系统上的软件三方库,帮助开发者快速开发OpenHarmony应用,提升开发效率" +sig_status = "active" +sub_system = ["NONE"] +projects = [] +[sig.leader] +gitee_id = "https://gitee.com/andyhm10000" +gitee_email = "liubaoyu1@huawei.com" \ No newline at end of file -- GitLab