提交 df167cc5 编写于 作者: P pengjinghui

Merge branch 'master' of gitee.com:jing-hui-peng/community

......@@ -35,7 +35,7 @@ You must sign the Developer Certificate of Origin (DCO) before you can contribut
| ---------------------------------------|---------- | ------------------------------------------------------------ |
| contact@openharmony.io <img width=150/> | Public mailing list <img width=100/> | Public mailing list of the OpenHarmony community. You can send a signed CLA to this mailing list. <img width=200/> |
| dev@openharmony.io <img width=150/>| Development mailing list <img width=100/> | Mailing list for discussing development issues in the OpenHarmony community. Any developer can [subscribe to](https://lists.openatom.io/postorius/lists/dev.openharmony.io) this mailing list. <img width=200/> |
| cicd@openharmony.io <img width=150/> | CI mailing list <img width=100/> | Mailing list for continuous integration and continuous delivery (CI/CD) of the OpenHarmomny community. Any developer can [subscribe to](https://lists.openatom.io/postorius/lists/cicd.openharmony.io) this mailing list. <img width=200/> |
| cicd@openharmony.io <img width=150/> | CI mailing list <img width=100/> | Mailing list for continuous integration and continuous delivery (CI/CD) of the OpenHarmony community. Any developer can [subscribe to](https://lists.openatom.io/postorius/lists/cicd.openharmony.io) this mailing list. <img width=200/> |
| pmc@openharmony.io <img width=150/>| PMC mailing list <img width=100/> | Mailing list for PMC discussion. PMC members can [subscribe to](https://lists.openatom.io/postorius/lists/pmc.openharmony.io/) this mailing list. <img width=200/> |
| scy@openharmony.io <img width=150/> | Mailing list for security issues <img width=100/> | Mailing list for reporting OpenHarmony security issues. <img width=200/> |
| scy-priv@openharmony.io <img width=150/>| Security group mailing list <img width=100/> | Mailing list for discussing how to handle security issues. Security group members can [subscribe to](https://lists.openatom.io/postorius/lists/scy-priv.openharmony.io/) this mailing list. <img width=200/> |
......
......@@ -35,7 +35,7 @@ OpenHarmony社区通过[项目管理委员会](/zh/pmc.md)( Project Management
| ---------------------------------------|---------- | ------------------------------------------------------------ |
| contact@openharmony.io <img width=150/> | 公用邮箱 <img width=100/> | OpenHarmony社区公共邮箱。<img width=200/>|
| dev@openharmony.io <img width=150/>| 开发邮件列表 <img width=100/> | OpenHarmony社区开发讨论邮件列表,任何社区开发相关话题都可以在邮件列表讨论。任何开发者可[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)<img width=200/>|
| cicd@openharmony.io <img width=150/> | CI邮件列表 <img width=100/>| OpenHarmomny CICD构建邮件列表,任何开发者可[订阅](https://lists.openatom.io/postorius/lists/cicd.openharmony.io)<img width=200/>|
| cicd@openharmony.io <img width=150/> | CI邮件列表 <img width=100/>| OpenHarmony CICD构建邮件列表,任何开发者可[订阅](https://lists.openatom.io/postorius/lists/cicd.openharmony.io)<img width=200/>|
| pmc@openharmony.io <img width=150/>| PMC邮件列表 <img width=100/>| PMC讨论邮件列表,PMC成员可[订阅](https://lists.openatom.io/postorius/lists/pmc.openharmony.io/)<img width=200/>|
| scy@openharmony.io <img width=150/> | 安全问题邮箱 <img width=100/> | 开发者可反馈OpenHarmony安全问题到此邮箱。<img width=200/>|
| scy-priv@openharmony.io <img width=150/>| 安全组邮件列表 <img width=100/>| 安全组成员安全问题处理讨论邮件列表,安全组成员可[订阅](https://lists.openatom.io/postorius/lists/scy-priv.openharmony.io/)<img width=200/>|
......
......@@ -14,7 +14,7 @@
## 如何提交 RFC
1. 在提交 RFC 之前,请与OpenHarmony组建维护者和贡献者充分讨论您的目标,并获得反馈。请使用OpenHarmony的开发者邮寄列表或对应领域SIG邮件列表([dev@openharmony.io 或 sig_signame@openharmony.io](https://lists.openatom.io/postorius/lists/))。
1. 在提交 RFC 之前,请与OpenHarmony部件维护者和贡献者充分讨论您的目标,并获得反馈。请使用OpenHarmony的开发者邮件列表或对应领域SIG邮件列表([dev@openharmony.io 或 sig_signame@openharmony.io](https://lists.openatom.io/postorius/lists/))。
2. 起草您的 RFC。
......@@ -22,16 +22,16 @@
- 将您的 RFC 文件命名为 `YYYYMMDD-description-name.md`,其中 `YYYYMMDD` 是提交日期,而 `descriptive-name` 与您的 RFC 标题相关。(例如如果 RFC 标题名称为 _Micro Python Framework_,则可以使用文件名 `20210720-micro-python-framework.md`)。
- 如果要提交图片或其他有助于理解设计的附属文档,请创建格式为 `YYYYMMDD-descriptive-name` 的目录来存储这些文件。
3. 编写 RFC 草稿后,请先征求项目仓Commiter和贡献者的反馈,然后再提交。 不要求编写并实现代码,如果有代码实现将有利于研讨。
3. 编写 RFC 草稿后,请先征求项目仓Committer和贡献者的反馈,然后再提交。 不要求编写并实现代码,如果有代码实现将有利于研讨。
4. 招募发起人。
- 发起人必须是项目仓库的[Committer](https://gitee.com/openharmony/community/blob/master/zh/committer.md)或对应领域的[SIG Leader](https://gitee.com/openharmony/community/blob/master/sig/sigs_subsystem_list.md)
- 请先在 RFC 中注明发起人,然后再发布 PR。
- 您 _可以_ 在没有发起人的情况下发布 RFC请求,但是如果在发布 PR 请求的一个月内仍然没有发起人,则该 PR 将被关闭。
5. 将您的 RFC 作为拉取请求提交到 [openharmony/community/rfcs](https://gitee.com/openharmony/community/tree/master/rfcs)
5. 将您的 RFC 作为 PR 提交到 [openharmony/community/rfcs](https://gitee.com/openharmony/community/tree/master/rfcs)
6. 通过开发者邮列表向开发者发送简要说明、PR 链接和审查请求,邮件标题加前缀[RFC]。
6. 通过开发者邮列表向开发者发送简要说明、PR 链接和审查请求,邮件标题加前缀[RFC]。
7. 发起人将在 RFC PR 发布后的两周内请求召开SIG技术评审会议。评审会议的目的是解决小的争议,大争议应提前达成共识。如果评审过程中提出了问题,请等到问题解决后再重新发起进行评审。
......@@ -58,8 +58,8 @@
- 引导评审委员会达成共识。
- 当评审委员会请求更改时,确保更改得到妥善实施并寻求委员会成员的后续批准。
- 当 RFC 经批准待实现时:
- 确保建议的实现方法符合设计。
- 与相关方进行协调以成功落实实现方案。
- 确保建议的实现方法符合设计。
- 与相关方进行协调以成功落实实现方案。
### RFC 评审委员会
......@@ -69,7 +69,7 @@
- 添加其会议记录作为 PR 评论。
- 提供其做出决策的详细理由。
2. 评审委员会的人员构成可能会因每个项目而异。对于核心OpenHarmonyu组建,委员会将由在相关领域具有专业知识的SIG Leader 和Committer维护者组成。
2. 评审委员会的人员构成可能会因每个项目而异。对于核心OpenHarmony部件,委员会将由在相关领域具有专业知识的SIG Leader 和Committer维护者组成。
### 社区成员和 RFC 流程
......
......@@ -3,7 +3,7 @@ English | [简体中文](./README.md)
## Background
Under the guidance of the Project Management Committee (PMC), a special interest group (SIG) designs the architecture, develops open capabilities, and performs maintenance for innovative projects in a specific domain.
This repository stores information about all the SIGs in the OpenHamony community.
This repository stores information about all the SIGs in the OpenHarmony community.
## Applying for Creating an SIG
1. Seek two or three developers in the community who have the same interest or objectives as you and elect a leader for this SIG. Create an SIG proposal based on the [SIG creation template](sig-template/sig_template.md), The proposal includes the following elements:
......@@ -20,7 +20,7 @@ This repository stores information about all the SIGs in the OpenHamony communit
## Operating and Maintaining an SIG
1. The SIG leader forks the **OpenHamony/community** release, creates a folder and names it with the SIG name in the **sig** directory, creates an SIG profile in the created folder based on the [SIG template](sig-template/), and submits pull requests (PRs) for incorporating modifications of the SIG profile into the master code of OpenHarmony.
1. The SIG leader forks the **OpenHarmony/community** release, creates a folder and names it with the SIG name in the **sig** directory, creates an SIG profile in the created folder based on the [SIG template](sig-template/), and submits pull requests (PRs) for incorporating modifications of the SIG profile into the master code of OpenHarmony.
2. SIG incubation projects are stored in the [OpenHarmony-SIG](https://gitee.com/openharmony-sig) organization. The code of incubation projects that meet graduation requirements can be incorporated into the master code of OpenHarmony.
......@@ -34,8 +34,8 @@ This repository stores information about all the SIGs in the OpenHamony communit
3. After the PMC approves the graduation application, you can incorporate the code of the incubation project into the master code of OpenHarmony.
### How SIG Data Is Stored and Managed
SIG data is stored in the **sig** directory of the **OpenHamony/community** repository. The **sig_***xxx***.md**/**sig_***xxx***_cn.md** file is a template that contains the objectives and work scope of this SIG, repositories managed by the SIG and their descriptions, and SIG meetings and members. A backup of the maintainer/committer information of the SIG is stored in the **OWNER** file and can be automatically obtained by a tool. The names and directory structures of the repositories managed by each SIG are stored in the **sigs.json** file.
1. The **sigs.json** file in the **sig** directory of the **OpenHarmony/co mmunity** repository is used to manage all the SIGs visible to the PMC.
SIG data is stored in the **sig** directory of the **OpenHarmony/community** repository. The **sig_***xxx***.md**/**sig_***xxx***_cn.md** file is a template that contains the objectives and work scope of this SIG, repositories managed by the SIG and their descriptions, and SIG meetings and members. A backup of the maintainer/committer information of the SIG is stored in the **OWNER** file and can be automatically obtained by a tool. The names and directory structures of the repositories managed by each SIG are stored in the **sigs.json** file.
1. The **sigs.json** file in the **sig** directory of the **OpenHarmony/community** repository is used to manage all the SIGs visible to the PMC.
2. The PMC modifies and maintains SIGs. Maintainers submit PRs for modifying SIGs, and the PMC reviews the PRs and incorporates the modifications into the master code of OpenHarmony.
3. The **sig_***xxx***.md**/**sig_***xxx***_cn.md** file in the **sig** directory stores SIG data. In this file, the basic SIG information is empty and needs to be specified during SIG creation.
4. The **OWNER** file in the **sig** directory stores information about the maintainer of the SIG.
......@@ -57,8 +57,8 @@ SIG data is stored in the **sig** directory of the **OpenHamony/community** repo
"project-path":"python/"
},
{
"sig-name ":"sig-updates",
"projects":["https://gitee.com/openharmony/startup_appspawn_lite", "https://gitee.com/openharmony/startup_bootstrap_lite"]
"sig-name":"sig-updates",
"projects":["https://gitee.com/openharmony/startup_appspawn_lite", "https://gitee.com/openharmony/startup_bootstrap_lite"],
"project-path":["base/startup/appspawn_lite", "base/startup/bootstrap_lite"]
},
]
......
......@@ -4,7 +4,7 @@
## 背景
1. SIG(Special Interest Group)是指特别兴趣小组,SIG在PMC项目管理委员会指导下,负责OpenHarmony社区特定子领域及创新项目的架构设计、开源开发及项目维护等工作。
2. 为了便于OpenHarmony开源社区工作开展和交流,默认将其划分为23个初始的SIG小组:[Maps_Sigs_Subsystem](./sigs_subsystem_list.md)
3. 本目录用于存放OpenHamony社区所有 “特别兴趣小组”(Special Interest Group,以下简称 SIG)的运作信息。
3. 本目录用于存放OpenHarmony社区所有 “特别兴趣小组”(Special Interest Group,以下简称 SIG)的运作信息。
## SIG职责&运作方式
1. 领域的技术演进方向由SIG组承担,负责领域技术竞争力分析和关键技术识别及决策。
......@@ -28,7 +28,7 @@
1. 开发者可通过SIG列表查看感兴趣的SIG,通过订阅邮件列表、参与SIG会议等形式,参与对应SIG项目的技术讨论、社区维护及开源开发。
## 运营维护SIG
1. SIG Leader Fork OpenHamony/community分支,在SIG文件夹下,以新SIG名称新建文件夹,并参考[SIG模板](sig-template/),创建对应的SIG配置文件,提交PR合入申请。
1. SIG Leader Fork OpenHarmony/community分支,在SIG文件夹下,以新SIG名称新建文件夹,并参考[SIG模板](sig-template/),创建对应的SIG配置文件,提交PR合入申请。
2. SIG孵化子项目,统一存放在[OpenHarmony SIG组织](https://gitee.com/openharmony-sig),待孵化成熟后,可合入OpenHarmony组织代码主库。
3. SIG Leader及Committer负责对应SIG的运营及维护,会议纪要和资料统一参考sig-template目录下的[meetings](https://gitee.com/openharmony-sig/sig-content)[docs](https://gitee.com/openharmony-sig/sig-content)模版进行归档。
4. SIG Leader定期在PMC项目管理委员会汇报SIG孵化项目及SIG运营进展,PMC基于SIG运作情况给出指导建议。
......@@ -40,7 +40,7 @@
4. 孵化项目毕业评审请按照[要求自检](./sig-QA/guidance_for_incubation_project_graduation_cn.md)
## SIG数据存放和管理方式
SIG信息记录统一归档在OpenHamony/community仓库的sig目录内:
SIG信息记录统一归档在OpenHarmony/community仓库的sig目录内:
1. sig_xxx.md/sig_xxx_cn.md:包括SIG组工作目标和范围、SIG管理的repository及描述、SIG组织会议、SIG成员。
2. sigs.json:为了便于工具自动提取,其中SIG的maintainer/committer信息单独备份一份至OWNER文件内,每个SIG所维护的仓库名称列表/目录结构位于sigs.json文件中。
......@@ -85,8 +85,8 @@ SIG信息记录统一归档在OpenHamony/community仓库的sig目录内:
"project-path":"python/"
},
{
"sig-name ":"sig-updates",
"projects":["https://gitee.com/openharmony/startup_appspawn_lite", "https://gitee.com/openharmony/startup_bootstrap_lite"]
"sig-name":"sig-updates",
"projects":["https://gitee.com/openharmony/startup_appspawn_lite", "https://gitee.com/openharmony/startup_bootstrap_lite"],
"project-path":["base/startup/appspawn_lite", "base/startup/bootstrap_lite"]
},
]
......
{
"Leader": [
{
"gitee_id": "xhuazi",
"gitee_email": "xw.hua@huawei.com"
}
],
"Committers": [
{
"gitee_id": "xhuazi",
"gitee_email": "xw.hua@huawei.com"
},
{
"gitee_id": "jony_code",
"gitee_email": "longjun@iscas.ac.cn"
},
{
"gitee_id": "kevenNO1",
"gitee_email": "likai20@iscas.ac.cn"
},
{
"gitee_id": "xzmu",
"gitee_email": "xzmu@openatom.org"
},
{
"gitee_id": "minglonghuang",
"gitee_email": "minglong@iscas.ac.cn"
},
{
"gitee_id": "vanessaguo",
"gitee_email": "vanessa@openatom.org"
},
{
"gitee_id": "heartoflight",
"gitee_email": "lotus@openatom.org"
}
]
"Leader": [{
"gitee_id": "xhuazi",
"gitee_email": "xw.hua@huawei.com"
}],
"Committers": [{
"gitee_id": "xhuazi",
"gitee_email": "xw.hua@huawei.com"
},
{
"gitee_id": "jony_code",
"gitee_email": "longjun@iscas.ac.cn"
},
{
"gitee_id": "kevenNO1",
"gitee_email": "likai20@iscas.ac.cn"
},
{
"gitee_id": "xzmu",
"gitee_email": "xzmu@openatom.org"
},
{
"gitee_id": "minglonghuang",
"gitee_email": "minglong@iscas.ac.cn"
},
{
"gitee_id": "vanessaguo",
"gitee_email": "vanessa@openatom.org"
},
{
"gitee_id": "heartoflight",
"gitee_email": "lotus@openatom.org"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "ivss",
"gitee_email": "chaijun@huawei.com"
},
{
"gitee_id": "zhanghaibo5",
"gitee_email": "zhanghaibo5@huawei.com"
}
],
"Committers": [
{
"gitee_id": "zhaizhiqiang",
"gitee_email": "zhaizhiqiang@huawei.com"
},
{
"gitee_id": "sunsuodong",
"gitee_email": "sunsuodong@huawei.com"
},
{
"gitee_id": "zhang_xue_tong",
"gitee_email": "zhangxuetong@huawei.com"
},
{
"gitee_id": "HilbertDavid",
"gitee_email": "lizheng53@huawei.com"
},
{
"gitee_id": "jpc_chenjianping",
"gitee_email": "jpc.chen@huawei.com"
}
]
"Leader": [{
"gitee_id": "ivss",
"gitee_email": "chaijun@huawei.com"
},
{
"gitee_id": "zhanghaibo5",
"gitee_email": "zhanghaibo5@huawei.com"
}
],
"Committers": [{
"gitee_id": "zhaizhiqiang",
"gitee_email": "zhaizhiqiang@huawei.com"
},
{
"gitee_id": "sunsuodong",
"gitee_email": "sunsuodong@huawei.com"
},
{
"gitee_id": "zhang_xue_tong",
"gitee_email": "zhangxuetong@huawei.com"
},
{
"gitee_id": "HilbertDavid",
"gitee_email": "lizheng53@huawei.com"
},
{
"gitee_id": "jpc_chenjianping",
"gitee_email": "jpc.chen@huawei.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "wang-huaxin",
"gitee_email": "wanghuaxin@kaihongdigi.com"
}
],
"Committers": [
{
"gitee_id": "bayanxing",
"gitee_email": "bayanxing@kaihongdigi.com"
}
]
"Leader": [{
"gitee_id": "wang-huaxin",
"gitee_email": "wanghuaxin@kaihongdigi.com"
}],
"Committers": [{
"gitee_id": "bayanxing",
"gitee_email": "bayanxing@kaihongdigi.com"
}]
}
\ No newline at end of file
......@@ -10,9 +10,9 @@ Integrates current state of art high quality open sourced AI inference framework
### work scope
1. Integrate current state of art AI inference framework into OpenHarmony
2. Provide demo app to illustrate how to use these AI inference framwork
3. Continous support for optimization on memory and speed
4. COntinous support for model model convertion tool
2. Provide demo app to illustrate how to use these AI inference framework
3. Continuous support for optimization on memory and speed
4. Continuous support for model model convertion tool
### The repository
- repository :
......
{
"Leader": [
{
"gitee_id":"huawei_qiangbo",
"gitee_email":"qiangbo2@huawei.com"
}
],
"Committers": [
{
"gitee_id": "im-off-this-week",
"gitee_email": "rengelin@huawei.com"
},
{
"gitee_id": "wanchengzhen",
"gitee_email": "wanchengzhen@huawei.com"
},
{
"gitee_id": "xiadengping",
"gitee_email": "xiadengping@huawei.com"
}
]
"Leader": [{
"gitee_id": "huawei_qiangbo",
"gitee_email": "qiangbo2@huawei.com"
}],
"Committers": [{
"gitee_id": "im-off-this-week",
"gitee_email": "rengelin@huawei.com"
},
{
"gitee_id": "wanchengzhen",
"gitee_email": "wanchengzhen@huawei.com"
},
{
"gitee_id": "xiadengping",
"gitee_email": "xiadengping@huawei.com"
}
]
}
\ No newline at end of file
{
"Leader":[
{
"gitee_id":"huawei_qiangbo",
"gitee_email":"qiangbo2@huawei.com"
}
],
"Committers":[
{
"gitee_id":"sunbxonline",
"gitee_email":"sunbingxin@huawei.com"
},
{
"gitee_id":"zhouyaoying",
"gitee_email":"zhouyaoying@huawei.com"
},
{
"gitee_id":"gwang2008",
"gitee_email":"wanggenliang@huawei.com"
},
{
"gitee_id":"chengongpingde",
"gitee_email":"chengongping@huawei.com"
},
{
"gitee_id":"lihong67",
"gitee_email":"lihong67@huawei.com"
},
{
"gitee_id":"seaside_wu",
"gitee_email":"wuhaibin5@huawei.com"
},
{
"gitee_id":"laigerendaqiu",
"gitee_email":"lihao71@huawei.com"
},
{
"gitee_id":"lanshouren",
"gitee_email":"lanshouren@huawei.com"
}
]
"Leader": [{
"gitee_id": "huawei_qiangbo",
"gitee_email": "qiangbo2@huawei.com"
}],
"Committers": [{
"gitee_id": "sunbxonline",
"gitee_email": "sunbingxin@huawei.com"
},
{
"gitee_id": "zhouyaoying",
"gitee_email": "zhouyaoying@huawei.com"
},
{
"gitee_id": "gwang2008",
"gitee_email": "wanggenliang@huawei.com"
},
{
"gitee_id": "chengongpingde",
"gitee_email": "chengongping@huawei.com"
},
{
"gitee_id": "lihong67",
"gitee_email": "lihong67@huawei.com"
},
{
"gitee_id": "seaside_wu",
"gitee_email": "wuhaibin5@huawei.com"
},
{
"gitee_id": "laigerendaqiu",
"gitee_email": "lihao71@huawei.com"
},
{
"gitee_id": "lanshouren",
"gitee_email": "lanshouren@huawei.com"
}
]
}
\ No newline at end of file
......@@ -25,6 +25,9 @@ OpenHarmony ApplicationFramework Governance Charter、ApplicationFramework Revie
- third_party_chromium:https://gitee.com/openharmony/third_party_chromium
- third_party_cef:https://gitee.com/openharmony/third_party_cef
- web_webview:https://gitee.com/openharmony/web_webview
- arkui_ace_engine_lite:https://gitee.com/openharmony/arkui_ace_engine_lite
- arkui_napi:https://gitee.com/openharmony/arkui_napi
- arkui_ace_engine:https://gitee.com/openharmony/arkui_ace_engine
## SIG Members
......
......@@ -26,6 +26,9 @@ ApplicationFramework相关的设计评审、提交评审、《OpenHarmony Applic
- third_party_chromium:https://gitee.com/openharmony/third_party_chromium
- third_party_cef:https://gitee.com/openharmony/third_party_cef
- web_webview:https://gitee.com/openharmony/web_webview
- arkui_ace_engine_lite:https://gitee.com/openharmony/arkui_ace_engine_lite
- arkui_napi:https://gitee.com/openharmony/arkui_napi
- arkui_ace_engine:https://gitee.com/openharmony/arkui_ace_engine
## SIG组成员
......
{
"Leader": [
{
"gitee_id": "im-off-this-week",
"gitee_email": "rengelin@huawei.com"
}
]
"Committers": [
{
"gitee_id": "karl-z",
"gitee_email": "zhangyongzhi@huawei.com"
},
{
"gitee_id": "wanchengzhen",
"gitee_email": "wanchengzhen@huawei.com"
},
{
"gitee_id": "huawei_qiangbo",
"gitee_email": "qiangbo2@huawei.com"
}
]
"Leader": [{
"gitee_id": "im-off-this-week",
"gitee_email": "rengelin@huawei.com"
}],
"Committers": [{
"gitee_id": "karl-z",
"gitee_email": "zhangyongzhi@huawei.com"
},
{
"gitee_id": "wanchengzhen",
"gitee_email": "wanchengzhen@huawei.com"
},
{
"gitee_id": "huawei_qiangbo",
"gitee_email": "qiangbo2@huawei.com"
}
]
}
\ No newline at end of file
......@@ -28,8 +28,8 @@ Responsible for the OpenHarmony architecture (including adding, merging, splitti
- @karl-z(https://gitee.com/karl-z)
### Meetings
- Meeting time:Every Tuesday at 16:00 o'clock
- Meeting application: [OpenHarmony SIG-Architecture Meeting Proposal](https://etherpad.openharmony.cn/p/sig-architecture)
- Meeting time:Every Tuesday at 9:30 o'clock
- Meeting application: [OpenHarmony SIG-Architecture Meeting Proposal](https://shimo.im/sheets/StzhuFkEk38enrnl/MODOC)
- Meeting link: Welink
- Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
......
......@@ -25,8 +25,8 @@
- @huawei_qiangbo(https://gitee.com/huawei_qiangbo)
### 会议
- 会议时间:每周二 16:00
- 会议申报:[OpenHarmony SIG-Architecture Meeting Proposal](https://etherpad.openharmony.cn/p/sig-architecture)
- 会议时间:每周二 9:30
- 会议申报:[OpenHarmony SIG-Architecture Meeting Proposal](https://shimo.im/sheets/StzhuFkEk38enrnl/MODOC)
- 会议链接: Welink
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接
......
{
"Leader": [
{
"gitee_id": "handyohos",
"gitee_email": "zhangxiaotian@huawei.com"
},
{
"gitee_id": "ericlee",
"gitee_email": "liyu1@huawei.com"
}
],
"Committers": [
{
"gitee_id": "stesen",
"gitee_email": "stesen.ma@huawei.com"
},
{
"gitee_id": "maplestorys",
"gitee_email": "zengzhi5@huawei.com"
},
{
"gitee_id": "yaomanhai",
"gitee_email": "yaomanhai@huawei.com"
},
{
"gitee_id": "shenchenkai",
"gitee_email": "shenchenkai@huawei.com"
},
{
"gitee_id": "guochuanqi",
"gitee_email": "guochuanqi@huawei.com"
},
{
"gitee_id": "litao33",
"gitee_email": "litao33@huawei.com"
},
{
"gitee_id": "lijiarun",
"gitee_email": "lijiarun@huawei.com"
},
{
"gitee_id": "derek520",
"gitee_email": "wtweitao.wei@huawei.com"
},
{
"gitee_id": "mytide",
"gitee_email": "max.liuwei@huawei.com"
},
{
"gitee_id": "ailorna",
"gitee_email": "hehuan1@huawei.com"
},
{
"gitee_id": "autumn330",
"gitee_email": "hw.liuwei@huawei.com"
},
{
"gitee_id": "verystone",
"gitee_email": "xudaqing@huawei.com"
},
{
"gitee_id": "yaoruijiang",
"gitee_email": "yaoruijiang1@huawei.com"
},
{
"gitee_id": "xueyulong",
"gitee_email": "xueyulong@huawei.com"
},
{
"gitee_id": "cangegegege",
"gitee_email": "jiacan@huawei.com"
},
{
"gitee_id": "shire-yao",
"gitee_email": "yaoyanxia1@huawei.com"
},
{
"gitee_id": "tangtiantian2021",
"gitee_email": "tangchengkai@huawei.com"
},
{
"gitee_id": "chenmingJay",
"gitee_email": "chengming48@huawei.com"
},
{
"gitee_id": "wanglai-yao",
"gitee_email": "yaowanglai@huawei.com"
},
{
"gitee_id": "cbraham",
"gitee_email": "suncai1@huawei.com"
},
{
"gitee_id": "wang2002xu",
"gitee_email": "wangxu44@huawei.com"
},
]
"Leader": [{
"gitee_id": "handyohos",
"gitee_email": "zhangxiaotian@huawei.com"
},
{
"gitee_id": "ericlee",
"gitee_email": "liyu1@huawei.com"
}
],
"Committers": [{
"gitee_id": "stesen",
"gitee_email": "stesen.ma@huawei.com"
},
{
"gitee_id": "maplestorys",
"gitee_email": "zengzhi5@huawei.com"
},
{
"gitee_id": "yaomanhai",
"gitee_email": "yaomanhai@huawei.com"
},
{
"gitee_id": "shenchenkai",
"gitee_email": "shenchenkai@huawei.com"
},
{
"gitee_id": "guochuanqi",
"gitee_email": "guochuanqi@huawei.com"
},
{
"gitee_id": "litao33",
"gitee_email": "litao33@huawei.com"
},
{
"gitee_id": "lijiarun",
"gitee_email": "lijiarun@huawei.com"
},
{
"gitee_id": "derek520",
"gitee_email": "wtweitao.wei@huawei.com"
},
{
"gitee_id": "mytide",
"gitee_email": "max.liuwei@huawei.com"
},
{
"gitee_id": "ailorna",
"gitee_email": "hehuan1@huawei.com"
},
{
"gitee_id": "autumn330",
"gitee_email": "hw.liuwei@huawei.com"
},
{
"gitee_id": "verystone",
"gitee_email": "xudaqing@huawei.com"
},
{
"gitee_id": "yaoruijiang",
"gitee_email": "yaoruijiang1@huawei.com"
},
{
"gitee_id": "xueyulong",
"gitee_email": "xueyulong@huawei.com"
},
{
"gitee_id": "cangegegege",
"gitee_email": "jiacan@huawei.com"
},
{
"gitee_id": "shire-yao",
"gitee_email": "yaoyanxia1@huawei.com"
},
{
"gitee_id": "tangtiantian2021",
"gitee_email": "tangchengkai@huawei.com"
},
{
"gitee_id": "chenmingJay",
"gitee_email": "chengming48@huawei.com"
},
{
"gitee_id": "wanglai-yao",
"gitee_email": "yaowanglai@huawei.com"
},
{
"gitee_id": "cbraham",
"gitee_email": "suncai1@huawei.com"
},
{
"gitee_id": "wang2002xu",
"gitee_email": "wangxu44@huawei.com"
},
{
"gitee_id": "zero-cyc",
"gitee_email": "chenlien@huawei.com"
}
]
}
......@@ -31,7 +31,7 @@ Basic Software Services includes the following sub-systems:
|HiviewDFX|[hiviewdfx_hiview_lite](https://gitee.com/openharmony/hiviewdfx_hiview_lite)|base/hiviewdfx/hiview_lite|[stesen](https://gitee.com/stesen)|
|HiviewDFX|[third_party_curl](https://gitee.com/openharmony/third_party_curl)|third_party/curl|[stesen](https://gitee.com/stesen)|
|HiviewDFX|[third_party_nghttp2](https://gitee.com/openharmony/third_party_nghttp2)|third_party/nghttp2|[zhuwenchao](https://gitee.com/xautosoft)|
|netmanager|[third_party_libwebsockets](https://gitee.com/openharmony-sig/third_party_libwebsockets)|third_party/libwebsockets|[zhuwenchao](https://gitee.com/xautosoft)|
|netmanager|[third_party_libwebsockets](https://gitee.com/openharmony/third_party_libwebsockets)|third_party/libwebsockets|[zhuwenchao](https://gitee.com/xautosoft)|
|netmanager|[third_party_iptables](https://gitee.com/openharmony-sig/third_party_iptables)|third_party/iptables|[zhuwenchao](https://gitee.com/xautosoft)|
|netmanager|[third_party_libmnl](https://gitee.com/openharmony-sig/third_party_libmnl)|third_party/libmnl|[zhuwenchao](https://gitee.com/xautosoft)|
|netmanager|[third_party_libnetfilter_conntrack](https://gitee.com/openharmony-sig/third_party_libnetfilter_conntrack)|third_party/libnetfilter/conntrack|[zhuwenchao](https://gitee.com/xautosoft)|
......@@ -49,6 +49,7 @@ Basic Software Services includes the following sub-systems:
| HiviewDFX | [hiviewdfx_hidumper_lite](https://gitee.com/openharmony/hiviewdfx_hidumper_lite) | base/hiviewdfx/hidumper_lite | [stesen](https://gitee.com/stesen) |
| HiviewDFX | [hiviewdfx_hitrace](https://gitee.com/openharmony/hiviewdfx_hitrace) | base/hiviewdfx/hitrace | [yaomanhai](https://gitee.com/yaomanhai) |
| HiviewDFX | [hiviewdfx_hicollie](https://gitee.com/openharmony/hiviewdfx_hicollie) | base/hiviewdfx/hicollie | [ericlee](https://gitee.com/ericlee) |
| HiviewDFX | [developtools_bytrace](https://gitee.com/openharmony/developtools_bytrace) | developtools/bytrace | [leizhenzang](https://gitee.com/leizhenzang) |
| HiviewDFX | [third_party_ejdb](https://gitee.com/openharmony/third_party_ejdb) | third_party/ejdb | [ericlee](https://gitee.com/ericlee) |
| HiviewDFX | [third_party_iowow](https://gitee.com/openharmony/third_party_iowow) | third_party/iowow | [ericlee](https://gitee.com/ericlee) |
|DistributedSchedule|[distributedschedule_dms_fwk_lite](https://gitee.com/openharmony/distributedschedule_dms_fwk_lite)|foundation/distributedschedule/dmsfwk_lite|[lijiarun](https://gitee.com/lijiarun)|
......@@ -87,6 +88,7 @@ Basic Software Services includes the following sub-systems:
|ResourceSchedule|[resourceschedule_resource_schedule_service](https://gitee.com/openharmony/resourceschedule_resource_schedule_service)|foundation/resourceschedule/resource_schedule_service|[shire-yao](https://gitee.com/shire-yao)|
|ResourceSchedule|[resourceschedule_memmgr](https://gitee.com/openharmony/resourceschedule_memmgr)|foundation/resourceschedule/plugins/memmgr|[cbraham](https://gitee.com/cbraham)|
|HiviewDFX|[third_party_pyyaml](https://gitee.com/openharmony/third_party_pyyaml)|third_party/pyyaml|[guochuanqi](https://gitee.com/guochuanqi)|
|Notification|[notification_eventhandler](https://gitee.com/openharmony-sig/notification_eventhandler)|base/notification/eventhandler|[zero-cyc](https://gitee.com/zero-cyc)|
## SIG Members
......
......@@ -32,7 +32,7 @@
|DFX子系统|[hiviewdfx_hiview_lite](https://gitee.com/openharmony/hiviewdfx_hiview_lite)|base/hiviewdfx/hiview_lite|[stesen](https://gitee.com/stesen)|
|DFX子系统|[third_party_curl](https://gitee.com/openharmony/third_party_curl)|third_party/curl|[stesen](https://gitee.com/stesen)|
|DFX子系统|[third_party_nghttp2](https://gitee.com/openharmony/third_party_nghttp2)|third_party/nghttp2|[zhuwenchao](https://gitee.com/xautosoft)|
|网络管理子系统|[third_party_libwebsockets](https://gitee.com/openharmony-sig/third_party_libwebsockets)|third_party/libwebsockets|[zhuwenchao](https://gitee.com/xautosoft)|
|网络管理子系统|[third_party_libwebsockets](https://gitee.com/openharmony/third_party_libwebsockets)|third_party/libwebsockets|[zhuwenchao](https://gitee.com/xautosoft)|
|网络管理子系统|[third_party_iptables](https://gitee.com/openharmony-sig/third_party_iptables)|third_party/iptables|[zhuwenchao](https://gitee.com/xautosoft)|
|网络管理子系统|[third_party_libmnl](https://gitee.com/openharmony-sig/third_party_libmnl)|third_party/libmnl|[zhuwenchao](https://gitee.com/xautosoft)|
|网络管理子系统|[third_party_libnetfilter_conntrack](https://gitee.com/openharmony-sig/third_party_libnetfilter_conntrack)|third_party/libnetfilter/conntrack|[zhuwenchao](https://gitee.com/xautosoft)|
......@@ -50,6 +50,7 @@
| DFX子系统 | [hiviewdfx_hidumper_lite](https://gitee.com/openharmony/hiviewdfx_hidumper_lite) | base/hiviewdfx/hidumper_lite | [stesen](https://gitee.com/stesen) |
| DFX子系统 | [hiviewdfx_hitrace](https://gitee.com/openharmony/hiviewdfx_hitrace) | base/hiviewdfx/hitrace | [yaomanhai](https://gitee.com/yaomanhai) |
| DFX子系统 | [hiviewdfx_hicollie](https://gitee.com/openharmony/hiviewdfx_hicollie) | base/hiviewdfx/hicollie | [ericlee](https://gitee.com/ericlee) |
| DFX子系统 | [developtools_bytrace](https://gitee.com/openharmony/developtools_bytrace) | developtools/bytrace | [leizhenzang](https://gitee.com/leizhenzang) |
| DFX子系统 | [third_party_ejdb](https://gitee.com/openharmony/third_party_ejdb) | third_party/ejdb | [ericlee](https://gitee.com/ericlee) |
| DFX子系统 | [third_party_iowow](https://gitee.com/openharmony/third_party_iowow) | third_party/iowow |[ericlee](https://gitee.com/ericlee)|
|分布式任务调度子系统|[distributedschedule_dms_fwk_lite](https://gitee.com/openharmony/distributedschedule_dms_fwk_lite)|foundation/distributedschedule/dmsfwk_lite|[lijiarun](https://gitee.com/lijiarun)|
......@@ -89,6 +90,7 @@
|资源调度子系统|[resourceschedule_memmgr](https://gitee.com/openharmony/resourceschedule_memmgr)|foundation/resourceschedule/plugins/memmgr|[cbraham](https://gitee.com/cbraham)|
|DFX子系统|[third_party_pyyaml](https://gitee.com/openharmony/third_party_pyyaml)|third_party/pyyaml|[guochuanqi](https://gitee.com/guochuanqi)|
|定制子系统|[customization_enterprise_device_management](https://gitee.com/openharmony-sig/customization_enterprise_device_management)|customization_enterprise_device_management|[caiminggang](https://gitee.com/caiminggang)|
|事件通知子系统|[notification_eventhandler](https://gitee.com/openharmony-sig/notification_eventhandler)|base/notification/eventhandler|[zero-cyc](https://gitee.com/zero-cyc)|
## SIG组成员
......
{
"Leader": [
{
"gitee_id": "shangxuan_hz",
"gitee_email": "shangxuan@hyperchain.cn"
}
],
"Committers": [
{
"gitee_id": "haisong2",
"gitee_email": "bchen@cufe.edu.cn"
},
{
"gitee_id": "lingfengbao",
"gitee_email": "lingfengbao@zju.edu.cn"
},
{
"gitee_id": "max_mars",
"gitee_email": "15301588184@189.cn"
},
{
"gitee_id": "15335180944",
"gitee_email": "jiafeicheng@chinasofti.com"
},
{
"gitee_id": "www.lee.com",
"gitee_email": "972133090@qq.com"
},
{
"gitee_id": "platformdepartment",
"gitee_email": "zhangqisuan@hyperchain.cn"
},
{
"gitee_id": "xkwang1228",
"gitee_email": "wangxiaoke@hyperchain.cn"
},
{
"gitee_id": "jerryma0912",
"gitee_email": "madongjie@hyperchain.cn"
},
{
"gitee_id": "painterq",
"gitee_email": "qiaopeiyang@hyperchain.cn"
}
]
"Leader": [{
"gitee_id": "shangxuan_hz",
"gitee_email": "shangxuan@hyperchain.cn"
}],
"Committers": [{
"gitee_id": "haisong2",
"gitee_email": "bchen@cufe.edu.cn"
},
{
"gitee_id": "lingfengbao",
"gitee_email": "lingfengbao@zju.edu.cn"
},
{
"gitee_id": "max_mars",
"gitee_email": "15301588184@189.cn"
},
{
"gitee_id": "15335180944",
"gitee_email": "jiafeicheng@chinasofti.com"
},
{
"gitee_id": "www.lee.com",
"gitee_email": "972133090@qq.com"
},
{
"gitee_id": "platformdepartment",
"gitee_email": "zhangqisuan@hyperchain.cn"
},
{
"gitee_id": "xkwang1228",
"gitee_email": "wangxiaoke@hyperchain.cn"
},
{
"gitee_id": "jerryma0912",
"gitee_email": "madongjie@hyperchain.cn"
},
{
"gitee_id": "painterq",
"gitee_email": "qiaopeiyang@hyperchain.cn"
}
]
}
\ No newline at end of file
{
"Leader":[
{
"gitee_id":"cheng_guohong",
"gitee_email":"guohong.cheng@huawei.com"
}
],
"Committers":[
{
"gitee_id":"xujiang181",
"gitee_email":"jiang.xu@huawei.com"
},
{
"gitee_id":"lilong32",
"gitee_email":"lilong32@huawei.com"
},
{
"gitee_id":"swandle",
"gitee_email":"swan.wang@huawei.com"
}
]
}
"Leader": [{
"gitee_id": "cheng_guohong",
"gitee_email": "guohong.cheng@huawei.com"
}],
"Committers": [{
"gitee_id": "xujiang181",
"gitee_email": "jiang.xu@huawei.com"
},
{
"gitee_id": "lilong32",
"gitee_email": "lilong32@huawei.com"
},
{
"gitee_id": "swandle",
"gitee_email": "swan.wang@huawei.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "Xingwa",
"gitee_email": "raymond.wangxing@huawei.com",
}
{
"gitee_id": "huanghuijin",
"gitee_email": "huanghuijin@huawei.com"
}
]
"Committers": [
{
"gitee_id": "weichaox",
"gitee_email": "wangweichao2@huawei.com"
},
{
"gitee_id": "jady3356",
"gitee_email": "peitaiyi@huawei.com"
},
{
"gitee_id": "Han00000000",
"gitee_email": "jianghan2@huawei.com"
},
{
"gitee_id": "wuzhefengh",
"gitee_email": "wuzhefeng1@huawei.com"
},
{
"gitee_id": "gongjunsong",
"gitee_email": "gongjunsong@huawei.com"
},
{
"gitee_id": "sunzhe23",
"gitee_email": "sunzhe23@huawei.com"
},
{
"gitee_id": "weng-changcheng",
"gitee_email": "wengchangcheng@huawei.com"
},
{
"gitee_id": "yingguofeng",
"gitee_email": "yingguofeng@huawei.com"
},
{
"gitee_id": "flyingwolf",
"gitee_email": "liyongbiao1@huawei.com"
},
{
"gitee_id": "godmiaozi",
"gitee_email": "pengbiao1@huawei.com"
},
{
"gitee_id": "dhy308",
"gitee_email": "tony.gan@hisilicon.com"
},
{
"gitee_id": "pengzhuoli",
"gitee_email": "pengzhuoli@huawei.com"
}
]
"Leader": [{
"gitee_id": "Xingwa",
"gitee_email": "raymond.wangxing@huawei.com"
},
{
"gitee_id": "huanghuijin",
"gitee_email": "huanghuijin@huawei.com"
}
],
"Committers": [{
"gitee_id": "weichaox",
"gitee_email": "wangweichao2@huawei.com"
},
{
"gitee_id": "jady3356",
"gitee_email": "peitaiyi@huawei.com"
},
{
"gitee_id": "Han00000000",
"gitee_email": "jianghan2@huawei.com"
},
{
"gitee_id": "wuzhefengh",
"gitee_email": "wuzhefeng1@huawei.com"
},
{
"gitee_id": "gongjunsong",
"gitee_email": "gongjunsong@huawei.com"
},
{
"gitee_id": "sunzhe23",
"gitee_email": "sunzhe23@huawei.com"
},
{
"gitee_id": "weng-changcheng",
"gitee_email": "wengchangcheng@huawei.com"
},
{
"gitee_id": "yingguofeng",
"gitee_email": "yingguofeng@huawei.com"
},
{
"gitee_id": "flyingwolf",
"gitee_email": "liyongbiao1@huawei.com"
},
{
"gitee_id": "godmiaozi",
"gitee_email": "pengbiao1@huawei.com"
},
{
"gitee_id": "dhy308",
"gitee_email": "tony.gan@hisilicon.com"
},
{
"gitee_id": "pengzhuoli",
"gitee_email": "pengzhuoli@huawei.com"
}
]
}
\ No newline at end of file
......@@ -7,10 +7,10 @@
### work goals
- The evelopment and maintenance of compilation framework and its efficiency improvement. Supporting compilation of multiple products and components.
- The development and maintenance of compilation framework and its efficiency improvement. Supporting compilation of multiple products and components.
- Support JS/TS language compilation and runtime, and create high-performance JS/TS virtual machines. Provide basic JSAPI capabilities, including multi-threading capabilities, encoding and decoding string capabilities, and URL parsing capabilities.
- Support C/C++ compilation, debuging based on Clang/LLVM.
- Provide basic libarary supoort such as musl and evolution of related abilities.
- Support C/C++ compilation, debugging based on Clang/LLVM.
- Provide basic library support such as musl and evolution of related abilities.
### work scope
- Design, review, and make decisions on the architecture of the language compilation and runtime.
......
{
"Leader": [
{
"gitee_id": "o2team",
"gitee_email": "o2labs@163.com"
}
],
"Committers": [
{
"gitee_id": "baosiqing",
"gitee_email": "baosiqing@jd.com"
},
{
"gitee_id": "medivhcai",
"gitee_email": "caishuai6@jd.com"
},
{
"gitee_id": "chenjj68",
"gitee_email": "chenjiajian@jd.com"
},
{
"gitee_id": "advancedcat",
"gitee_email": "hongxin@jd.com"
},
{
"gitee_id": "hawleyhuo",
"gitee_email": "huozhongyi@jd.com"
},
{
"gitee_id": "evernoteHW",
"gitee_email": "huwei161@jd.com"
},
{
"gitee_id": "JSZabc",
"gitee_email": "jiangshangze@jd.com"
},
{
"gitee_id": "showeb",
"gitee_email": "bin.liu@jd.com"
},
{
"gitee_id": "lumeiling3",
"gitee_email": "lumeiling@jd.com"
},
{
"gitee_id": "xiaojianshang",
"gitee_email": "shangxiaojian@jd.com"
},
{
"gitee_id": "tangjiao11",
"gitee_email": "tangjiao11@jd.com"
},
{
"gitee_id": "xuanzebin",
"gitee_email": "xuanzebin3@jd.com"
},
{
"gitee_id": "shuairuofukua",
"gitee_email": "xueshuai@jd.com"
}
]
"Leader": [{
"gitee_id": "o2team",
"gitee_email": "o2labs@163.com"
}],
"Committers": [{
"gitee_id": "baosiqing",
"gitee_email": "baosiqing@jd.com"
},
{
"gitee_id": "medivhcai",
"gitee_email": "caishuai6@jd.com"
},
{
"gitee_id": "chenjj68",
"gitee_email": "chenjiajian@jd.com"
},
{
"gitee_id": "advancedcat",
"gitee_email": "hongxin@jd.com"
},
{
"gitee_id": "hawleyhuo",
"gitee_email": "huozhongyi@jd.com"
},
{
"gitee_id": "evernoteHW",
"gitee_email": "huwei161@jd.com"
},
{
"gitee_id": "JSZabc",
"gitee_email": "jiangshangze@jd.com"
},
{
"gitee_id": "showeb",
"gitee_email": "bin.liu@jd.com"
},
{
"gitee_id": "lumeiling3",
"gitee_email": "lumeiling@jd.com"
},
{
"gitee_id": "xiaojianshang",
"gitee_email": "shangxiaojian@jd.com"
},
{
"gitee_id": "tangjiao11",
"gitee_email": "tangjiao11@jd.com"
},
{
"gitee_id": "xuanzebin",
"gitee_email": "xuanzebin3@jd.com"
},
{
"gitee_id": "shuairuofukua",
"gitee_email": "xueshuai@jd.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "YoungP7",
"gitee_email": "3119005904@mail2.gdut.edu.cn"
},
{
"gitee_id": "csliuwy",
"gitee_email": "liuwy@gdut.edu.cn"
}
]
"Committers": [
{
"gitee_id": "qqsummer",
"gitee_email": "3119004975@mail2.gdut.edu.cn"
},
{
"gitee_id": "wizardk",
"gitee_email": "3119005431@mail2.gdut.edu.cn"
},
{
"gitee_id": "Pacific_D",
"gitee_email": "3120004922@mail2.gdut.edu.cn"
},
{
"gitee_id": "ez-yang",
"gitee_email": "3119005438@mail2.gdut.edu.cn"
},
{
"gitee_id": "yan-wensheng",
"gitee_email": "3120004808@mail2.gdut.edu.cn"
},
{
"gitee_id": "zeke",
"gitee_email": "2112005011@mail2.gdut.edu.cn"
}
]
"Leader": [{
"gitee_id": "YoungP7",
"gitee_email": "3119005904@mail2.gdut.edu.cn"
},
{
"gitee_id": "csliuwy",
"gitee_email": "liuwy@gdut.edu.cn"
}
],
"Committers": [{
"gitee_id": "qqsummer",
"gitee_email": "3119004975@mail2.gdut.edu.cn"
},
{
"gitee_id": "wizardk",
"gitee_email": "3119005431@mail2.gdut.edu.cn"
},
{
"gitee_id": "Pacific_D",
"gitee_email": "3120004922@mail2.gdut.edu.cn"
},
{
"gitee_id": "ez-yang",
"gitee_email": "3119005438@mail2.gdut.edu.cn"
},
{
"gitee_id": "yan-wensheng",
"gitee_email": "3120004808@mail2.gdut.edu.cn"
},
{
"gitee_id": "zeke",
"gitee_email": "2112005011@mail2.gdut.edu.cn"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "liuyang198591",
"gitee_email": "liu_yang@hoperun.com"
},
{
"gitee_id": "li-gaopeng0312",
"gitee_email": "gaopeng.li@huawei.com"
}
],
"Committers": [
{
"gitee_id": "borne",
"gitee_email": "bo.lu@huawei.com"
},
{
"gitee_id": "zianed",
"gitee_email": "houxuanzhe@huawei.com"
},
{
"gitee_id": "DennyShen",
"gitee_email": "denny.shenwei@huawei.com"
},
{
"gitee_id": "zeeman_wang",
"gitee_email": "zeeman.wang@engineer.com"
},
{
"gitee_id": "jady3356",
"gitee_email": "peitaiyi@huawei.com"
},
{
"gitee_id": "kkup180",
"gitee_email": "likailong@huawei.com"
},
{
"gitee_id": "kefeixiong",
"gitee_email": "addy.ke@rock-chips.com"
},
{
"gitee_id": "cijliu",
"gitee_email": "cijliu@qq.com"
},
{
"gitee_id": "Laowang-BearPi",
"gitee_email": "wangcheng@holdiot.com"
},
{
"gitee_id": "weidongshan",
"gitee_email": "weidongshan@qq.com"
},
{
"gitee_id": "Leon",
"gitee_email": "jahyeonbeak@163.com"
},
{
"gitee_id": "zhaoxiuxiu",
"gitee_email": "1605427044@qq.com"
},
{
"gitee_id": "firefly_team",
"gitee_email": "zxf@t-chip.com.cn"
},
{
"gitee_id": "northking-super",
"gitee_email": "chenxin100@huawei.com"
},
{
"gitee_id": "hisi_zk",
"gitee_email": "hisi.zhaokai@hisilicon.com"
},
{
"gitee_id": "Aaron_lv",
"gitee_email": "lvyong7@huawei.com"
},
{
"gitee_id": "ouyk",
"gitee_email": "519689417@qq.com"
}
]
"Leader": [{
"gitee_id": "liuyang198591",
"gitee_email": "liu_yang@hoperun.com"
},
{
"gitee_id": "li-gaopeng0312",
"gitee_email": "gaopeng.li@huawei.com"
}
],
"Committers": [{
"gitee_id": "borne",
"gitee_email": "bo.lu@huawei.com"
},
{
"gitee_id": "zianed",
"gitee_email": "houxuanzhe@huawei.com"
},
{
"gitee_id": "DennyShen",
"gitee_email": "denny.shenwei@huawei.com"
},
{
"gitee_id": "zeeman_wang",
"gitee_email": "zeeman.wang@engineer.com"
},
{
"gitee_id": "jady3356",
"gitee_email": "peitaiyi@huawei.com"
},
{
"gitee_id": "kkup180",
"gitee_email": "likailong@huawei.com"
},
{
"gitee_id": "kefeixiong",
"gitee_email": "addy.ke@rock-chips.com"
},
{
"gitee_id": "cijliu",
"gitee_email": "cijliu@qq.com"
},
{
"gitee_id": "Laowang-BearPi",
"gitee_email": "wangcheng@holdiot.com"
},
{
"gitee_id": "weidongshan",
"gitee_email": "weidongshan@qq.com"
},
{
"gitee_id": "Leon",
"gitee_email": "jahyeonbeak@163.com"
},
{
"gitee_id": "zhaoxiuxiu",
"gitee_email": "1605427044@qq.com"
},
{
"gitee_id": "firefly_team",
"gitee_email": "zxf@t-chip.com.cn"
},
{
"gitee_id": "northking-super",
"gitee_email": "chenxin100@huawei.com"
},
{
"gitee_id": "hisi_zk",
"gitee_email": "hisi.zhaokai@hisilicon.com"
},
{
"gitee_id": "Aaron_lv",
"gitee_email": "lvyong7@huawei.com"
},
{
"gitee_id": "ouyk",
"gitee_email": "519689417@qq.com"
}
]
}
\ No newline at end of file
......@@ -45,12 +45,9 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
- project name:
- device_st: https://gitee.com/openharmony-sig/device_st
- vendor_st: https://gitee.com/openharmony-sig/vendor_st
- device_allwinner: https://gitee.com/openharmony-sig/device_allwinner
- device_allwinner: https://gitee.com/openharmony-sig/devboard_device_allwinner_xr806
- device_allwinner: https://gitee.com/openharmony-sig/devboard_device_allwinner_t507
- vendor_allwinner: https://gitee.com/openharmony-sig/vendor_allwinner
- vendor_allwinner: https://gitee.com/openharmony-sig/devboard_vendor_allwinner_xr806
- vendor_allwinner: https://gitee.com/openharmony-sig/devboard_vendor_allwinner_t507
- device_soc_allwinner: https://gitee.com/openharmony/device_soc_allwinner
- device_board_seed: https://gitee.com/openharmony/device_board_seed
- vendor_seed: https://gitee.com/openharmony/vendor_seed
- device_mediatek: https://gitee.com/openharmony-sig/device_mediatek
- vendor_mediatek: https://gitee.com/openharmony-sig/vendor_mediatek
- device_nordic: https://gitee.com/openharmony-sig/device_nordic
......@@ -59,8 +56,9 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
- vendor_nxp: https://gitee.com/openharmony-sig/vendor_nxp
- device_fudanmicro: https://gitee.com/openharmony-sig/device_fudanmicro
- vendor_fudanmicro: https://gitee.com/openharmony-sig/vendor_fudanmicro
- device_bestechnic: https://gitee.com/openharmony-sig/device_bestechnic
- device_soc_bestechnic: https://gitee.com/openharmony/device_soc_bestechnic
- vendor_bestechnic: https://gitee.com/openharmony/vendor_bestechnic
- device_board_fnlink: https://gitee.com/openharmony/device_board_fnlink
- device_ingenic: https://gitee.com/openharmony-sig/device_ingenic
- vendor_ingenic: https://gitee.com/openharmony-sig/vendor_ingenic
- device_espressif: https://gitee.com/openharmony-sig/device_soc_espressif
......@@ -80,36 +78,45 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
- vendor_bouffalolab: https://gitee.com/openharmony-sig/vendor_bouffalolab
- device_beken: https://gitee.com/openharmony-sig/device_beken
- vendor_beken: https://gitee.com/openharmony-sig/vendor_beken
- device_asrmicro: https://gitee.com/openharmony-sig/device_asrmicro
- vendor_asrmicro: https://gitee.com/openharmony-sig/vendor_asrmicro
- device_board_lango: https://gitee.com/openharmony/device_board_lango
- vendor_asrmicro: https://gitee.com/openharmony/vendor_asrmicro
- device_soc_asrmicro: https://gitee.com/openharmony/device_soc_asrmicro
- device_qemu: https://gitee.com/openharmony/device_qemu
- vendor_ohemu: https://gitee.com/openharmony/vendor_ohemu
- device_hoperun:https://gitee.com/openharmony-sig/devboard_device_hihope_build
- device_hoperun:https://gitee.com/openharmony-sig/devboard_device_hihope_dayu
- device_hoperun:https://gitee.com/openharmony-sig/devboard_vendor_hihope
- device_bearpi: https://gitee.com/openharmony/device_bearpi_bearpi_hm_nano
- device_board_hihope:https://gitee.com/openharmony/device_board_hihope
- vendor_hihope:https://gitee.com/openharmony/vendor_hihope
- device_soc_rockchip:https://gitee.com/openharmony/device_soc_rockchip
- device_soc_winnermicro:https://gitee.com/openharmony/device_soc_winnermicro
- device_board_bearpi: https://gitee.com/openharmony/device_board_bearpi
- device_bearpi:https://gitee.com/openharmony-sig/applications_sample_bearpi_hm_nano
- device_bearpi:https://gitee.com/openharmony/vendor_bearpi
- vendor_huawei_ipcamera_v3s: https://gitee.com/openharmony-sig/vendor_huawei_ipcamera_v3s
- vendor_oh_fun: https://gitee.com/openharmony-sig/vendor_oh_fun
- vendor_huawei_minidisplay_demo: https://gitee.com/openharmony-sig/vendor_huawei_minidisplay_demo
- talkweb: https://gitee.com/openharmony-sig/devboard_applications_sample_talkweb_niobe
- talkweb: https://gitee.com/openharmony-sig/devboard_device_talkweb_niobe
- talkweb: https://gitee.com/openharmony-sig/devboard_vendor_talkweb
- device_board_talkweb: https://gitee.com/openharmony/device_board_talkweb
- vendor_talkweb: https://gitee.com/openharmony/vendor_talkweb
- raspberrypi : https://gitee.com/openharmony-sig/devboard_vendor_rpi3b
- Unionman: https://gitee.com/openharmony-sig/device_unionpi
- Unionman: https://gitee.com/openharmony-sig/vendor_unionpi
- itcast: https://gitee.com/openharmony-sig/devboard_device_itcast_genkipi
- itcast: https://gitee.com/openharmony-sig/devboard_vendor_itcast_genkipi
- waffle: https://gitee.com/openharmony-sig/devboard_waffle_nano
- goodix: https://gitee.com/openharmony-sig/devboard_device_goodix_gr551x
- goodix: https://gitee.com/openharmony-sig/devboard_vendor_goodix_gr5515_sk_basic
- device_board_goodix: https://gitee.com/openharmony/device_board_goodix
- vendor_goodix: https://gitee.com/openharmony/vendor_goodix
- device_soc_goodix: https://gitee.com/openharmony/device_soc_goodix
- device_soc_hisilicon: https://gitee.com/openharmony/device_soc_hisilicon
- device_board_hisilicon: https://gitee.com/openharmony/device_board_hisilicon
- device_board_fnlink: https://gitee.com/openharmony/device_board_fnlink
- device_t-head: https://gitee.com/openharmony-sig/device_soc_t-head
- device_t-head: https://gitee.com/openharmony-sig/device_board_t-head
- vendor_t-head: https://gitee.com/openharmony-sig/vendor_t-head
- device_soc_chipsea: https://gitee.com/openharmony/device_soc_chipsea
- device_board_chipsea: https://gitee.com/openharmony/device_board_chipsea
- vendor_chipsea: https://gitee.com/openharmony/vendor_chipsea
- device_soc_st: https://gitee.com/openharmony/device_soc_st
## SIG Members
......
......@@ -46,12 +46,9 @@
- 代码仓地址:
- device_st: https://gitee.com/openharmony-sig/device_st
- vendor_st: https://gitee.com/openharmony-sig/vendor_st
- device_allwinner: https://gitee.com/openharmony-sig/device_allwinner
- device_allwinner: https://gitee.com/openharmony-sig/devboard_device_allwinner_xr806
- device_allwinner: https://gitee.com/openharmony-sig/devboard_device_allwinner_t507
- vendor_allwinner: https://gitee.com/openharmony-sig/vendor_allwinner
- vendor_allwinner: https://gitee.com/openharmony-sig/devboard_vendor_allwinner_xr806
- vendor_allwinner: https://gitee.com/openharmony-sig/devboard_vendor_allwinner_t507
- device_soc_allwinner: https://gitee.com/openharmony/device_soc_allwinner
- device_board_seed: https://gitee.com/openharmony/device_board_seed
- vendor_seed: https://gitee.com/openharmony/vendor_seed
- device_mediatek: https://gitee.com/openharmony-sig/device_mediatek
- vendor_mediatek: https://gitee.com/openharmony-sig/vendor_mediatek
- device_nordic: https://gitee.com/openharmony-sig/device_nordic
......@@ -60,8 +57,9 @@
- vendor_nxp: https://gitee.com/openharmony-sig/vendor_nxp
- device_fudanmicro: https://gitee.com/openharmony-sig/device_fudanmicro
- vendor_fudanmicro: https://gitee.com/openharmony-sig/vendor_fudanmicro
- device_bestechnic: https://gitee.com/openharmony-sig/device_bestechnic
- vendor_bestechnic: https://gitee.com/openharmony-sig/vendor_bestechnic
- device_soc_bestechnic: https://gitee.com/openharmony/device_bestechnic
- vendor_bestechnic: https://gitee.com/openharmony/vendor_bestechnic
- device_board_fnlink: https://gitee.com/openharmony/device_board_fnlink
- device_ingenic: https://gitee.com/openharmony-sig/device_ingenic
- vendor_ingenic: https://gitee.com/openharmony-sig/vendor_ingenic
- device_espressif: https://gitee.com/openharmony-sig/device_soc_espressif
......@@ -81,36 +79,45 @@
- vendor_bouffalolab: https://gitee.com/openharmony-sig/vendor_bouffalolab
- device_beken: https://gitee.com/openharmony-sig/device_beken
- vendor_beken: https://gitee.com/openharmony-sig/vendor_beken
- device_asrmicro: https://gitee.com/openharmony-sig/device_asrmicro
- vendor_asrmicro: https://gitee.com/openharmony-sig/vendor_asrmicro
- device_board_lango: https://gitee.com/openharmony/device_board_lango
- vendor_asrmicro: https://gitee.com/openharmony/vendor_asrmicro
- device_soc_asrmicro: https://gitee.com/openharmony/device_soc_asrmicro
- device_qemu: https://gitee.com/openharmony/device_qemu
- vendor_ohemu: https://gitee.com/openharmony/vendor_ohemu
- device_hoperun:https://gitee.com/openharmony-sig/devboard_device_hihope_build
- device_hoperun:https://gitee.com/openharmony-sig/devboard_device_hihope_dayu
- device_hoperun:https://gitee.com/openharmony-sig/devboard_vendor_hihope
- device_bearpi: https://gitee.com/openharmony/device_bearpi_bearpi_hm_nano
- device_board_hihope:https://gitee.com/openharmony/device_board_hihope
- vendor_hihope:https://gitee.com/openharmony/vendor_hihope
- device_soc_rockchip:https://gitee.com/openharmony/device_soc_rockchip
- device_soc_winnermicro:https://gitee.com/openharmony/device_soc_winnermicro
- device_board_bearpi: https://gitee.com/openharmony/device_board_bearpi
- device_bearpi:https://gitee.com/openharmony-sig/applications_sample_bearpi_hm_nano
- device_bearpi:https://gitee.com/openharmony/vendor_bearpi
- vendor_huawei_ipcamera_v3s: https://gitee.com/openharmony-sig/vendor_huawei_ipcamera_v3s
- vendor_oh_fun: https://gitee.com/openharmony-sig/vendor_oh_fun
- vendor_huawei_minidisplay_demo: https://gitee.com/openharmony-sig/vendor_huawei_minidisplay_demo
- talkweb: https://gitee.com/openharmony-sig/devboard_applications_sample_talkweb_niobe
- talkweb: https://gitee.com/openharmony-sig/devboard_device_talkweb_niobe
- talkweb: https://gitee.com/openharmony-sig/devboard_vendor_talkweb
- device_board_talkweb: https://gitee.com/openharmony/device_board_talkweb
- vendor_talkweb: https://gitee.com/openharmony/vendor_talkweb
- raspberrypi : https://gitee.com/openharmony-sig/devboard_vendor_rpi3b
- Unionman: https://gitee.com/openharmony-sig/device_unionpi
- Unionman: https://gitee.com/openharmony-sig/vendor_unionpi
- itcast: https://gitee.com/openharmony-sig/devboard_device_itcast_genkipi
- itcast: https://gitee.com/openharmony-sig/devboard_vendor_itcast_genkipi
- waffle: https://gitee.com/openharmony-sig/devboard_waffle_nano
- goodix: https://gitee.com/openharmony-sig/devboard_device_goodix_gr551x
- goodix: https://gitee.com/openharmony-sig/devboard_vendor_goodix_gr5515_sk_basic
- device_board_goodix: https://gitee.com/openharmony/device_board_goodix
- vendor_goodix: https://gitee.com/openharmony/vendor_goodix
- device_soc_goodix: https://gitee.com/openharmony/device_soc_goodix
- device_soc_hisilicon: https://gitee.com/openharmony/device_soc_hisilicon
- device_board_hisilicon: https://gitee.com/openharmony/device_board_hisilicon
- device_board_fnlink: https://gitee.com/openharmony/device_board_fnlink
- device_t-head: https://gitee.com/openharmony-sig/device_soc_t-head
- device_t-head: https://gitee.com/openharmony-sig/device_board_t-head
- vendor_t-head: https://gitee.com/openharmony-sig/vendor_t-head
- device_soc_chipsea: https://gitee.com/openharmony/device_soc_chipsea
- device_board_chipsea: https://gitee.com/openharmony/device_board_chipsea
- vendor_chipsea: https://gitee.com/openharmony/vendor_chipsea
- device_soc_st: https://gitee.com/openharmony/device_soc_st
## SIG组成员
......
{
"Leader": [
{
"gitee_id": "gong-a-shi",
"gitee_email": "gongashi@huawei.com"
}
],
"Committers": [
{
"gitee_id": "purple-ding-gags",
"gitee_email": "xuchao@huawei.com"
},
{
"gitee_id": "wbq_sky",
"gitee_email": "wangbingquan@huawei.com"
}
]
"Leader": [{
"gitee_id": "gong-a-shi",
"gitee_email": "gongashi@huawei.com"
}],
"Committers": [{
"gitee_id": "purple-ding-gags",
"gitee_email": "xuchao@huawei.com"
},
{
"gitee_id": "wbq_sky",
"gitee_email": "wangbingquan@huawei.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "hhh2",
"gitee_email": "pengfei.hou@huawei.com"
}
],
"Committers": [
{
"gitee_id": "hujun211",
"gitee_email": "hujun211@huawei.com"
},
{
"gitee_id": "aqxyjay",
"gitee_email": "zhangchunxin@huawei.com"
},
{
"gitee_id": "pengguanqi",
"gitee_email": "pengguanqi@huawei.com"
},
{
"gitee_id": "locheng7",
"gitee_email": "luocheng2@huawei.com"
}
]
"Leader": [{
"gitee_id": "hhh2",
"gitee_email": "pengfei.hou@huawei.com"
}],
"Committers": [{
"gitee_id": "hujun211",
"gitee_email": "hujun211@huawei.com"
},
{
"gitee_id": "aqxyjay",
"gitee_email": "zhangchunxin@huawei.com"
},
{
"gitee_id": "pengguanqi",
"gitee_email": "pengguanqi@huawei.com"
},
{
"gitee_id": "locheng7",
"gitee_email": "luocheng2@huawei.com"
}
]
}
\ No newline at end of file
{
"Leader":[
{
"gitee_id":"neeen",
"gitee_email":" neen.yang@huawei.com"
}
]
"Committers":[
{
"gitee_id":"duangavin123",
"gitee_email":"duanxichao@huawei.com "
}
{
"gitee_id":"RayShih",
"gitee_email":"shirui721@huawei.com "
}
{
"gitee_id":"Peter_1988",
"gitee_email":"zhouyun2@huawei.com "
}
]
}
"Leader": [{
"gitee_id": "neeen",
"gitee_email": " neen.yang@huawei.com"
}],
"Committers": [{
"gitee_id": "duangavin123",
"gitee_email": "duanxichao@huawei.com "
},
{
"gitee_id": "RayShih",
"gitee_email": "shirui721@huawei.com "
},
{
"gitee_id": "Peter_1988",
"gitee_email": "zhouyun2@huawei.com "
}
]
}
\ No newline at end of file
......@@ -37,5 +37,5 @@
### 联系方式(可选)
- 邮件列表:dev@openharmony.io
- Zulip群组:documentaion_sig
- Zulip群组:documentation_sig
- 微信群:暂无
{
"Leader": [
{
"gitee_id": "chenfeng469",
"gitee_email": "chenfeng469@huawei.com"
}
],
"Committers": [
{
"gitee_id": "zianed",
"gitee_email": "houxuanzhe@huawei.com"
},
{
"gitee_id": "dxbedu",
"gitee_email": "duxiaobo@huawei.com"
},
{
"gitee_id": "Kevin-Lau",
"gitee_email": "liufeihu@huawei.com"
}
{
"gitee_id": "yuanbogit",
"gitee_email": "yuanbo@huawei.com"
}
]
"Leader": [{
"gitee_id": "chenfeng469",
"gitee_email": "chenfeng469@huawei.com"
}],
"Committers": [{
"gitee_id": "zianed",
"gitee_email": "houxuanzhe@huawei.com"
},
{
"gitee_id": "dxbedu",
"gitee_email": "duxiaobo@huawei.com"
},
{
"gitee_id": "Kevin-Lau",
"gitee_email": "liufeihu@huawei.com"
},
{
"gitee_id": "yuanbogit",
"gitee_email": "yuanbo@huawei.com"
}
]
}
\ No newline at end of file
{
"Leader":[
{
"gitee_id":"yongjie2020",
"gitee_email":"yongjie.yan@huawei.com"
}
],
"Committers":[
{
"gitee_id":"scuteehuangjun",
"gitee_email":"huangjun42@huawei.com"
},
{
"gitee_id":"Chaos-Liang",
"gitee_email":"liangguanchao1@huawei.com"
},
{
"gitee_id":"xuwenfang",
"gitee_email":"xuwenfang@huawei.com"
},
{
"gitee_id":"jiang-xiaofeng",
"gitee_email":"jiangxiaofeng8@huawei.com"
},
{ "gitee_id":"shangxuan_hz",
"gitee_email":"shangxuan_hz@163.com"
}
]
"Leader": [{
"gitee_id": "yongjie2020",
"gitee_email": "yongjie.yan@huawei.com"
}],
"Committers": [{
"gitee_id": "scuteehuangjun",
"gitee_email": "huangjun42@huawei.com"
},
{
"gitee_id": "Chaos-Liang",
"gitee_email": "liangguanchao1@huawei.com"
},
{
"gitee_id": "xuwenfang",
"gitee_email": "xuwenfang@huawei.com"
},
{
"gitee_id": "jiang-xiaofeng",
"gitee_email": "jiangxiaofeng8@huawei.com"
},
{
"gitee_id": "shangxuan_hz",
"gitee_email": "shangxuan_hz@163.com"
}
]
}
\ No newline at end of file
......@@ -21,7 +21,7 @@ SIG will work with partners to establish and improve corresponding data collecti
**Set the benchmark**
Innovate Oh education application scenarios and build demonstration benchmark projects based on Oh root technology; Promote the development of industrial hongmenghua with demonstration effect.
Innovate Oh education application scenarios and build demonstration benchmark projects based on Oh root technology; Promote the development of industrial in an OpenHarmony-based way with demonstration effect.
**Donate abilities**
......
......@@ -11,7 +11,7 @@
### 工作范围
**聚生态**
* SIG将致力汇聚、发展、协作生态伙伴,共同建设基于OH的教育专属操作系统,积极与教育南北生态合作伙伴、教育管理单位、高校、科研单位,完善OH上的教育生态建设。
* SIG将致力汇聚、发展、协作生态伙伴,共同建设基于OpenHarmony的教育专属操作系统,积极与教育南北生态合作伙伴、教育管理单位、高校、科研单位,完善OpenHarmony上的教育生态建设。
**建标准**
......
{
"Leader": [
{
"gitee_id": "abbuu",
"gitee_email": "liyu37@huawei.com"
},
{
"gitee_id": "yifan-cui",
"gitee_email": "cuikun1@huawei.com"
}
],
"Committers": [
{
"gitee_id": "zhouyaoying",
"gitee_email": "zhouyaoying@huawei.com"
},
{
"gitee_id": "lijj01",
"gitee_email": "lijunjie29@huawei.com"
},
{
"gitee_id": "lz-230",
"gitee_email": "lizheng2@huawei.com"
},
{
"gitee_id": "bj1010",
"gitee_email": "dubingjian@huawei.com"
},
{
"gitee_id": "mk_gc",
"gitee_email": "mengkun@huawei.com"
},
{
"gitee_id": "zhouyuehai",
"gitee_email": "zhouyuehai@huawei.com"
}
]
"Leader": [{
"gitee_id": "abbuu",
"gitee_email": "liyu37@huawei.com"
},
{
"gitee_id": "yifan-cui",
"gitee_email": "cuikun1@huawei.com"
}
],
"Committers": [{
"gitee_id": "zhouyaoying",
"gitee_email": "zhouyaoying@huawei.com"
},
{
"gitee_id": "lijj01",
"gitee_email": "lijunjie29@huawei.com"
},
{
"gitee_id": "lz-230",
"gitee_email": "lizheng2@huawei.com"
},
{
"gitee_id": "bj1010",
"gitee_email": "dubingjian@huawei.com"
},
{
"gitee_id": "mk_gc",
"gitee_email": "mengkun@huawei.com"
},
{
"gitee_id": "zhouyuehai",
"gitee_email": "zhouyuehai@huawei.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "v11985",
"gitee_email": "wangfeng@iscas.ac.cn"
}
],
"Committers": [
{
"gitee_id": "yaomanhai",
"gitee_email": "yaomanhai@huawei.com"
}
],
"Committers": [
{
"gitee_id": "stesen",
"gitee_email": "stesen.ma@huawei.com"
}
],
"Committers": [
{
"gitee_id": "shenchenkai",
"gitee_email": "shenchenkai@huawei.com"
}
],
"Committers": [
{
"gitee_id": "aajwy",
"gitee_email": "wenyang@iscas.ac.cn"
}
],
"Committers": [
{
"gitee_id": "youyouyuai",
"gitee_email": "lvjing@iscas.ac.cn"
}
],
"Committers": [
{
"gitee_id": "heartofrainbow",
"gitee_email": "2826256824@qq.com"
}
],
"Committers": [
{
"gitee_id": "henglab",
"gitee_email": "zhangheng@iscas.ac.cn"
}
],
"Committers": [
{
"gitee_id": "cair_linux_cuda",
"gitee_email": "646296899@qq.com"
}
],
"Committers": [
{
"gitee_id": "pan_qing_lin",
"gitee_email": "panqinglin00@163.com"
}
],
"Committers": [
{
"gitee_id": "landwind",
"gitee_email": "mamingshuai1@huawei.com"
}
]
"Leader": [{
"gitee_id": "v11985",
"gitee_email": "wangfeng@iscas.ac.cn"
}],
"Committers": [{
"gitee_id": "yaomanhai",
"gitee_email": "yaomanhai@huawei.com"
},
{
"gitee_id": "stesen",
"gitee_email": "stesen.ma@huawei.com"
},
{
"gitee_id": "shenchenkai",
"gitee_email": "shenchenkai@huawei.com"
},
{
"gitee_id": "aajwy",
"gitee_email": "wenyang@iscas.ac.cn"
},
{
"gitee_id": "youyouyuai",
"gitee_email": "lvjing@iscas.ac.cn"
},
{
"gitee_id": "heartofrainbow",
"gitee_email": "2826256824@qq.com"
},
{
"gitee_id": "henglab",
"gitee_email": "zhangheng@iscas.ac.cn"
},
{
"gitee_id": "cair_linux_cuda",
"gitee_email": "646296899@qq.com"
},
{
"gitee_id": "pan_qing_lin",
"gitee_email": "panqinglin00@163.com"
},
{
"gitee_id": "landwind",
"gitee_email": "mamingshuai1@huawei.com"
}
]
}
\ No newline at end of file
{
"Leader":[
{
"gitee_id":"halhuangbin",
"gitee_email":"huangbin@talkweb.com.cn"
}
],
"Committers":[
{
"gitee_id":"xieshihe",
"gitee_email":"xieshihe@talkweb.com.cn"
},
{
"gitee_id":"gavinChen",
"gitee_email":"chenjianhua@talkweb.com.cn"
}
]
}
"Leader": [{
"gitee_id": "halhuangbin",
"gitee_email": "huangbin@talkweb.com.cn"
}],
"Committers": [{
"gitee_id": "xieshihe",
"gitee_email": "xieshihe@talkweb.com.cn"
},
{
"gitee_id": "gavinChen",
"gitee_email": "chenjianhua@talkweb.com.cn"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "xzmu",
"gitee_email": "kelei@iscas.ac.cn"
}
],
"Committers": [
{
"gitee_id": "flfaye",
"gitee_email": "fanluofei@huawei.com"
},
{
"gitee_id": "niuyuan888",
"gitee_email": "niuyuan@huawei.com"
},
{
"gitee_id": "youthdragon",
"gitee_email": "youthdragon.wangyiming@huawei.com"
},
{
"gitee_id": "minglonghuang",
"gitee_email": "roberthuang1010@163.com"
},
{
"gitee_id": "ownery",
"gitee_email": "2518665972@qq.com"
},
{
"gitee_id": "chaoyangc",
"gitee_email": "cuichaoyang136@163.com "
},
{
"gitee_id": "kevenNO1",
"gitee_email": "likai20@iscas.ac.cn"
},
{
"gitee_id": "jony_code",
"gitee_email": "longjun@iscas.ac.cn"
},
{
"gitee_id": "neeen",
"gitee_email": "neen.yang@huawei.com"
},
{
"gitee_id": "zhanglunet",
"gitee_email": "zhanglu@iscas.ac.cn"
}
]
"Leader": [{
"gitee_id": "xzmu",
"gitee_email": "kelei@iscas.ac.cn"
}],
"Committers": [{
"gitee_id": "flfaye",
"gitee_email": "fanluofei@huawei.com"
},
{
"gitee_id": "niuyuan888",
"gitee_email": "niuyuan@huawei.com"
},
{
"gitee_id": "youthdragon",
"gitee_email": "youthdragon.wangyiming@huawei.com"
},
{
"gitee_id": "minglonghuang",
"gitee_email": "roberthuang1010@163.com"
},
{
"gitee_id": "ownery",
"gitee_email": "2518665972@qq.com"
},
{
"gitee_id": "chaoyangc",
"gitee_email": "cuichaoyang136@163.com "
},
{
"gitee_id": "kevenNO1",
"gitee_email": "likai20@iscas.ac.cn"
},
{
"gitee_id": "jony_code",
"gitee_email": "longjun@iscas.ac.cn"
},
{
"gitee_id": "neeen",
"gitee_email": "neen.yang@huawei.com"
},
{
"gitee_id": "zhanglunet",
"gitee_email": "zhanglu@iscas.ac.cn"
}
]
}
\ No newline at end of file
{
"Leader":[
{
"gitee_id":"ninalijiaxin",
"gitee_email":"nina.lijiaxin@huawei.com"
}
],
"Committers":[
{
"gitee_id":"esay-to-see",
"gitee_email":"salient.yijian@huawei.com"
},
{
"gitee_id":"wangmihu2008",
"gitee_email":"wangmihu@huawei.com"
},
{
"gitee_id":"liuyoufang",
"gitee_email":"liuyu82@huawei.com"
},
{
"gitee_id":"li_zan",
"gitee_email":"lizan1@huawei.com"
},
{
"gitee_id":"taiyipei",
"gitee_email":"peitaiyi@huawei.com"
},
{
"gitee_id":"zhangzhiwi",
"gitee_email":"weizhi.zhang@huawei.com"
},
{
"gitee_id":"bubble_mao",
"gitee_email":"maojingjing1@huawei.com"
}
]
}
"Leader": [{
"gitee_id": "esay-to-see",
"gitee_email": "salient.yijian@huawei.com"
}],
"Committers": [{
"gitee_id": "liuyoufang",
"gitee_email": "liuyu82@huawei.com"
},
{
"gitee_id": "kkup180",
"gitee_email": "likailong@huawei.com"
},
{
"gitee_id": "zhangzhiwi",
"gitee_email": "weizhi.zhang@huawei.com"
},
{
"gitee_id": "bubble_mao",
"gitee_email": "maojingjing1@huawei.com"
},
{
"gitee_id": "linux_anio",
"gitee_email": "yuchangchun1@huawei.com"
},
{
"gitee_id": "vincent_qianjing",
"gitee_email": "vincent.qianjing@huawei.com"
},
{
"gitee_id": "weiyj_lk",
"gitee_email": "weiyongjun1@huawei.com"
}
]
}
\ No newline at end of file
......@@ -6,9 +6,12 @@
## SIG组工作目标和范围
### 工作目标
维护文件系统相关的三方开源软件
- 使能OpenHarmony内核能力: 孵化内核(存储、内存、调度、安全等)增强能力,支撑框架子系统能力;看护内核Linux架构,保证能够持续跟进Linux LTS主线;看护多内核架构,保证OpenHarmony能够同时支持多个内核,方便厂商适配,方便生态发展。
### 工作范围
鸿蒙在轻设备上文件系统相关的三方开源软件, 包含文件系统开发和镜像包制作工具
- 孵化内核(存储、内存、调度、安全等)增强能力,支撑框架子系统能力,提升OpenHarmony平台竞争力;
- 维护内核Linux架构,跟踪Linux LTS主线及安全补丁,提供稳定、安全的内核基线;
- 维护多内核架构,支持轻量化设备选择LiteOS内核,维护生态发展。
## 代码仓
- 代码仓地址:
- repository1名称:https://gitee.com/openharmony/third_party_littlefs
......@@ -32,14 +35,16 @@
## SIG组成员
### Leader
- [@ninalijiaxin](https://gitee.com/ninalijiaxin)
- [@easy-to-see](https://gitee.com/easy-to-see)
### Committers列表
- [@wangmihu2008](https://gitee.com/wangmihu2008)
- [@liuyoufang](https://gitee.com/liuyoufang)
- [@easy-to-see](https://gitee.com/easy-to-see)
- [@li_zan](https://gitee.com/li_zan)
- [@taiyipei](https://gitee.com/taiyipei)
- [@kkup180](https://gitee.com/kkup180)
- [@zhangzhiwi](https://gitee.com/zhangzhiwi)
- [@bubble_mao](https://gitee.com/bubble_mao)
- [@linux_anio](https://gitee.com/linux_anio)
- [@vincent_qianjing](https://gitee.com/vincent_qianjing)
- [@weiyj_lk](https://gitee.com/weiyj_lk)
### 会议
- 会议时间:周二上午9:30
......@@ -52,4 +57,3 @@
- 邮件列表:kernel@openharmony.io
- Zulip群组:https://zulip.openharmony.cn
- 微信群:请联系 [@ninalijiaxin](https://gitee.com/ninalijiaxin)
{
"Leader":[
{
"gitee_id":"zeeman_wang",
"gitee_email":"zeeman.wang@huawei.com"
}
],
"Committers":[
{
"gitee_id":"zhanglunet",
"gitee_email":"zhanglu@iscas.ac.cn"
},
{
"gitee_id":"huangsox",
"gitee_email":"huangshouxi@huawei.com"
},
{
"gitee_id":"Cruise2019",
"gitee_email":"zhangqf1314@163.com"
},
{
"gitee_id":"madixin",
"gitee_email":"madixin@huawei.com"
},
{
"gitee_id":"kenio_zhang",
"gitee_email":"zhangyuhang24@huawei.com"
},
{
"gitee_id":"xianwaidao",
"gitee_email":"562612637@qq.com"
},
{
"gitee_id":"rtan60",
"gitee_email":"tang-rui@live.cn"
},
{
"gitee_id":"kid-li",
"gitee_email":"942486125@qq.com"
}
]
"Leader": [{
"gitee_id": "zeeman_wang",
"gitee_email": "zeeman.wang@huawei.com"
}],
"Committers": [{
"gitee_id": "zhanglunet",
"gitee_email": "zhanglu@iscas.ac.cn"
},
{
"gitee_id": "huangsox",
"gitee_email": "huangshouxi@huawei.com"
},
{
"gitee_id": "Cruise2019",
"gitee_email": "zhangqf1314@163.com"
},
{
"gitee_id": "madixin",
"gitee_email": "madixin@huawei.com"
},
{
"gitee_id": "kenio_zhang",
"gitee_email": "zhangyuhang24@huawei.com"
},
{
"gitee_id": "xianwaidao",
"gitee_email": "562612637@qq.com"
},
{
"gitee_id": "rtan60",
"gitee_email": "tang-rui@live.cn"
},
{
"gitee_id": "kid-li",
"gitee_email": "942486125@qq.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "linkboy_crux",
"gitee_email": "910360201@QQ.COM"
}
],
"Committers": [
{
"gitee_id": "lcm",
"gitee_email": "1079534270@qq.com"
},
{
"gitee_id": "chaoyangc",
"gitee_email": "chaoyang@nj.iscas.ac.cn"
},
{
"gitee_id": "ownery",
"gitee_email": "xiaoqi@nj.iscas.ac.cn"
}
]
"Leader": [{
"gitee_id": "linkboy_crux",
"gitee_email": "910360201@QQ.COM"
}],
"Committers": [{
"gitee_id": "lcm",
"gitee_email": "1079534270@qq.com"
},
{
"gitee_id": "chaoyangc",
"gitee_email": "chaoyang@nj.iscas.ac.cn"
},
{
"gitee_id": "ownery",
"gitee_email": "xiaoqi@nj.iscas.ac.cn"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "dumingliang_hw",
"gitee_email": "dumingliang@huawei.com"
}
],
"Committers": [
{
"gitee_id": "zhu-mingliang",
"gitee_email": "zhumingliang@huawei.com"
},
{
"gitee_id": "liuyuehua1",
"gitee_email": "liuyuehua1@huawei.com"
}
]
"Leader": [{
"gitee_id": "dumingliang_hw",
"gitee_email": "dumingliang@huawei.com"
}],
"Committers": [{
"gitee_id": "zhu-mingliang",
"gitee_email": "zhumingliang@huawei.com"
},
{
"gitee_id": "liuyuehua1",
"gitee_email": "liuyuehua1@huawei.com"
}
]
}
\ No newline at end of file
......@@ -18,6 +18,7 @@ OpenHarmony media related design and review.
- multimedia_camera_standard:https://gitee.com/openharmony/multimedia_camera_standard
- multimedia_medialibrary_standard:https://gitee.com/openharmony/multimedia_medialibrary_standard
- multimedia_image_standard:https://gitee.com/openharmony/multimedia_image_standard
- multimedia_avsession_standard:https://gitee.com/openharmony-sig/multimedia_avsession_standard
- multimedia_histreamer:https://gitee.com/openharmony/multimedia_histreamer
- multimedia_media_lite:https://gitee.com/openharmony/multimedia_media_lite
- multimedia_audio_lite:https://gitee.com/openharmony/multimedia_audio_lite
......@@ -43,7 +44,7 @@ OpenHarmony media related design and review.
### Committers
- @zhu-mingliang(https://gitee.com/zhu-mingliang)
- @liuyuehua1(https://gitee.com/liuyuehua1)
- @wangjuntao(https://gitee.com/buranfanchen)
### Meetings
- Meeting time:Every two weeks' Friday 14:30-15:30
......@@ -57,4 +58,4 @@ OpenHarmony media related design and review.
- Mailing list:dev@openharmony.io
- Zulip group: https://zulip.openharmony.cn
- Wechat group:SIG-Media
\ No newline at end of file
- Wechat group:SIG-Media
......@@ -18,6 +18,7 @@ OpenHarmony 媒体管理。
- multimedia_camera_standard:https://gitee.com/openharmony/multimedia_camera_standard
- multimedia_medialibrary_standard:https://gitee.com/openharmony/multimedia_medialibrary_standard
- multimedia_image_standard:https://gitee.com/openharmony/multimedia_image_standard
- multimedia_avsession_standard:https://gitee.com/openharmony-sig/multimedia_avsession_standard
- multimedia_histreamer:https://gitee.com/openharmony/multimedia_histreamer
- multimedia_media_lite:https://gitee.com/openharmony/multimedia_media_lite
- multimedia_audio_lite:https://gitee.com/openharmony/multimedia_audio_lite
......@@ -42,6 +43,7 @@ OpenHarmony 媒体管理。
### Committers列表
- @zhu-mingliang(https://gitee.com/zhu-mingliang)
- @liuyuehua1(https://gitee.com/liuyuehua1)
- @wangjuntao(https://gitee.com/buranfanchen)
### 会议
- 会议时间:双周周五14:30-15:30
......@@ -55,4 +57,4 @@ OpenHarmony 媒体管理。
- 邮件列表:dev@openharmony.io
- Zulip群组:https://zulip.openharmony.cn
- 微信群:SIG-Media
\ No newline at end of file
- 微信群:SIG-Media
{
"Leader": [
{
"gitee_id": "ampereufo",
"gitee_email": "ampereufo@qq.com"
}
],
"Committers": [
{
"gitee_id": "weolar",
"gitee_email": "weolar@qq.com"
},
{
"gitee_id": "nickehu",
"gitee_email": "misterh@live.cn"
},
{
"gitee_id": "Cai_Huan",
"gitee_email": "cai.huan25@gmail.com"
}
]
"Leader": [{
"gitee_id": "ampereufo",
"gitee_email": "ampereufo@qq.com"
}],
"Committers": [{
"gitee_id": "weolar",
"gitee_email": "weolar@qq.com"
},
{
"gitee_id": "nickehu",
"gitee_email": "misterh@live.cn"
},
{
"gitee_id": "Cai_Huan",
"gitee_email": "cai.huan25@gmail.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "zhaojunxia2020",
"gitee_email": "zhaojunxia@kaihongdigi.com"
}
],
"Committers": [
{
"gitee_id": "bayanxing",
"gitee_email": "bayanxing@kaihongdigi.com"
}
]
"Leader": [{
"gitee_id": "zhaojunxia2020",
"gitee_email": "zhaojunxia@kaihongdigi.com"
}],
"Committers": [{
"gitee_id": "bayanxing",
"gitee_email": "bayanxing@kaihongdigi.com"
},
{
"gitee_id": "joeysun001",
"gitee_email": "songzhongyi@kaihongdigi.com"
},
{
"gitee_id": "xudong-zhao",
"gitee_email": "zhaoxudong@kaihongdigi.com"
},
{
"gitee_id": "zhaojunxia2020",
"gitee_email": "zhaojunxia@kaihongdigi.com"
},
{
"gitee_id": "huo-xiaodan",
"gitee_email": "huoxiaodan@kaihongdigi.com"
}
]
}
\ No newline at end of file
# SIG_Napi_Generator
English | [简体中文](./sig_assist_tools_cn.md)
English | [简体中文](./sig_napi_generator_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -9,14 +9,14 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
Based on the openharmony standard system, some NAPI framework code generation tools to improve development efficiency are launched.
### work scope
2. Provide NAPI framework code generation tools for developers and IDE platforms of mainstream operating systems
3. Provide usage examples
4. Provide continuous improvement and optimization
1. Provide NAPI framework code generation tools for developers and IDE platforms of mainstream operating systems
2. Provide usage examples
3. Provide continuous improvement and optimization
### The repository
- repository :
- napi_generator: https://gitee.com/openharmony-sig/napi_generator
- napi_generator: https://gitee.com/openharmony/napi_generator
## SIG Members
......@@ -24,20 +24,21 @@ Based on the openharmony standard system, some NAPI framework code generation to
- [@zhaojunxia2020](https://gitee.com/zhaojunxia2020)
### Committers
- [@bayanxing](https://gitee.com/bayanxing) [@joeysun001](https://gitee.com/joeysun001) [@xudong-zhao](https://gitee.com/xudong-zhao)
1. [@bayanxing](https://gitee.com/bayanxing)
2. [@joeysun001](https://gitee.com/joeysun001)
3. [@xudong-zhao](https://gitee.com/xudong-zhao)
4. [@zhaojunxia2020](https://gitee.com/zhaojunxia2020)
5. [@huo-xiaodan](https://gitee.com/huo-xiaodan)
### Meetings
- Meeting time:time:Biweek Wednesday 19:00, UTC+8
- Meeting application: [SIG-AssitTools application](https://shimo.im/sheets/ppCXWxYr68k3JPk9/MODOC)
- Meeting application: [SIG_Napi_generator application](https://shimo.im/sheets/ppCXWxYr68k3JPk9/MODOC)
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe](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/tree/master/assist_tools/meetings)
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content/tree/master/napi_generator/meetings)
### Contact (optional)
- Mailing list:dev@openharmony.io
- Zulip group:https://zulip.openharmony.cn subscript to sig_napi_generator stream
- Wechat group:xxx
# SIG_Napi_Generator
简体中文 | [English](./sig_assist_tools.md)
简体中文 | [English](./sig_napi_generator.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -9,14 +9,14 @@
基于OpenHarmony标准系统,推出一些提升开发效率的NAPI框架代码生成工具。
### 工作范围
2. 针对开发人员、主流操作系统的IDE平台,提供NAPI框架代码生成工具
3. 提供使用范例
4. 提供持续的改进优化
1. 针对开发人员、主流操作系统的IDE平台,提供NAPI框架代码生成工具
2. 提供使用范例
3. 提供持续的改进优化
## 代码仓
- 代码仓地址:
- napi_generator: https://gitee.com/openharmony-sig/napi_generator
- napi_generator: https://gitee.com/openharmony/napi_generator
## SIG组成员
......@@ -24,7 +24,11 @@
- [@zhaojunxia2020](https://gitee.com/zhaojunxia2020)
### Committers列表
- [@bayanxing](https://gitee.com/bayanxing) [@joeysun001](https://gitee.com/joeysun001) [@xudong-zhao](https://gitee.com/xudong-zhao)
1. [@bayanxing](https://gitee.com/bayanxing)
2. [@joeysun001](https://gitee.com/joeysun001)
3. [@xudong-zhao](https://gitee.com/xudong-zhao)
4. [@zhaojunxia2020](https://gitee.com/zhaojunxia2020)
5. [@huo-xiaodan](https://gitee.com/huo-xiaodan)
### 会议
......@@ -33,7 +37,7 @@
- 会议申报:[OH 辅助工具 Meeting Proposal](https://shimo.im/sheets/ppCXWxYr68k3JPk9/MODOC)
- 会议方式: 腾讯会议
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io/)邮件列表dev@openharmony.io获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content/tree/master/assist_tools/meetings)
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content/tree/master/napi_generator/meetings)
### 联系方式(可选)
......
{
"Leader": [
{
"gitee_id": "duzc2",
"gitee_email": "duzc2@163.com"
}
],
"Committers": [
{
"gitee_id": "aaronchan_cx",
"gitee_email": "630620242@qq.com"
},
{
"gitee_id": "htq110219891",
"gitee_email": "124329640@qq.com"
}
]
"Leader": [{
"gitee_id": "duzc2",
"gitee_email": "duzc2@163.com"
}],
"Committers": [{
"gitee_id": "aaronchan_cx",
"gitee_email": "630620242@qq.com"
},
{
"gitee_id": "htq110219891",
"gitee_email": "124329640@qq.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "frank-huangran",
"gitee_email": "frank.huangran@huawei.com"
}
],
"Committers": [
{
"gitee_id": "xfan1024",
"gitee_email": "xiaofan@iscas.ac.cn"
},
{
"gitee_id": "xzmu",
"gitee_email": "kelei@iscas.ac.cn"
},
{
"gitee_id": "biannm",
"gitee_email": "bian_naimeng@hoperun.com"
},
{
"gitee_id": "zhouwjfi",
"gitee_email": "zhou_wenjian@hoperun.com"
},
{
"gitee_id": "robinXiao777",
"gitee_email": "fengxiao@pateo.com.cn"
},
{
"gitee_id": "cosmoslhf",
"gitee_email": "hongfeilin@pateo.com.cn"
},
{
"gitee_id": "algoideas",
"gitee_email": "yu19881234@163.com"
},
{
"gitee_id": "zxg-gitee",
"gitee_email": "zhaoxiaoguang2@huawei.com"
},
{
"gitee_id": "zheoyu",
"gitee_email": "zhangleiyu1@huawei.com"
},
{
"gitee_id": "hiharmonica_leo",
"gitee_email": "leo@hiharmonica.com"
},
{
"gitee_id": "alata",
"gitee_email": "alatafoo@sina.com"
}
}
"Leader": [{
"gitee_id": "frank-huangran",
"gitee_email": "frank.huangran@huawei.com"
}],
"Committers": [{
"gitee_id": "xfan1024",
"gitee_email": "xiaofan@iscas.ac.cn"
},
{
"gitee_id": "xzmu",
"gitee_email": "kelei@iscas.ac.cn"
},
{
"gitee_id": "biannm",
"gitee_email": "bian_naimeng@hoperun.com"
},
{
"gitee_id": "zhouwjfi",
"gitee_email": "zhou_wenjian@hoperun.com"
},
{
"gitee_id": "robinXiao777",
"gitee_email": "fengxiao@pateo.com.cn"
},
{
"gitee_id": "cosmoslhf",
"gitee_email": "hongfeilin@pateo.com.cn"
},
{
"gitee_id": "algoideas",
"gitee_email": "yu19881234@163.com"
},
{
"gitee_id": "zxg-gitee",
"gitee_email": "zhaoxiaoguang2@huawei.com"
},
{
"gitee_id": "zheoyu",
"gitee_email": "zhangleiyu1@huawei.com"
},
{
"gitee_id": "hiharmonica_leo",
"gitee_email": "leo@hiharmonica.com"
},
{
"gitee_id": "alata",
"gitee_email": "alatafoo@sina.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "eric.li",
"gitee_email": "eric.li@urovo.com"
}
],
"Committers": [
{
"gitee_id": "eric.li",
"gitee_email": "eric.li@urovo.com"
},
{
"gitee_id": "stur.guan",
"gitee_email": "stur.guan@urovo.com"
},
{
"gitee_id": "jorway.ou",
"gitee_email": "jorway.ou@urovo.com"
},
{
"gitee_id": "litao33",
"gitee_email": "litao33@huawei.com"
}
]
"Leader": [{
"gitee_id": "eric.li",
"gitee_email": "eric.li@urovo.com"
}],
"Committers": [{
"gitee_id": "eric.li",
"gitee_email": "eric.li@urovo.com"
},
{
"gitee_id": "stur.guan",
"gitee_email": "stur.guan@urovo.com"
},
{
"gitee_id": "jorway.ou",
"gitee_email": "jorway.ou@urovo.com"
},
{
"gitee_id": "litao33",
"gitee_email": "litao33@huawei.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "delphi-tang",
"gitee_email": "delphi_tang@dt4sw.com"
}
],
"Committers": [
{
"gitee_id": "cindy",
"gitee_email": "chenyang870625@126.com"
},
{
"gitee_id": "yi_xiong",
"gitee_email": "14858520@qq.com"
}
]
"Leader": [{
"gitee_id": "delphi-tang",
"gitee_email": "delphi_tang@dt4sw.com"
}],
"Committers": [{
"gitee_id": "cindy",
"gitee_email": "chenyang870625@126.com"
},
{
"gitee_id": "yi_xiong",
"gitee_email": "14858520@qq.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "David.Wu.Lanxi",
"gitee_email": "wuyonghui9@huawei.com"
}
],
"Committers": [
{
"gitee_id": "aiyongfu",
"gitee_email": "aiyongfu@huawei.com"
}
{
"gitee_id": "shermanzhong",
"gitee_email": "sherman.zhong@huawei.com"
}
]
"Leader": [{
"gitee_id": "David.Wu.Lanxi",
"gitee_email": "wuyonghui9@huawei.com"
}],
"Committers": [{
"gitee_id": "aiyongfu",
"gitee_email": "aiyongfu@huawei.com"
},
{
"gitee_id": "shermanzhong",
"gitee_email": "sherman.zhong@huawei.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "yu_jia_geng",
"gitee_email": "jiageng08@iscas.ac.cn"
}
],
"Committers": [
{
"gitee_id": "dongduResearcher",
"gitee_email": "dd_nirvana@sjtu.edu.cn"
},
{
"gitee_id": "DennyShen",
"gitee_email": "denny.shenwei@huawei.com"
},
{
"gitee_id": "fanghuaqi",
"gitee_email": "578567190@qq.com"
},
{
"gitee_id": "kkup180",
"gitee_email": "likailong@huawei.com"
},
{
"gitee_id": "iscas-taiyang",
"gitee_email": "taiyang@iscas.ac.cn"
},
{
"gitee_id": "hplinux",
"gitee_email": "pengpeng@iscas.ac.cn"
},
{
"gitee_id": "xzmu",
"gitee_email": "kelei@iscas.ac.cn"
},
{
"gitee_id": "clmngu",
"gitee_email": "chenglimin@iscas.ac.cn"
},
{
"gitee_id": "linzewentin",
"gitee_email": "linzewen@nucleisys.com"
},
{
"gitee_id": "Fredlou",
"gitee_email": "shanlin.lou@starfivetech.com"
}
]
"Leader": [{
"gitee_id": "yu_jia_geng",
"gitee_email": "jiageng08@iscas.ac.cn"
}],
"Committers": [{
"gitee_id": "dongduResearcher",
"gitee_email": "dd_nirvana@sjtu.edu.cn"
},
{
"gitee_id": "DennyShen",
"gitee_email": "denny.shenwei@huawei.com"
},
{
"gitee_id": "fanghuaqi",
"gitee_email": "578567190@qq.com"
},
{
"gitee_id": "kkup180",
"gitee_email": "likailong@huawei.com"
},
{
"gitee_id": "iscas-taiyang",
"gitee_email": "taiyang@iscas.ac.cn"
},
{
"gitee_id": "hplinux",
"gitee_email": "pengpeng@iscas.ac.cn"
},
{
"gitee_id": "xzmu",
"gitee_email": "kelei@iscas.ac.cn"
},
{
"gitee_id": "clmngu",
"gitee_email": "chenglimin@iscas.ac.cn"
},
{
"gitee_id": "linzewentin",
"gitee_email": "linzewen@nucleisys.com"
},
{
"gitee_id": "Fredlou",
"gitee_email": "shanlin.lou@starfivetech.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "sunmingang",
"gitee_email": "sunmingang@jd.com"
}
{
"gitee_id": "ricther",
"gitee_email": "liuxu6@jd.com"
}
{
"gitee_id": "shangchunpeng",
"gitee_email": "shangchunpeng@jd.com"
}
],
"Committers": [
{
"gitee_id": "leaforever",
"gitee_email": "lipengfeng1@jd.com"
}
{
"gitee_id": "tongkedong",
"gitee_email": "tongkedong@jd.com"
}
{
"gitee_id": "songguoku",
"gitee_email": "songguoku@jd.com"
}
{
"gitee_id": "kun",
"gitee_email": "shenkun9@jd.com"
}
{
"gitee_id": "sunzuxin",
"gitee_email": "sunzuxin@jd.com"
}
{
"gitee_id": "zhangjie",
"gitee_email": "zhangjie589@jd.com"
}
]
"Leader": [{
"gitee_id": "sunmingang",
"gitee_email": "sunmingang@jd.com"
},
{
"gitee_id": "ricther",
"gitee_email": "liuxu6@jd.com"
},
{
"gitee_id": "shangchunpeng",
"gitee_email": "shangchunpeng@jd.com"
}
],
"Committers": [{
"gitee_id": "leaforever",
"gitee_email": "lipengfeng1@jd.com"
},
{
"gitee_id": "tongkedong",
"gitee_email": "tongkedong@jd.com"
},
{
"gitee_id": "songguoku",
"gitee_email": "songguoku@jd.com"
},
{
"gitee_id": "kun",
"gitee_email": "shenkun9@jd.com"
},
{
"gitee_id": "sunzuxin",
"gitee_email": "sunzuxin@jd.com"
},
{
"gitee_id": "zhangjie",
"gitee_email": "zhangjie589@jd.com"
}
]
}
\ No newline at end of file
{
"Leader": [{
"gitee_id": "leapsecond",
"gitee_email": "ang.li@huawei.com"
}],
"Committers": [{
"gitee_id": "xiaoqiang-hw",
"gitee_email": "duxiaoqiang@huawei.com"
},
{
"gitee_id": "zhengliang93",
"gitee_email": "zhengliang11@huawei.com"
},
{
"gitee_id": "tianjianliang_2012",
"gitee_email": "tianjianliang@huawei.com"
},
{
"gitee_id": "heyanhong2021",
"gitee_email": "heyanhong2@huawei.com"
},
{
"gitee_id": "earonhan",
"gitee_email": "earon.han@huawei.com"
},
{
"gitee_id": "pete-lipeng",
"gitee_email": "petersun.li@huawei.com"
},
{
"gitee_id": "zhangchunhui001",
"gitee_email": "chui.zhang@huawei.com"
},
{
"gitee_id": "guoyongwei",
"gitee_email": "guoyongwei@huawei.com"
},
{
"gitee_id": "yqjia-gitee",
"gitee_email": "jiayongquan@huawei.com"
},
{
"gitee_id": "aaron_shen_113",
"gitee_email": "007-jeff@163.com"
},
{
"gitee_id": "tliangE",
"gitee_email": "tongliang4@huawei.com"
},
{
"gitee_id": "jiangjizhou00413737",
"gitee_email": "jiangjizhou@huawei.com"
},
{
"gitee_id": "junjiang-zhang-nxp",
"gitee_email": "junjiang.zhang@nxp.com"
},
{
"gitee_id": "wangxiaonxp",
"gitee_email": "xiao.wang_2@nxp.com"
},
{
"gitee_id": "goodix_huangbin",
"gitee_email": "huangbin@goodix.com"
},
{
"gitee_id": "wang-yuyang603160",
"gitee_email": "wangyuyang@goodix.com"
},
{
"gitee_id": "zhaoyonggang2022",
"gitee_email": "zyg151@126.com"
},
{
"gitee_id": "huanghanbin",
"gitee_email": "505761771@qq.com"
},
{
"gitee_id": "haiyang691",
"gitee_email": "haiyangj@whu.edu.cn"
}
]
}
\ No newline at end of file
# SIG-SecureElement
English | [简体中文](./sig_secure_element_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
Secure Element (SE) is a secure chip that is by design protected from unauthorized access and used to run a limited set of applications, as well as store confidential and cryptographic data. This SIG provides a unified secure chip management framework and specifications for OpenHarmony. In addition, the SIG also supports standard advanced security system security service deployment of secure chips and promotes the development of the OpenHarmony secure chip ecosystem.
### work scope
- Provide standard advanced security services deployed in secure chips, such as password authentication, key management, secure storage, and anti-rollback services.
- Build the OpenHarmony secure chip ecosystem alliance, support technical communication among secure chip vendors, and jointly develop secure chip specifications.
- Provide a unified secure chip management framework and is responsible for secure chip architecture maintenance, technical solution review, and ecosystem cooperation.
### The repository(To be applied)
- project name:
- se_base_services: https://gitee.com/openharmony/tee_se_base_services
- se_transport_manager: https://gitee.com/openharmony-sig/tee_se_transport_manager
## SIG Members
### Leader
- @leapsecond(https://gitee.com/leapsecond)
### Committers
- @xiaoqiang-hw(https://gitee.com/xiaoqiang-hw)
- @zhengliang93(https://gitee.com/zhengliang93)
- @tianjianliang_2012(https://gitee.com/tianjianliang_2012)
- @heyanhong2021(https://gitee.com/heyanhong2021)
- @earonhan(https://gitee.com/earonhan)
- @pete-lipeng(https://gitee.com/pete-lipeng)
- @zhangchunhui001(https://gitee.com/zhangchunhui001)
- @guoyongwei(https://gitee.com/guoyongwei)
- @yqjia-gitee(https://gitee.com/yqjia-gitee)
- @aaron_shen_113(https://gitee.com/aaron_shen_113)
- @tliangE(https://gitee.com/tliangE)
- @jiangjizhou00413737(https://gitee.com/jiangjizhou00413737)
- @junjiang-zhang-nxp(https://gitee.com/junjiang-zhang-nxp)
- @wangxiaonxp(https://gitee.com/wangxiaonxp)
- @goodix_huangbin(https://gitee.com/goodix_huangbin)
- @wang-yuyang603160(https://gitee.com/wang-yuyang603160)
- @zhaoyonggang2022(https://gitee.com/zhaoyonggang2022)
- @huanghanbin(https://gitee.com/huanghanbin)
- @haiyang691(https://gitee.com/haiyang691)
### Meetings
- Meeting time:Every Wednesday at 10:00 am, UTC+8
- Meeting application: [OpenHarmony SIG-SecureElement Meeting Proposal]((https://shimo.im/sheets/KlkKVywv8BtmZXqd/MODOC)
- Meeting link: Welink Meeting
- Meeting notification: [Subscribe to] (https://lists.openatom.io/postorius/lists/sig-secure_element.openharmony.io) mailing list sig-secure_element@openharmony.io for the meeting link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content)
### Contact (optional)
| Address | Introduction | Usage Description |
| ---------------------------------------|---------- | ------------------------------------------------------------ |
| dev@openharmony.io <img width=120/>| Mailing list <img width=100/> | OpenHarmony community development discussion mailing list, any community development related topics can be discussed in the mailing list. Any developer can [subscribe](https://lists.openatom.io/postorius/lists/dev.openharmony.io)<img width=200/>|
| sig-secure_element@openharmony.io <img width=120/>| Sig-SecureElement Mailing list <img width=100/> | OpenHarmony community SIG-SecureElement discussion mailing list, any technical topics and implementation related to the secure chip management framework can be discussed in the mailing list. Any developer can [subscribe](https://lists.openatom.io/postorius/lists/sig-secure_element.openharmony.io/)<img width=200/>|
| zulip platform <img width=120/>| Sig-SecureElement zulip platform <img width=100/> | OpenHarmony community SIG-SecureElement discussion platform, any technical topics and implementation related to the secure chip management framework can be discussed in the platform. Any developer can [follow](https://zulip.openharmony.cn/#narrow/stream/60-secure_element_sig/)<img width=200/>|
# SIG-SecureElement
简体中文 | [English](./sig_secure_element.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
## SIG组工作目标和范围
### 工作目标
为OpenHarmony提供统一的安全芯片管理框架,提供安全芯片相关规范,支持标准化的高安系统安全业务部署安全芯片,推动OpenHarmony安全芯片生态发展。
### 工作范围
- 在OpenHarmony社区提供部署在安全芯片内标准化的高安服务,如:口令认证、密钥管理、安全存储、防回退服务等;
- 构建OpenHarmony SE技术生态联盟,支撑各安全芯片厂商技术交流,共同构建安全芯片相关规范;
- 提供统一的安全芯片管理框架,负责安全芯片架构看护、方案评审、生态合作。
## 代码仓 (待创建)
- 代码仓地址:
- se_base_services:https://gitee.com/openharmony/tee_se_base_services
- se_transport_manager:https://gitee.com/openharmony-sig/tee_se_transport_manager
## SIG组成员
### Leader
- @leapsecond(https://gitee.com/leapsecond)
### Committers列表
- @xiaoqiang-hw(https://gitee.com/xiaoqiang-hw)
- @zhengliang93(https://gitee.com/zhengliang93)
- @tianjianliang_2012(https://gitee.com/tianjianliang_2012)
- @heyanhong2021(https://gitee.com/heyanhong2021)
- @earonhan(https://gitee.com/earonhan)
- @pete-lipeng(https://gitee.com/pete-lipeng)
- @zhangchunhui001(https://gitee.com/zhangchunhui001)
- @guoyongwei(https://gitee.com/guoyongwei)
- @yqjia-gitee(https://gitee.com/yqjia-gitee)
- @aaron_shen_113(https://gitee.com/aaron_shen_113)
- @tliangE(https://gitee.com/tliangE)
- @jiangjizhou00413737(https://gitee.com/jiangjizhou00413737)
- @junjiang-zhang-nxp(https://gitee.com/junjiang-zhang-nxp)
- @wangxiaonxp(https://gitee.com/wangxiaonxp)
- @goodix_huangbin(https://gitee.com/goodix_huangbin)
- @wang-yuyang603160(https://gitee.com/wang-yuyang603160)
- @zhaoyonggang2022(https://gitee.com/zhaoyonggang2022)
- @huanghanbin(https://gitee.com/huanghanbin)
- @haiyang691(https://gitee.com/haiyang691)
### 会议
- 会议时间:每周三10:00
- 会议申报:[OpenHarmony SIG-SecureElement Meeting Proposal]((https://shimo.im/sheets/KlkKVywv8BtmZXqd/MODOC)
- 会议链接: Welink
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/sig-secure_element.openharmony.io)邮件列表 sig-secure_element@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content)
### Contact
| 地址 | 简介 | 用途说明 |
| ---------------------------------------|---------- | ------------------------------------------------------------ |
| dev@openharmony.io <img width=120/>| 开发邮件列表 <img width=120/> | OpenHarmony社区开发讨论邮件列表,任何社区开发相关话题都可以在邮件列表讨论。任何开发者可[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)<img width=200/>|
| sig-secure_element@openharmony.io <img width=120/>| Sig-SecureElement邮件列表 <img width=120/> | OpenHarmony社区SIG-SecureElement讨论邮件列表, 任何安全芯片管理框架相关技术话题及相关实现都可以在邮件列表讨论。任何开发者可[订阅](https://lists.openatom.io/postorius/lists/sig-secure_element.openharmony.io/)<img width=200/>|
| zulip平台 <img width=120/>| Sig-SecureElement zulip平台 <img width=120/> | OpenHarmony 社区SIG-SecureElement讨论平台,任何安全芯片管理框架相关技术话题及相关实现都可以在zulip平台讨论. 任何开发者可[关注](https://zulip.openharmony.cn/#narrow/stream/60-secure_element_sig/)<img width=200/>|
{
"Leader": [
{
"gitee_id": "yongjie2020",
"gitee_email": "yongjie.yan@huawei.com"
}
],
"Committers": [
{
"gitee_id": "scuteehuangjun",
"gitee_email": "huangjun42@huawei.com"
},
{
"gitee_id": "Chaos-Liang",
"gitee_email": "liangguanchao1@huawei.com"
},
{
"gitee_id": "xuwenfang",
"gitee_email": "xuwenfang@huawei.com"
},
{
"gitee_id": "jiang-xiaofeng",
"gitee_email": "jiangxiaofeng8@huawei.com"
}
]
"Leader": [{
"gitee_id": "yongjie2020",
"gitee_email": "yongjie.yan@huawei.com"
}],
"Committers": [{
"gitee_id": "scuteehuangjun",
"gitee_email": "huangjun42@huawei.com"
},
{
"gitee_id": "Chaos-Liang",
"gitee_email": "liangguanchao1@huawei.com"
},
{
"gitee_id": "xuwenfang",
"gitee_email": "xuwenfang@huawei.com"
},
{
"gitee_id": "jiang-xiaofeng",
"gitee_email": "jiangxiaofeng8@huawei.com"
}
]
}
\ No newline at end of file
......@@ -29,6 +29,8 @@ OpenHarmony security sbusystem, including application permissions, application s
- useriam_user_idm:https://gitee.com/openharmony/useriam_user_idm
- security_device_security_level:https://gitee.com/openharmony/security_device_security_level
- developtools_hapsigner:https://gitee.com/openharmony/developtools_hapsigner
- security_certificate_manager:https://gitee.com/openharmony-sig/security_certificate_manager
- security_privacy_center:https://gitee.com/openharmony-sig/security_privacy_center
## SIG Members
......
......@@ -29,6 +29,8 @@ OpenHarmony安全业务,包括应用权限、应用签名、设备认证和密
- useriam_user_idm:https://gitee.com/openharmony/useriam_user_idm
- security_device_security_level:https://gitee.com/openharmony/security_device_security_level
- developtools_hapsigner:https://gitee.com/openharmony/developtools_hapsigner
- security_certificate_manager:https://gitee.com/openharmony-sig/security_certificate_manager
- security_privacy_center:https://gitee.com/openharmony-sig/security_privacy_center
## SIG组成员
......
{
"Leader": [
{
"gitee_id": "li-jet",
"gitee_email": "dale.lijie@huawei.com"
}
],
"Committers": [
{
"gitee_id": "xuyongpan",
"gitee_email": "xuyongpan@huawei.com"
},
{
"gitee_id": "yinyouzhan",
"gitee_email": "yinyouzhan@huawei.com"
},
{
"gitee_id": "ain_myf",
"gitee_email": "maoyufeng3@huawei.com"
},
{
"gitee_id": "bigpumpkin",
"gitee_email": "chenzhennan@huawei.com"
},
{
"gitee_id": "jyh926",
"gitee_email": "jiayanhong@huawei.com"
},
{
"gitee_id": "life-liu",
"gitee_email": "liujiandong1@huawei.com"
},
{
"gitee_id": "knpingan",
"gitee_email": "zhangxiuping@huawei.com"
},
{
"gitee_id": "hwlitao",
"gitee_email": "litao25@huawei.com"
},
{
"gitee_id": "defeng2020",
"gitee_email": "wudefeng@huawei.com"
},
{
"gitee_id": "brickhz",
"gitee_email": "zhujianjian@huawei.com"
},
{
"gitee_id": "clevercong",
"gitee_email": "lichunlin2@huawei.com"
},
{
"gitee_id": "ohos-lsw",
"gitee_email": "lishiwei6@huawei.com"
},
{
"gitee_id": "xautosoft",
"gitee_email": "zhuwenchao@huawei.com"
}
]
"Leader": [{
"gitee_id": "li-jet",
"gitee_email": "dale.lijie@huawei.com"
}],
"Committers": [{
"gitee_id": "xuyongpan",
"gitee_email": "xuyongpan@huawei.com"
},
{
"gitee_id": "yinyouzhan",
"gitee_email": "yinyouzhan@huawei.com"
},
{
"gitee_id": "ain_myf",
"gitee_email": "maoyufeng3@huawei.com"
},
{
"gitee_id": "bigpumpkin",
"gitee_email": "chenzhennan@huawei.com"
},
{
"gitee_id": "jyh926",
"gitee_email": "jiayanhong@huawei.com"
},
{
"gitee_id": "life-liu",
"gitee_email": "liujiandong1@huawei.com"
},
{
"gitee_id": "knpingan",
"gitee_email": "zhangxiuping@huawei.com"
},
{
"gitee_id": "hwlitao",
"gitee_email": "litao25@huawei.com"
},
{
"gitee_id": "defeng2020",
"gitee_email": "wudefeng@huawei.com"
},
{
"gitee_id": "brickhz",
"gitee_email": "zhujianjian@huawei.com"
},
{
"gitee_id": "clevercong",
"gitee_email": "lichunlin2@huawei.com"
},
{
"gitee_id": "ohos-lsw",
"gitee_email": "lishiwei6@huawei.com"
},
{
"gitee_id": "xautosoft",
"gitee_email": "zhuwenchao@huawei.com"
}
]
}
\ No newline at end of file
......@@ -37,6 +37,7 @@ Continuously contributes to the softbus of the OpenHarmony community, implements
- iothardware_peripheral: https://gitee.com/openharmony/iothardware_peripheral
- iot_link: https://gitee.com/openharmony/iot_link
- third_party_lwip: https://gitee.com/openharmony/third_party_lwip
- third_party_nfc-nci:https://gitee.com/openharmony-sig/third_party_nfc-nci
- third_party_wpa_supplicant: https://gitee.com/openharmony/third_party_wpa_supplicant
- third_party_libcoap: https://gitee.com/openharmony/third_party_libcoap
......
......@@ -36,6 +36,7 @@
- iothardware_peripheral:https://gitee.com/openharmony/iothardware_peripheral
- iot_link:https://gitee.com/openharmony/iot_link
- third_party_lwip:https://gitee.com/openharmony/third_party_lwip
- third_party_nfc-nci:https://gitee.com/openharmony-sig/third_party_nfc-nci
- third_party_wpa_supplicant:https://gitee.com/openharmony/third_party_wpa_supplicant
- third_party_libcoap:https://gitee.com/openharmony/third_party_libcoap
......
{
"Leader": [
{
"gitee_id": "nicolaswang",
"gitee_email": "icolas.wangfeng@huawei.com"
}
],
"Committers": [
{
"gitee_id": "starr666",
"gitee_email": "starr.zhang@huawei.com"
},
{
"gitee_id": "foyezhang",
"gitee_email": "zhangxiaowei1@huawei.com"
},
{
"gitee_id": "blancwu",
"gitee_email": "wuyawei1@huawei.com"
},
{
"gitee_id": "liuzhenyu2021",
"gitee_email": "liuzhenyu.liuzhenyu@huawei.com"
},
{
"gitee_id": "lv-zhongwei",
"gitee_email": "lvzhongwei@huawei.com"
},
{
"gitee_id": "hosphoto",
"gitee_email": "liuxiaodong17@huawei.com"
},
{
"gitee_id": "sunjunxiong",
"gitee_email": "sunjunxiong@huawei.com"
},
{
"gitee_id": "quantumshark",
"gitee_email": "yanghuaiyi1@huawei.com"
},
{
"gitee_id": "qano",
"gitee_email": "nimaosen1@huawei.com"
},
{
"gitee_id": "sjtu_sp",
"gitee_email": "supeng13@huawei.com"
},
{
"gitee_id": "zeng_lingyi",
"gitee_email": "zenglingchang@huawei.com"
},
{
"gitee_id": "zhuchengfeng1",
"gitee_email": "zhuchengfeng1@huawei.com"
},
{
"gitee_id": "yangpeng85",
"gitee_email": "yangpeng85@huawei.com"
},
{
"gitee_id": "xuchangzhou",
"gitee_email": "xuzhangzhou@huawei.com"
}
]
"Leader": [{
"gitee_id": "nicolaswang",
"gitee_email": "icolas.wangfeng@huawei.com"
}],
"Committers": [{
"gitee_id": "starr666",
"gitee_email": "starr.zhang@huawei.com"
},
{
"gitee_id": "foyezhang",
"gitee_email": "zhangxiaowei1@huawei.com"
},
{
"gitee_id": "blancwu",
"gitee_email": "wuyawei1@huawei.com"
},
{
"gitee_id": "liuzhenyu2021",
"gitee_email": "liuzhenyu.liuzhenyu@huawei.com"
},
{
"gitee_id": "lv-zhongwei",
"gitee_email": "lvzhongwei@huawei.com"
},
{
"gitee_id": "hosphoto",
"gitee_email": "liuxiaodong17@huawei.com"
},
{
"gitee_id": "sunjunxiong",
"gitee_email": "sunjunxiong@huawei.com"
},
{
"gitee_id": "quantumshark",
"gitee_email": "yanghuaiyi1@huawei.com"
},
{
"gitee_id": "qano",
"gitee_email": "nimaosen1@huawei.com"
},
{
"gitee_id": "sjtu_sp",
"gitee_email": "supeng13@huawei.com"
},
{
"gitee_id": "zeng_lingyi",
"gitee_email": "zenglingchang@huawei.com"
},
{
"gitee_id": "zhuchengfeng1",
"gitee_email": "zhuchengfeng1@huawei.com"
},
{
"gitee_id": "yangpeng85",
"gitee_email": "yangpeng85@huawei.com"
},
{
"gitee_id": "xuchangzhou",
"gitee_email": "xuzhangzhou@huawei.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "fugengsheng",
"gitee_email": "fugengsheng@huawei.com"
}
],
"Committers": [
{
"gitee_id": "liujun2012",
"gitee_email": "liujunliujunliujun.liu@huawei.com"
},
{
"gitee_id": "heyanhong2021",
"gitee_email": "heyanhong2@huawei.com"
},
{
"gitee_id": "earonhan",
"gitee_email": "earon.han@huawei.com"
},
{
"gitee_id": "dongdo-yao",
"gitee_email": "yaodongdong@huawei.com"
}
{
"gitee_id": "smartwangwang",
"gitee_email": "wangcong48@huawei.com"
}
{
"gitee_id": "ruiqing-y",
"gitee_email": "yanruiqing@huawei.com"
}
{
"gitee_id": "pete-lipeng",
"gitee_email": "petersun.li@huawei.com"
}
{
"gitee_id": "zhangchunhui001",
"gitee_email": "chui.zhang@huawei.com"
}
{
"gitee_id": "xue_yuhao",
"gitee_email": "xyh467946553@sjtu.edu.cn"
}
]
"Leader": [{
"gitee_id": "fugengsheng",
"gitee_email": "fugengsheng@huawei.com"
}],
"Committers": [{
"gitee_id": "liujun2012",
"gitee_email": "liujunliujunliujun.liu@huawei.com"
},
{
"gitee_id": "heyanhong2021",
"gitee_email": "heyanhong2@huawei.com"
},
{
"gitee_id": "earonhan",
"gitee_email": "earon.han@huawei.com"
},
{
"gitee_id": "dongdo-yao",
"gitee_email": "yaodongdong@huawei.com"
} {
"gitee_id": "smartwangwang",
"gitee_email": "wangcong48@huawei.com"
} {
"gitee_id": "ruiqing-y",
"gitee_email": "yanruiqing@huawei.com"
} {
"gitee_id": "pete-lipeng",
"gitee_email": "petersun.li@huawei.com"
} {
"gitee_id": "zhangchunhui001",
"gitee_email": "chui.zhang@huawei.com"
} {
"gitee_id": "xue_yuhao",
"gitee_email": "xyh467946553@sjtu.edu.cn"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "zhang-hai-feng",
"gitee_email": "zhanghaifeng11@huawei.com"
}
],
"Committers": [
{
"gitee_id": "zhang-hai-feng",
"gitee_email": "zhanghaifeng11@huawei.com"
},
{
"gitee_id": "jyh926",
"gitee_email": "jiayanhong@huawei.com"
},
{
"gitee_id": "clevercong",
"gitee_email": "lichunlin2@huawei.com"
},
{
"gitee_id": "ohos-lsw",
"gitee_email": "lishiwei6@huawei.com"
},
{
"gitee_id": "xautosoft",
"gitee_email": "zhuwenchao@huawei.com"
},
{
"gitee_id": "hwlitao",
"gitee_email": "litao25@huawei.com"
}
]
"Leader": [{
"gitee_id": "zhang-hai-feng",
"gitee_email": "zhanghaifeng11@huawei.com"
}],
"Committers": [{
"gitee_id": "zhang-hai-feng",
"gitee_email": "zhanghaifeng11@huawei.com"
},
{
"gitee_id": "jyh926",
"gitee_email": "jiayanhong@huawei.com"
},
{
"gitee_id": "clevercong",
"gitee_email": "lichunlin2@huawei.com"
},
{
"gitee_id": "ohos-lsw",
"gitee_email": "lishiwei6@huawei.com"
},
{
"gitee_id": "xautosoft",
"gitee_email": "zhuwenchao@huawei.com"
},
{
"gitee_id": "hwlitao",
"gitee_email": "litao25@huawei.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "dongjinguang",
"gitee_email": "dongjinguang@huawei.com"
}
],
"Committers": [
{
"gitee_id": "dongjinguang",
"gitee_email": "dongjinguang@huawei.com"
}
]
"Leader": [{
"gitee_id": "dongjinguang",
"gitee_email": "dongjinguang@huawei.com"
}],
"Committers": [{
"gitee_id": "dongjinguang",
"gitee_email": "dongjinguang@huawei.com"
}]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "gaohanyi1982",
"gitee_email": "gaohanyi@huawei.com"
}
],
"Committers": [
{
"gitee_id": "wangjuntao",
"gitee_email": "wangjuntao.wang@huawei.com"
},
{
"gitee_id": "Nicoyam",
"gitee_email": "renxiang11@huawei.com"
}
]
"Leader": [{
"gitee_id": "gaohanyi1982",
"gitee_email": "gaohanyi@huawei.com"
}],
"Committers": [{
"gitee_id": "wangjuntao",
"gitee_email": "wangjuntao.wang@huawei.com"
},
{
"gitee_id": "Nicoyam",
"gitee_email": "renxiang11@huawei.com"
}
]
}
\ No newline at end of file
{
"Leader": [
{
"gitee_id": "berolinux",
"gitee_email": "bernhard.rosenkraenzer.ext@huawei.com"
}
],
"Committers": [
{
"gitee_id": "berolinux",
"gitee_email": "bernhard.rosenkraenzer.ext@huawei.com"
}
],
"Committers": [
{
"gitee_id": "wangzaishang",
"gitee_email": "wangzaishang@huawei.com"
}
],
"Committers": [
{
"gitee_id": "filer000",
"gitee_email": "zhangxianfeng7@huawei.com"
}
]
}
"Leader": [{
"gitee_id": "berolinux",
"gitee_email": "bernhard.rosenkraenzer.ext@huawei.com"
}],
"Committers": [{
"gitee_id": "berolinux",
"gitee_email": "bernhard.rosenkraenzer.ext@huawei.com"
},
{
"gitee_id": "wangzaishang",
"gitee_email": "wangzaishang@huawei.com"
},
{
"gitee_id": "filer000",
"gitee_email": "zhangxianfeng7@huawei.com"
}
]
}
\ No newline at end of file
......@@ -37,6 +37,7 @@ The toolchain is provided in binary form and in source form with a simple build
### The repository
- project name:
- Tools & Toolchains: https://gitee.com/openharmony-sig/sig-tools-toolchains
- developtools_hdc: https://gitee.com/openharmony/developtools_hdc
- developtools_hiperf: https://gitee.com/openharmony/developtools_hiperf
- developtools_syscap_codec: https://gitee.com/openharmony/developtools_syscap_codec
......
此差异已折叠。
......@@ -2,5 +2,6 @@
OpenHarmony_1.0.1_release= shermanzhong:sherman.zhong@huawei.com
OpenHarmony-3.0-LTS= shermanzhong:sherman.zhong@huawei.com
weekly= aiyongfu:aiyongfu@huawei.com, ding_haihua:dinghiahua@huawei.com, five-yuan:wuyunjie@huawei.com,zhangfanfan2:zhangfanfan2@huawei.com, jiang-xiaofeng:jiangxiaofeng8@huawei.com, leonchan5:chenwei26@huawei.com
OpenHarmony-3.1-Release= aiyongfu:aiyongfu@huawei.com, ding_haihua:dinghiahua@huawei.com, five-yuan:wuyunjie@huawei.com,zhangfanfan2:zhangfanfan2@huawei.com, shermanzhong:sherman.zhong@huawei.com
\ No newline at end of file
weekly= aiyongfu:aiyongfu@huawei.com, ding_haihua:dinghiahua@huawei.com, five-yuan:wuyunjie@huawei.com,zhangfanfan2:zhangfanfan2@huawei.com, jiang-xiaofeng:jiangxiaofeng8@huawei.com, leonchan5:chenwei26@huawei.com, shuaytao:shuaiyutao1@huawei.com
OpenHarmony-3.1-Release= aiyongfu:aiyongfu@huawei.com, ding_haihua:dinghiahua@huawei.com, five-yuan:wuyunjie@huawei.com,zhangfanfan2:zhangfanfan2@huawei.com, shermanzhong:sherman.zhong@huawei.com
OpenHarmony-3.2-Beta1= aiyongfu:aiyongfu@huawei.com, five-yuan:wuyunjie@huawei.com, zhangfanfan2:zhangfanfan2@huawei.com, shermanzhong:sherman.zhong@huawei.com, shuaytao:shuaiyutao1@huawei.com
此差异已折叠。
|No|Organization|Gitee id|Gitee associated email|Role|
|:----: |:----: |:----: |:----: |:----: |
|1|OpenHarmony|https://gitee.com/dingqi_neil|neil.dingqi@huawei.com|社区QA|
......@@ -44,6 +44,6 @@
| 地址 | 简介 | 用途说明 |
| ---------------------------------------|---------- | ------------------------------------------------------------ |
| dev@openharmony.io <img width=120/>| 开发邮件列表 <img width=100/> | OpenHarmony社区开发讨论邮件列表,任何社区开发相关话题都可以在邮件列表讨论。任何开发者可[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)<img width=200/>|
| cicd@openharmony.io <img width=120/> | CI邮件列表 <img width=100/>| OpenHarmomny CICD构建邮件列表,任何开发者可[订阅](https://lists.openatom.io/postorius/lists/cicd.openharmony.io)<img width=200/>|
| cicd@openharmony.io <img width=120/> | CI邮件列表 <img width=100/>| OpenHarmony CICD构建邮件列表,任何开发者可[订阅](https://lists.openatom.io/postorius/lists/cicd.openharmony.io)<img width=200/>|
| pmc@openharmony.io <img width=120/>| PMC邮件列表 <img width=100/>| PMC讨论邮件列表,PMC成员可[订阅](https://lists.openatom.io/postorius/lists/pmc.openharmony.io/)<img width=200/>|
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册