提交 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
......
{
"sigs-List":[
{
"sig-name":"sig-kernel",
"projects":["https://gitee.com/openharmony/third_party_littlefs",
"https://gitee.com/openharmony/third_party_e2fsprogs",
"https://gitee.com/openharmony/kernel_linux_build",
"https://gitee.com/openharmony/kernel_linux_4.19",
"https://gitee.com/openharmony/kernel_linux_5.10",
"https://gitee.com/openharmony/filemanagement_user_file_service",
"https://gitee.com/openharmony/filemanagement_file_api",
"https://gitee.com/openharmony/filemanagement_app_file_service",
"https://gitee.com/openharmony/filemanagement_storage_service",
"https://gitee.com/openharmony/filemanagement_dfs_service",
"https://gitee.com/openharmony-sig/filemanagement_fs_tools",
"https://gitee.com/openharmony/third_party_f2fs-tools",
"https://gitee.com/openharmony/third_party_ntfs-3g",
"https://gitee.com/openharmony/third_party_fsck_msdos",
"https://gitee.com/openharmony/third_party_gptfdisk",
"https://gitee.com/openharmony/third_party_newfs_msdos",
"https://gitee.com/openharmony/third_party_exfat-utils"],
"project-path":["third_party/littlefs",
"third_party/e2fsprogs",
"kernel/linux/build",
"kernel/linux/linux-4.19",
"kernel/linux/linux-5.10",
"foundation/filemanagement/user_file_service",
"foundation/filemanagement/file_api",
"foundation/filemanagement/app_file_service",
"foundation/filemanagement/storage_service",
"foundation/filemanagement/dfs_service",
"foundation/filemanagement/fs_tools",
"third_party/f2fs-tools",
"third_party/ntfs-3g",
"third_party/fsck_msdos",
"third_party/gptfdisk",
"third_party/newfs_msdos",
"third_party/exfat-utils"]
},
{
"sig-name":"sig-driver",
"projects":["https://gitee.com/openharmony/drivers_framework",
"https://gitee.com/openharmony/drivers_peripheral",
"https://gitee.com/openharmony/drivers_adapter",
"https://gitee.com/openharmony/drivers_adapter_khdf_linux",
"https://gitee.com/openharmony/drivers_interface",
"https://gitee.com/openharmony/third_party_libnl",
"https://gitee.com/openharmony/third_party_openmax"],
"project-path":["drivers/framework",
"drivers/peripheral",
"drivers/adapter",
"drivers/adapter/khdf/linux",
"drivers/interface",
"third_party/libnl",
"third_party/openmax"]
},
{
"sig-name":"sig-devboard",
"projects":[
"sigs-List": [{
"sig-name": "sig-kernel",
"projects": [
"https://gitee.com/openharmony/third_party_littlefs",
"https://gitee.com/openharmony/third_party_e2fsprogs",
"https://gitee.com/openharmony/kernel_linux_build",
"https://gitee.com/openharmony/kernel_linux_4.19",
"https://gitee.com/openharmony/kernel_linux_5.10",
"https://gitee.com/openharmony/filemanagement_user_file_service",
"https://gitee.com/openharmony/filemanagement_file_api",
"https://gitee.com/openharmony/filemanagement_app_file_service",
"https://gitee.com/openharmony/filemanagement_storage_service",
"https://gitee.com/openharmony/filemanagement_dfs_service",
"https://gitee.com/openharmony-sig/filemanagement_fs_tools",
"https://gitee.com/openharmony/third_party_f2fs-tools",
"https://gitee.com/openharmony/third_party_ntfs-3g",
"https://gitee.com/openharmony/third_party_fsck_msdos",
"https://gitee.com/openharmony/third_party_gptfdisk",
"https://gitee.com/openharmony/third_party_newfs_msdos",
"https://gitee.com/openharmony/third_party_exfat-utils"
],
"project-path": [
"third_party/littlefs",
"third_party/e2fsprogs",
"kernel/linux/build",
"kernel/linux/linux-4.19",
"kernel/linux/linux-5.10",
"foundation/filemanagement/user_file_service",
"foundation/filemanagement/file_api",
"foundation/filemanagement/app_file_service",
"foundation/filemanagement/storage_service",
"foundation/filemanagement/dfs_service",
"foundation/filemanagement/fs_tools",
"third_party/f2fs-tools",
"third_party/ntfs-3g",
"third_party/fsck_msdos",
"third_party/gptfdisk",
"third_party/newfs_msdos",
"third_party/exfat-utils"
]
},
{
"sig-name": "sig-driver",
"projects": [
"https://gitee.com/openharmony/drivers_framework",
"https://gitee.com/openharmony/drivers_peripheral",
"https://gitee.com/openharmony/drivers_adapter",
"https://gitee.com/openharmony/drivers_adapter_khdf_linux",
"https://gitee.com/openharmony/drivers_interface",
"https://gitee.com/openharmony/third_party_libnl",
"https://gitee.com/openharmony/third_party_openmax"
],
"project-path": [
"drivers/framework",
"drivers/peripheral",
"drivers/adapter",
"drivers/adapter/khdf/linux",
"drivers/interface",
"third_party/libnl",
"third_party/openmax"
]
},
{
"sig-name": "sig-devboard",
"projects": [
"https://gitee.com/openharmony-sig/device_st",
"https://gitee.com/openharmony-sig/vendor_st",
"https://gitee.com/openharmony-sig/device_allwinner",
"https://gitee.com/openharmony-sig/vendor_allwinner",
"https://gitee.com/openharmony-sig/devboard_device_allwinner_xr806",
"https://gitee.com/openharmony-sig/devboard_vendor_allwinner_xr806",
"https://gitee.com/openharmony-sig/devboard_device_allwinner_t507",
"https://gitee.com/openharmony-sig/devboard_vendor_allwinner_t507",
"https://gitee.com/openharmony/device_soc_allwinner",
"https://gitee.com/openharmony/device_board_seed",
"https://gitee.com/openharmony/vendor_seed",
"https://gitee.com/openharmony-sig/device_mediatek",
"https://gitee.com/openharmony-sig/vendor_mediatek",
"https://gitee.com/openharmony-sig/device_nordic",
......@@ -73,8 +77,9 @@
"https://gitee.com/openharmony-sig/vendor_nxp",
"https://gitee.com/openharmony-sig/device_fudanmicro",
"https://gitee.com/openharmony-sig/vendor_fudanmicro",
"https://gitee.com/openharmony-sig/device_bestechnic",
"https://gitee.com/openharmony/device_soc_bestechnic",
"https://gitee.com/openharmony/vendor_bestechnic",
"https://gitee.com/openharmony/device_board_fnlink",
"https://gitee.com/openharmony-sig/device_ingenic",
"https://gitee.com/openharmony-sig/vendor_ingenic",
"https://gitee.com/openharmony-sig/device_soc_espressif",
......@@ -94,46 +99,52 @@
"https://gitee.com/openharmony-sig/vendor_bouffalolab",
"https://gitee.com/openharmony-sig/device_beken",
"https://gitee.com/openharmony-sig/vendor_beken",
"https://gitee.com/openharmony-sig/device_asrmicro",
"https://gitee.com/openharmony-sig/vendor_asrmicro",
"https://gitee.com/openharmony/device_soc_asrmicro",
"https://gitee.com/openharmony/vendor_asrmicro",
"https://gitee.com/openharmony/device_board_lango",
"https://gitee.com/openharmony/device_qemu",
"https://gitee.com/openharmony/vendor_ohemu",
"https://gitee.com/openharmony-sig/devboard_device_hihope_build",
"https://gitee.com/openharmony-sig/devboard_device_hihope_dayu",
"https://gitee.com/openharmony-sig/devboard_vendor_hihope",
"https://gitee.com/openharmony/device_bearpi_bearpi_hm_nano",
"https://gitee.com/openharmony/device_board_hihope",
"https://gitee.com/openharmony/vendor_hihope",
"https://gitee.com/openharmony/device_soc_rockchip",
"https://gitee.com/openharmony/device_soc_winnermicro",
"https://gitee.com/openharmony/device_board_bearpi",
"https://gitee.com/openharmony-sig/applications_sample_bearpi_hm_nano",
"https://gitee.com/openharmony/vendor_bearpi",
"https://gitee.com/openharmony-sig/vendor_huawei_ipcamera_v3s",
"https://gitee.com/openharmony-sig/vendor_oh_fun",
"https://gitee.com/openharmony-sig/vendor_huawei_minidisplay_demo",
"https://gitee.com/openharmony-sig/devboard_applications_sample_talkweb_niobe",
"https://gitee.com/openharmony-sig/devboard_device_talkweb_niobe",
"https://gitee.com/openharmony-sig/devboard_vendor_talkweb",
"https://gitee.com/openharmony/device_soc_st",
"https://gitee.com/openharmony/device_board_talkweb",
"https://gitee.com/openharmony/vendor_talkweb",
"https://gitee.com/openharmony-sig/devboard_vendor_rpi3b",
"https://gitee.com/openharmony-sig/device_unionpi",
"https://gitee.com/openharmony-sig/vendor_unionpi",
"https://gitee.com/openharmony-sig/devboard_device_itcast_genkipi",
"https://gitee.com/openharmony-sig/devboard_vendor_itcast_genkipi",
"https://gitee.com/openharmony-sig/devboard_waffle_nano",
"https://gitee.com/openharmony-sig/devboard_device_goodix_gr551x",
"https://gitee.com/openharmony-sig/devboard_vendor_goodix_gr5515_sk_basic",
"https://gitee.com/openharmony/device_board_goodix",
"https://gitee.com/openharmony/vendor_goodix",
"https://gitee.com/openharmony/device_soc_goodix",
"https://gitee.com/openharmony/device_soc_hisilicon",
"https://gitee.com/openharmony/device_board_hisilicon",
"https://gitee.com/openharmony/device_board_fnlink",
"https://gitee.com/openharmony-sig/device_soc_t-head",
"https://gitee.com/openharmony-sig/device_board_t-head",
"https://gitee.com/openharmony-sig/vendor_t-head"
],
"project-path":[
"https://gitee.com/openharmony-sig/vendor_t-head",
"https://gitee.com/openharmony/device_soc_chipsea",
"https://gitee.com/openharmony/device_board_chipsea",
"https://gitee.com/openharmony/vendor_chipsea"
],
"project-path": [
"device/st",
"vendor/st",
"device/allwinner",
"vendor/allwinner",
"device/xradio/xr806",
"vendor/xradio/xr806",
"device/allwinner/t507",
"vendor/allwinner/t507",
"device/soc/allwinner",
"device/board/seed",
"vendor/seed",
"device/mediatek",
"vendor/mediatek",
"device/nordic",
......@@ -142,8 +153,9 @@
"vendor/nxp",
"device/fudanmicro",
"vendor/fudanmicro",
"device/bestechnic",
"device/soc/echnic",
"vendor/bestechnic",
"device/board/fnlink",
"device/ingenic",
"vendor/ingenic",
"device/soc/espressif",
......@@ -162,21 +174,27 @@
"vendor/bouffalolab",
"device/beken",
"vendor/beken",
"device/asrmicro",
"device/soc/asrmicro",
"vendor/asrmicro",
"device/board/lango",
"device/qemu",
"vendor/ohemu",
"device/hihope/dayu",
"device/hihope/build",
"vendor/hihope",
"device/bearpi/bearpi_hm_nano",
"device/board/hihope",
"vendor/hihope",
"device/soc/rockchip",
"device/soc/winnermicro",
"device/board/bearpi",
"applications/sample/bearpi_hm_nano",
"vendor/bearpi",
"vendor/huawei/ipcamera_v3s",
"vendor/huawei/minidisplay_demo",
"vendor/oh_fun",
"applications",
"device/talkweb/niobe",
"device/board/talkweb",
"device/soc/st",
"vendor/talkweb",
"vendor/rpi3",
"device/unionman/unionpi",
......@@ -184,616 +202,659 @@
"device/itcast/genkipi",
"vendor/itcast/genkipi",
"devboard_waffle_nano",
"device/goodix/gr551x",
"vendor/goodix/gr5515_sk",
"device_board_goodix",
"vendor_goodix",
"device_soc_goodix",
"device/soc/hisilicon",
"device/board/hisilicon",
"device/soc/t-head",
"device/board/t-head",
"vendor/t-head"
]
},
{
"sig-name":"sig-bluetooth",
"projects":"https://gitee.com/openharmony/communication_bluetooth",
"project-path":"foundation/communication/bluetooth"
},
{
"sig-name":"sig-distributerdatamgr",
"projects":"https://gitee.com/openharmony/distributeddatamgr_appdatamgr",
"project-path":"foundation/distributeddatamgr/appdatamgr"
},
{
"sig-name":"sig-toolchains",
"projects":["https://gitee.com/openharmony-sig/sig-tools-toolchains",
"https://gitee.com/openharmony/developtools_hiperf",
"https://gitee.com/openharmony/developtools_syscap_codec"],
"project-path":["NONE",
"developtools/hiperf",
"developtools/syscap_codec"],
},
{
"sig-name":"sig-openblock",
"projects":["https://gitee.com/openharmony-sig/openblock",
"https://gitee.com/openharmony-sig/openblock_blocks"],
"project-path":"NONE"
},
{
"sig-name":"sig-riscv",
"projects":["https://gitee.com/openharmony-sig/riscv",
"https://gitee.com/openharmony-sig/riscv_device_sunxi"],
"project-path":["None",
"device/sunxi"]
},
{
"sig-name":"sig-systemapplications",
"projects":["https://gitee.com/openharmony/applications_systemui",
"https://gitee.com/openharmony/applications_settings",
"https://gitee.com/openharmony/applications_launcher",
"https://gitee.com/openharmony-sig/system_applications",
"https://gitee.com/openharmony-sig/applications_screenshot",
"https://gitee.com/openharmony-sig/applications_screenlock",
"https://gitee.com/openharmony-sig/applications_admin_provisioning",
"https://gitee.com/openharmony-sig/applications_theme",
"https://gitee.com/openharmony-sig/applications_settings_data",
"https://gitee.com/openharmony-sig/applications_contactsdata",
"https://gitee.com/openharmony-sig/applications_notes"],
"project-path":["applications/standard/systemui",
"applications/standard/settings",
"applications/standard/launcher",
"NONE",
"applications/standard/screenshot",
"applications/standard/screenlock",
"applications/standard/admin_provisioning",
"applications/standard/theme",
"applications/standard/settings_data",
"applications/standard/contactsdata",
"applications/standard/notes"]
},
{
"sig-name":"sig-ai-framework",
"projects": [
"https://gitee.com/openharmony/third_party_mindspore",
"https://gitee.com/openharmony-sig/dllite_micro",
"https://gitee.com/openharmony/third_party_flatbuffers",
"https://gitee.com/openharmony-sig/third_party_opencl-headers",
"https://gitee.com/openharmony-sig/third_party_opencl-clhpp"
],
"project-path":[
"third_party/mindspore",
"foundation/ai/dllite-micro",
"third_party/flatbuffers",
"third_party/opencl-headers",
"third_party/opencl-clhpp"
]
},
{
"sig-name":"sig-softbus",
"projects":[
"https://gitee.com/openharmony/communication_dsoftbus",
"https://gitee.com/openharmony/communication_ipc",
"https://gitee.com/openharmony/communication_ipc_lite",
"https://gitee.com/openharmony/communication_bluetooth",
"https://gitee.com/openharmony/communication_nfc",
"https://gitee.com/openharmony/communication_wifi",
"https://gitee.com/openharmony/communication_wifi_lite",
"https://gitee.com/openharmony/communication_wifi_aware",
"https://gitee.com/openharmony/base_location",
"https://gitee.com/openharmony/telephony_call_manager",
"https://gitee.com/openharmony/telephony_cellular_call",
"https://gitee.com/openharmony/telephony_core_service",
"https://gitee.com/openharmony/telephony_sms_mms",
"https://gitee.com/openharmony/telephony_state_registry",
"https://gitee.com/openharmony/applications_camera_sample_communication",
"https://gitee.com/openharmony/applications_sample_wifi_iot",
"https://gitee.com/openharmony/iothardware_peripheral",
"https://gitee.com/openharmony/iot_link",
"https://gitee.com/openharmony/third_party_lwip",
"https://gitee.com/openharmony/third_party_wpa_supplicant",
"https://gitee.com/openharmony/third_party_libcoap"
],
"project-path":[
"foundation/communication/dsoftbus",
"foundation/communication/ipc",
"foundation/communication/ipc_lite",
"foundation/communication/bluetooth",
"foundation/communication/nfc",
"foundation/communication/wifi",
"foundation/communication/wifi_lite",
"foundation/communication/wifi_aware",
"base/location",
"base/telephony/call_manager",
"base/telephony/cellular_call",
"base/telephony/core_service",
"base/telephony/sms_mms",
"base/telephony/state_registry",
"applications/sample/camera/communication",
"applications/sample/wifi-iot",
"base/iot_hardware/peripheral",
"domains/iot/link",
"third_party/lwip",
"third_party/wpa_supplicant",
"third_party/libcoap"
]
},
{
"sig-name":"sig-api",
"projects":"https://gitee.com/openharmony/interface_sdk-js",
"project-path":"interface/sdk-js"
},
{
"sig-name":"sig-telephony",
"projects":[
"https://gitee.com/openharmony/communication_netstack",
"https://gitee.com/openharmony/communication_netmanager_base",
"https://gitee.com/openharmony/communication_netmanager_ext"
],
"project-path":[
"foundation/communication/netstack",
"foundation/communication/netmanager_base",
"foundation/communication/netmanager_ext"
]
},
{
"sig-name":"sig-distributedhardwaremgr",
"projects":[
"https://gitee.com/openharmony/sensors_miscdevice_lite",
"https://gitee.com/openharmony/sensors_sensor_lite",
"https://gitee.com/openharmony/sensors_miscdevice",
"https://gitee.com/openharmony/sensors_sensor",
"https://gitee.com/openharmony/sensors_medical_sensor",
"https://gitee.com/openharmony/sensors_start",
"https://gitee.com/openharmony/usb_manager",
"https://gitee.com/openharmony/powermgr_powermgr_lite",
"https://gitee.com/openharmony/powermgr_battery_manager",
"https://gitee.com/openharmony/powermgr_display_manager",
"https://gitee.com/openharmony/powermgr_power_manager",
"https://gitee.com/openharmony/powermgr_battery_lite",
"https://gitee.com/openharmony/powermgr_battery_statistics",
"https://gitee.com/openharmony/powermgr_thermal_manager",
"https://gitee.com/openharmony/device_manager",
"https://gitee.com/openharmony/distributed_hardware_fwk",
"https://gitee.com/openharmony-sig/distributed_input",
"https://gitee.com/openharmony/distributed_camera",
"https://gitee.com/openharmony/distributed_screen",
"https://gitee.com/openharmony-sig/distributed_audio",
"https://gitee.com/openharmony-sig/msdp_start",
"https://gitee.com/openharmony-sig/msdp_motion",
"https://gitee.com/openharmony-sig/msdp_movement",
"https://gitee.com/openharmony-sig/msdp_device_status",
"https://gitee.com/openharmony-sig/msdp_spatial_awareness",
"https://gitee.com/openharmony-sig/msdp_geofence",
"https://gitee.com/openharmony-sig/msdp_timeline"
],
"project-path":[
"base/sensors/miscdevice_lite",
"base/sensors/sensor_lite",
"base/sensors/miscdevice",
"base/sensors/sensor",
"base/sensors/medical_sensor",
"base/sensors/start",
"base/usb/usb_manager",
"base/powermgr/powermgr_lite",
"base/powermgr/battery_manager",
"base/powermgr/display_manager",
"base/powermgr/power_manager",
"base/powermgr/battery_lite",
"base/powermgr/battery_statistics",
"base/powermgr/thermal_manager",
"foundation/distributedhardware/devicemanager",
"foundation/distributedhardware/distributedhardwarefwk",
"foundation/distributedhardware/distributedinput",
"foundation/distributedhardware/distributedcamera",
"foundation/distributedhardware/distributedscreen",
"foundation/distributedhardware/distributedaudio",
"base/msdp/start",
"base/msdp/motion",
"base/msdp/movement",
"base/msdp/device_status",
"base/msdp/spatial_awareness",
"base/msdp/geofence",
"base/msdp/timeline"
]
},
{
"sig-name":"sig-release",
"projects":"https://gitee.com/openharmony/release-management",
"project-path":"NONE"
},
{
"sig-name":"sig-basicsoftwareservice",
"projects":[
"https://gitee.com/openharmony/hiviewdfx_hievent_lite",
"https://gitee.com/openharmony/hiviewdfx_hilog_lite",
"https://gitee.com/openharmony/hiviewdfx_hiview_lite",
"https://gitee.com/openharmony/third_party_curl",
"https://gitee.com/openharmony/hiviewdfx_faultloggerd",
"https://gitee.com/openharmony/hiviewdfx_hiappevent",
"https://gitee.com/openharmony/hiviewdfx_hichecker",
"https://gitee.com/openharmony-sig/hiviewdfx_hidumper",
"https://gitee.com/openharmony/hiviewdfx_hilog",
"https://gitee.com/openharmony/hiviewdfx_hisysevent",
"https://gitee.com/openharmony/hiviewdfx_hiview",
"https://gitee.com/openharmony/third_party_libunwind",
"https://gitee.com/openharmony/hiviewdfx_hitrace",
"https://gitee.com/openharmony/hiviewdfx_hicollie",
"https://gitee.com/openharmony/hiviewdfx_blackbox",
"https://gitee.com/openharmony/hiviewdfx_hidumper_lite",
"https://gitee.com/openharmony/third_party_ejdb",
"https://gitee.com/openharmony/third_party_iowow",
"https://gitee.com/openharmony/distributedschedule_dms_fwk_lite",
"https://gitee.com/openharmony/distributedschedule_safwk_lite",
"https://gitee.com/openharmony/distributedschedule_samgr_lite",
"https://gitee.com/openharmony/startup_appspawn_lite",
"https://gitee.com/openharmony/startup_bootstrap_lite",
"https://gitee.com/openharmony/startup_init_lite",
"https://gitee.com/openharmony/startup_syspara_lite",
"https://gitee.com/openharmony/startup_appspawn",
"https://gitee.com/openharmony/update_ota_lite",
"https://gitee.com/openharmony/update_app",
"https://gitee.com/openharmony/update_packaging_tools",
"https://gitee.com/openharmony/update_updater",
"https://gitee.com/openharmony/update_updateservice",
"https://gitee.com/openharmony/third_party_bzip2",
"https://gitee.com/openharmony/third_party_lz4",
"https://gitee.com/openharmony/miscservices_time",
"https://gitee.com/openharmony/miscservices_inputmethod",
"https://gitee.com/openharmony-sig/miscservices_wallpaper",
"https://gitee.com/openharmony-sig/miscservices_screensaver",
"https://gitee.com/openharmony-sig/miscservices_screenlock",
"https://gitee.com/openharmony-sig/miscservices_print",
"https://gitee.com/openharmony-sig/miscservices_pasteboard",
"https://gitee.com/openharmony-sig/miscservices_download",
"https://gitee.com/openharmony/notification_ces_standard",
"https://gitee.com/openharmony/notification_ans_standard",
"https://gitee.com/openharmony/account_os_account",
"https://gitee.com/openharmony-sig/account_app_account",
"https://gitee.com/openharmony/third_party_nghttp2",
"https://gitee.com/openharmony-sig/third_party_libwebsockets",
"https://gitee.com/openharmony-sig/third_party_iptables",
"https://gitee.com/openharmony-sig/third_party_libmnl",
"https://gitee.com/openharmony-sig/third_party_libnetfilter_conntrack",
"https://gitee.com/openharmony-sig/third_party_libnfnetlink",
"https://gitee.com/openharmony-sig/third_party_libnftnl",
"https://gitee.com/openharmony/accessibility",
"https://gitee.com/openharmony/device_profile_core",
"https://gitee.com/openharmony/resourceschedule_work_scheduler",
"https://gitee.com/openharmony/resourceschedule_background_task_mgr",
"https://gitee.com/openharmony/resourceschedule_device_usage_statistics",
"https://gitee.com/openharmony/resourceschedule_resource_schedule_service",
"https://gitee.com/openharmony/third_party_pyyaml",
"https://gitee.com/openharmony/resourceschedule_memmgr",
"https://gitee.com/openharmony-sig/customization_enterprise_device_management"
],
"project-path":[
"base/hiviewdfx/hievent_lite",
"base/hiviewdfx/hilog_lite",
"base/hiviewdfx/hiview_lite",
"third_party/curl",
"third_party/nghttp2",
"third_party/third_party_libwebsockets",
"third_party/third_party_iptables",
"third_party/third_party_libmnl",
"third_party/third_party_libnetfilter_conntrack",
"third_party/third_party_libnfnetlink",
"third_party/third_party_libnftnl",
"base/hiviewdfx/faultloggerd",
"base/hiviewdfx/hiappevent",
"base/hiviewdfx/hichecker",
"base/hiviewdfx/hidumper",
"base/hiviewdfx/hilog",
"base/hiviewdfx/hisysevent",
"base/hiviewdfx/hiview",
"third_party/libunwind",
"base/hiviewdfx/hitrace",
"base/hiviewdfx/hicollie",
"base/hiviewdfx/blackbox",
"base/hiviewdfx/hidumper_lite",
"third_party/ejdb",
"third_party/iowow",
"foundation/distributedschedule/dmsfwk_lite",
"foundation/distributedschedule/safwk_lite",
"foundation/distributedschedule/samgr_lite",
"base/startup/appspawn_lite",
"base/startup/bootstrap_lite",
"base/startup/init_lite",
"base/startup/syspara_lite",
"base/startup/appspawn_standard",
"base/update/ota_lite",
"base/update/app",
"base/update/packaging_tools",
"base/update/updater",
"base/update/updateservice",
"third_party/bzip2",
"third_party/lz4",
"base/miscservices/time",
"base/miscservices/inputmethod",
"base/miscservices/wallpaper",
"base/miscservices/screensaver",
"base/miscservices/screenlock",
"base/miscservices/print",
"base/miscservices/pasteboard",
"base/miscservices/download",
"base/notification/ces_standard",
"base/notification/ans_standard",
"base/account/os_account",
"base/account/app_account",
"base/accessibility",
"foundation/deviceprofile/device_profile_core",
"foundation/resourceschedule/work_scheduler",
"foundation/resourceschedule/background_task_mgr",
"foundation/resourceschedule/device_usage_statistics",
"foundation/resourceschedule/resource_schedule_service",
"third_party/pyyaml",
"foundation/resourceschedule/plugins/memmgr",
"base/customization/enterprise_device_management"
]
},
{
"sig-name":"sig-graphicsandmedia",
"projects":[
"https://gitee.com/openharmony/multimedia_media_standard",
"https://gitee.com/openharmony/multimedia_audio_standard",
"https://gitee.com/openharmony/multimedia_camera_standard",
"https://gitee.com/openharmony/multimedia_medialibrary_standard",
"https://gitee.com/openharmony/multimedia_image_standard",
"https://gitee.com/openharmony/multimedia_histreamer",
"https://gitee.com/openharmony/multimedia_media_lite",
"https://gitee.com/openharmony/multimedia_audio_lite",
"https://gitee.com/openharmony/multimedia_camera_lite",
"https://gitee.com/openharmony/multimedia_utils_lite",
"https://gitee.com/openharmony/third_party_gstreamer",
"https://gitee.com/openharmony/third_party_glib",
"https://gitee.com/openharmony/third_party_libffi",
"https://gitee.com/openharmony/third_party_libsnd",
"https://gitee.com/openharmony/third_party_pulseaudio",
"https://gitee.com/openharmony/third_party_ffmpeg",
"https://gitee.com/openharmony/third_party_libsoup",
"https://gitee.com/openharmony/third_party_libpsl",
"https://gitee.com/openharmony/third_party_gettext",
"https://gitee.com/openharmony/third_party_openh264",
"https://gitee.com/openharmony/graphic_standard",
"https://gitee.com/openharmony/graphic_surface",
"https://gitee.com/openharmony/graphic_ui",
"https://gitee.com/openharmony/graphic_utils",
"https://gitee.com/openharmony/graphic_wms",
"https://gitee.com/openharmony/third_party_weston",
"https://gitee.com/openharmony/third_party_wayland-ivi-extension",
"https://gitee.com/openharmony/third_party_wayland-protocols_standard",
"https://gitee.com/openharmony/third_party_wayland_standard",
"https://gitee.com/openharmony/third_party_libdrm",
"https://gitee.com/openharmony/third_party_pixman",
"https://gitee.com/openharmony/third_party_egl",
"https://gitee.com/openharmony/third_party_opengles",
"https://gitee.com/openharmony/third_party_skia",
"https://gitee.com/openharmony/windowmanager",
"https://gitee.com/openharmony-sig/third_party_libexif",
"https://gitee.com/openharmony/third_party_opensles",
],
"project-path":[
"foundation/multimedia/media_standard",
"foundation/multimedia/audio_standard",
"foundation/multimedia/camera_standard",
"foundation/multimedia/medialibrary_standard",
"foundation/multimedia/image_standard",
"foundation/multimedia/histreamer",
"foundation/multimedia/media_lite",
"foundation/multimedia/audio_lite",
"foundation/multimedia/camera_lite",
"foundation/multimedia/utils/lite",
"third_party/gstreamer",
"third_party/glib",
"third_party/libffi",
"third_party/libsnd",
"third_party/pulseaudio",
"third_party/ffmpeg",
"third_party/libsoup",
"third_party/libpsl",
"third_party/gettext",
"third_party/openh264",
"foundation/graphic/standard",
"foundation/graphic/surface",
"foundation/graphic/ui",
"foundation/graphic/utils",
"foundation/graphic/wms",
"third_party/weston",
"third_party/wayland-ivi-extension",
"third_party/wayland-protocols_standard",
"third_party/wayland_standard",
"third_party/libdrm",
"third_party/pixman",
"third_party/EGL",
"third_party/openGLES",
"third_party/skia",
"foundation/windowmanager",
"third_party/libexif"
]
},
{
"sig-name":"sig-python",
"projects":"https://gitee.com/openharmony-sig/python",
"project-path":"NONE"
},
{
"sig-name":"sig-infrastructure",
"projects":"https://gitee.com/openharmony-sig/website",
"projects":"https://gitee.com/openharmony-sig/cicd",
"projects":"https://gitee.com/openharmony-sig/archive",
"projects":"https://gitee.com/openharmony-sig/sig-content",
"project-path":"NONE"
},
{
"sig-name":"sig-linkboy",
"projects":"https://gitee.com/openharmony-sig/linkboy",
"project-path":"NONE"
},
{
"sig-name":"sig-security",
"projects":[
"https://gitee.com/openharmony/security_deviceauth",
"https://gitee.com/openharmony/security_huks",
"https://gitee.com/openharmony/security_dataclassification",
"https://gitee.com/openharmony/security_appverify",
"https://gitee.com/openharmony/security_permission",
"https://gitee.com/openharmony/third_party_selinux",
"https://gitee.com/openharmony/third_party_pcre2",
"https://gitee.com/openharmony/security_selinux",
"https://gitee.com/openharmony/security_access_token",
"https://gitee.com/openharmony/useriam_auth_executor_mgr",
"https://gitee.com/openharmony/useriam_faceauth",
"https://gitee.com/openharmony/useriam_pin_auth",
"https://gitee.com/openharmony/useriam_user_auth",
"https://gitee.com/openharmony/useriam_user_idm",
"https://gitee.com/openharmony/security_device_security_level",
"https://gitee.com/openharmony/developtools_hapsigner"
],
"project-path":[
"base/security/deviceauth",
"base/security/huks/",
"base/security/dataclassification",
"base/security/device_security_level",
"base/security/appverify",
"base/security/permission",
"base/security/access_token",
"third_party/selinux",
"base/user_iam/auth_executor_mgr",
"base/user_iam/face_auth",
"base/user_iam/pin_auth",
"base/user_iam/user_auth",
"base/user_iam/user_idm",
"developtools/hapsigner",
"NONE"
]
},
{
"sig-name":"sig-blockchain",
"projects":[
"https://gitee.com/openharmony-sig/security_block_chain"
],
"project-path":[
"NONE"
]
},
{
"sig-name":"sig-compileruntime",
"projects":[
"https://gitee.com/openharmony/js_api_module",
"https://gitee.com/openharmony/js_sys_module",
"https://gitee.com/openharmony/js_util_module",
"https://gitee.com/openharmony/js_worker_module",
"https://gitee.com/openharmony-sig/utils_memory"
],
"project-path":[
"base/compileruntime/js_api_module",
"base/compileruntime/js_sys_module",
"base/compileruntime/js_util_module",
"base/compileruntime/js_worker_module",
"utils/memory"
]
},
{
"sig-name":"sig-miniblink",
"projects":[
"NONE"
],
"project-path":[
"NONE"
]
},
{
"sig-name": "sig-appframework",
"projects": [
"https://gitee.com/openharmony/developtools_ace-js2bundle",
"https://gitee.com/openharmony/developtools_ace-ets2bundle",
"https://gitee.com/openharmony/third_party_weex-loader",
"https://gitee.com/openharmony/third_party_parse5",
"https://gitee.com/openharmony/third_party_glfw",
"https://gitee.com/openharmony/global_resource_tool",
"https://gitee.com/openharmony/third_party_chromium",
"https://gitee.com/openharmony/third_party_cef",
"https://gitee.com/openharmony/web_webview"
],
"project-path": [
"developtools/ace-js2bundle",
"developtools/ace-ets2bundle",
"third_party/weex-loader",
"third_party/parse5",
"third_party/glfw",
"developtools/global_resource_tool",
"third_party/chromium",
"third_party/cef",
"base/web/webview"
]
},
{
"sig-name": "sig-test",
"projects": [
"https://gitee.com/openharmony/third_party_benchmark",
"https://gitee.com/openharmony/xts_acts",
"https://gitee.com/openharmony/xts_tools",
"https://gitee.com/openharmony/xts_hats",
"https://gitee.com/openharmony/xts_dcts",
"https://gitee.com/openharmony/arkXtest",
"https://gitee.com/openharmony/wukong"
],
"project-path": [
"third_party/benchmark",
"test/xts/acts",
"test/xts/tools",
"test/xts/hats",
"test/xts/dcts",
"test/arkXtest",
"test/wukong"
]
},
"vendor/t-head",
"device/soc/chipsea",
"device/board/chipsea",
"vendor/chipsea"
]
},
{
"sig-name": "sig-bluetooth",
"projects": "https://gitee.com/openharmony/communication_bluetooth",
"project-path": "foundation/communication/bluetooth"
},
{
"sig-name": "sig-distributerdatamgr",
"projects": "https://gitee.com/openharmony/distributeddatamgr_appdatamgr",
"project-path": "foundation/distributeddatamgr/appdatamgr"
},
{
"sig-name": "sig-toolchains",
"projects": [
"https://gitee.com/openharmony-sig/sig-tools-toolchains",
"https://gitee.com/openharmony/developtools_hdc",
"https://gitee.com/openharmony/developtools_hiperf",
"https://gitee.com/openharmony/developtools_syscap_codec"
],
"project-path": [
"NONE",
"developtools/hdc",
"developtools/hiperf",
"developtools/syscap_codec"
]
},
{
"sig-name": "sig-openblock",
"projects": [
"https://gitee.com/openharmony-sig/openblock",
"https://gitee.com/openharmony-sig/openblock_blocks"
],
"project-path": "NONE"
},
{
"sig-name": "sig-riscv",
"projects": [
"https://gitee.com/openharmony-sig/riscv",
"https://gitee.com/openharmony-sig/riscv_device_sunxi"
],
"project-path": [
"None",
"device/sunxi"
]
},
{
"sig-name": "sig-systemapplications",
"projects": [
"https://gitee.com/openharmony/applications_systemui",
"https://gitee.com/openharmony/applications_settings",
"https://gitee.com/openharmony/applications_launcher",
"https://gitee.com/openharmony-sig/system_applications",
"https://gitee.com/openharmony-sig/applications_screenshot",
"https://gitee.com/openharmony-sig/applications_screenlock",
"https://gitee.com/openharmony-sig/applications_admin_provisioning",
"https://gitee.com/openharmony-sig/applications_theme",
"https://gitee.com/openharmony-sig/applications_settings_data",
"https://gitee.com/openharmony-sig/applications_contactsdata",
"https://gitee.com/openharmony-sig/applications_notes"
],
"project-path": [
"applications/standard/systemui",
"applications/standard/settings",
"applications/standard/launcher",
"NONE",
"applications/standard/screenshot",
"applications/standard/screenlock",
"applications/standard/admin_provisioning",
"applications/standard/theme",
"applications/standard/settings_data",
"applications/standard/contactsdata",
"applications/standard/notes"
]
},
{
"sig-name": "sig-ai-framework",
"projects": [
"https://gitee.com/openharmony/third_party_mindspore",
"https://gitee.com/openharmony-sig/dllite_micro",
"https://gitee.com/openharmony/third_party_flatbuffers",
"https://gitee.com/openharmony-sig/third_party_opencl-headers",
"https://gitee.com/openharmony-sig/third_party_opencl-clhpp"
],
"project-path": [
"third_party/mindspore",
"foundation/ai/dllite-micro",
"third_party/flatbuffers",
"third_party/opencl-headers",
"third_party/opencl-clhpp"
]
},
{
"sig-name": "sig-softbus",
"projects": [
"https://gitee.com/openharmony/communication_dsoftbus",
"https://gitee.com/openharmony/communication_ipc",
"https://gitee.com/openharmony/communication_ipc_lite",
"https://gitee.com/openharmony/communication_bluetooth",
"https://gitee.com/openharmony/communication_nfc",
"https://gitee.com/openharmony/communication_wifi",
"https://gitee.com/openharmony/communication_wifi_lite",
"https://gitee.com/openharmony/communication_wifi_aware",
"https://gitee.com/openharmony/base_location",
"https://gitee.com/openharmony/telephony_call_manager",
"https://gitee.com/openharmony/telephony_cellular_call",
"https://gitee.com/openharmony/telephony_core_service",
"https://gitee.com/openharmony/telephony_sms_mms",
"https://gitee.com/openharmony/telephony_state_registry",
"https://gitee.com/openharmony/applications_camera_sample_communication",
"https://gitee.com/openharmony/applications_sample_wifi_iot",
"https://gitee.com/openharmony/iothardware_peripheral",
"https://gitee.com/openharmony/iot_link",
"https://gitee.com/openharmony/third_party_lwip",
"https://gitee.com/openharmony-sig/third_party_nfc-nci",
"https://gitee.com/openharmony/third_party_wpa_supplicant",
"https://gitee.com/openharmony/third_party_libcoap"
],
"project-path": [
"foundation/communication/dsoftbus",
"foundation/communication/ipc",
"foundation/communication/ipc_lite",
"foundation/communication/bluetooth",
"foundation/communication/nfc",
"foundation/communication/wifi",
"foundation/communication/wifi_lite",
"foundation/communication/wifi_aware",
"base/location",
"base/telephony/call_manager",
"base/telephony/cellular_call",
"base/telephony/core_service",
"base/telephony/sms_mms",
"base/telephony/state_registry",
"applications/sample/camera/communication",
"applications/sample/wifi-iot",
"base/iot_hardware/peripheral",
"domains/iot/link",
"third_party/lwip",
"third_party/nfc-nci",
"third_party/wpa_supplicant",
"third_party/libcoap"
]
},
{
"sig-name": "sig-api",
"projects": "https://gitee.com/openharmony/interface_sdk-js",
"project-path": "interface/sdk-js"
},
{
"sig-name": "sig-telephony",
"projects": [
"https://gitee.com/openharmony/communication_netstack",
"https://gitee.com/openharmony/communication_netmanager_base",
"https://gitee.com/openharmony/communication_netmanager_ext"
],
"project-path": [
"foundation/communication/netstack",
"foundation/communication/netmanager_base",
"foundation/communication/netmanager_ext"
]
},
{
"sig-name": "sig-distributedhardwaremgr",
"projects": [
"https://gitee.com/openharmony/sensors_miscdevice_lite",
"https://gitee.com/openharmony/sensors_sensor_lite",
"https://gitee.com/openharmony/sensors_miscdevice",
"https://gitee.com/openharmony/sensors_sensor",
"https://gitee.com/openharmony/sensors_medical_sensor",
"https://gitee.com/openharmony/sensors_start",
"https://gitee.com/openharmony/usb_manager",
"https://gitee.com/openharmony/powermgr_powermgr_lite",
"https://gitee.com/openharmony/powermgr_battery_manager",
"https://gitee.com/openharmony/powermgr_display_manager",
"https://gitee.com/openharmony/powermgr_power_manager",
"https://gitee.com/openharmony/powermgr_battery_lite",
"https://gitee.com/openharmony/powermgr_battery_statistics",
"https://gitee.com/openharmony/powermgr_thermal_manager",
"https://gitee.com/openharmony/device_manager",
"https://gitee.com/openharmony/distributed_hardware_fwk",
"https://gitee.com/openharmony-sig/distributed_input",
"https://gitee.com/openharmony/distributed_camera",
"https://gitee.com/openharmony/distributed_screen",
"https://gitee.com/openharmony-sig/distributed_audio",
"https://gitee.com/openharmony-sig/msdp_start",
"https://gitee.com/openharmony-sig/msdp_motion",
"https://gitee.com/openharmony-sig/msdp_movement",
"https://gitee.com/openharmony-sig/msdp_device_status",
"https://gitee.com/openharmony-sig/msdp_spatial_awareness",
"https://gitee.com/openharmony-sig/msdp_geofence",
"https://gitee.com/openharmony-sig/msdp_timeline"
],
"project-path": [
"base/sensors/miscdevice_lite",
"base/sensors/sensor_lite",
"base/sensors/miscdevice",
"base/sensors/sensor",
"base/sensors/medical_sensor",
"base/sensors/start",
"base/usb/usb_manager",
"base/powermgr/powermgr_lite",
"base/powermgr/battery_manager",
"base/powermgr/display_manager",
"base/powermgr/power_manager",
"base/powermgr/battery_lite",
"base/powermgr/battery_statistics",
"base/powermgr/thermal_manager",
"foundation/distributedhardware/devicemanager",
"foundation/distributedhardware/distributedhardwarefwk",
"foundation/distributedhardware/distributedinput",
"foundation/distributedhardware/distributedcamera",
"foundation/distributedhardware/distributedscreen",
"foundation/distributedhardware/distributedaudio",
"base/msdp/start",
"base/msdp/motion",
"base/msdp/movement",
"base/msdp/device_status",
"base/msdp/spatial_awareness",
"base/msdp/geofence",
"base/msdp/timeline"
]
},
{
"sig-name": "sig-release",
"projects": "https://gitee.com/openharmony/release-management",
"project-path": "NONE"
},
{
"sig-name": "sig-knowlege",
"projects": [
"https://gitee.com/openharmony-sig/knowledge"
"https://gitee.com/openharmony-sig/online_event",
"https://gitee.com/openharmony-sig/knowledge_demo_smart_home"
"https://gitee.com/openharmony-sig/knowledge_demo_temp"
],
"project-path":[
"NONE"
"NONE",
"NONE"
]
"sig-name": "sig-basicsoftwareservice",
"projects": [
"https://gitee.com/openharmony/hiviewdfx_hievent_lite",
"https://gitee.com/openharmony/hiviewdfx_hilog_lite",
"https://gitee.com/openharmony/hiviewdfx_hiview_lite",
"https://gitee.com/openharmony/third_party_curl",
"https://gitee.com/openharmony/hiviewdfx_faultloggerd",
"https://gitee.com/openharmony/hiviewdfx_hiappevent",
"https://gitee.com/openharmony/hiviewdfx_hichecker",
"https://gitee.com/openharmony/hiviewdfx_hidumper",
"https://gitee.com/openharmony/hiviewdfx_hilog",
"https://gitee.com/openharmony/hiviewdfx_hisysevent",
"https://gitee.com/openharmony/hiviewdfx_hiview",
"https://gitee.com/openharmony/third_party_libunwind",
"https://gitee.com/openharmony/hiviewdfx_hitrace",
"https://gitee.com/openharmony/hiviewdfx_hicollie",
"https://gitee.com/openharmony/hiviewdfx_blackbox",
"https://gitee.com/openharmony/hiviewdfx_hidumper_lite",
"https://gitee.com/openharmony/developtools_bytrace",
"https://gitee.com/openharmony/third_party_ejdb",
"https://gitee.com/openharmony/third_party_iowow",
"https://gitee.com/openharmony/distributedschedule_dms_fwk_lite",
"https://gitee.com/openharmony/distributedschedule_safwk_lite",
"https://gitee.com/openharmony/distributedschedule_samgr_lite",
"https://gitee.com/openharmony/startup_appspawn_lite",
"https://gitee.com/openharmony/startup_bootstrap_lite",
"https://gitee.com/openharmony/startup_init_lite",
"https://gitee.com/openharmony/startup_syspara_lite",
"https://gitee.com/openharmony/startup_appspawn",
"https://gitee.com/openharmony/update_ota_lite",
"https://gitee.com/openharmony/update_app",
"https://gitee.com/openharmony/update_packaging_tools",
"https://gitee.com/openharmony/update_updater",
"https://gitee.com/openharmony/update_updateservice",
"https://gitee.com/openharmony/third_party_bzip2",
"https://gitee.com/openharmony/third_party_lz4",
"https://gitee.com/openharmony/miscservices_time",
"https://gitee.com/openharmony/miscservices_inputmethod",
"https://gitee.com/openharmony-sig/miscservices_wallpaper",
"https://gitee.com/openharmony-sig/miscservices_screensaver",
"https://gitee.com/openharmony-sig/miscservices_screenlock",
"https://gitee.com/openharmony-sig/miscservices_print",
"https://gitee.com/openharmony-sig/miscservices_pasteboard",
"https://gitee.com/openharmony-sig/miscservices_download",
"https://gitee.com/openharmony/notification_ces_standard",
"https://gitee.com/openharmony/notification_ans_standard",
"https://gitee.com/openharmony/account_os_account",
"https://gitee.com/openharmony-sig/account_app_account",
"https://gitee.com/openharmony/third_party_nghttp2",
"https://gitee.com/openharmony/third_party_libwebsockets",
"https://gitee.com/openharmony-sig/third_party_iptables",
"https://gitee.com/openharmony-sig/third_party_libmnl",
"https://gitee.com/openharmony-sig/third_party_libnetfilter_conntrack",
"https://gitee.com/openharmony-sig/third_party_libnfnetlink",
"https://gitee.com/openharmony-sig/third_party_libnftnl",
"https://gitee.com/openharmony/accessibility",
"https://gitee.com/openharmony/device_profile_core",
"https://gitee.com/openharmony/resourceschedule_work_scheduler",
"https://gitee.com/openharmony/resourceschedule_background_task_mgr",
"https://gitee.com/openharmony/resourceschedule_device_usage_statistics",
"https://gitee.com/openharmony/resourceschedule_resource_schedule_service",
"https://gitee.com/openharmony/third_party_pyyaml",
"https://gitee.com/openharmony/resourceschedule_memmgr",
"https://gitee.com/openharmony-sig/customization_enterprise_device_management"
],
"project-path": [
"base/hiviewdfx/hievent_lite",
"base/hiviewdfx/hilog_lite",
"base/hiviewdfx/hiview_lite",
"third_party/curl",
"third_party/nghttp2",
"third_party/third_party_libwebsockets",
"third_party/third_party_iptables",
"third_party/third_party_libmnl",
"third_party/third_party_libnetfilter_conntrack",
"third_party/third_party_libnfnetlink",
"third_party/third_party_libnftnl",
"base/hiviewdfx/faultloggerd",
"base/hiviewdfx/hiappevent",
"base/hiviewdfx/hichecker",
"base/hiviewdfx/hidumper",
"base/hiviewdfx/hilog",
"base/hiviewdfx/hisysevent",
"base/hiviewdfx/hiview",
"third_party/libunwind",
"base/hiviewdfx/hitrace",
"base/hiviewdfx/hicollie",
"base/hiviewdfx/blackbox",
"base/hiviewdfx/hidumper_lite",
"developtools/bytrace",
"third_party/ejdb",
"third_party/iowow",
"foundation/distributedschedule/dmsfwk_lite",
"foundation/distributedschedule/safwk_lite",
"foundation/distributedschedule/samgr_lite",
"base/startup/appspawn_lite",
"base/startup/bootstrap_lite",
"base/startup/init_lite",
"base/startup/syspara_lite",
"base/startup/appspawn_standard",
"base/update/ota_lite",
"base/update/app",
"base/update/packaging_tools",
"base/update/updater",
"base/update/updateservice",
"third_party/bzip2",
"third_party/lz4",
"base/miscservices/time",
"base/miscservices/inputmethod",
"base/miscservices/wallpaper",
"base/miscservices/screensaver",
"base/miscservices/screenlock",
"base/miscservices/print",
"base/miscservices/pasteboard",
"base/miscservices/download",
"base/notification/ces_standard",
"base/notification/ans_standard",
"base/account/os_account",
"base/account/app_account",
"base/accessibility",
"foundation/deviceprofile/device_profile_core",
"foundation/resourceschedule/work_scheduler",
"foundation/resourceschedule/background_task_mgr",
"foundation/resourceschedule/device_usage_statistics",
"foundation/resourceschedule/resource_schedule_service",
"third_party/pyyaml",
"foundation/resourceschedule/plugins/memmgr",
"base/customization/enterprise_device_management"
]
},
{
"sig-name":"sig-ai_framework_integration",
"projects":["https://gitee.com/openharmony-sig/ai_framework_integration"
],
"project-path": [
]
},
{
"sig-name":"sig-crossplatformui",
"projects":[],
"project-path": [
]
},
{
"sig-name":"sig-assist_tools",
"projects":"https://gitee.com/openharmony-sig/assist_tools",
"project-path": "NONE"
},
{
"sig-name":"sig-tee",
"projects":[
"https://gitee.com/openharmony-sig/tee_tee_client",
"https://gitee.com/openharmony-sig/tee_tee_tzdriver",
"https://gitee.com/openharmony-sig/tee_tee_os_framework",
"https://gitee.com/openharmony-sig/tee_tee_os_kernel",
"https://gitee.com/openharmony-sig/tee_tee_dev_kit"
],
"project-path":[
"base/tee/tee_client",
"base/tee/tee_tzdriver",
"base/tee/tee_os_framework",
"base/tee/tee_os_kernel",
"base/tee/tee_dev_kit"
]
}
]
}
{
"sig-name": "sig-graphicsandmedia",
"projects": [
"https://gitee.com/openharmony/multimedia_media_standard",
"https://gitee.com/openharmony/multimedia_audio_standard",
"https://gitee.com/openharmony/multimedia_camera_standard",
"https://gitee.com/openharmony/multimedia_medialibrary_standard",
"https://gitee.com/openharmony/multimedia_image_standard",
"https://gitee.com/openharmony-sig/multimedia_avsession_standard",
"https://gitee.com/openharmony/multimedia_histreamer",
"https://gitee.com/openharmony/multimedia_media_lite",
"https://gitee.com/openharmony/multimedia_audio_lite",
"https://gitee.com/openharmony/multimedia_camera_lite",
"https://gitee.com/openharmony/multimedia_utils_lite",
"https://gitee.com/openharmony/third_party_gstreamer",
"https://gitee.com/openharmony/third_party_glib",
"https://gitee.com/openharmony/third_party_libffi",
"https://gitee.com/openharmony/third_party_libsnd",
"https://gitee.com/openharmony/third_party_pulseaudio",
"https://gitee.com/openharmony/third_party_ffmpeg",
"https://gitee.com/openharmony/third_party_libsoup",
"https://gitee.com/openharmony/third_party_libpsl",
"https://gitee.com/openharmony/third_party_gettext",
"https://gitee.com/openharmony/third_party_openh264",
"https://gitee.com/openharmony/graphic_standard",
"https://gitee.com/openharmony/graphic_surface",
"https://gitee.com/openharmony/graphic_ui",
"https://gitee.com/openharmony/graphic_utils",
"https://gitee.com/openharmony/graphic_wms",
"https://gitee.com/openharmony/third_party_weston",
"https://gitee.com/openharmony/third_party_wayland-ivi-extension",
"https://gitee.com/openharmony/third_party_wayland-protocols_standard",
"https://gitee.com/openharmony/third_party_wayland_standard",
"https://gitee.com/openharmony/third_party_libdrm",
"https://gitee.com/openharmony/third_party_pixman",
"https://gitee.com/openharmony/third_party_egl",
"https://gitee.com/openharmony/third_party_opengles",
"https://gitee.com/openharmony/third_party_skia",
"https://gitee.com/openharmony/windowmanager",
"https://gitee.com/openharmony-sig/third_party_libexif",
"https://gitee.com/openharmony/third_party_opensles"
],
"project-path": [
"foundation/multimedia/media_standard",
"foundation/multimedia/audio_standard",
"foundation/multimedia/camera_standard",
"foundation/multimedia/medialibrary_standard",
"foundation/multimedia/image_standard",
"foundation/multimedia/avsession_standard",
"foundation/multimedia/histreamer",
"foundation/multimedia/media_lite",
"foundation/multimedia/audio_lite",
"foundation/multimedia/camera_lite",
"foundation/multimedia/utils/lite",
"third_party/gstreamer",
"third_party/glib",
"third_party/libffi",
"third_party/libsnd",
"third_party/pulseaudio",
"third_party/ffmpeg",
"third_party/libsoup",
"third_party/libpsl",
"third_party/gettext",
"third_party/openh264",
"foundation/graphic/standard",
"foundation/graphic/surface",
"foundation/graphic/ui",
"foundation/graphic/utils",
"foundation/graphic/wms",
"third_party/weston",
"third_party/wayland-ivi-extension",
"third_party/wayland-protocols_standard",
"third_party/wayland_standard",
"third_party/libdrm",
"third_party/pixman",
"third_party/EGL",
"third_party/openGLES",
"third_party/skia",
"foundation/windowmanager",
"third_party/libexif"
]
},
{
"sig-name": "sig-python",
"projects": "https://gitee.com/openharmony-sig/python",
"project-path": "NONE"
},
{
"sig-name": "sig-infrastructure",
"projects": [
"https://gitee.com/openharmony-sig/website",
"https://gitee.com/openharmony-sig/cicd",
"https://gitee.com/openharmony-sig/archive",
"https://gitee.com/openharmony-sig/sig-content"
]
},
{
"sig-name": "sig-linkboy",
"projects": "https://gitee.com/openharmony-sig/linkboy",
"project-path": "NONE"
},
{
"sig-name": "sig-security",
"projects": [
"https://gitee.com/openharmony/security_deviceauth",
"https://gitee.com/openharmony/security_huks",
"https://gitee.com/openharmony/security_dataclassification",
"https://gitee.com/openharmony/security_appverify",
"https://gitee.com/openharmony/security_permission",
"https://gitee.com/openharmony/third_party_selinux",
"https://gitee.com/openharmony/third_party_pcre2",
"https://gitee.com/openharmony/security_selinux",
"https://gitee.com/openharmony/security_access_token",
"https://gitee.com/openharmony/useriam_auth_executor_mgr",
"https://gitee.com/openharmony/useriam_faceauth",
"https://gitee.com/openharmony/useriam_pin_auth",
"https://gitee.com/openharmony/useriam_user_auth",
"https://gitee.com/openharmony/useriam_user_idm",
"https://gitee.com/openharmony/security_device_security_level",
"https://gitee.com/openharmony/developtools_hapsigner",
"https://gitee.com/openharmony-sig/security_certificate_manager",
"https://gitee.com/openharmony-sig/security_privacy_center"
],
"project-path": [
"base/security/deviceauth",
"base/security/huks/",
"base/security/dataclassification",
"base/security/device_security_level",
"base/security/appverify",
"base/security/permission",
"base/security/access_token",
"third_party/selinux",
"base/user_iam/auth_executor_mgr",
"base/user_iam/face_auth",
"base/user_iam/pin_auth",
"base/user_iam/user_auth",
"base/user_iam/user_idm",
"developtools/hapsigner",
"base/security/certificate_manager",
"applications/standard/security_privacy_center",
"NONE"
]
},
{
"sig-name": "sig-blockchain",
"projects": [
"https://gitee.com/openharmony-sig/security_block_chain"
],
"project-path": [
"NONE"
]
},
{
"sig-name": "sig-compileruntime",
"projects": [
"https://gitee.com/openharmony/js_api_module",
"https://gitee.com/openharmony/js_sys_module",
"https://gitee.com/openharmony/js_util_module",
"https://gitee.com/openharmony/js_worker_module",
"https://gitee.com/openharmony-sig/utils_memory"
],
"project-path": [
"base/compileruntime/js_api_module",
"base/compileruntime/js_sys_module",
"base/compileruntime/js_util_module",
"base/compileruntime/js_worker_module",
"utils/memory"
]
},
{
"sig-name": "sig-miniblink",
"projects": [
"NONE"
],
"project-path": [
"NONE"
]
},
{
"sig-name": "sig-appframework",
"projects": [
"https://gitee.com/openharmony/developtools_ace-js2bundle",
"https://gitee.com/openharmony/developtools_ace-ets2bundle",
"https://gitee.com/openharmony/third_party_weex-loader",
"https://gitee.com/openharmony/third_party_parse5",
"https://gitee.com/openharmony/third_party_glfw",
"https://gitee.com/openharmony/global_resource_tool",
"https://gitee.com/openharmony/third_party_chromium",
"https://gitee.com/openharmony/third_party_cef",
"https://gitee.com/openharmony/web_webview"
],
"project-path": [
"developtools/ace-js2bundle",
"developtools/ace-ets2bundle",
"third_party/weex-loader",
"third_party/parse5",
"third_party/glfw",
"developtools/global_resource_tool",
"third_party/chromium",
"third_party/cef",
"base/web/webview"
]
},
{
"sig-name": "sig-test",
"projects": [
"https://gitee.com/openharmony/third_party_benchmark",
"https://gitee.com/openharmony/xts_acts",
"https://gitee.com/openharmony/xts_tools",
"https://gitee.com/openharmony/xts_hats",
"https://gitee.com/openharmony/xts_dcts",
"https://gitee.com/openharmony/arkXtest",
"https://gitee.com/openharmony/wukong"
],
"project-path": [
"third_party/benchmark",
"test/xts/acts",
"test/xts/tools",
"test/xts/hats",
"test/xts/dcts",
"test/arkXtest",
"test/wukong"
]
},
{
"sig-name": "sig-knowlege",
"projects": [
"https://gitee.com/openharmony-sig/knowledge",
"https://gitee.com/openharmony-sig/online_event",
"https://gitee.com/openharmony-sig/knowledge_demo_smart_home",
"https://gitee.com/openharmony-sig/knowledge_demo_temp"
],
"project-path": "NONE"
},
{
"sig-name": "sig-ai_framework_integration",
"projects": [
"https://gitee.com/openharmony-sig/ai_framework_integration"
],
"project-path": []
},
{
"sig-name": "sig-crossplatformui",
"projects": [],
"project-path": []
},
{
"sig-name": "sig-napi_generator",
"projects": [
"https://gitee.com/openharmony/napi_generator"
],
"project-path": [
"NONE"
]
},
{
"sig-name": "sig-tee",
"projects": [
"https://gitee.com/openharmony-sig/tee_tee_client",
"https://gitee.com/openharmony-sig/tee_tee_tzdriver",
"https://gitee.com/openharmony-sig/tee_tee_os_framework",
"https://gitee.com/openharmony-sig/tee_tee_os_kernel",
"https://gitee.com/openharmony-sig/tee_tee_dev_kit"
],
"project-path": [
"base/tee/tee_client",
"base/tee/tee_tzdriver",
"base/tee/tee_os_framework",
"base/tee/tee_os_kernel",
"base/tee/tee_dev_kit"
]
},
{
"sig-name": "sig-applicationframework",
"projects": [
"https://gitee.com/openharmony/arkui_ace_engine",
"https://gitee.com/openharmony/arkui_ace_engine_lite",
"https://gitee.com/openharmony/arkui_napi"
],
"project-path": [
"foundation/arkui/ace_engine",
"foundation/arkui/ace_engine_lite",
"foundation/arkui/napi"
]
}
]
}
\ No newline at end of file
......@@ -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
......@@ -38,13 +38,13 @@
|36|device_hisilicon_third_party_ffmpeg|device/hisilicon/third_party/ffmpeg|https://gitee.com/yuanwhong|yuanwenhong@hisilicon.com|https://gitee.com/helsingchen|helsing.chen@hisilicon.com|SIG_DriverFramework|
|37|device_hisilicon_third_party_uboot|device/hisilicon/third_party/uboot|https://gitee.com/yuanwhong|yuanwenhong@hisilicon.com|https://gitee.com/helsingchen|helsing.chen@hisilicon.com|SIG_DriverFramework|
|38|device_qemu|device/qemu|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/laokz|laokz@foxmail.com|SIG_Devboard|
|39|docs|docs|https://gitee.com/neeen|neen.yang@huawei.com|https://gitee.com/duangavin123 <br> https://gitee.com/RayShih|duanxichao@huawei.com <br> shirui721@huawei.com |SIG_Docs|
|39|docs|docs|https://gitee.com/neeen|neen.yang@huawei.com|https://gitee.com/duangavin123_admin <br> https://gitee.com/RayShih|duanxichao@huawei.com <br> shirui721@huawei.com |SIG_Docs|
|40|iot_link|domains/iot/link|https://gitee.com/defeng2020|wudefeng@huawei.com| | |SIG_SoftBus|
|41|drivers_adapter_khdf_linux|drivers/adapter/khdf/linux|https://gitee.com/zianed|houxuanzhe@huawei.com|https://gitee.com/Kevin-Lau <br> https://gitee.com/yuanbogit|liufeihu@huawei.com <br> yuanbo@huawei.com|SIG_DriverFramework|
|42|drivers_framework|drivers/framework|https://gitee.com/zianed|houxuanzhe@huawei.com|https://gitee.com/Kevin-Lau <br> https://gitee.com/yuanbogit|liufeihu@huawei.com <br> yuanbo@huawei.com|SIG_DriverFramework|
|43|drivers_liteos|drivers/liteos|https://gitee.com/JerryH1011|huangjieliang@huawei.com|https://gitee.com/kkup180 <br> https://gitee.com/DennyShen|likailong@huawei.com <br> denny.shenwei@huawei.com|SIG_Kernel|
|44|aafwk_aafwk_lite|foundation/aafwk/aafwk_lite|https://gitee.com/autumn330|hw.liuwei@huawei.com| | |SIG_ApplicationFramework|
|45|ace_engine_lite|foundation/ace/ace_engine_lite|https://gitee.com/borne|bo.lu@huawei.com|https://gitee.com/crazyracing0726|wangjiongfeng@huawei.com|SIG_ApplicationFramework|
|45|arkui_ace_engine_lite|foundation/arkui/ace_engine_lite|https://gitee.com/borne|bo.lu@huawei.com|https://gitee.com/crazyracing0726|wangjiongfeng@huawei.com|SIG_ApplicationFramework|
|46|ai_engine|foundation/ai/engine|https://gitee.com/hada__lee|lifu2@huawei.com|https://gitee.com/pamulee|lijunpeng4@huawei.com|SIG_AI|
|47|appexecfwk_appexecfwk_lite|foundation/appexecfwk/appexecfwk_lite|https://gitee.com/autumn330|hw.liuwei@huawei.com| | |SIG_ApplicationFramework|
|48|communication_ipc_lite|foundation/communication/ipc_lite|https://gitee.com/Xuyongpan|xuyongpan@huawei.com|https://gitee.com/Xi_Yuhao <br> https://gitee.com/maerlii|xiyuhao@huawei.com <br> maerli@huawei.com|SIG_SoftBus|
......@@ -108,7 +108,7 @@
|106|utils_native_lite|utils/native/lite|https://gitee.com/huanghuijin|huanghuijin@huawei.com| | |SIG_CompileRuntime|
|107|vendor_hisilicon|vendor/hisilicon|https://gitee.com/yuanwhong|yuanwenhong@hisilicon.com|https://gitee.com/helsingchen|helsing.chen@hisilicon.com|SIG_DriverFramework|
|108|vendor_huawei_hdf|vendor/huawei/hdf|https://gitee.com/zianed|houxuanzhe@huawei.com|https://gitee.com/Kevin-Lau|liufeihu@huawei.com|SIG_DriverFramework|
|109|drivers_peripheral|drivers/peripheral|https://gitee.com/zianed|houxuanzhe@huawei.com|https://gitee.com/Kevin-Lau <br> https://gitee.com/yuanbogit|liufeihu@huawei.com <br> yuanbo@huawei.com|SIG_DriverFramework|
|109|drivers_peripheral|drivers/peripheral|https://gitee.com/zianed|houxuanzhe@huawei.com|https://gitee.com/Kevin-Lau <br> https://gitee.com/yuanbogit <br> https://gitee.com/aqxyjay|liufeihu@huawei.com <br> yuanbo@huawei.com <br> zhangchunxin@huawei.com|SIG_DriverFramework|
|110|drivers_adapter|drivers/adapter|https://gitee.com/zianed|houxuanzhe@huawei.com|https://gitee.com/Kevin-Lau <br> https://gitee.com/yuanbogit|liufeihu@huawei.com <br> yuanbo@huawei.com|SIG_DriverFramework|
|111|applications_hap|applications/standard/hap|https://gitee.com/lv-zhongwei|lvzhongwei@huawei.com| | |SIG_SystemApplication|
|112|applications_launcher|applications/standard/launcher|https://gitee.com/lv-zhongwei|lvzhongwei@huawei.com|https://gitee.com/zhao-zhiqiang-zzq|zhaozhiqiang21@huawei.com|SIG_SystemApplication|
......@@ -124,8 +124,8 @@
|122|hiviewdfx_hiview|base/hiviewdfx/hiview|https://gitee.com/maplestorys|zengzhi5@huawei.com|https://gitee.com/guochuanqi|guochuanqi@huawei.com|SIG_BasicSoftwareService|
|123|miscservices_time|base/miscservices/time|https://gitee.com/autumn330|hw.liuwei@huawei.com| | |SIG_BasicSoftwareService|
|124|notification_ces_standard|base/notification/ces_standard|https://gitee.com/autumn330|hw.liuwei@huawei.com|https://gitee.com/jayleehw|liqiang121@huawei.com|SIG_BasicSoftwareService|
|125|powermgr_battery_manager|base/powermgr/battery_manager|https://gitee.com/hujun211|hujun211@huawei.com| | |SIG_DistributedHardwareManagement|
|126|powermgr_display_manager|base/powermgr/display_manager|https://gitee.com/hujun211|hujun211@huawei.com| | |SIG_DistributedHardwareManagement|
|125|powermgr_battery_manager|base/powermgr/battery_manager|https://gitee.com/aqxyjay|zhangchunxin@huawei.com|https://gitee.com/hujun211|hujun211@huawei.com|SIG_DistributedHardwareManagement|
|126|powermgr_display_manager|base/powermgr/display_manager|https://gitee.com/aqxyjay|zhangchunxin@huawei.com|https://gitee.com/hujun211|hujun211@huawei.com|SIG_DistributedHardwareManagement|
|127|powermgr_power_manager|base/powermgr/power_manager|https://gitee.com/aqxyjay|zhangchunxin@huawei.com| | |SIG_DistributedHardwareManagement|
|128|security_dataclassification|base/security/dataclassification|https://gitee.com/xuwenfang|xuwenfang@huawei.com| | |SIG_Security|
|129|startup_appspawn|base/startup/appspawn_standard|https://gitee.com/handyohos|zhangxiaotian@huawei.com|https://gitee.com/mytide <br> https://gitee.com/xionglei6 |max.liuwei@huawei.com <br> xionglei6@huawei.com|SIG_BasicSoftwareService|
......@@ -139,14 +139,14 @@
|137|update_updater|base/update/updater|https://gitee.com/ailorna|hehuan1@huawei.com| | |SIG_BasicSoftwareService|
|138|update_updateservice|base/update/updateservice|https://gitee.com/ailorna|hehuan1@huawei.com| | |SIG_BasicSoftwareService|
|139|build|build|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime|
|140|developtools_bytrace_standard|developtools/bytrace_standard|https://gitee.com/wangzaishang|wangzaishang@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|141|developtools_hdc_standard|developtools/hdc_standard|https://gitee.com/stesen|stesen.ma@huawei.com|https://gitee.com/zhaifenghw|zhaifeng@huawei.com|SIG_R&DToolChain|
|142|developtools_profiler|developtools/profiler|https://gitee.com/wangzaishang|wangzaishang@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|140|developtools_bytrace|developtools/bytrace|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|141|developtools_hdc|developtools/hdc|https://gitee.com/stesen|stesen.ma@huawei.com|https://gitee.com/zhaifenghw|zhaifeng@huawei.com|SIG_R&DToolChain|
|142|developtools_profiler|developtools/profiler|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|143|device_hisilicon_hi3516dv300|device/hisilicon/hi3516dv300|https://gitee.com/northking-super|chenxin100@huawei.com| | |SIG_DriverFramework|
|144|aafwk_standard|foundation/aafwk/standard|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/jayleehw <br/> https://gitee.com/zhongjianfei|liqiang121@huawei.com <br/> zhongjianfei@huawei.com|SIG_ApplicationFramework|
|145|ace_ace_engine|foundation/ace/ace_engine|https://gitee.com/sunfei2021|sunfei.sun@huawei.com|https://gitee.com/shiyu_huang <br> https://gitee.com/yan-shuifeng <br> https://gitee.com/lightningHo |huangshiyu1@huawei.com <br> yanshuifeng@huawei.com <br> hesu1@huawei.com |SIG_ApplicationFramework|
|146|ace_napi|foundation/ace/napi|https://gitee.com/sunfei2021|sunfei.sun@huawei.com|https://gitee.com/shiyu_huang|huangshiyu1@huawei.com|SIG_ApplicationFramework|
|147|appexecfwk_standard|foundation/appexecfwk/standard|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/shuaytao <br/> https://gitee.com/zhongjianfei|shuaiyutao1@huawei.com <br/> zhongjianfei@huawei.com|SIG_ApplicationFramework|
|144|aafwk_standard|foundation/aafwk/standard|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/uniquexch <br> https://gitee.com/jayleehw <br> https://gitee.com/zhongjianfei|xuchenghua09@huawei.com <br> liqiang121@huawei.com <br> zhongjianfei@huawei.com|SIG_ApplicationFramework|
|145|arkui_ace_engine|foundation/arkui/ace_engine|https://gitee.com/sunfei2021|sunfei.sun@huawei.com|https://gitee.com/shiyu_huang <br> https://gitee.com/yan-shuifeng <br> https://gitee.com/lightningHo |huangshiyu1@huawei.com <br> yanshuifeng@huawei.com <br> hesu1@huawei.com |SIG_ApplicationFramework|
|146|arkui_napi|foundation/arkui/napi|https://gitee.com/sunfei2021|sunfei.sun@huawei.com|https://gitee.com/shiyu_huang <br> https://gitee.com/zhanghaibo0|huangshiyu1@huawei.com <br> zhanghaibo0@huawei.com|SIG_ApplicationFramework|
|147|appexecfwk_standard|foundation/appexecfwk/standard|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/shuaytao <br> https://gitee.com/zhongjianfei <br> https://gitee.com/uniquexch|shuaiyutao1@huawei.com <br> zhongjianfei@huawei.com <br> xuchenghua09@huawei.com|SIG_ApplicationFramework|
|148|communication_dsoftbus|foundation/communication/dsoftbus|https://gitee.com/bigpumpkin|chenzhennan@huawei.com|https://gitee.com/Xi_Yuhao <br> https://gitee.com/maerlii|xiyuhao@huawei.com <br> maerli@huawei.com|SIG_SoftBus|
|149|communication_ipc|foundation/communication/ipc|https://gitee.com/yinyouzhan|yinyouzhan@huawei.com|https://gitee.com/maerlii <br> https://gitee.com/Xi_Yuhao |maerli@huawei.com <br> xiyuhao@huawei.com|SIG_SoftBus|
|150|communication_wifi|foundation/communication/wifi|https://gitee.com/cheng_guohong|guohong.cheng@huawei.com|https://gitee.com/fenis-two-thousand-and-one|lujunxin@huawei.com|SIG_SoftBus|
......@@ -168,19 +168,19 @@
|166|prebuilts_aosp_libs|prebuilts/aosp_prebuilt_libs|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime|
|167|productdefine_common|productdefine/common|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime|
|168|third_party_xkeyboardconfig|third_party/XKeyboardConfig|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_GraphicsandMedia|
|169|third_party_abseil-cpp|third_party/abseil-cpp|https://gitee.com/wangzaishang|wangzaishang@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|169|third_party_abseil-cpp|third_party/abseil-cpp|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|170|third_party_boost|third_party/boost|https://gitee.com/huanghuijin|huanghuijin@huawei.com| | |SIG_CompileRuntime|
|171|third_party_boringssl|third_party/boringssl|https://gitee.com/wangzaishang|wangzaishang@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|171|third_party_boringssl|third_party/boringssl|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|172|third_party_bzip2|third_party/bzip2|https://gitee.com/ailorna|hehuan1@huawei.com| | |SIG_BasicSoftwareService|
|173|third_party_cares|third_party/cares|https://gitee.com/wangzaishang|wangzaishang@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|173|third_party_cares|third_party/cares|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|174|third_party_css-what|third_party/css-what|https://gitee.com/davidwulanxi|wuyonghui9@huawei.com|https://gitee.com/shiyu_huang|huangshiyu1@huawei.com|SIG_ApplicationFramework|
|175|third_party_eudev|third_party/eudev|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_GraphicsandMedia|
|176|third_party_expat|third_party/expat|https://gitee.com/davidwulanxi|wuyonghui9@huawei.com|https://gitee.com/shiyu_huang|huangshiyu1@huawei.com|SIG_ApplicationFramework|
|177|third_party_flatbuffers|third_party/flatbuffers|https://gitee.com/widecode|wanghancai@huawei.com| | |SIG_DataManagement|
|177|third_party_flatbuffers|third_party/flatbuffers|https://gitee.com/sunsuodong|sunsuodong@huawei.com| | |SIG-AI-Framework|
|178|third_party_flutter|third_party/flutter|https://gitee.com/sunfei2021|sunfei.sun@huawei.com|https://gitee.com/shiyu_huang|huangshiyu1@huawei.com|SIG_ApplicationFramework|
|179|third_party_glib|third_party/glib|https://gitee.com/liuyuehua1|liuyuehua1@huawei.com| | |SIG_Media|
|180|third_party_gn|third_party/gn|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime|
|181|third_party_grpc|third_party/grpc|https://gitee.com/wangzaishang|wangzaishang@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|181|third_party_grpc|third_party/grpc|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|182|third_party_gstreamer|third_party/gstreamer|https://gitee.com/liuyuehua1|liuyuehua1@huawei.com|https://gitee.com/sharpshooter_t|taojun13@huawei.com|SIG_Media|
|183|third_party_jinja2|third_party/jinja2|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime|
|184|third_party_jsframework|third_party/jsframework|https://gitee.com/davidwulanxi|wuyonghui9@huawei.com|https://gitee.com/shiyu_huang|huangshiyu1@huawei.com|SIG_ApplicationFramework|
......@@ -194,7 +194,7 @@
|192|third_party_libphonenumber|third_party/libphonenumber|https://gitee.com/mengjingzhimo|luoboming@huawei.com| | |SIG_ApplicationFramework|
|193|third_party_libunwind|third_party/libunwind|https://gitee.com/maplestorys|zengzhi5@huawei.com|https://gitee.com/stesen|stesen.ma@huawei.com|SIG_BasicSoftwareService|
|194|third_party_libusb|third_party/libusb|https://gitee.com/wangzaishang|wangzaishang@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|195|third_party_libuv|third_party/libuv|https://gitee.com/davidwulanxi|wuyonghui9@huawei.com|https://gitee.com/shiyu_huang|huangshiyu1@huawei.com|SIG_ApplicationFramework|
|195|third_party_libuv|third_party/libuv|https://gitee.com/davidwulanxi|wuyonghui9@huawei.com|https://gitee.com/shiyu_huang <br> https://gitee.com/zhanghaibo0|huangshiyu1@huawei.com <br> zhanghaibo0@huawei.com|SIG_ApplicationFramework|
|196|third_party_libxkbcommon|third_party/libxkbcommon|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_GraphicsandMedia|
|197|third_party_libxml2|third_party/libxml2|https://gitee.com/jameshw|jameslee@huawei.com| | |SIG_ApplicationFramework|
|198|third_party_lz4|third_party/lz4|https://gitee.com/ailorna|hehuan1@huawei.com| | |SIG_BasicSoftwareService|
......@@ -202,12 +202,12 @@
|200|third_party_mingw-w64|third_party/mingw-w64|https://gitee.com/huanghuijin|huanghuijin@huawei.com| | |SIG_CompileRuntime|
|201|third_party_mtdev|third_party/mtdev|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_GraphicsandMedia|
|202|third_party_ninja|third_party/ninja|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime|
|203|third_party_node|third_party/node|https://gitee.com/davidwulanxi|wuyonghui9@huawei.com|https://gitee.com/shiyu_huang|huangshiyu1@huawei.com|SIG_ApplicationFramework|
|203|third_party_node|third_party/node|https://gitee.com/davidwulanxi|wuyonghui9@huawei.com|https://gitee.com/shiyu_huang <br> https://gitee.com/zhanghaibo0|huangshiyu1@huawei.com <br> zhanghaibo0@huawei.com|SIG_ApplicationFramework|
|204|third_party_pixman|third_party/pixman|https://gitee.com/bj1010|dubingjian@huawei.com| | |SIG_Graphics|
|205|third_party_protobuf|third_party/protobuf|https://gitee.com/wangzaishang|wangzaishang@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|205|third_party_protobuf|third_party/protobuf|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|206|third_party_python|third_party/python|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime|
|207|third_party_quickjs|third_party/quickjs|https://gitee.com/godmiaozi|pengbiao1@huawei.com| | |SIG_CompileRuntime|
|208|third_party_re2|third_party/re2|https://gitee.com/wangzaishang|wangzaishang@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|208|third_party_re2|third_party/re2|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|209|third_party_sqlite|third_party/sqlite|https://gitee.com/widecode|wanghancai@huawei.com| | |SIG_DataManagement|
|210|third_party_wayland-ivi-extension|third_party/wayland-ivi-extension|https://gitee.com/lijj01|lijunjie29@huawei.com| | |SIG_Graphics|
|211|third_party_wayland-protocols_standard|third_party/wayland-protocols_standard|https://gitee.com/lz-230|lizheng2@huawei.com| | |SIG_Graphics|
......@@ -223,12 +223,12 @@
|221|sensors_miscdevice|base/sensors/miscdevice|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement|
|222|sensors_sensor|base/sensors/sensor|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement|
|223|usb_manager|base/usb/usb_manager|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement|
|224|powermgr_battery_lite|base/powermgr/battery_lite|https://gitee.com/hujun211|hujun211@huawei.com| | |SIG_DistributedHardwareManagement|
|224|powermgr_battery_lite|base/powermgr/battery_lite|https://gitee.com/aqxyjay|zhangchunxin@huawei.com|https://gitee.com/hujun211|hujun211@huawei.com|SIG_DistributedHardwareManagement|
|225|release-management|NA|https://gitee.com/davidwulanxi|wuyonghui9@huawei.com|https://gitee.com/aiyongfu |aiyongfu@huawei.com |SIG_VersionRelease|
|226|multimedia_medialibrary_standard|foundation/multimedia/medialibrary_standard|https://gitee.com/gudehe|gudehe@huawei.com| | |SIG_Media|
|227|multimedia_image_standard|foundation/multimedia/image_standard|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_Media|
|228|powermgr_battery_statistics|base/powermgr/battery_statistics|https://gitee.com/hujun211|hujun211@huawei.com| | |SIG_DistributedHardwareManagement|
|229|powermgr_thermal_manager|base/powermgr/thermal_manager|https://gitee.com/hujun211|hujun211@huawei.com| | |SIG_DistributedHardwareManagement|
|228|powermgr_battery_statistics|base/powermgr/battery_statistics|https://gitee.com/aqxyjay|zhangchunxin@huawei.com|https://gitee.com/hujun211|hujun211@huawei.com|SIG_DistributedHardwareManagement|
|229|powermgr_thermal_manager|base/powermgr/thermal_manager|https://gitee.com/aqxyjay|zhangchunxin@huawei.com|https://gitee.com/hujun211|hujun211@huawei.com|SIG_DistributedHardwareManagement|
|230|applications_photos|applications/standard/photos|https://gitee.com/sunjunxiong|sunjunxiong@huawei.com|https://gitee.com/hosphoto|liuxiaodong17@huawei.com|SIG_SystemApplication|
|231|applications_camera|applications/standard/camera|https://gitee.com/blancwu|wuyawei1@huawei.com|||SIG_SystemApplication|
|232|applications_contacts|applications/standard/contacts|https://gitee.com/starr666|starr.zhang@huawei.com|https://gitee.com/xuqiling0|xuqiling1@huawei.com|SIG_SystemApplication|
......@@ -274,7 +274,7 @@
|272|js_util_module|base/compileruntime/js_util_module|https://gitee.com/wuzhefengh|wuzhefeng1@huawei.com|https://gitee.com/sunzhe23 <br> https://gitee.com/gongjunsong|sunzhe23@huawei.com <br> gongjunsong@huawei.com|SIG_CompileRuntime|
|273|js_worker_module|base/compileruntime/js_worker_module|https://gitee.com/wuzhefengh|wuzhefeng1@huawei.com|https://gitee.com/sunzhe23 <br> https://gitee.com/gongjunsong|sunzhe23@huawei.com <br> gongjunsong@huawei.com|SIG_CompileRuntime|
|274|communication_bluetooth|foundation/communication/bluetooth|https://gitee.com/cheng_guohong|guohong.cheng@huawei.com|https://gitee.com/xujiang181|jiang.xu@huawei.com|SIG_SoftBus|
|275|miscservices_inputmethod|base/miscservices/inputmethod|https://gitee.com/zhouyongfei|zhouyongfei@huawei.com| | |SIG_BasicSoftwareService|
|275|miscservices_inputmethod|base/miscservices/inputmethod|https://gitee.com/illybyy|baoyayong@huawei.com| | |SIG_BasicSoftwareService|
|276|notification_ans_standard|base/notification/ans_standard|https://gitee.com/autumn330|hw.liuwei@huawei.com|https://gitee.com/jayleehw|liqiang121@huawei.com|SIG_BasicSoftwareService|
|277|sensors_start|base/sensors/start|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement|
|278|third_party_selinux|third_party/selinux|https://gitee.com/hu-huifeng|huhuifeng@huawei.com|https://gitee.com/shell_way <br> https://gitee.com/freenull <br> https://gitee.com/jiang-xiaofeng|qinfd@superred.com.cn <br> xieb@superred.com.cn <br> jiangxiaofeng8@huawei.com|SIG_Security|
......@@ -298,8 +298,8 @@
|296|device_board_hisilicon|device/board/hisilicon|https://gitee.com/northking-super|chenxin100@huawei.com|https://gitee.com/hisi_zk <br> https://gitee.com/Aaron_lv|hisi.zhaokai@hisilicon.com <br> lvyong7@huawei.com|SIG_Devboard|
|297|account_app_account|base/account/app_account|https://gitee.com/verystone|xudaqing@huawei.com| | |SIG_BasicSoftwareService|
|298|third_party_benchmark|third_party/benchmark|https://gitee.com/gaohanyi1982|gaohanyi@huawei.com| https://gitee.com/buranfanchen | wangjuntao.wang@huawei.com |SIG_Test|
|299|device_hihope|device/hihope|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| | |SIG_Devboard|
|300|vendor_hihope|vendor/hihope|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| | |SIG_Devboard|
|299|device_hihope|device/hihope|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/bob_qu|qu_bo@hoperun.com|SIG_Devboard|
|300|vendor_hihope|vendor/hihope|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/bob_qu|qu_bo@hoperun.com|SIG_Devboard||
|301|third_party_egl|third_party/EGL|https://gitee.com/lijj01|lijunjie29@huawei.com| | |SIG_Graphics|
|302|third_party_opengles|third_party/openGLES|https://gitee.com/lijj01|lijunjie29@huawei.com| | |SIG_Graphics|
|303|third_party_openh264|third_party/openh264|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_Media|
......@@ -318,13 +318,13 @@
|316|third_party_libnfnetlink|third_party/libnfnetlink|https://gitee.com/xautosoft|zhuwenchao@huawei.com|https://gitee.com/clevercong|lichunlin2@huawei.com|SIG_BasicSoftwareService|
|317|third_party_libnftnl|third_party/libnftnl|https://gitee.com/xautosoft|zhuwenchao@huawei.com|https://gitee.com/clevercong|lichunlin2@huawei.com|SIG_BasicSoftwareService|
|318|distributeddatamgr_data_share|foundation/distributeddatamgr/data_share|https://gitee.com/verystone|xudaqing@huawei.com| | |SIG_DataManagement|
|319|device_board_fnlink|device/board/fnlink|https://gitee.com/besyangjian|jianyang@bestechnic.com|https://gitee.com/tingle1314|zetingxu@bestechnic.com|SIG_Devboard|
|320|device_soc_bestechnic|device/soc/bestechnic|https://gitee.com/besyangjian|jianyang@bestechnic.com|https://gitee.com/tingle1314|zetingxu@bestechnic.com|SIG_Devboard|
|321|vendor_bestechnic|vendor/bestechnic|https://gitee.com/besyangjian|jianyang@bestechnic.com|https://gitee.com/tingle1314|zetingxu@bestechnic.com|SIG_Devboard|
|319|device_board_fnlink|device/board/fnlink|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/besyangjian <br> https://gitee.com/tingle1314|jianyang@bestechnic.com <br> zetingxu@bestechnic.com|SIG_Devboard|
|320|device_soc_bestechnic|device/soc/bestechnic|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/besyangjian <br> https://gitee.com/tingle1314|jianyang@bestechnic.com <br> zetingxu@bestechnic.com|SIG_Devboard|
|321|vendor_bestechnic|vendor/bestechnic|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/besyangjian <br> https://gitee.com/tingle1314|jianyang@bestechnic.com <br> zetingxu@bestechnic.com|SIG_Devboard|
|322|third_party_libexif|third_party/libexif|https://gitee.com/zhang-xiaobo1997|tony.zhangxiaobo@huawei.com|||SIG_Media|
|323|communication_netmanager_base|foundation/communication/netmanager_base|https://gitee.com/clevercong|lichunlin2@huawei.com| | |SIG-Telephony|
|324|communication_netmanager_ext|foundation/communication/netmanager_ext|https://gitee.com/clevercong|lichunlin2@huawei.com| | |SIG-Telephony|
|325|developtools_hiperf|developtools/hiperf|https://gitee.com/wangzaishang|wangzaishang@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|325|developtools_hiperf|developtools/hiperf|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain|
|326|resourceschedule_device_usage_statistics|foundation/resourceschedule/device_usage_statistics|https://gitee.com/tangtiantian2021|tangchengkai@huawei.com|https://gitee.com/shire-yao <br> https://gitee.com/chenmingJay <br> https://gitee.com/wanglai-yao|yaoyanxia1@huawei.com <br> chenming48@huawei.com <br> yaowanglai@huawei.com|SIG_BasicSoftwareService|
|327|resourceschedule_resource_schedule_service|foundation/resourceschedule/resource_schedule_service|https://gitee.com/shire-yao|yaoyanxia1@huawei.com|https://gitee.com/tangtiantian2021 <br> https://gitee.com/chenmingJay <br> https://gitee.com/wanglai-yao|tangchengkai@huawei.com <br> chenming48@huawei.com <br> yaowanglai@huawei.com|SIG_BasicSoftwareService|
|328|third_party_pyyaml|third_party/pyyaml|https://gitee.com/guochuanqi|guochuanqi@huawei.com| | |SIG_BasicSoftwareService|
......@@ -357,7 +357,7 @@
|355|utils_memory|utils/memory|https://gitee.com/cbraham|suncai1@huawei.com|https://gitee.com/wang2002xu|wangxu44@huawei.com|SIG_CompileRuntime|
|356|third_party_mindspore|third_party/mindspore|https://gitee.com/zhaizhiqiang|zhaizhiqiang@huawei.com|https://gitee.com/sunsuodong <br> https://gitee.com/zhang_xue_tong <br> https://gitee.com/HilbertDavid <br> https://gitee.com/jpc_chenjianping|sunsuodong@huawei.com <br> zhangxuetong@huawei.com <br> lizheng53@huawei.com <br> jpc.chen@huawei.com|SIG-AI-Framework|
|357|syscap_codec|developtools/syscap_codec|https://gitee.com/taiyipei|peitaiyi@huawei.com| | |SIG_R&DToolChain|
|358|xts_dcts| test/xts/dcts | https://gitee.com/gaohanyi1982 | gaohanyi@huawei.com | https://gitee.com/jiyong_sd | jiyong@huawei.com |SIG_Test|
|358|xts_dcts|test/xts/dcts|https://gitee.com/gaohanyi1982 | gaohanyi@huawei.com | https://gitee.com/jiyong_sd | jiyong@huawei.com |SIG_Test|
|359|distributed_camera|foundation/distributedhardware/distributedcamera|https://gitee.com/hwzhangchuang|zhangchuang.zhang@huawei.com|https://gitee.com/skypuhui|puhui1@huawei.com|SIG_DistributedHardwareManagement|
|360|distributed_screen|foundation/distributedhardware/distributedscreen|https://gitee.com/hwzhangchuang|zhangchuang.zhang@huawei.com|https://gitee.com/skypuhui|puhui1@huawei.com|SIG_DistributedHardwareManagement|
|361|third_party_chromium|third_party/chromium|https://gitee.com/bigpumpkin|chenzhennan@huawei.com|https://gitee.com/leezheng_hz|lizheng@huawei.com|SIG_ApplicationFramework|
......@@ -368,3 +368,26 @@
|366|sensors_medical_sensor|base/sensors/medical_sensor|https://gitee.com/chiptest|guocs@chipsea.com|https://gitee.com/371931794|wuhb30061@chipsea.com|SIG_DistributedHardwareManagement|
|367|wukong|test/wukong|https://gitee.com/gaoxi785|gaoxi785@huawei.com|https://gitee.com/currydavids|daiweiqi@huawei.com|SIG_Test|
|368|arkXtest|test/artXtest|https://gitee.com/inter515|ry.renyi@huawei.com|||SIG_Test|
|369|hiviewdfx_hichecker|base/hiviewdfx/hichecker|https://gitee.com/zlxia|xiazhonglin@huawei.com|https://gitee.com/jeyogg|jiangweizheng@huawei.com|SIG_BasicSoftwareService|
|370|hiviewdfx_hidumper|base/hiviewdfx/hidumper|https://gitee.com/zlxia|xiazhonglin@huawei.com|https://gitee.com/jeyogg|jiangweizheng@huawei.com|SIG_BasicSoftwareService|
|371|napi_generator|NA/napi_generator|https://gitee.com/zhaojunxia2020|zhaojunxia@kaihongdigi.com|https://gitee.com/bayanxing|bayanxing@kaihongdigi.com|SIG_Napi_generator|
|372|vendor_goodix|base/vendor/goodix|https://gitee.com/qtpl456|wangshaofeng5@huawei.com|https://gitee.com/sink-top|zounan@goodix.com|SIG_Devboard|
|373|device_soc_goodix|device/soc/goodix|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/sink-top | zounan@goodix.com |SIG_Devboard|
|374|device_board_goodix|device/board/goodix|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/sink-top | zounan@goodix.com |SIG_Devboard|
|375|device_board_bearpi|device/board/bearpi|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/bearpi |admin@bearpi.cn|SIG_Devboard|
|376|vendor_bearpi|vendor/bearpi|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/bearpi |admin@bearpi.cn |SIG_Devboard|
|377|device_soc_st|device/soc/st|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/talkweb_houpengfei<br>https://gitee.com/bearpi |houpengfei@talkweb.com.cn<br>admin@bearpi.cn|SIG_Devboard|
|378|device_board_hihope|device/board/hihope|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/bob_qu |qu_bo@hoperun.com|SIG_Devboard|
|379|device_soc_winnermicro| device/socwinnermicro |https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/bob_qu | qu_bo@hoperun.com |SIG_Devboard|
|380| device_soc_asrmicro|device/soc/asrmicro |https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/lango-tech_0 | shaopeng.yao@lango-tech.cn |SIG_Devboard|
|381|device_board_lango| device/board/lango |https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/lango-tech_0 | shaopeng.yao@lango-tech.cn |SIG_Devboard|
|382|vendor_asrmicro|vendor/asrmicro |https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/lango-tech_0 | shaopeng.yao@lango-tech.cn |SIG_Devboard|
|383|vendor_chipsea|vendor/chipsea |https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/ihaobo | haobo@chipsea.com |SIG_Devboard|
|384|device_board_chipsea|device/soc/chipsea|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/ihaobo | haobo@chipsea.com |SIG_Devboard|
|385|device_soc_chipsea|device/soc/chipsea|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/ihaobo | haobo@chipsea.com |SIG_Devboard|
|386|device_soc_allwinner|device/soc/allwinner|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/vyagoo_0 | ygopenhm@vyagoo.com |SIG_Devboard|
|387|device_board_seed|device/board/seed|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/vyagoo_0 | ygopenhm@vyagoo.com |SIG_Devboard|
|388|vendor_seed |vendor/seed|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/vyagoo_0 | ygopenhm@vyagoo.com |SIG_Devboard|
|389|vendor_talkweb|vendor/talkweb|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/talkweb_houpengfei | houpengfei@talkweb.com.cn |SIG_Devboard|
|390| device_board_talkweb|device/board/talkweb|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/talkweb_houpengfei | houpengfei@talkweb.com.cn |SIG_Devboard|
|391| device_soc_rockchip|device/soc/rockchip|https://gitee.com/qtpl456|wangshaofeng5@huawei.com| https://gitee.com/bob_qu |qu_bo@hoperun.com|SIG_Devboard|
\ No newline at end of file
|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.
先完成此消息的编辑!
想要评论请 注册