提交 6044e138 编写于 作者: J jinguang

!1439 [fix] uniform sig's name and content

* Description:[fix] uniform sig's name and content
上级 424b682a
# OpenHarmony Community
欢迎来到OpenHarmony社区!
简体中文 | [English](./README-EN.md)
简体中文 | [English](./README_EN.md)
## 介绍
Community仓库用于管理OpenHarmony社区治理、开发者贡献指南、开发者贡献协议、社区交流等内容。
......
......@@ -18,7 +18,7 @@
### 2.提交申请
SIG发起人参照[SIG章程模板]创建SIG提案初稿,以附件形式发送给dev@openharmony.io,邮件标题为:
- **SIG-Charter-Proposal-SIG XXX+简要介绍**,如`SIG-Charter-Proposal-SIG Test+OpenHarmony开发自测试能力构建`
- **sig_Charter-Proposal-SIG XXX+简要介绍**,如`sig_Charter-Proposal-SIG Test+OpenHarmony开发自测试能力构建`
### 3.PMC评审提案
- SIG发起人接受PMC问询,对SIG提案进行必要的说明,并根据PMC的指导意见修改提案,通过原申请邮件与PMC进行沟通,直至PMC无疑问;
......@@ -28,14 +28,14 @@ SIG发起人参照[SIG章程模板]创建SIG提案初稿,以附件形式发送
### 4.提交PR
SIG发起人收到PMC评审反馈、确认SIG提案通过后,执行以下操作:
- fork OpenHarmony社区仓库到本地,在`OpenHarmony/community/sig`仓库内新建SIG文件夹,文件夹名称为“sig-XXX”;
- 创建该SIG的`README.md``OWNERS.md`文档,文档格式请参考[其他SIG](https://gitee.com/openharmony/community/tree/master/sig),如sig-driver的[README.md](https://gitee.com/openharmony/community/blob/master/sig/sig-driver/sig_driver_cn.md)[OWNERS.md](https://gitee.com/openharmony/community/blob/master/sig/sig-driver/OWNERS)
- fork OpenHarmony社区仓库到本地,在`OpenHarmony/community/sig`仓库内新建SIG文件夹,文件夹名称为“sig_XXX”;
- 创建该SIG的`README.md``OWNERS.md`文档,文档格式请参考[其他SIG](https://gitee.com/openharmony/community/tree/master/sig),如sig_driver的[README.md](https://gitee.com/openharmony/community/blob/master/sig/sig_driver/sig_driver_cn.md)[OWNERS.md](https://gitee.com/openharmony/community/blob/master/sig/sig_driver/OWNERS)
- 更新`sigs.json`文档,参考以下样例:
**sigs.json 文件格式**
| 字段 | 说明 |
|:---|:---|
| sig-name | SIG名称 |
| sig_name | SIG名称 |
| projects| gitee仓名 |
| project-path | OpenHarmony下的归档路径,若不涉及回合OpenHarmony填写NONE |
......@@ -43,12 +43,12 @@ SIG发起人收到PMC评审反馈、确认SIG提案通过后,执行以下操
```
"sigs-List":[
{
"sig-name":"sig-python",
"sig_name":"sig_python",
"projects":"https://gitee.com/openharmony-sig/python",
"project-path":"python/"
},
{
"sig-name ":"sig-updates",
"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"]
},
......@@ -113,7 +113,7 @@ Committer负责代码审核、主干代码合入及特性设计方案审核和
#### 1.会议组织
- SIG需定期召开例行会议,每双周至少半小时,由SIG Leader主持;
- 会议议程提前在邮件列表及官网进行公布;
- 会议纪要及时发布并保存在`OpenHarmony/community/sig/sig-XXX/meeting-minutes`内。
- 会议纪要及时发布并保存在`OpenHarmony/community/sig/sig_XXX/meeting-minutes`内。
#### 2.社区共建
- SIG Leader至少两个月一次,在PMC例会汇报SIG工作进展,并基于PMC指导意见改进工作;
......@@ -214,7 +214,7 @@ SIG信息记录统一归档在OpenHarmony/community仓库的sig目录内:
### sigs.json 文件格式
| 字段 | 说明 |
|:---|:---|
| sig-name | SIG名称 |
| sig_name | SIG名称 |
| projects| gitee仓名 |
| project-path | OpenHarmony下的归档路径,若不涉及回合OpenHarmony填写NONE |
......@@ -222,12 +222,12 @@ SIG信息记录统一归档在OpenHarmony/community仓库的sig目录内:
```
"sigs-List":[
{
"sig-name":"sig-python",
"sig_name":"sig_python",
"projects":"https://gitee.com/openharmony-sig/python",
"project-path":"python/"
},
{
"sig-name":"sig-updates",
"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"]
},
......
......@@ -6,11 +6,11 @@ Under the guidance of the Project Management Committee (PMC), a special interest
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:
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:
-Create background information for the SIG
-Create the business scope of the SIG
-Create business goals for the SIG
2. The SIG leader sends the SIG proposal via an email with the title [New-SIG-Proposal-XXX] to dev@openharmony.io.
2. The SIG leader sends the SIG proposal via an email with the title [New-sig_Proposal-XXX] to dev@openharmony.io.
3. Wait for the PMC or the corresponding field SIG, Committer to approve the proposal, the proposer could filed agenda collection on [PMC](https://docs.qingque.cn/s/home/eZQB8yRFQfEFeAxk_6JKZEE0q?identityId=1tbICPd8j3s), PMC will periodic organization review meeting for the proposal. The proposer could go to the [Community](https://gitee.com/openharmony/community) repository to create a Pull Request to create a new SIG after passing the review and perfecting it in accordance with the review comments.
-**Important**: If you need to apply for a new warehouse in the SIG, please report the issue of new parts to the [Architecture SIG](https://shimo.im/sheets/StzhuFkEk38enrnl/MODOC).
......@@ -20,7 +20,7 @@ This repository stores information about all the SIGs in the OpenHarmony communi
## Operating and Maintaining an SIG
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.
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.
......@@ -44,7 +44,7 @@ SIG data is stored in the **sig** directory of the **OpenHarmony/community** rep
### sigs.json File
| Field | Description |
|:---|:---|
| sig-name | SIG name |
| sig_name | SIG name |
| projects| Gitee repository name |
| project-path | Archive path of the OpenHarmony project. Enter **NONE** if the code of the SIG does not need to be incorporated into the master code of OpenHarmony. |
......@@ -52,12 +52,12 @@ SIG data is stored in the **sig** directory of the **OpenHarmony/community** rep
```
"sigs-List":[
{
"sig-name":"sig-python",
"sig_name":"sig_python",
"projects":"https://gitee.com/openharmony-sig/python",
"project-path":"python/"
},
{
"sig-name":"sig-updates",
"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"]
},
......
# SIG-AI-Framework
# sig_AI_Framework
English | [简体中文](./sig-ai-framework_cn.md)
English | [简体中文](./sig_ai_framework_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -27,7 +27,7 @@ Neural Network Runtime is an important bridge between On-Device inference framew
- AI Subsystem Architecture
![figures/ai-framework-arch-en.png](figures/ai-framework-arch-en.png)
![figures/ai_framework_arch_en.png](figures/ai_framework_arch_en.png)
### The repository
| Component Name | Component Functionality Description | Component repository name |
......
# SIG-AI-Framework
# sig_AI_Framework
简体中文 | [English](./sig-ai-framework.md)
简体中文 | [English](./sig_ai_framework.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -27,7 +27,7 @@ AI原子能力/服务接口分为能力和服务接口,能力接口是对AI模
- AI子系统架构
![figures/ai-framework-arch.png](figures/ai-framework-arch.png)
![figures/ai_framework_arch.png](figures/ai_framework_arch.png)
## 代码仓
| 部件名称 | 部件功能描述 | 部件仓名称 |
......
......@@ -29,9 +29,9 @@ Integrates current state of art high quality open sourced AI inference framework
### Meetings
- Meeting time:time:Biweek Tuesday 19:00, UTC+8
- Meeting application: Refer to the method of [PMC meeting](https://gitee.com/dongjinguang/community/blob/master/zh/pmc.md#pmc%E4%BC%9A%E8%AE%AE%E9%93%BE%E6%8E%A5) to provide the shimo sharing document weblink, convenient for SIG-related people to apply for the topic.
- Meeting application: Refer to the method of [PMC meeting](https://gitee.com/dongjinguang/community/blob/master/zh/pmc.md#pmc%E4%BC%9A%E8%AE%AE%E9%93%BE%E6%8E%A5) to provide the shimo sharing document weblink, convenient for sig_related people to apply for the topic.
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe](https://lists.openatom.io/postorius/lists/sig-ai_framework_integration.openharmony.io/) mailing list [sig-ai_framework_integration@openharmony.i]() for the meeting link
- Meeting notification: [Subscribe](https://lists.openatom.io/postorius/lists/sig_ai_framework_integration.openharmony.io/) mailing list [sig_ai_framework_integration@openharmony.i]() for the meeting link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content/tree/master/ai_framework_integration/meetings)
### Contact (optional)
......
......@@ -33,8 +33,8 @@
- 会议申报:[AI 推理框架集成 Meeting Proposal]()
- 会议方式: 腾讯会议
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/sig-ai_framework_integration.openharmony.io/)邮件列表 sig-ai_framework_integration@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content/tree/master/ai_framework_integration/meetings)
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/sig_ai_framework_integration.openharmony.io/)邮件列表 sig_ai_framework_integration@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig_content/tree/master/ai_framework_integration/meetings)
### 联系方式(可选)
......
# SIG_API
English | [简体中文](./sig-api_cn.md)
English | [简体中文](./sig_api_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......
# SIG_API
简体中文 | [English](./sig-api.md)
简体中文 | [English](./sig_api.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......
# SIG_ApplicationFramework
English | [简体中文](./sig-appframework_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
Specifies basic design requirements of OpenHarmony ApplicationFramework, ApplicationFramework Review Process. Review the ApplicationFramework design document.
### work scope
OpenHarmony ApplicationFramework Governance Charter、ApplicationFramework Review, etc.
OpenHarmony ApplicationFramework technology stack scope is shown in the following figure.
![ApplicationFramework SIG technology stack scope](figures/appframework-overview-en.png)
## The repository
| Component Name | Component Description | Component Repository Name |
| ---------------------------------- | ------------------------------------------------------------ | --------------------------------------------- |
| Command Line Tool | Provides the command line to install, update, uninstall and query information of OpenHarmony bundles. | bundlemanager_bundle_tool |
| Bundle Management Framework | Provides the ability to install, update, uninstall and query information of OpenHarmony bundles and service installation bundles. | bundlemanager_bundle_framework |
| Distributed Bundle Framework | Provides the ability to distributed manage bundles. | bundlemanager_distributed_bundle_framework |
| SDK Tool | Provide hap packaging, unpacking tools, and application manifest file checking tools used by IDE. | developtools_packing_tool |
| Application Verify | Provides integrity verification and source control capabilities for hap applications. | security_appverify |
| Common Event Service | Provides applications with the ability to subscribe, publish, and unsubscribe from public events. | notification_common_event_service |
| Distributed Notification Service | Provides applications with the ability to publish, subscribe and unsubscribe notifications, and provides distributed notification data management capabilities. | notification_distributed_notification_service |
| Event Handler Service | Provides the basic ability of OpenHarmony inter-thread communication. You can create new threads through EventRunner and throw time-consuming operations on new threads for execution, so as to reasonably handle time-consuming tasks without blocking the thread execution. | notification_eventhandler |
| Ability Definition | Definition of basic concepts of ability, mainly including want, configration, etc. | ability_ability_base |
| Ability Runtime | The ability framework subsystem is a development framework provided by OpenHarmony for developers to develop Harmony applications | ability_ability_runtime |
| Ability Test Tool | Ability testing tool, third-party developers can test their target abilities based on this testing tool, obtain the internal objects of meta-capabilities, control the life cycle scheduling of abilities, and simulate click events. | ability_ability_runtime/tree/master/tools |
| Interface Definition Language Tool | IDL (Interface Definition Language) is a tool for defining the communication interface between client and server. | ability_idl_tool |
| Form Management Framework | A development framework for developing and using OpenHamrony form. | ability_form_fwk |
| Distributed Schedule Framework | Provides the ability to launch, invoke and migrate components across devices. | ability_dmsfwk |
| System Management Service | Manages the registration of system services, local query and cross-device query, and control the access rights of system services. | systemabilitymgr_samgr |
| System Framework Service | Defines how to implement a system ability in OpenHarmony and provides APIs to start and register system abilities. | systemabilitymgr_safwk |
| Background Task Management | To manage long-term and short-term tasks in the background, and provide interfaces such as application, cancellation and query of corresponding tasks。 | resourceschedule_background_task_mgr |
| Work Scheduler | Responsible for scheduling background delayed tasks, and providing corresponding application, cancellation, query interfaces and other interfaces for applications to perform tasks with low real-time performance. | resourceschedule_work_scheduler |
| Device Usage Statistics | Responsible for statistics and calculation of device usage information, including application usage, notification statistics and other information statistics, application group calculation, and provide corresponding query interfaces for privileged applications. | resourceschedule_device_usage_statistics |
| Resource Schedule Service | Provides the perception and distribution of system events such as application startup, exit, screen on and off, etc. The grouping of scheduling processes is jointly decided by sensing events, user operations, and background task execution status. | resourceschedule_resource_schedule_service |
| Memory Management | Based on the life cycle status of the application, update the process recycling priority list, and manage system memory through memory recycling, killing and other means to ensure memory supply. | resourceschedule_memmgr |
| Framework Aware Scheduler | In order to ensure the cpu scheduling supply, it updates the process scheduling groups and adjust the kernel schedule parameters to influence the kernel scheduling behavior according to the information of the application frame drawing and the application life cycle status. | frame_aware_sched |
- project name:
- ability_ability_lite:https://gitee.com/openharmony/ability_ability_lite
- ability_ability_runtime:https://gitee.com/openharmony/ability_ability_runtime
- ability_ability_base:https://gitee.com/openharmony/ability_ability_base
- ability_dmsfwk:https://gitee.com/openharmony/ability_dmsfwk
- ability_dmsfwk_lite:https://gitee.com/openharmony/ability_dmsfwk_lite
- ability_form_fwk:https://gitee.com/openharmony/ability_form_fwk
- ability_idl_tool:https://gitee.com/openharmony/ability_idl_tool
- security_appverify:https://gitee.com/openharmony/security_appverify
- notification_common_event_service:https://gitee.com/openharmony/notification_common_event_service
- resourceschedule_resource_schedule_service:https://gitee.com/openharmony/resourceschedule_resource_schedule_service
- frame_aware_sched:https://gitee.com/openharmony/frame_aware_sched
- resourceschedule_memmgr:https://gitee.com/openharmony/resourceschedule_memmgr
- systemabilitymgr_samgr:https://gitee.com/openharmony/systemabilitymgr_samgr
- systemabilitymgr_samgr_lite:https://gitee.com/openharmony/systemabilitymgr_samgr_lite
- resourceschedule_work_scheduler:https://gitee.com/openharmony/resourceschedule_work_scheduler
- resourceschedule_device_usage_statistics:https://gitee.com/openharmony/resourceschedule_device_usage_statistics
- resourceschedule_background_task_mgr:https://gitee.com/openharmony/resourceschedule_background_task_mgr
- notification_distributed_notification_service:https://gitee.com/openharmony/notification_distributed_notification_service
- notification_eventhandler:https://gitee.com/openharmony/notification_eventhandler
- systemabilitymgr_safwk:https://gitee.com/openharmony/systemabilitymgr_safwk
- systemabilitymgr_safwk_lite:https://gitee.com/openharmony/systemabilitymgr_safwk_lite
- developtools_packing_tool:https://gitee.com/openharmony/developtools_packing_tool
- bundlemanager_bundle_framework:https://gitee.com/openharmony/bundlemanager_bundle_framework
- bundlemanager_bundle_tool:https://gitee.com/openharmony/bundlemanager_bundle_tool
- bundlemanager_distributed_bundle_framework:https://gitee.com/openharmony/bundlemanager_distributed_bundle_framework
- bundlemanager_bundle_framework_lite:https://gitee.com/openharmony/bundlemanager_bundle_framework_lite
- developtools_ace_js2bundle:https://gitee.com/openharmony/developtools_ace_js2bundle
- developtools_ace_ets2bundle:https://gitee.com/openharmony/developtools_ace_ets2bundle
- third_party_weex-loader:https://gitee.com/openharmony/third_party_weex-loader
- third_party_parse5:https://gitee.com/openharmony/third_party_parse5
- third_party_glfw:https://gitee.com/openharmony/third_party_glfw
- global_resource_tool:"https://gitee.com/openharmony/global_resource_tool"
- 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
- global_resource_management:https://gitee.com/openharmony/global_resource_management
- global_resource_management_lite:https://gitee.com/openharmony/global_resource_management_lite
- utils_system_resources:https://gitee.com/openharmony/utils_system_resources
- global_i18n:https://gitee.com/openharmony/global_i18n
- global_i18n_lite:https://gitee.com/openharmony/global_i18n_lite
- developtools_global_resource_tool:https://gitee.com/openharmony/developtools_global_resource_tool
- third_party_fastjson:https://gitee.com/openharmony-sig/third_party_fastjson
## SIG Members
### Leader
- @huawei_qiangbo(https://gitee.com/huawei_qiangbo)
### Committers
- @huawei_qiangbo(https://gitee.com/huawei_qiangbo)
- @gongpingde(https://gitee.com/gongpingde)
- @lihong67(https://gitee.com/lihong67)
- @seaside_wu(https://gitee.com/seaside_wu)
- @laigerendaqiu(https://gitee.com/laigerendaqiu)
- @lanshouren(https://gitee.com/lanshouren)
### Meetings
- Meeting time:Every Tuesday at 16:00 o'clock
- Meeting application: https://shimo.im/sheets/qhwcqXRkqCXkcPcX/MODOC/
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe to] (https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content)
### Contact (optional)
- Mailing list: dev@openharmony.io
- Zulip group: https://zulip.openharmony.cn
- Wechat group:NA
# SIG_ApplicationFramework
English | [简体中文](./sig_appframework_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
Specifies basic design requirements of OpenHarmony ApplicationFramework, ApplicationFramework Review Process. Review the ApplicationFramework design document.
### work scope
OpenHarmony ApplicationFramework Governance Charter、ApplicationFramework Review, etc.
OpenHarmony ApplicationFramework technology stack scope is shown in the following figure.
![ApplicationFramework SIG technology stack scope](figures/appframework_overview_en.png)
## The repository
| Component Name | Component Description | Component Repository Name |
| ---------------------------------- | ------------------------------------------------------------ | --------------------------------------------- |
| Command Line Tool | Provides the command line to install, update, uninstall and query information of OpenHarmony bundles. | bundlemanager_bundle_tool |
| Bundle Management Framework | Provides the ability to install, update, uninstall and query information of OpenHarmony bundles and service installation bundles. | bundlemanager_bundle_framework |
| Distributed Bundle Framework | Provides the ability to distributed manage bundles. | bundlemanager_distributed_bundle_framework |
| SDK Tool | Provide hap packaging, unpacking tools, and application manifest file checking tools used by IDE. | developtools_packing_tool |
| Application Verify | Provides integrity verification and source control capabilities for hap applications. | security_appverify |
| Common Event Service | Provides applications with the ability to subscribe, publish, and unsubscribe from public events. | notification_common_event_service |
| Distributed Notification Service | Provides applications with the ability to publish, subscribe and unsubscribe notifications, and provides distributed notification data management capabilities. | notification_distributed_notification_service |
| Event Handler Service | Provides the basic ability of OpenHarmony inter-thread communication. You can create new threads through EventRunner and throw time-consuming operations on new threads for execution, so as to reasonably handle time-consuming tasks without blocking the thread execution. | notification_eventhandler |
| Ability Definition | Definition of basic concepts of ability, mainly including want, configration, etc. | ability_ability_base |
| Ability Runtime | The ability framework subsystem is a development framework provided by OpenHarmony for developers to develop Harmony applications | ability_ability_runtime |
| Ability Test Tool | Ability testing tool, third-party developers can test their target abilities based on this testing tool, obtain the internal objects of meta-capabilities, control the life cycle scheduling of abilities, and simulate click events. | ability_ability_runtime/tree/master/tools |
| Interface Definition Language Tool | IDL (Interface Definition Language) is a tool for defining the communication interface between client and server. | ability_idl_tool |
| Form Management Framework | A development framework for developing and using OpenHamrony form. | ability_form_fwk |
| Distributed Schedule Framework | Provides the ability to launch, invoke and migrate components across devices. | ability_dmsfwk |
| System Management Service | Manages the registration of system services, local query and cross-device query, and control the access rights of system services. | systemabilitymgr_samgr |
| System Framework Service | Defines how to implement a system ability in OpenHarmony and provides APIs to start and register system abilities. | systemabilitymgr_safwk |
| Background Task Management | To manage long-term and short-term tasks in the background, and provide interfaces such as application, cancellation and query of corresponding tasks。 | resourceschedule_background_task_mgr |
| Work Scheduler | Responsible for scheduling background delayed tasks, and providing corresponding application, cancellation, query interfaces and other interfaces for applications to perform tasks with low real-time performance. | resourceschedule_work_scheduler |
| Device Usage Statistics | Responsible for statistics and calculation of device usage information, including application usage, notification statistics and other information statistics, application group calculation, and provide corresponding query interfaces for privileged applications. | resourceschedule_device_usage_statistics |
| Resource Schedule Service | Provides the perception and distribution of system events such as application startup, exit, screen on and off, etc. The grouping of scheduling processes is jointly decided by sensing events, user operations, and background task execution status. | resourceschedule_resource_schedule_service |
| Memory Management | Based on the life cycle status of the application, update the process recycling priority list, and manage system memory through memory recycling, killing and other means to ensure memory supply. | resourceschedule_memmgr |
| Framework Aware Scheduler | In order to ensure the cpu scheduling supply, it updates the process scheduling groups and adjust the kernel schedule parameters to influence the kernel scheduling behavior according to the information of the application frame drawing and the application life cycle status. | frame_aware_sched |
- project name:
- ability_ability_lite:https://gitee.com/openharmony/ability_ability_lite
- ability_ability_runtime:https://gitee.com/openharmony/ability_ability_runtime
- ability_ability_base:https://gitee.com/openharmony/ability_ability_base
- ability_dmsfwk:https://gitee.com/openharmony/ability_dmsfwk
- ability_dmsfwk_lite:https://gitee.com/openharmony/ability_dmsfwk_lite
- ability_form_fwk:https://gitee.com/openharmony/ability_form_fwk
- ability_idl_tool:https://gitee.com/openharmony/ability_idl_tool
- security_appverify:https://gitee.com/openharmony/security_appverify
- notification_common_event_service:https://gitee.com/openharmony/notification_common_event_service
- resourceschedule_resource_schedule_service:https://gitee.com/openharmony/resourceschedule_resource_schedule_service
- frame_aware_sched:https://gitee.com/openharmony/frame_aware_sched
- resourceschedule_memmgr:https://gitee.com/openharmony/resourceschedule_memmgr
- systemabilitymgr_samgr:https://gitee.com/openharmony/systemabilitymgr_samgr
- systemabilitymgr_samgr_lite:https://gitee.com/openharmony/systemabilitymgr_samgr_lite
- resourceschedule_work_scheduler:https://gitee.com/openharmony/resourceschedule_work_scheduler
- resourceschedule_device_usage_statistics:https://gitee.com/openharmony/resourceschedule_device_usage_statistics
- resourceschedule_background_task_mgr:https://gitee.com/openharmony/resourceschedule_background_task_mgr
- notification_distributed_notification_service:https://gitee.com/openharmony/notification_distributed_notification_service
- notification_eventhandler:https://gitee.com/openharmony/notification_eventhandler
- systemabilitymgr_safwk:https://gitee.com/openharmony/systemabilitymgr_safwk
- systemabilitymgr_safwk_lite:https://gitee.com/openharmony/systemabilitymgr_safwk_lite
- developtools_packing_tool:https://gitee.com/openharmony/developtools_packing_tool
- bundlemanager_bundle_framework:https://gitee.com/openharmony/bundlemanager_bundle_framework
- bundlemanager_bundle_tool:https://gitee.com/openharmony/bundlemanager_bundle_tool
- bundlemanager_distributed_bundle_framework:https://gitee.com/openharmony/bundlemanager_distributed_bundle_framework
- bundlemanager_bundle_framework_lite:https://gitee.com/openharmony/bundlemanager_bundle_framework_lite
- developtools_ace_js2bundle:https://gitee.com/openharmony/developtools_ace_js2bundle
- developtools_ace_ets2bundle:https://gitee.com/openharmony/developtools_ace_ets2bundle
- third_party_weex-loader:https://gitee.com/openharmony/third_party_weex-loader
- third_party_parse5:https://gitee.com/openharmony/third_party_parse5
- third_party_glfw:https://gitee.com/openharmony/third_party_glfw
- global_resource_tool:"https://gitee.com/openharmony/global_resource_tool"
- 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
- global_resource_management:https://gitee.com/openharmony/global_resource_management
- global_resource_management_lite:https://gitee.com/openharmony/global_resource_management_lite
- utils_system_resources:https://gitee.com/openharmony/utils_system_resources
- global_i18n:https://gitee.com/openharmony/global_i18n
- global_i18n_lite:https://gitee.com/openharmony/global_i18n_lite
- developtools_global_resource_tool:https://gitee.com/openharmony/developtools_global_resource_tool
- third_party_fastjson:https://gitee.com/openharmony-sig/third_party_fastjson
## SIG Members
### Leader
- @huawei_qiangbo(https://gitee.com/huawei_qiangbo)
### Committers
- @huawei_qiangbo(https://gitee.com/huawei_qiangbo)
- @gongpingde(https://gitee.com/gongpingde)
- @lihong67(https://gitee.com/lihong67)
- @seaside_wu(https://gitee.com/seaside_wu)
- @laigerendaqiu(https://gitee.com/laigerendaqiu)
- @lanshouren(https://gitee.com/lanshouren)
### Meetings
- Meeting time:Every Tuesday at 16:00 o'clock
- Meeting application: https://shimo.im/sheets/qhwcqXRkqCXkcPcX/MODOC/
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe to] (https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content)
### Contact (optional)
- Mailing list: dev@openharmony.io
- Zulip group: https://zulip.openharmony.cn
- Wechat group:NA
# SIG_ApplicationFramework
简体中文 | [English](./sig-appframework_cn.md)
简体中文 | [English](./sig_appframework_cn.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -13,7 +13,7 @@ ApplicationFramework相关的设计评审、提交评审、《OpenHarmony Applic
ApplicationFramework SIG技术栈范围全景图如下图所示:
![ApplicationFramework SIG技术栈范围全景图](figures/appframework-overview.png)
![ApplicationFramework SIG技术栈范围全景图](figures/appframework_overview.png)
## 代码仓
| 部件名称 | 部件功能描述 | 部件仓名称 |
......
# SIG_BasicSoftwareService
English | [简体中文](./sig-basicsoftwareservice_cn.md)
English | [简体中文](./sig_basicsoftwareservice_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -89,7 +89,7 @@ Basic Software Services includes the following sub-systems:
### Meetings
- Meeting time: Wednesday at 14:00 o'clock, biweekly
- Meeting proposal: [OpenHarmony SIG-BasicSoftware Meeting Proposal](https://etherpad.openharmony.cn/p/sig-basicsoftware)
- Meeting proposal: [OpenHarmony sig_BasicSoftware Meeting Proposal](https://etherpad.openharmony.cn/p/sig_basicsoftware)
- Meeting link: Welink
### Contact (optional)
......
# SIG_BasicSoftwareService
简体中文 | [English](./sig-basicsoftwareservice.md)
简体中文 | [English](./sig_basicsoftwareservice.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -10,7 +10,7 @@
BasicSoftwareService SIG技术栈范围全景图如下图所示:
![image-20220722232522588](./images/overview-zh.png)
![image-20220722232522588](./images/overview_zh.png)
### 工作范围
基础软件服务主要包括以下几个子系统:
......@@ -107,7 +107,7 @@ BasicSoftwareService SIG技术栈范围全景图如下图所示:
### 会议
- 会议时间: 双周三 14:00
- 会议申报: [OpenHarmony SIG-BasicSoftware Meeting Proposal](https://etherpad.openharmony.cn/p/sig-basicsoftware)
- 会议申报: [OpenHarmony sig_BasicSoftware Meeting Proposal](https://etherpad.openharmony.cn/p/sig_basicsoftware)
- 会议链接: Welink
### 联系方式(可选)
......
# SIG_BlockChain
简体中文 | [English](./sig_blockchain.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](https://gitee.com/openharmony/community/blob/master/zh/pmc.md)中描述的约定。
## SIG组工作目标和范围
### 工作目标
致力于探索物联网 + 区块链方向,打造「安全可信」物联网操作系统,为OpenHarmony OS用户提供原生、友好、通用化的“上链”能力,满足用户在数据隐私服务,设备安全服务,身份保护服务的需求,打造物链网系统生态场景(碳中和、车生态、智慧城市、智慧社区、智能家居),构建万物互联场景下数字化可信基石。
### 业务范围
- OpenHarmony数据上链功能以及兼容性需求
提供OpenHarmony数据上链功能,深度定制可适配OpenHarmony的数据上链组件
- 样例工程
创建物联网 + 区块链样例工程,给其他厂商做参考
- 生态拓展
积极与物联网设备厂商进行洽谈合作,推动物链网应用场景落地,推广物链网操作系统生态。探索OpenHarmony + Blockchain在碳中和、车生态场景下的应用。
## SIG相关代码仓及描述
交付件形式:源码、文档等
- block_chain:https://gitee.com/openharmony-sig/security_block_chain
## SIG组成员
### Leader
- [shangxuan_hz](https://gitee.com/shangxuan_hz)
### Committers列表
- [haisong2](https://gitee.com/haisong2)
- [Lee](https://gitee.com/www.lee.com)
- [platformdepartment](https://gitee.com/platformdepartment)
- [lingfengbao](https://gitee.com/lingfengbao)
- [max_mars](https://gitee.com/max_mars)
- [jiafeicheng](https://gitee.com/15335180944)
- [xkwang1228](https://gitee.com/xkwang1228)
- [jerryma0912](https://gitee.com/jerryma0912)
- [painterq](https://gitee.com/painterq)
### 会议
- 会议时间:双周例会,周二下午16:00(暂定)
- 会议链接:https://meeting.tencent.com/s/653ACaiONpYZ
### 联系方式(可选)
- 邮件列表:
- zulip群组:https://zulip.openharmony.cn
- 微信群:
# SIG_BlockChain
简体中文 | [English](./sig_blockchain.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](https://gitee.com/openharmony/community/blob/master/zh/pmc.md)中描述的约定。
## SIG组工作目标和范围
### 工作目标
致力于探索物联网 + 区块链方向,打造「安全可信」物联网操作系统,为OpenHarmony OS用户提供原生、友好、通用化的“上链”能力,满足用户在数据隐私服务,设备安全服务,身份保护服务的需求,打造物链网系统生态场景(碳中和、车生态、智慧城市、智慧社区、智能家居),构建万物互联场景下数字化可信基石。
### 业务范围
- OpenHarmony数据上链功能以及兼容性需求
提供OpenHarmony数据上链功能,深度定制可适配OpenHarmony的数据上链组件
- 样例工程
创建物联网 + 区块链样例工程,给其他厂商做参考
- 生态拓展
积极与物联网设备厂商进行洽谈合作,推动物链网应用场景落地,推广物链网操作系统生态。探索OpenHarmony + Blockchain在碳中和、车生态场景下的应用。
## SIG相关代码仓及描述
交付件形式:源码、文档等
- block_chain:https://gitee.com/openharmony-sig/security_block_chain
## SIG组成员
### Leader
- [shangxuan_hz](https://gitee.com/shangxuan_hz)
### Committers列表
- [haisong2](https://gitee.com/haisong2)
- [Lee](https://gitee.com/www.lee.com)
- [platformdepartment](https://gitee.com/platformdepartment)
- [lingfengbao](https://gitee.com/lingfengbao)
- [max_mars](https://gitee.com/max_mars)
- [jiafeicheng](https://gitee.com/15335180944)
- [xkwang1228](https://gitee.com/xkwang1228)
- [jerryma0912](https://gitee.com/jerryma0912)
- [painterq](https://gitee.com/painterq)
### 会议
- 会议时间:双周例会,周二下午16:00(暂定)
- 会议链接:https://meeting.tencent.com/s/653ACaiONpYZ
### 联系方式(可选)
- 邮件列表:
- zulip群组:https://zulip.openharmony.cn
- 微信群:
......@@ -43,7 +43,7 @@
### Meetings
- Meeting time: Bi-weekly meeting, Monday 19:00 pm, UTC+8
- Meeting application: [SIG-BUILDSYSTEM Meeting Proposal](https://shimo.im/sheets/m8AZV1JgE2UQ1KAb/MODOC/)
- Meeting application: [sig_buildsystem Meeting Proposal](https://shimo.im/sheets/m8AZV1JgE2UQ1KAb/MODOC/)
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content)
......
......@@ -43,7 +43,7 @@
### 会议
- 会议时间:双周例会,周一晚上19:00,UTC+8
- 会议申报:[SIG-BUILDSYSTEM Meeting Proposal](https://shimo.im/sheets/m8AZV1JgE2UQ1KAb/MODOC/)
- 会议申报:[sig_buildsystem Meeting Proposal](https://shimo.im/sheets/m8AZV1JgE2UQ1KAb/MODOC/)
- 会议链接: Welink或其他会议
- 会议通知: 请订阅邮件列表 dev@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content)
......
# SIG_CellularDeviceManagement
English | [简体中文](./sig-cellular_device_mgr_cn.md)
English | [简体中文](./sig_cellular_device_mgr_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](https://gitee.com/openharmony/community/blob/master/zh/pmc.md).
......
# SIG_CellularDeviceManagement
简体中文 | [English](./sig-cellular_device_mgr.md)
简体中文 | [English](./sig_cellular_device_mgr.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](https://gitee.com/openharmony/community/blob/master/zh/pmc.md)中描述的约定。
......
# SIG_COMPILERUNTIME
English | [简体中文](./sig-compile-runtime_cn.md)
English | [简体中文](./sig_compile-runtime_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -20,9 +20,9 @@
### overview
- Compiler
![figures/compileruntime-overview-compiler-en.png](figures/compileruntime-overview-compiler-en.png)
![figures/compileruntime_overview_compiler_en.png](figures/compileruntime_overview_compiler_en.png)
- Runtime
![figures/compileruntime-overview-runtime-en.png](figures/compileruntime-overview-runtime-en.png)
![figures/compileruntime_overview_runtime_en.png](figures/compileruntime_overview_runtime_en.png)
## Repositories
|Component|Description|Code repo|
......
# SIG_COMPILERUNTIME
简体中文 | [English](./sig-compile-runtime.md)
简体中文 | [English](./sig_compile-runtime.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -19,9 +19,9 @@
### 技术栈范围
- Compiler
![figures/compileruntime-overview-compiler-cn.png](figures/compileruntime-overview-compiler-cn.png)
![figures/compileruntime_overview_compiler_cn.png](figures/compileruntime_overview_compiler_cn.png)
- Runtime
![figures/compileruntime-overview-runtime-cn.png](figures/compileruntime-overview-runtime-cn.png)
![figures/compileruntime_overview_runtime_cn.png](figures/compileruntime_overview_runtime_cn.png)
## 代码仓
|部件名称|部件功能描述|部件仓名称|
......
# SIG-compliance
English | [简体中文](./sig_compliance_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
## Overview
With the rapid development of the OpenHarmony community, more and more patches are submitted by developers, more and more third-party open source software is introduced into the community, Meanwhile, OpenHarmony Compliance risks are increasing. As we all know, The community has introduced and developed [Open Source Compliance Audit Tool OAT](https://gitee.com/openharmony-sig/tools_oat), sensitive word scanning tools, open source code fragment scanning, and 7-cai tools to solve the basic compliance problems. However, there is still a lot of work to be confirmed by the team. As the size of the community increases, this will pose a huge challenge to the compliance of the community. Therefore, we hope to setup the SIG-Compliance . With the SIG, we will strengthen multi-party connectionst, embrace the best practices in open source, and establish a mechanism and engineering system for open source compliance governance, including standards/norms, processes , tools, organization. The SIG will provide open source compliance governance solutions or services to organizations and individuals participating in the community.
## SIG group work objectives and scope
### work goals
- Establish OpenHarmony's open source compliance engineering system
- Formulate the rules, norms and processes of OpenHarmony's open source compliance governance
- Develop OpenHarmony's open source compliance Audit tools
- Provide OpenHarmony's open source compliance services
### work scope
The first phase of the core work of the SIG focuses on the construction of community ** open source compliance governance engineering systems and capabilities**. According to the life cycle of open source software and community development, we divide open source compliance into four categories:
- **Reliable source** (third-party open source software, community self-developed code)
- **License compliance** (open source software license compatibility, open source software license obligation fulfillment, The License Compliance of Project)
- **Intellectual Property Compliance** (Copyrights, Patents, Trademarks, Terminology)
- **Release Compliance** (Trade Compliance, The License Compliance of Release)
The work of this group **includes**
- **Planning and developing of engineering capabilities and tools**
- **Drafting and formulation of compliance process rules**
- **Collaborate with community and industry organizations on engineering capabilities**
- **Introduction and external sharing of best practices in compliance governance**
- **Compliance culture and training within the community**
#### **Relationship between Open Source Audit Tool Project**:
As a umbrella project, The SIG-compliance will
integrate with [OAT](https://gitee.com/openharmony-sig/tools_oat) as one of most important tool for our project. Meanwhile, the other compliance tools also will be integrate into our project. We will leverage these tools to empower openharmony compliance engineering system
#### **Relationship with Open Source Compliance Group under the Openharmony Working Committee**:
In principle, this SIG should implement the compliance engineering capabilities under the guidance of the open source compliance group, and regularly report to the open source compliance group.
This group **does not** includes
- Official announcement for compliance event and legal issues
- Final interpretation of community open source compliance and legal issues
- Final desicion of community open source compliance governance standards and process
### The repository
- project name:
- OAT :https://gitee.com/openharmony-sig/tools_oat
## SIG Members
### Leader
- @jalenchen(https://gitee.com/jalenchen)
### Committers
- @king-gao (https://gitee.com/king-gao)
- @alec-z (https://gitee.com/alec-z)
- @kubigao (https://gitee.com/kubigao)
- @billwangliang (https://gitee.com/billwangliang)
- @youthdragon (https://gitee.com/youthdragon)
- @jungle8023 (https://gitee.com/jungle8023)
- @yishuangli(https://gitee.com/yishuangli)
- @Rahul Mohan G(rahulmohang@gmail.com)
- @Carlo Piana( piana@array.eu )
- @alpianon(https://gitee.com/alpianon)
### Meetings
- Meeting time: Public meeting time: Beijing time, every Friday afternoon, 14:00~15:00
- Meeting application: [OpenHarmony SIG-Compliance Meeting Proposal](https://etherpad.openharmony.cn/p/compliance)
- Meeting link: [Meeting link](https://etherpad.openharmony.cn/p/compliance)
- Meeting notification: Please [Subscribe](https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the conference link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content)
### Contact (optional)
- Mailing list:dev@openharmony.io
- Zulip group:https://zulip.openharmony.cn
- Wechat group:NA
- Mailing list tag:[compliance]
\ No newline at end of file
# sig_compliance
English | [简体中文](./sig_compliance_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
## Overview
With the rapid development of the OpenHarmony community, more and more patches are submitted by developers, more and more third-party open source software is introduced into the community, Meanwhile, OpenHarmony Compliance risks are increasing. As we all know, The community has introduced and developed [Open Source Compliance Audit Tool OAT](https://gitee.com/openharmony-sig/tools_oat), sensitive word scanning tools, open source code fragment scanning, and 7-cai tools to solve the basic compliance problems. However, there is still a lot of work to be confirmed by the team. As the size of the community increases, this will pose a huge challenge to the compliance of the community. Therefore, we hope to setup the sig_Compliance . With the SIG, we will strengthen multi-party connectionst, embrace the best practices in open source, and establish a mechanism and engineering system for open source compliance governance, including standards/norms, processes , tools, organization. The SIG will provide open source compliance governance solutions or services to organizations and individuals participating in the community.
## SIG group work objectives and scope
### work goals
- Establish OpenHarmony's open source compliance engineering system
- Formulate the rules, norms and processes of OpenHarmony's open source compliance governance
- Develop OpenHarmony's open source compliance Audit tools
- Provide OpenHarmony's open source compliance services
### work scope
The first phase of the core work of the SIG focuses on the construction of community ** open source compliance governance engineering systems and capabilities**. According to the life cycle of open source software and community development, we divide open source compliance into four categories:
- **Reliable source** (third-party open source software, community self-developed code)
- **License compliance** (open source software license compatibility, open source software license obligation fulfillment, The License Compliance of Project)
- **Intellectual Property Compliance** (Copyrights, Patents, Trademarks, Terminology)
- **Release Compliance** (Trade Compliance, The License Compliance of Release)
The work of this group **includes**
- **Planning and developing of engineering capabilities and tools**
- **Drafting and formulation of compliance process rules**
- **Collaborate with community and industry organizations on engineering capabilities**
- **Introduction and external sharing of best practices in compliance governance**
- **Compliance culture and training within the community**
#### **Relationship between Open Source Audit Tool Project**:
As a umbrella project, The sig_compliance will
integrate with [OAT](https://gitee.com/openharmony-sig/tools_oat) as one of most important tool for our project. Meanwhile, the other compliance tools also will be integrate into our project. We will leverage these tools to empower openharmony compliance engineering system
#### **Relationship with Open Source Compliance Group under the Openharmony Working Committee**:
In principle, this SIG should implement the compliance engineering capabilities under the guidance of the open source compliance group, and regularly report to the open source compliance group.
This group **does not** includes
- Official announcement for compliance event and legal issues
- Final interpretation of community open source compliance and legal issues
- Final desicion of community open source compliance governance standards and process
### The repository
- project name:
- OAT :https://gitee.com/openharmony-sig/tools_oat
## SIG Members
### Leader
- @jalenchen(https://gitee.com/jalenchen)
### Committers
- @king-gao (https://gitee.com/king-gao)
- @alec-z (https://gitee.com/alec-z)
- @kubigao (https://gitee.com/kubigao)
- @billwangliang (https://gitee.com/billwangliang)
- @youthdragon (https://gitee.com/youthdragon)
- @jungle8023 (https://gitee.com/jungle8023)
- @yishuangli(https://gitee.com/yishuangli)
- @Rahul Mohan G(rahulmohang@gmail.com)
- @Carlo Piana( piana@array.eu )
- @alpianon(https://gitee.com/alpianon)
### Meetings
- Meeting time: Public meeting time: Beijing time, every Friday afternoon, 14:00~15:00
- Meeting application: [OpenHarmony sig_compliance Meeting Proposal](https://etherpad.openharmony.cn/p/compliance)
- Meeting link: [Meeting link](https://etherpad.openharmony.cn/p/compliance)
- Meeting notification: Please [Subscribe](https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the conference link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content)
### Contact (optional)
- Mailing list:dev@openharmony.io
- Zulip group:https://zulip.openharmony.cn
- Wechat group:NA
- Mailing list tag:[compliance]
# SIG-compliance
简体中文 | [English](./sig_compliance.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
## 概述
随着OpenHarmony社区的蓬勃发展,一方面,开发者向社区提交的代码越来越多;另一方面,社区内引入的第三方开源软件越来越多,这使得OpenHarmony版本发布中带来的潜在合规风险也越来越大,社区当前已经引入或者开发了[开源合规审查工具OAT](https://gitee.com/openharmony-sig/tools_oat)、敏感词扫描工具、片段扫描,棱镜七彩等工具,上解决了基础合规问题,但当前的社区的合规活动中依然存在不少的人为环节和需要大量的人力维护,随着社区规模的上升,这将对社区的合规形成巨大的挑战。因此,我们希望基于OAT的基础上,成立合规SIG,借助SIG组织,加强多方联接与投入,拥抱业界开源最佳实践成果,建立开源合规治理的机制和工程体系,包括标准/规范、流程、装备工具、组织。通过工具和工程方法落地这些规则,提供开源合规治理的解决方案或服务给参与社区的组织和个人。
## SIG组工作目标和范围
### 工作目标
- 建立OpenHarmony的开源合规工程体系
- 拟定OpenHarmony的开源合规治理的规则、规范、流程
- 开发OpenHarmony的开源合规工具
- 提供OpenHarmony的开源合规服务
### 工作范围
本小组首期核心工作聚焦于社区**开源合规治理工程体系及能力的构建**,根据开源软件及社区开发的生命周期,我们将开源合规分为
- **来源可信** ( 三方开源软件、社区代码贡献)
- **许可证遵从** ( 三方开源软件许可证兼容、三方开源软件证义务履行、项目许可证)
- **知识产权合规** ( 版权、专利、商标、术语)
- **版本发布合规** ( 贸易合规、发布包许可证)
本小组工作**包含**以上分类中
- **工程能力及工具的规划及建设**
- **流程规则的起草及拟定**
- **与社区内及业界组织在工程能力方面协作**
- **合规治理方面最佳实践的引入与对外分享**
- **社区内合规文化与培训**
#### **与开源审查工具OAT项目的关系**:
本小组作为一个伞形项目,包含[开源合规审查工具OAT](https://gitee.com/openharmony-sig/tools_oat),即OAT是SIG-Compliance中的一个子项目,也是当前最主要的合规审查工具,本小组一方面会持续演进OAT工具,另一方也会引入业界其他最佳实践及工具,将多种能力进行集成,共同打造合规工程体系
#### **与工作委员会下开源合规组的关系**:
原则上,本小组应在开源合规组的指导下完成工程能力的建设,并定期向工作委员会下的开源合规组进行工作汇报
本小组**不包含**
- 社区合规及法务问题的官方口径
- 社区合规及法务问题的最终解释权
- 社区合规治理标准规范的最终审核权
## 代码仓
- 代码仓地址:
- SIG-Compliance :https://gitee.com/openharmony/compliance
- OAT开源审查工具 :https://gitee.com/openharmony-sig/tools_oat
## SIG组成员
### Leader
- @jalenchen(https://gitee.com/jalenchen)
### Committers列表
- @king-gao (https://gitee.com/king-gao)
- @alec-z (https://gitee.com/alec-z)
- @kubigao (https://gitee.com/kubigao)
- @billwangliang (https://gitee.com/billwangliang)
- @youthdragon (https://gitee.com/youthdragon)
- @jungle8023 (https://gitee.com/jungle8023)
- @yishuangli(https://gitee.com/yishuangli)
- @Rahul Mohan G(rahulmohang@gmail.com)
- @Carlo Piana( piana@array.eu )
- @alpianon(https://gitee.com/alpianon)
- 欢迎加入
### Contributor列表
- 欢迎加入
## 会议
- 会议时间:公开的会议时间:北京时间,每周五 下午,14:00点~15:00点
- 会议申报:[OpenHarmony SIG-Compliance Meeting Proposal](https://etherpad.openharmony.cn/p/compliance)
- 会议链接:[见链接](https://etherpad.openharmony.cn/p/compliance)
- 会议通知:请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content)
## 联系方式(可选)
- 邮件列表:dev@openharmony.io
- 邮件列表tag [compliance]
- Zulip群组:https://zulip.openharmony.cn
- 微信群:NA
## 加入我们(Join Us)
合规SIG欢迎所有对开源合规有兴趣的爱好者、志愿者、学者、专家、律师、学生的加入, 加入合规SIG无需特殊的技能要求和经验要求,您可以通过以下**任意一个途径**,明示您有意愿加入合规SIG,我们接到您的明示后,会在本文件的Contributor列表中添加您的基本信息以将您确认为合规SIG的成员
- 邮件声明加入:通过向[dev@openharmony.io](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表发送加入合规SIG申请,并同时主送SIG Leader, 请注意在邮件主题前增加[compliance]字样,以便更快的找到您的邮件,邮件内容至少明确包含您希望申请加入合规SIG组的意愿即可。 如果个人自愿,可以增加简要经验说明,后续希望重点参与的工作及可投入时间等内容,但请注意此部分内容不做强制。
- 参加SIG会议加入:通过在例行的合规SIG例会中[自行申报议题](https://etherpad.openharmony.cn/p/compliance),新增议题标题为**新成员加入申请** 并按时参加会议,会议中明确表示申请加入合规SIG,并记录为会议纪要. **注意,即使您不想成为合规SIG的成员,仍然可以不受任何限制的参加合规SIG的会议**
## 开始参与贡献(Get Involved)
合规SIG的可贡献内容是多方面的,我们欢迎包括但不限于以下方面的贡献:
- 合规工程能力:合规工程体系涉及的需求、设计、开发、测试、bugfix、漏洞修复
- 文档 - 指导书、FAQs、流程规范
- 翻译: 翻译及本地化
- 法务
- 学术研究及实践: 欢迎高校同学将合规SIG作为实习或者研究的平台,可基于相对独立的课题在SIG进行开展
- 社区合规问题看护
- 与业界组织合作及成功实践引入
- 布道、培训及MeetUp等活动
# sig_compliance
简体中文 | [English](./sig_compliance.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
## 概述
随着OpenHarmony社区的蓬勃发展,一方面,开发者向社区提交的代码越来越多;另一方面,社区内引入的第三方开源软件越来越多,这使得OpenHarmony版本发布中带来的潜在合规风险也越来越大,社区当前已经引入或者开发了[开源合规审查工具OAT](https://gitee.com/openharmony-sig/tools_oat)、敏感词扫描工具、片段扫描,棱镜七彩等工具,上解决了基础合规问题,但当前的社区的合规活动中依然存在不少的人为环节和需要大量的人力维护,随着社区规模的上升,这将对社区的合规形成巨大的挑战。因此,我们希望基于OAT的基础上,成立合规SIG,借助SIG组织,加强多方联接与投入,拥抱业界开源最佳实践成果,建立开源合规治理的机制和工程体系,包括标准/规范、流程、装备工具、组织。通过工具和工程方法落地这些规则,提供开源合规治理的解决方案或服务给参与社区的组织和个人。
## SIG组工作目标和范围
### 工作目标
- 建立OpenHarmony的开源合规工程体系
- 拟定OpenHarmony的开源合规治理的规则、规范、流程
- 开发OpenHarmony的开源合规工具
- 提供OpenHarmony的开源合规服务
### 工作范围
本小组首期核心工作聚焦于社区**开源合规治理工程体系及能力的构建**,根据开源软件及社区开发的生命周期,我们将开源合规分为
- **来源可信** ( 三方开源软件、社区代码贡献)
- **许可证遵从** ( 三方开源软件许可证兼容、三方开源软件证义务履行、项目许可证)
- **知识产权合规** ( 版权、专利、商标、术语)
- **版本发布合规** ( 贸易合规、发布包许可证)
本小组工作**包含**以上分类中
- **工程能力及工具的规划及建设**
- **流程规则的起草及拟定**
- **与社区内及业界组织在工程能力方面协作**
- **合规治理方面最佳实践的引入与对外分享**
- **社区内合规文化与培训**
#### **与开源审查工具OAT项目的关系**:
本小组作为一个伞形项目,包含[开源合规审查工具OAT](https://gitee.com/openharmony-sig/tools_oat),即OAT是SIG-Compliance中的一个子项目,也是当前最主要的合规审查工具,本小组一方面会持续演进OAT工具,另一方也会引入业界其他最佳实践及工具,将多种能力进行集成,共同打造合规工程体系
#### **与工作委员会下开源合规组的关系**:
原则上,本小组应在开源合规组的指导下完成工程能力的建设,并定期向工作委员会下的开源合规组进行工作汇报
本小组**不包含**
- 社区合规及法务问题的官方口径
- 社区合规及法务问题的最终解释权
- 社区合规治理标准规范的最终审核权
## 代码仓
- 代码仓地址:
- SIG-Compliance :https://gitee.com/openharmony/compliance
- OAT开源审查工具 :https://gitee.com/openharmony-sig/tools_oat
## SIG组成员
### Leader
- @jalenchen(https://gitee.com/jalenchen)
### Committers列表
- @king-gao (https://gitee.com/king-gao)
- @alec-z (https://gitee.com/alec-z)
- @kubigao (https://gitee.com/kubigao)
- @billwangliang (https://gitee.com/billwangliang)
- @youthdragon (https://gitee.com/youthdragon)
- @jungle8023 (https://gitee.com/jungle8023)
- @yishuangli(https://gitee.com/yishuangli)
- @Rahul Mohan G(rahulmohang@gmail.com)
- @Carlo Piana( piana@array.eu )
- @alpianon(https://gitee.com/alpianon)
- 欢迎加入
### Contributor列表
- 欢迎加入
## 会议
- 会议时间:公开的会议时间:北京时间,每周五 下午,14:00点~15:00点
- 会议申报:[OpenHarmony sig_compliance Meeting Proposal](https://etherpad.openharmony.cn/p/compliance)
- 会议链接:[见链接](https://etherpad.openharmony.cn/p/compliance)
- 会议通知:请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content)
## 联系方式(可选)
- 邮件列表:dev@openharmony.io
- 邮件列表tag [compliance]
- Zulip群组:https://zulip.openharmony.cn
- 微信群:NA
## 加入我们(Join Us)
合规SIG欢迎所有对开源合规有兴趣的爱好者、志愿者、学者、专家、律师、学生的加入, 加入合规SIG无需特殊的技能要求和经验要求,您可以通过以下**任意一个途径**,明示您有意愿加入合规SIG,我们接到您的明示后,会在本文件的Contributor列表中添加您的基本信息以将您确认为合规SIG的成员
- 邮件声明加入:通过向[dev@openharmony.io](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表发送加入合规SIG申请,并同时主送SIG Leader, 请注意在邮件主题前增加[compliance]字样,以便更快的找到您的邮件,邮件内容至少明确包含您希望申请加入合规SIG组的意愿即可。 如果个人自愿,可以增加简要经验说明,后续希望重点参与的工作及可投入时间等内容,但请注意此部分内容不做强制。
- 参加SIG会议加入:通过在例行的合规SIG例会中[自行申报议题](https://etherpad.openharmony.cn/p/compliance),新增议题标题为**新成员加入申请** 并按时参加会议,会议中明确表示申请加入合规SIG,并记录为会议纪要. **注意,即使您不想成为合规SIG的成员,仍然可以不受任何限制的参加合规SIG的会议**
## 开始参与贡献(Get Involved)
合规SIG的可贡献内容是多方面的,我们欢迎包括但不限于以下方面的贡献:
- 合规工程能力:合规工程体系涉及的需求、设计、开发、测试、bugfix、漏洞修复
- 文档 - 指导书、FAQs、流程规范
- 翻译: 翻译及本地化
- 法务
- 学术研究及实践: 欢迎高校同学将合规SIG作为实习或者研究的平台,可基于相对独立的课题在SIG进行开展
- 社区合规问题看护
- 与业界组织合作及成功实践引入
- 布道、培训及MeetUp等活动
# SIG-CROSS-PLATFORM-UI
# sig_crossplatformui
SIG-CROSS-PLATFORM-UI
sig_crossplatformui
English | [简体中文](./sig_crossplatformui_cn.md)
......@@ -67,4 +67,4 @@ Actively cooperate with communities, universities and relevant customers.
- Mailing list:taro@jd.com
- Wechat group:
![](https://img13.360buyimg.com/ling/jfs/t1/199829/17/18179/761565/619df07aE2f32e9ba/2b328bf44471a1ab.png)
\ No newline at end of file
![](https://img13.360buyimg.com/ling/jfs/t1/199829/17/18179/761565/619df07aE2f32e9ba/2b328bf44471a1ab.png)
# SIG-CROSS-PLATFORM-UI
# sig-crossplatformui
跨平台前端框架(crossplatform-jsframework)兴趣小组
......
# sig-dengluyi
English |[简体中文 ](./sig-dengluyi_cn.md)
# sig_dengluyi
English |[简体中文 ](./sig_dengluyi_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......
# sig-dengluyi
简体中文 | [English](./sig-dengluyi.md)
# sig_dengluyi
简体中文 | [English](./sig_dengluyi.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......
......@@ -158,7 +158,7 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
### Meetings
- Meeting time: BiWeek Thursday 10:00
- Meeting application: [SIG-DevBoardMeeting application](https://shimo.im/sheets/UZBk8yBk0y4NE4SZ)
- Meeting application: [sig_DevBoardMeeting application](https://shimo.im/sheets/UZBk8yBk0y4NE4SZ)
- meeting link:Tencent meeting or other meeting
- Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/sig_devboard.openharmony.io/) mailing list for the
- Meeting Summary:To view the minutes of past meetings, please click this [link](https://gitee.com/openharmony-sig/sig-content/tree/master/devboard/meetings)
......
......@@ -159,7 +159,7 @@
### 会议
- 会议时间:双周例会,周四上午10:00
- 会议申报:[SIG-DevBoard会议申报](https://shimo.im/sheets/UZBk8yBk0y4NE4SZ)
- 会议申报:[sig_DevBoard会议申报](https://shimo.im/sheets/UZBk8yBk0y4NE4SZ)
- 会议链接:腾讯会议或其他会议
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/sig_devboard.openharmony.io/)邮件列表获取会议链接
- 会议纪要:查看往期会议纪要,请点此[链接](https://gitee.com/openharmony-sig/sig-content/tree/master/devboard/meetings)
......
# SIG_DataManagement
English | [简体中文](./sig-distributeddatamgr_cn.md)
English | [简体中文](./sig_distributeddatamgr_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......
# SIG_DataManagement
简体中文 | [English](./sig-distributeddatamgr.md)
简体中文 | [English](./sig_distributeddatamgr.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -11,8 +11,8 @@
### 工作范围
本地数据库、分布式数据库、数据管理服务等
分布式数据管理SIG( sig-distributeddatamgr )技术栈范围全景图如下图所示:
![OpenHarmony文档概览](figures/distributeddatamgr-overview.png)
分布式数据管理SIG( sig_distributeddatamgr )技术栈范围全景图如下图所示:
![OpenHarmony文档概览](figures/distributeddatamgr_overview.png)
## 代码仓
|部件名称|部件功能描述|部件仓名称|
| ------------ | ------------ |------------ |
......
# SIG Template
English | [简体中文](./sig-distributedhardwaremgr_cn.md)
English | [简体中文](./sig_distributedhardwaremgr_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......
# SIG组
简体中文 | [English](./sig-distributedhardwaremgr.md)
简体中文 | [English](./sig_distributedhardwaremgr.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -11,8 +11,8 @@
### 工作范围
综合传感处理平台子系统、电源服务子系统、泛Sensor服务子系统、USB服务子系统、分布式硬件管理子系统
分布式硬件SIG( sig-distributedhardwaremgr )技术栈范围全景图如下图所示:
![OpenHarmony文档概览](figures/distributedhardwaremgr-overview.png)
分布式硬件SIG( sig_distributedhardwaremgr )技术栈范围全景图如下图所示:
![OpenHarmony文档概览](figures/distributedhardwaremgr_overview.png)
## 代码仓
|部件名称|部件功能描述|部件仓名称|
| ------------ | ------------ |------------ |
......
# SIG-Docs
简体中文 | [English](./sig_template.md)
# sig_Docs
简体中文 | [English](./sig_docs_cn.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -30,7 +30,7 @@
OpenHarmony开发者文档概览如下图所示,包含入门学习、上手体验、开发、调试等开发者历程需要的相关文档。
![OpenHarmony文档概览](figures/docs-overview.png)
![OpenHarmony文档概览](figures/docs_overview.png)
其他资源:
......@@ -51,7 +51,7 @@ Codelabs:https://gitee.com/openharmony/codelabs
### 会议
- 会议时间:每月第一周,周五下午
- 会议申报:[OpenHarmony SIG-Docs Meeting Proposal]( https://etherpad.openharmony.cn/p/sig-docs)
- 会议申报:[OpenHarmony sig_Docs Meeting Proposal]( https://etherpad.openharmony.cn/p/sig_docs)
- 会议链接: Welink或其他会议
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/docs.openharmony.io/)邮件列表获取会议链接
......
......@@ -20,7 +20,7 @@ The driver SIG is responsible for building a unified Hardware Driver Foundation
- Actively work with developers to promote the device ecosystem construction and expansion for device drivers in OpenHarmony projects.
Device driver technology stack
![OpenHarmony Document Overview](figures/driver-overview-en.png)
![OpenHarmony Document Overview](figures/driver_overview_en.png)
> **NOTE**
>
......@@ -111,7 +111,7 @@ Device driver technology stack
### Meetings
- Meeting time: bi-weekly meeting, at 16:00 Wednesday
- Meeting application: [SIG-Driver meetings](https://shimo.im/sheets/36GKhpvrXd8TcQHY)
- Meeting application: [sig_Driver meetings](https://shimo.im/sheets/36GKhpvrXd8TcQHY)
- Meeting link: Tencent or other meetings
- Meeting notice: [Subscribe to](https://lists.openatom.io/postorius/lists/sig_driver.openharmony.io/) the email address to obtain the meeting link.
- Meeting minutes: Click [here](https://gitee.com/openharmony-sig/sig-content/tree/master/driver/meetings) to view previous meeting minutes.
......
......@@ -18,7 +18,7 @@ Driver sig负责构建OpenHarmony的统一硬件驱动平台HDF(Hardware Drive
- 积极与开发者推动设备驱动在OpenHarmony项目的南向生态建设和拓展。
设备驱动技术栈范围全景图
![OpenHarmony文档概览](figures/driver-overview.png)
![OpenHarmony文档概览](figures/driver_overview.png)
说明:HDF驱动管理框架部件及各设备驱动部件代码可以根据编译制定,构建在轻量系统设备,小型系统设备或者标准系统设备中;在标准系统设备中,可以编译指定构建在用户态还是内核态。
......@@ -107,7 +107,7 @@ Driver sig负责构建OpenHarmony的统一硬件驱动平台HDF(Hardware Drive
### 会议
- 会议时间:双周例会,周三下午16:00
- 会议申报:[SIG-Driver会议议题收集](https://shimo.im/sheets/36GKhpvrXd8TcQHY)
- 会议申报:[sig_Driver会议议题收集](https://shimo.im/sheets/36GKhpvrXd8TcQHY)
- 会议链接:腾讯会议或其他会议
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/sig_driver.openharmony.io/)邮件列表获取会议链接
- 会议纪要:查看往期会议纪要,请点此[链接](https://gitee.com/openharmony-sig/sig-content/tree/master/driver/meetings)
......
# SIG_EduDataSpecification
简体中文 | [English](./sig_edu_data_specification.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
## SIG组工作目标和范围
教育信息数据采集SIG旨在构建围绕OpenHarmony软硬件生态,与教育领域软硬件伙伴共同解决教育数据采集场景中的高频痛点,共同制定教育专属操作系统与数据采集标准,助力教育行业自主创新,促进OpenHarmony上的教育信息化南北向应用生态快速发展。
**以捐献数据采集相关能力组件的方式形成教育信息数据采集事实标准**
### 工作范围
**聚生态**
* SIG将致力汇聚、发展、协作生态伙伴,共同建设基于OpenHarmony的教育专属操作系统,积极与教育南北生态合作伙伴、教育管理单位、高校、科研单位,完善OpenHarmony上的教育生态建设。
**建标准**
* SIG将协同伙伴共同建立和完善相应数据采集、数据共享规范和标准,促进教育行业应用规范发展,形成教育数据采集标准。
**树标杆**
* 创新OH教育应用场景,基于OH根技术共建示范性标杆工程;以示范效应带动产业鸿蒙化发展。
**捐能力**
* 协同生态伙伴共同捐助OH教育应用生态组件。
## 代码仓
* 代码仓地址:
- 待定
## SIG组成员
### Leader
- [@21961252](https://gitee.com/21961252)
### Committers
- [@yeeeeeeti](https://gitee.com/yeeeeeeti)
- [@hytyj_hamstermie](https://gitee.com/hytyj_hamstermie)
### 会议
- 会议时间:目前视任务进度情况决定开会时间
- 会议申报:[教育信息数据采集 Meeting Proposal](https://shimo.im/sheets/tpcJktty9Pvpp9c8/MODOC/)
- 会议方式: 腾讯会议
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/sig_edu_data.openharmony.io/)邮件列表 sig_edu_data@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content/tree/master/edu_data_specification/meetings)
### 联系方式(可选)
- 邮件列表:[sig_edu_data@openharmony.io]()
# SIG_EduDataSpecification
简体中文 | [English](./sig_edu_data_specification.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
## SIG组工作目标和范围
教育信息数据采集SIG旨在构建围绕OpenHarmony软硬件生态,与教育领域软硬件伙伴共同解决教育数据采集场景中的高频痛点,共同制定教育专属操作系统与数据采集标准,助力教育行业自主创新,促进OpenHarmony上的教育信息化南北向应用生态快速发展。
**以捐献数据采集相关能力组件的方式形成教育信息数据采集事实标准**
### 工作范围
**聚生态**
* SIG将致力汇聚、发展、协作生态伙伴,共同建设基于OpenHarmony的教育专属操作系统,积极与教育南北生态合作伙伴、教育管理单位、高校、科研单位,完善OpenHarmony上的教育生态建设。
**建标准**
* SIG将协同伙伴共同建立和完善相应数据采集、数据共享规范和标准,促进教育行业应用规范发展,形成教育数据采集标准。
**树标杆**
* 创新OH教育应用场景,基于OH根技术共建示范性标杆工程;以示范效应带动产业鸿蒙化发展。
**捐能力**
* 协同生态伙伴共同捐助OH教育应用生态组件。
## 代码仓
* 代码仓地址:
- 待定
## SIG组成员
### Leader
- [@21961252](https://gitee.com/21961252)
### Committers
- [@yeeeeeeti](https://gitee.com/yeeeeeeti)
- [@hytyj_hamstermie](https://gitee.com/hytyj_hamstermie)
### 会议
- 会议时间:目前视任务进度情况决定开会时间
- 会议申报:[教育信息数据采集 Meeting Proposal](https://shimo.im/sheets/tpcJktty9Pvpp9c8/MODOC/)
- 会议方式: 腾讯会议
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/sig_edu_data.openharmony.io/)邮件列表 sig_edu_data@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content/tree/master/edu_data_specification/meetings)
### 联系方式(可选)
- 邮件列表:[sig_edu_data@openharmony.io]()
- Zulip群组:https://zulip.openharmony.cn subscript to sig-knowledge stream
\ No newline at end of file
......@@ -11,7 +11,7 @@ Build game application migration and development capabilities based on OHOS. Con
### work scope
- Porting and adapting game engine for OpenHarmony
![OpenHarmony文档概览](figures/gaming-overview.png)
![OpenHarmony文档概览](figures/gaming_overview.png)
## The repository
- project name:
......
# SIG-Gaming
简体中文 | [English](./sig-gaming.md)
# sig_Gaming
简体中文 | [English](./sig_gaming.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -11,7 +11,7 @@
### 工作范围
- 为OpenHarmony移植与适配游戏引擎
![OpenHarmony文档概览](figures/gaming-overview.png)
![OpenHarmony文档概览](figures/gaming_overview.png)
## 代码仓
......@@ -38,5 +38,5 @@
### 会议
- 会议时间:双周周五14:30-15:15
- 会议申报:[OpenHarmony Sig-Gaming Meeting Proposal](https://shimo.im/file-invite/6LUJkovmJuABaTcW8v8a9TpZAl9d6/)
- 会议申报:[OpenHarmony sig_Gaming Meeting Proposal](https://shimo.im/file-invite/6LUJkovmJuABaTcW8v8a9TpZAl9d6/)
- 会议链接: Welink
# SIG-Graphics
English | [简体中文](./sig-graphics_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
Manage OpenHarmony Graphics
### work scope
OpenHarmony Graphics and windowmanager related design and review.
## The repository
- project name:
- graphic_graphic_2d:https://gitee.com/openharmony/graphic_graphic_2d
- graphic_surface:https://gitee.com/openharmony/graphic_surface
- graphic_ui:https://gitee.com/openharmony/graphic_ui
- graphic_utils:https://gitee.com/openharmony/graphic_utils
- graphic_wms:https://gitee.com/openharmony/graphic_wms
- third_party_weston:https://gitee.com/openharmony/third_party_weston
- third_party_wayland-ivi-extension:https://gitee.com/openharmony/third_party_wayland-ivi-extension
- third_party_wayland-protocols_standard:https://gitee.com/openharmony/third_party_wayland-protocols_standard
- third_party_wayland_standard:https://gitee.com/openharmony/third_party_wayland_standard
- third_party_libdrm:https://gitee.com/openharmony/third_party_libdrm
- third_party_pixman:https://gitee.com/openharmony/third_party_pixman
- third_party_egl:https://gitee.com/openharmony/third_party_egl
- third_party_opengles:https://gitee.com/openharmony/third_party_opengles
- third_party_skia:https://gitee.com/openharmony/third_party_skia
- windowmanager:https://gitee.com/openharmony/windowmanager
- third_party_libexif:https://gitee.com/openharmony-sig/third_party_libexif
- third_party_libjpeg-turbo:https://gitee.com/openharmony/third_party_libjpeg-turbo
- third_party_vulkan-loader:https://gitee.com/openharmony/third_party_vulkan-loader
## SIG Members
### Leader
- @abbuu(https://gitee.com/abbuu)
- @yifan-cui(https://gitee.com/yifan-cui)
### Committers
- @lijj01(https://gitee.com/lijj01)
- @bj1010(https://gitee.com/bj1010)
- @mk_gc(https://gitee.com/mk_gc)
### Meetings
- Meeting time:Every two weeks' Friday 14:30-15:15
- Meeting application: [OpenHarmony Sig-Graphics Meeting Proposal](https://shimo.im/sheets/m4kMLLgagotBK9qD/MODOC)
- Meeting link: [tencent meeting] https://meeting.tencent.com/dm/18G1h0F3uheD
- Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/graphics_dev@openharmony.io) mailing list graphics_dev@openharmony.io for the meeting link
### Contact (optional)
- liyu37@huawei.com
- cuikun1@huawei.com
- Mailing list:dev@openharmony.io
- Zulip group: https://zulip.openharmony.cn
- Wechat group:SIG-Graphics
# sig_Graphics
English | [简体中文](./sig_graphics_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
Manage OpenHarmony Graphics
### work scope
OpenHarmony Graphics and windowmanager related design and review.
## The repository
- project name:
- graphic_graphic_2d:https://gitee.com/openharmony/graphic_graphic_2d
- graphic_surface:https://gitee.com/openharmony/graphic_surface
- graphic_ui:https://gitee.com/openharmony/graphic_ui
- graphic_utils:https://gitee.com/openharmony/graphic_utils
- graphic_wms:https://gitee.com/openharmony/graphic_wms
- third_party_weston:https://gitee.com/openharmony/third_party_weston
- third_party_wayland-ivi-extension:https://gitee.com/openharmony/third_party_wayland-ivi-extension
- third_party_wayland-protocols_standard:https://gitee.com/openharmony/third_party_wayland-protocols_standard
- third_party_wayland_standard:https://gitee.com/openharmony/third_party_wayland_standard
- third_party_libdrm:https://gitee.com/openharmony/third_party_libdrm
- third_party_pixman:https://gitee.com/openharmony/third_party_pixman
- third_party_egl:https://gitee.com/openharmony/third_party_egl
- third_party_opengles:https://gitee.com/openharmony/third_party_opengles
- third_party_skia:https://gitee.com/openharmony/third_party_skia
- windowmanager:https://gitee.com/openharmony/windowmanager
- third_party_libexif:https://gitee.com/openharmony-sig/third_party_libexif
- third_party_libjpeg-turbo:https://gitee.com/openharmony/third_party_libjpeg-turbo
- third_party_vulkan-loader:https://gitee.com/openharmony/third_party_vulkan-loader
## SIG Members
### Leader
- @abbuu(https://gitee.com/abbuu)
- @yifan-cui(https://gitee.com/yifan-cui)
### Committers
- @lijj01(https://gitee.com/lijj01)
- @bj1010(https://gitee.com/bj1010)
- @mk_gc(https://gitee.com/mk_gc)
### Meetings
- Meeting time:Every two weeks' Friday 14:30-15:15
- Meeting application: [OpenHarmony sig_Graphics Meeting Proposal](https://shimo.im/sheets/m4kMLLgagotBK9qD/MODOC)
- Meeting link: [tencent meeting] https://meeting.tencent.com/dm/18G1h0F3uheD
- Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/graphics_dev@openharmony.io) mailing list graphics_dev@openharmony.io for the meeting link
### Contact (optional)
- liyu37@huawei.com
- cuikun1@huawei.com
- Mailing list:dev@openharmony.io
- Zulip group: https://zulip.openharmony.cn
- Wechat group:SIG-Graphics
# SIG-Graphics
简体中文 | [English](./sig-graphics.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
## SIG组工作目标和范围
### 工作目标
OpenHarmony 图形管理。
### 工作范围
图形和窗口相关的设计和提交评审。
1. 新一代图形系统、窗口系统架构及特性的孵化
2. 主干仓库的图形系统需求的开发与维护
3. 识别图形对其他子系统的依赖,并提出相应需求,促进系统完善
4. 与开发者交流、合作,持续完善图形子系统、窗口子系统特性
5. 组织社区相关问题的澄清并及时给予解答
图形SIG( sig-graphics )技术栈范围全景图如下图所示:
![OpenHarmony文档概览](figures/graphics-overview.png)
## 代码仓
|部件名称|部件功能描述|部件仓名称|
| ------------ | ------------ |------------ |
|2D图形【graphic_2d】|提供2D图形的绘制,渲染,合成,支持egl,OpenGLES等图形表标准化接口 |graphic_graphic_2d|
|窗口管理【window_manager】|提供窗口管理和Display管理的基础能力,是系统图形界面显示所需的基础子系统 |windowmanager|
|SKIA|图形的2D渲染库,支持文本、图形、图片等图形渲染基础工作 |third_party_skia|
|EGL|EGL 是 OpenGL ES 渲染 API 和本地窗口系统(native platform window system)之间的一个中间接口层,它主要由系统制造商实现。EGL提供如下机制:与设备的原生窗口系统通信、查询绘图表面的可用类型和配置、创建绘面、在OpenGL ES 和其他图形渲染API之间同步渲染、管理纹理贴图等渲染资源 |third_party_egl|
|OpenGL ES|OpenGL ES 是从 OpenGL 裁剪的定制而来的,去除了glBegin/glEnd,四边形(GL_QUADS)、多边形(GL_POLYGONS)等复杂图元等许多非绝对必要的特性的三维图形API子集 |third_party_opengles|
|HarfBuzz|HarfBuzz是用于文字塑形的软件开发库,亦即用于转换Unicode文本到字形指标及方位的过程 |third_party_harfbuzz|
|libpng|libpng 是官方的 PNG 参考库。它支持几乎所有的PNG功能,是可扩展的,并且已经过超过23年的广泛测试 |third_party_libpng|
|giflib|giflib 是一个可以用来编解码 GIF 格式文件的 C 语言库 |third_party_giflib|
|vulkan-loader|vulkan-loader是在Vulkan应用程序和Vulkan驱动程序(任意数量)之间的库,支持多个驱动程序和跨驱动程序的实例级功能。此外,Vulkan-Loader在应用程序和驱动程序之间插入Vulkan层,例如验证层。|third_party_vulkan-loader|
- 代码仓地址:
- graphic_graphic_2d:https://gitee.com/openharmony/graphic_graphic_2d
- graphic_surface:https://gitee.com/openharmony/graphic_surface
- graphic_ui:https://gitee.com/openharmony/graphic_ui
- graphic_utils:https://gitee.com/openharmony/graphic_utils
- graphic_wms:https://gitee.com/openharmony/graphic_wms
- third_party_weston:https://gitee.com/openharmony/third_party_weston
- third_party_wayland-ivi-extension:https://gitee.com/openharmony/third_party_wayland-ivi-extension
- third_party_wayland-protocols_standard:https://gitee.com/openharmony/third_party_wayland-protocols_standard
- third_party_wayland_standard:https://gitee.com/openharmony/third_party_wayland_standard
- third_party_libdrm:https://gitee.com/openharmony/third_party_libdrm
- third_party_pixman:https://gitee.com/openharmony/third_party_pixman
- third_party_egl:https://gitee.com/openharmony/third_party_egl
- third_party_opengles:https://gitee.com/openharmony/third_party_opengles
- third_party_skia:https://gitee.com/openharmony/third_party_skia
- windowmanager:https://gitee.com/openharmony/windowmanager
- third_party_libexif:https://gitee.com/openharmony-sig/third_party_libexif
- third_party_libjpeg-turbo:https://gitee.com/openharmony/third_party_libjpeg-turbo
- third_party_vulkan-loader:https://gitee.com/openharmony/third_party_vulkan-loader
## SIG组成员
### Leader
- @abbuu(https://gitee.com/abbuu)
- @yifan-cui(https://gitee.com/yifan-cui)
### Committers列表
- @lijj01(https://gitee.com/lijj01)
- @bj1010(https://gitee.com/bj1010)
- @mk_gc(https://gitee.com/mk_gc)
### 会议
- 会议时间:双周周五14:30-15:15
- 会议申报:[OpenHarmony Sig-Graphics Meeting Proposal](https://shimo.im/sheets/m4kMLLgagotBK9qD/MODOC)
- 会议链接: [腾讯会议] https://meeting.tencent.com/dm/18G1h0F3uheD
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/graphics_dev@openharmony.io)邮件列表 graphics_dev@openharmony.io 获取会议链接
### 联系方式(可选)
- liyu37@huawei.com
- cuikun1@huawei.com
- 邮件列表:dev@openharmony.io
- Zulip群组:https://zulip.openharmony.cn
- 微信群:SIG-Graphics
# sig_Graphics
简体中文 | [English](./sig_graphics.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
## SIG组工作目标和范围
### 工作目标
OpenHarmony 图形管理。
### 工作范围
图形和窗口相关的设计和提交评审。
1. 新一代图形系统、窗口系统架构及特性的孵化
2. 主干仓库的图形系统需求的开发与维护
3. 识别图形对其他子系统的依赖,并提出相应需求,促进系统完善
4. 与开发者交流、合作,持续完善图形子系统、窗口子系统特性
5. 组织社区相关问题的澄清并及时给予解答
图形SIG( sig_graphics )技术栈范围全景图如下图所示:
![OpenHarmony文档概览](figures/graphics_overview.png)
## 代码仓
|部件名称|部件功能描述|部件仓名称|
| ------------ | ------------ |------------ |
|2D图形【graphic_2d】|提供2D图形的绘制,渲染,合成,支持egl,OpenGLES等图形表标准化接口 |graphic_graphic_2d|
|窗口管理【window_manager】|提供窗口管理和Display管理的基础能力,是系统图形界面显示所需的基础子系统 |windowmanager|
|SKIA|图形的2D渲染库,支持文本、图形、图片等图形渲染基础工作 |third_party_skia|
|EGL|EGL 是 OpenGL ES 渲染 API 和本地窗口系统(native platform window system)之间的一个中间接口层,它主要由系统制造商实现。EGL提供如下机制:与设备的原生窗口系统通信、查询绘图表面的可用类型和配置、创建绘面、在OpenGL ES 和其他图形渲染API之间同步渲染、管理纹理贴图等渲染资源 |third_party_egl|
|OpenGL ES|OpenGL ES 是从 OpenGL 裁剪的定制而来的,去除了glBegin/glEnd,四边形(GL_QUADS)、多边形(GL_POLYGONS)等复杂图元等许多非绝对必要的特性的三维图形API子集 |third_party_opengles|
|HarfBuzz|HarfBuzz是用于文字塑形的软件开发库,亦即用于转换Unicode文本到字形指标及方位的过程 |third_party_harfbuzz|
|libpng|libpng 是官方的 PNG 参考库。它支持几乎所有的PNG功能,是可扩展的,并且已经过超过23年的广泛测试 |third_party_libpng|
|giflib|giflib 是一个可以用来编解码 GIF 格式文件的 C 语言库 |third_party_giflib|
|vulkan-loader|vulkan-loader是在Vulkan应用程序和Vulkan驱动程序(任意数量)之间的库,支持多个驱动程序和跨驱动程序的实例级功能。此外,Vulkan-Loader在应用程序和驱动程序之间插入Vulkan层,例如验证层。|third_party_vulkan-loader|
- 代码仓地址:
- graphic_graphic_2d:https://gitee.com/openharmony/graphic_graphic_2d
- graphic_surface:https://gitee.com/openharmony/graphic_surface
- graphic_ui:https://gitee.com/openharmony/graphic_ui
- graphic_utils:https://gitee.com/openharmony/graphic_utils
- graphic_wms:https://gitee.com/openharmony/graphic_wms
- third_party_weston:https://gitee.com/openharmony/third_party_weston
- third_party_wayland-ivi-extension:https://gitee.com/openharmony/third_party_wayland-ivi-extension
- third_party_wayland-protocols_standard:https://gitee.com/openharmony/third_party_wayland-protocols_standard
- third_party_wayland_standard:https://gitee.com/openharmony/third_party_wayland_standard
- third_party_libdrm:https://gitee.com/openharmony/third_party_libdrm
- third_party_pixman:https://gitee.com/openharmony/third_party_pixman
- third_party_egl:https://gitee.com/openharmony/third_party_egl
- third_party_opengles:https://gitee.com/openharmony/third_party_opengles
- third_party_skia:https://gitee.com/openharmony/third_party_skia
- windowmanager:https://gitee.com/openharmony/windowmanager
- third_party_libexif:https://gitee.com/openharmony-sig/third_party_libexif
- third_party_libjpeg-turbo:https://gitee.com/openharmony/third_party_libjpeg-turbo
- third_party_vulkan-loader:https://gitee.com/openharmony/third_party_vulkan-loader
## SIG组成员
### Leader
- @abbuu(https://gitee.com/abbuu)
- @yifan-cui(https://gitee.com/yifan-cui)
### Committers列表
- @lijj01(https://gitee.com/lijj01)
- @bj1010(https://gitee.com/bj1010)
- @mk_gc(https://gitee.com/mk_gc)
### 会议
- 会议时间:双周周五14:30-15:15
- 会议申报:[OpenHarmony sig_Graphics Meeting Proposal](https://shimo.im/sheets/m4kMLLgagotBK9qD/MODOC)
- 会议链接: [腾讯会议] https://meeting.tencent.com/dm/18G1h0F3uheD
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/graphics_dev@openharmony.io)邮件列表 graphics_dev@openharmony.io 获取会议链接
### 联系方式(可选)
- liyu37@huawei.com
- cuikun1@huawei.com
- 邮件列表:dev@openharmony.io
- Zulip群组:https://zulip.openharmony.cn
- 微信群:SIG-Graphics
# SIG-HILOG
# sig_HILOG
English | [简体中文](./sig_template_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
- To solve the problems such as lack of functionality, low performance and high resource consumption existing in the current log system, we establish this sig to design a new log system HiLog for OpenHarmony. HiLog stores and manages various types of logs, including kernel logs, system logs and third-party logs. It provides rich and convenient log access functions for system developers and application developers. At the same time, HiLog has good performance in log reliability, interface delay and resource overhead. This SIG is a sub SIG of [SIG_BasicSoftwareService](https://gitee.com/openharmony/community/tree/master/sig/sig-basicsoftwareservice).
- To solve the problems such as lack of functionality, low performance and high resource consumption existing in the current log system, we establish this sig to design a new log system HiLog for OpenHarmony. HiLog stores and manages various types of logs, including kernel logs, system logs and third-party logs. It provides rich and convenient log access functions for system developers and application developers. At the same time, HiLog has good performance in log reliability, interface delay and resource overhead. This SIG is a sub SIG of [SIG_BasicSoftwareService](https://gitee.com/openharmony/community/tree/master/sig/sig_basicsoftwareservice).
### work goals
- Solve the common problems in log system:
......@@ -53,7 +53,7 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
### Meetings
- Meeting time:xxx
- Meeting application: Refer to the method of [PMC meeting](https://gitee.com/dongjinguang/community/blob/master/zh/pmc.md#pmc%E4%BC%9A%E8%AE%AE%E9%93%BE%E6%8E%A5) to provide the shimo sharing document weblink, convenient for SIG-related people to apply for the topic.
- Meeting application: Refer to the method of [PMC meeting](https://gitee.com/dongjinguang/community/blob/master/zh/pmc.md#pmc%E4%BC%9A%E8%AE%AE%E9%93%BE%E6%8E%A5) to provide the shimo sharing document weblink, convenient for sig_related people to apply for the topic.
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe to] (https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content/tree/master/hilog/meetings)
......
# SIG-HILOG
# sig_HILOG
简体中文 | [English](./sig_template.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -6,7 +6,7 @@
## SIG组工作目标和范围
### 工作目标
- 针对当前已有日志系统存在的功能缺失、性能较低、资源开销大等问题,成立本SIG,目标是为OpenHarmony设计1个全新的日志系统HiLog,能够存储和管理内核日志、系统日志以及三方日志等各种类型的日志,为系统开发者和应用开发者提供丰富便捷的日志访问功能,同时在日志可靠性、接口时延、以及资源开销等方面具有良好的性能体验。本SIG为基础软件服务SIG([SIG_BasicSoftwareService](https://gitee.com/openharmony/community/tree/master/sig/sig-basicsoftwareservice))的子SIG。
- 针对当前已有日志系统存在的功能缺失、性能较低、资源开销大等问题,成立本SIG,目标是为OpenHarmony设计1个全新的日志系统HiLog,能够存储和管理内核日志、系统日志以及三方日志等各种类型的日志,为系统开发者和应用开发者提供丰富便捷的日志访问功能,同时在日志可靠性、接口时延、以及资源开销等方面具有良好的性能体验。本SIG为基础软件服务SIG([SIG_BasicSoftwareService](https://gitee.com/openharmony/community/tree/master/sig/sig_basicsoftwareservice))的子SIG。
### 工作范围
......
# SIG-HuaweiCloud
# sig_HuaweiCloud
English | [简体中文](./sig_huaweicloud_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -44,7 +44,7 @@ Provide cloud collaboration components for OpenHarmony, hoping that HUAWEI CLOUD
### Meetings
- Meeting time: Bi-weekly meeting, Thursday 14:30-16:00 pm, UTC+8
- Meeting Proposal: [OpenHarmony SIG-HuaweiCloud Meeting Proposal](https://shimo.im/sheets/zdkyBwNxgzCP8nA6/MODOC)
- Meeting Proposal: [OpenHarmony sig_HuaweiCloud Meeting Proposal](https://shimo.im/sheets/zdkyBwNxgzCP8nA6/MODOC)
- Meeting link: Welink or others
- Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
- Meeting Summary:To view the minutes of past meetings, please click this [Meeting minutes](https://gitee.com/openharmony-sig/sig-content/tree/master/huaweicloud/meetings)
......@@ -52,4 +52,4 @@ Provide cloud collaboration components for OpenHarmony, hoping that HUAWEI CLOUD
### Contact
| 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/>|
\ No newline at end of file
| 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-HuaweiCloud
# sig_HuaweiCloud
简体中文 | [English](./sig_huaweicloud.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -42,7 +42,7 @@
### 会议
- 会议时间:双周例会,周四下午14:30-16:00,UTC+8
- 议题申报: [OpenHarmony SIG-HuaweiCloud Meeting Proposal](https://shimo.im/sheets/zdkyBwNxgzCP8nA6/MODOC)
- 议题申报: [OpenHarmony sig_HuaweiCloud Meeting Proposal](https://shimo.im/sheets/zdkyBwNxgzCP8nA6/MODOC)
- 会议链接:Welink或其他会议
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io) 邮件列表 dev@openharmony.io 获取会议链接
- 会议纪要:查看往期会议纪要,请点此[会议纪要](https://gitee.com/openharmony-sig/sig-content/tree/master/huaweicloud/meetings)
......
# SIG-ide
# sig_ide
English | [简体中文](./sig-ide_cn.md)
English | [简体中文](./sig_ide_cn.md)
Note: The contents of this SIG follows the convention described in OpenHarmony's PMC Management Charter README.
......@@ -59,7 +59,7 @@ IDE documents, samples, FAQs and issues reply
### Meetings
+ Meeting time: Wednesday at 16:00 o'clock, biweekly
+ Meeting application: [SIG-Ide application](https://shimo.im/docs/RKAWVD8p8OiOVek8)
+ Meeting application: [sig_Ide application](https://shimo.im/docs/RKAWVD8p8OiOVek8)
+ Meeting link: Welink
+ Meeting notification: [subscribe](https://lists.openatom.io/postorius/lists/dev.openharmony.io) to the mailing list dev@openharmony.io for the meeting link
+ Meeting-Minutes: To view the minutes of past meetings, please click this [link](https://gitee.com/openharmony-sig/sig-content/tree/master/ide/meetings)
......
# SIG-ide
# sig_ide
简体中文 | [English](./sig-ide.md)
简体中文 | [English](./sig_ide.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......
......@@ -41,7 +41,7 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
### Meetings
- Meeting time:xxx
- Meeting application: Refer to the method of [PMC meeting](https://gitee.com/dongjinguang/community/blob/master/zh/pmc.md#pmc%E4%BC%9A%E8%AE%AE%E9%93%BE%E6%8E%A5) to provide the shimo sharing document weblink, convenient for SIG-related people to apply for the topic.
- Meeting application: Refer to the method of [PMC meeting](https://gitee.com/dongjinguang/community/blob/master/zh/pmc.md#pmc%E4%BC%9A%E8%AE%AE%E9%93%BE%E6%8E%A5) to provide the shimo sharing document weblink, convenient for sig_related people to apply for the topic.
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe](https://lists.openatom.io/postorius/lists/sig_industry_network.openharmony.io/) mailing list [sig_industry_network@openharmony.io](https://lists.openatom.io/postorius/lists/sig_industry_network.openharmony.io/) for the meeting link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content/tree/master/industrial_internet/meetings)
......
# SIG-Industrial_Internet
# sig_Industrial_Internet
简体中文 | [English](./sig_industrial_internet.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......
# SIG-Infrastructure
# sig_Infrastructure
English | [简体中文](./sig-infrastructure_cn.md)
English | [简体中文](./sig_infrastructure_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......
# SIG-Infrastructure
# sig_Infrastructure
简体中文 | [English](./sig-infrastructure.md)
简体中文 | [English](./sig_infrastructure.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......
# SIG-IOT_Sensing_Network
# sig_IOT_Sensing_Network
English | [简体中文](./sig_iot_sensing_network_cn.md)
......
# SIG-IOT_Sensing_Network
# sig_IOT_Sensing_Network
简体中文 | [English](./sig_iot_sensing_network.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......
......@@ -51,7 +51,7 @@ File system related open source software used by OpenHarmony lite equipment, inc
### Meetings
- Meeting time:Tuesday 9:30 am
- Meeting application: please write [SHIMO](https://shimo.im/sheets/VgQV6VjCJ9cXtY8G/MODOC) for SIG-related people to apply for the topic.
- Meeting application: please write [SHIMO](https://shimo.im/sheets/VgQV6VjCJ9cXtY8G/MODOC) for sig_related people to apply for the topic.
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe to](https://lists.openatom.io/hyperkitty/list/dev@openharmony.io/) mailing list dev@openharmony.io for the meeting link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content)
......
......@@ -13,7 +13,7 @@
- 维护多内核架构,支持轻量化设备选择LiteOS内核,维护生态发展。
技术栈范围全景图如下图所示:
![OpenHarmony文档概览](figures/kernel-overview.png)
![OpenHarmony文档概览](figures/kernel_overview.png)
## LiteOS代码仓
|部件名称|部件功能描述|部件仓名称|
......
# SIG-Knowledge
# sig_Knowledge
English | [简体中文](./sig_knowledge_cn.md)
......
# SIG-Knowledge
# sig_Knowledge
简体中文 | [English](./sig_knowledge.md)
......
# SIG-linkboy
# sig_linkboy
English | [简体中文](./sig_linkboy_cn.md)
Note: no english version! please see the chinese version. (sig_linkboy_cn.md)
......
# SIG-linkboy
# sig_linkboy
简体中文 | [English](./sig_linkboy.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -106,7 +106,7 @@ lite_component("app") {
### 会议
- 会议时间:双周例会,周五 20:00
- 会议申报:[SIG-linkboy会议申报](https://shimo.im/sheets/sX5pBO7PwFkEsR1D)
- 会议申报:[sig_linkboy会议申报](https://shimo.im/sheets/sX5pBO7PwFkEsR1D)
- 会议链接:腾讯会议或其他会议
- 会议通知:请[订阅](https://lists.openatom.io/postorius/lists/sig_linkboy.openharmony.io)邮件列表获取会议链接
- 会议纪要:查看往期会议纪要,请点此[链接](https://gitee.com/openharmony-sig/sig-content/tree/master/linkboy/meetings)
......
# This file is used to manage the OpenHarmony project sig_group information
[[sig_group]]
name = "sig-ai-framework"
name = "sig_ai_framework"
description = "负责AI框架相关模块的架构设计、评审、决策以及开发"
leader = { gitee_id = "https://gitee.com/zhanghaibo5", email = "zhanghaibo5@huawei.com" }
sub_system = ["L1S_AI"]
[[sig_group]]
name = "sig-ai_framework_integration"
name = "sig_ai_framework_integration"
description = "负责在OpenHarmony平台上提供三方AI推理框架的集成和维护"
leader = { gitee_id = "https://gitee.com/wang-huaxin", email = "wanghuaxin@kaihongdigi.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-api"
name = "sig_api"
description = "负责制定OpenHarmony平台的API设计规范和API社区治理,对API变更进行设计与评审"
leader = { gitee_id = "https://gitee.com/huawei_qiangbo", email = "qiangbo2@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-appframework"
name = "sig_appframework"
description = "负责应用程序框架(元能力、ArkUI、事件通知等)相关模块的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/huawei_qiangbo", email = "qiangbo2@huawei.com" }
sub_system = [
......@@ -30,13 +30,13 @@ sub_system = [
]
[[sig_group]]
name = "sig-architecture"
name = "sig_architecture"
description = "负责OpenHarmony架构(包括子系统/部件/代码仓的增加,合并,拆分和删除)相关的设计评审,《架构设计原则》和《OpenHarmony 系统架构》修订"
leader = { gitee_id = "https://gitee.com/im-off-this-week", email = "rengelin@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-basicsoftwareservice"
name = "sig_basicsoftwareservice"
description = "负责OpenHarmony基础软件服务相关模块的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/handyohos", email = "zhangxiaotian@huawei.com" }
sub_system = [
......@@ -53,67 +53,67 @@ sub_system = [
]
[[sig_group]]
name = "sig-blockchain"
name = "sig_blockchain"
description = "提供OpenHarmony数据上链功能,深度定制可适配OpenHarmony的数据上链组件"
leader = { gitee_id = "https://gitee.com/shangxuan_hz", email = "shangxuan@hyperchain.cn" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-bluetooth"
name = "sig_bluetooth"
description = "提供OpenHarmony蓝牙服务以及蓝牙协议栈,提升蓝牙兼容性"
leader = { gitee_id = "https://gitee.com/cheng_guohong", email = "guohong.cheng@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-buildsystem"
name = "sig_buildsystem"
description = "负责编译构建模块架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/chenmudan", email = "chenmudan@huawei.com" }
sub_system = ["L1S_BuildSystem"]
[[sig_group]]
name = "sig-cellular_device_mgr"
name = "sig_cellular_device_mgr"
description = "负责基于OpenHarmony平台,进行入云组件、端管云组件、终端安全等基础能力组件和行业应用组件的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/pengz123", email = "pengzhao.sh@chinatelecom.cn" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-compileruntime"
name = "sig_compileruntime"
description = "负责语言编译和运行时相关软件模块架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/klooer", email = "xianyuqiang@huawei.com" }
sub_system = ["L1S_CCRuntime", "L1S_Utils"]
[[sig_group]]
name = "sig-compliance"
name = "sig_compliance"
description = "制定OpenHarmony的开源合规治理的规则、规范、流程,负责开发合规工具,并提供合规服务能力"
leader = { gitee_id = "https://gitee.com/jalenchen", email = "xianyuqiang@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-crossplatformui"
name = "sig_crossplatformui"
description = "开发和维护跨平台适配核心,包括为 OpenHarmony 拓展UI范式,让Web应用和各类小程序应用适配OpenHarmony的能力"
leader = { gitee_id = "https://gitee.com/o2team", email = "o2labs@163.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-dengluyi"
name = "sig_dengluyi"
description = "为OpenHarmony 环境嵌入一个通用标准的多账号管理模块,与手机登录易App通信互操作,实现新用户的自动注册,老用户的自动登录,自动修改密码等功能"
leader = { gitee_id = "https://gitee.com/youngp7", email = "3119005904@mail2.gdut.edu.cn" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-devboard"
name = "sig_devboard"
description = "提供OpenHarmony芯片&开发板移植规划和规范,负责芯片&开发板移植的架构设计、预审及开发工作"
leader = { gitee_id = "https://gitee.com/liuyang198591", email = "liu_yang@hoperun.com" }
sub_system = ["L1S_DevBoard"]
[[sig_group]]
name = "sig-distributeddatamgr"
name = "sig_distributeddatamgr"
description = "负责OpenHarmony数据管理服务相关模块的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/gong-a-shi", email = "gongashi@huawei.com" }
sub_system = ["L1S_DistributedDataMgr_DFS"]
[[sig_group]]
name = "sig-distributedhardwaremgr"
name = "sig_distributedhardwaremgr"
description = "负责OpenHarmony MSDP、电源管理、传感器服务、分布式硬件、USB相关模块的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/hhh2", email = "pengfei.hou@huawei.com" }
sub_system = [
......@@ -125,25 +125,25 @@ sub_system = [
]
[[sig_group]]
name = "sig-docs"
name = "sig_docs"
description = "负责OpenHarmony版本配套开发者文档的构建和发布的评审及开发"
leader = { gitee_id = "https://gitee.com/neeen", email = "neen.yang@huawei.com" }
sub_system = ["L1S_Docs"]
[[sig_group]]
name = "sig-driver"
name = "sig_driver"
description = "负责构建OpenHarmony的统一硬件驱动平台HDF的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/shidi_snow", email = "zhaowenhua@huawei.com" }
sub_system = ["L1S_Drivers"]
[[sig_group]]
name = "sig-edu_data_specification"
name = "sig_edu_data_specification"
description = "建设基于OpenHarmony的教育专属操作系统,积极与教育南北生态合作伙伴、教育管理单位、高校、科研单位,完善OpenHarmony上的教育生态建设"
leader = { gitee_id = "https://gitee.com/yongjie2020", email = "yongjie.yan@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-graphics"
name = "sig_graphics"
description = "负责构建OpenHarmony的图形和窗口相关的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/abbuu", email = "liyu37@huawei.com" }
sub_system = [
......@@ -154,145 +154,145 @@ sub_system = [
]
[[sig_group]]
name = "sig-hilog"
name = "sig_hilog"
description = "负责日志系统HiLog架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/v11985", email = "wangfeng@iscas.ac.cn" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-ide"
name = "sig_ide"
description = "负责构建OpenHarmony IDE功能模块和插件相关的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/xiaojian_ide", email = "xiaojian756@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-industrial_internet"
name = "sig_industrial_internet"
description = "负责构建围绕OpenHarmony构建工业专属操作系统和软硬件生态相关的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/halhuangbin", email = "huangbin@talkweb.com.cn" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-infrastructure"
name = "sig_infrastructure"
description = "负责构建围绕OpenHarmony构建工业专属操作系统和软硬件生态相关的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/xzmu", email = "kelei@iscas.ac.cn" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-iot-sensing-network"
name = "sig_iot_sensing_network"
description = "负责构建围绕OpenHarmony构建在2B行业物联感知场景所必须的网络协议能力增强"
leader = { gitee_id = "https://gitee.com/yoursywxf", email = "xiaofei3@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-kernel"
name = "sig_kernel"
description = "负责构建OpenHarmony的内核存储、内存、调度、安全等能力增强,多内核兼容架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/easy-to-see", email = "salient.yijian@huawei.com" }
sub_system = ["L1S_Kernel"]
[[sig_group]]
name = "sig-knowlege"
name = "sig_knowlege"
description = "负责构建OpenHarmony场景化Demo,撰写详细的开发指导书和课程"
leader = { gitee_id = "https://gitee.com/zeeman_wang", email = "zeeman.wang@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-linkboy"
name = "sig_linkboy"
description = "负责围绕OpenHarmony系统的适配和移植linkboy图形化编程软件,推广OpenHarmony系统生态"
leader = { gitee_id = "https://gitee.com/linkboy_crux", email = "910360201@qq.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-media"
name = "sig_media"
description = "负责构建OpenHarmony的媒体框架&服务相关的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/dumingliang_hw", email = "dumingliang@huawei.com" }
sub_system = ["L1S_MultiMedia"]
[[sig_group]]
name = "sig-miniblink"
name = "sig_miniblink"
description = "负责构建基于OpenHarmony轻量化web引擎"
leader = { gitee_id = "https://gitee.com/ampereufo", email = "ampereufo@qq.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-mips"
name = "sig_mips"
description = "使能OpenHarmony支撑MIPS架构与MIPS设备,提供MIPS的软件包和系统构建等指导,并维护对MIPS架构的支持"
leader = { gitee_id = "https://gitee.com/hongtao6573", email = "tao.hong@ingenic.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-napi_generator"
name = "sig_napi_generator"
description = "基于OpenHarmony标准系统,推出一些提升开发效率的NAPI框架代码生成工具"
leader = { gitee_id = "https://gitee.com/zhaojunxia2020", email = "zhaojunxia@kaihong.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-openblock"
name = "sig_openblock"
description = "负责围绕OpenHarmony系统的适配和移植Blockly图形化编程软件,推广OpenHarmony系统生态"
leader = { gitee_id = "https://gitee.com/duzc2", email = "duzc2@163.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-opengfxdriver"
name = "sig_opengfxdriver"
description = "基于Mesa 3D以及DRM驱动,使能其在OpenHarmony平台运行开源的图形渲染"
leader = { gitee_id = "https://gitee.com/frank-huangran", email = "frank.huangran@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-print"
name = "sig_print"
description = "使能OpenHarmony开发打印服务功能,拓展及完善OpenHarmony在行业智能终端及其他打印设备的基本能力"
leader = { gitee_id = "https://gitee.com/eric.li", email = "eric.li@urovo.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-python"
name = "sig_python"
description = "使能Python在OpenHarmony上的应用开发"
leader = { gitee_id = "https://gitee.com/delphi-tang", email = "delphi_tang@dt4sw.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-qa"
name = "sig_qa"
description = "制定社区开发相关流程,组织sig组转正评审, 运营和审视社区开发、sig组运作,发现问题并推动相关团队优化改进"
leader = { gitee_id = "https://gitee.com/xhuazi", email = "xw.hua@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-qt"
name = "sig_qt"
description = "负责完成基于OpenHarmony的QT软件开发框架的移植及适配,将适配OpenHarmony平台的代码,回馈至QT上游社区"
leader = { gitee_id = "https://gitee.com/cwc1987", email = "caiwc@sinux.com.cn" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-release"
name = "sig_release"
description = "负责制定OpenHarmony的发布计划和协调各SIG团队完成OpenHarmony社区版本的发布工作"
leader = { gitee_id = "https://gitee.com/davidwulanxi", email = "wuyonghui9@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-riscv"
name = "sig_riscv"
description = "负责移植和维护RISC-V设备和RISC-V TEE在OpenHarmony上能运行"
leader = { gitee_id = "https://gitee.com/yu_jia_geng", email = "jiageng08@iscas.ac.cn" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-robotics"
name = "sig_robotics"
description = "基于OpenHarmony设计可支持AGV、AMR、RGV等移动机器人的技术架构、应用层接口标准、通讯协议"
leader = { gitee_id = "https://gitee.com/sunmingang", email = "sunmingang@jd.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-secure_element"
name = "sig_secure_element"
description = "基于OpenHarmony提供统一的安全芯片管理框架,提供安全芯片相关规范,支持标准化的高安系统安全业务部署安全芯片"
leader = { gitee_id = "https://gitee.com/leapsecond", email = "ang.li@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-security"
name = "sig_security"
description = "负责构建OpenHarmony的应用权限、应用签名、设备认证和密钥管理等的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/yongjie2020", email = "yongjie.yan@huawei.com" }
sub_system = ["L1S_Security", "L1S_BIOMETRICS"]
[[sig_group]]
name = "sig-softbus"
name = "sig_softbus"
description = "负责构建OpenHarmony的应用权限、应用签名、设备认证和密钥管理等的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/maerlii", email = "maerli@huawei.com" }
sub_system = [
......@@ -303,43 +303,43 @@ sub_system = [
]
[[sig_group]]
name = "sig-systemapplications"
name = "sig_systemapplications"
description = "定义并构建OpenHarmony的系统应用,负责申请、实施孵化项目,广泛收集社区开发者需求,以持续完善系统应用的特性"
leader = { gitee_id = "https://gitee.com/nicolaswang", email = "icolas.wangfeng@huawei.com" }
sub_system = ["L1S_Applications"]
[[sig_group]]
name = "sig-tee"
name = "sig_tee"
description = "负责构建OpenHarmony的TEE的架构设计、评审、决策及开发,制定TEE相关标准,建立统一的TEE生态"
leader = { gitee_id = "https://gitee.com/fugengsheng", email = "fugengsheng@huawei.com" }
sub_system = ["L1S_TEE"]
[[sig_group]]
name = "sig-telephony"
name = "sig_telephony"
description = "负责构建OpenHarmony的SIM卡、搜网、蜂窝数据、蜂窝通话、短彩信等蜂窝移动网络基础通信的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/zhang-hai-feng", email = "zhanghaifeng11@huawei.com" }
sub_system = ["L1S_telepony"]
[[sig_group]]
name = "sig-test"
name = "sig_test"
description = "负责构建OpenHarmony的测试系统、兼容测试框架的架构设计、评审、决策及开发"
leader = { gitee_id = "https://gitee.com/gaohanyi1982", email = "gaohanyi@huawei.com" }
sub_system = ["L1S_Test"]
[[sig_group]]
name = "sig-toolchains"
name = "sig_toolchains"
description = "为OpenHarmony开发和提供最新的社区开源工具,提升开发者开发效率"
leader = { gitee_id = "https://gitee.com/berolinux", email = "bernhard.rosenkraenzer.ext@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-temp"
name = "sig_temp"
description = "为OpenHarmony CI平台临时验证在IT平台创建SIG&代码仓库"
leader = { gitee_id = "https://gitee.com/landwind", email = "mamingshuai1@huawei.com" }
sub_system = ["NONE"]
[[sig_group]]
name = "sig-gaming"
name = "sig_gaming"
description = "为OpenHarmony游戏移植创建代码仓库,在it平台创建SIG&代码仓库"
leader = { gitee_id = "https://gitee.com/frank-huangran", email = "frank-huangran@huawei.com" }
sub_system = ["NONE"]
\ No newline at end of file
sub_system = ["NONE"]
# SIG-LoongArch
# sig_LoongArch
English | [简体中文](./sig_loongarch_cn.md)
......
# SIG-LoongArch
# sig_LoongArch
简体中文 | [English](./sig_loongarch.md)
......
# SIG-Media
English | [简体中文](./sig-media_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
Manage OpenHarmony Media
### work scope
OpenHarmony media related design and review.
## The repository
- project name:
- multimedia_player_framework:https://gitee.com/openharmony/multimedia_player_framework
- multimedia_audio_framework:https://gitee.com/openharmony/multimedia_audio_framework
- multimedia_camera_framework:https://gitee.com/openharmony/multimedia_camera_framework
- multimedia_media_library:https://gitee.com/openharmony/multimedia_media_library
- multimedia_image_framework:https://gitee.com/openharmony/multimedia_image_framework
- multimedia_av_session:https://gitee.com/openharmony/multimedia_av_session
- 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
- multimedia_camera_lite:https://gitee.com/openharmony/multimedia_camera_lite
- multimedia_utils_lite:https://gitee.com/openharmony/multimedia_utils_lite
- third_party_gstreamer:https://gitee.com/openharmony/third_party_gstreamer
- third_party_glib:https://gitee.com/openharmony/third_party_glib
- third_party_libffi:https://gitee.com/openharmony/third_party_libffi
- third_party_libsnd:https://gitee.com/openharmony/third_party_libsnd
- third_party_pulseaudio:https://gitee.com/openharmony/third_party_pulseaudio
- third_party_ffmpeg:https://gitee.com/openharmony/third_party_ffmpeg
- third_party_libsoup:https://gitee.com/openharmony/third_party_libsoup
- third_party_libpsl:https://gitee.com/openharmony/third_party_libpsl
- third_party_gettext:https://gitee.com/openharmony/third_party_gettext
- third_party_openh264:https://gitee.com/openharmony/third_party_openh264
- third_party_opensles:https://gitee.com/openharmony/third_party_opensles
## SIG Members
### Leader
- @dumingliang_hw(https://gitee.com/dumingliang_hw)
### 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
- Meeting application: [OpenHarmony Sig-Media Meeting Proposal](https://shimo.im/sheets/DTgCtcgrHhyTq6tD/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
### Contact (optional)
- dumingliang@huawei.com
- Mailing list:dev@openharmony.io
- Zulip group: https://zulip.openharmony.cn
- Wechat group:SIG-Media
# sig_Media
English | [简体中文](./sig_media_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
Manage OpenHarmony Media
### work scope
OpenHarmony media related design and review.
## The repository
- project name:
- multimedia_player_framework:https://gitee.com/openharmony/multimedia_player_framework
- multimedia_audio_framework:https://gitee.com/openharmony/multimedia_audio_framework
- multimedia_camera_framework:https://gitee.com/openharmony/multimedia_camera_framework
- multimedia_media_library:https://gitee.com/openharmony/multimedia_media_library
- multimedia_image_framework:https://gitee.com/openharmony/multimedia_image_framework
- multimedia_av_session:https://gitee.com/openharmony/multimedia_av_session
- 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
- multimedia_camera_lite:https://gitee.com/openharmony/multimedia_camera_lite
- multimedia_utils_lite:https://gitee.com/openharmony/multimedia_utils_lite
- third_party_gstreamer:https://gitee.com/openharmony/third_party_gstreamer
- third_party_glib:https://gitee.com/openharmony/third_party_glib
- third_party_libffi:https://gitee.com/openharmony/third_party_libffi
- third_party_libsnd:https://gitee.com/openharmony/third_party_libsnd
- third_party_pulseaudio:https://gitee.com/openharmony/third_party_pulseaudio
- third_party_ffmpeg:https://gitee.com/openharmony/third_party_ffmpeg
- third_party_libsoup:https://gitee.com/openharmony/third_party_libsoup
- third_party_libpsl:https://gitee.com/openharmony/third_party_libpsl
- third_party_gettext:https://gitee.com/openharmony/third_party_gettext
- third_party_openh264:https://gitee.com/openharmony/third_party_openh264
- third_party_opensles:https://gitee.com/openharmony/third_party_opensles
## SIG Members
### Leader
- @dumingliang_hw(https://gitee.com/dumingliang_hw)
### 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
- Meeting application: [OpenHarmony sig_Media Meeting Proposal](https://shimo.im/sheets/DTgCtcgrHhyTq6tD/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
### Contact (optional)
- dumingliang@huawei.com
- Mailing list:dev@openharmony.io
- Zulip group: https://zulip.openharmony.cn
- Wechat group:SIG-Media
# SIG-Media
简体中文 | [English](./sig-media.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
## SIG组工作目标和范围
### 工作目标
OpenHarmony 媒体管理。
### 工作范围
媒体相关的设计和提交评审。
## 代码仓
- 代码仓地址:
- multimedia_player_framework:https://gitee.com/openharmony/multimedia_player_framework
- multimedia_audio_framework:https://gitee.com/openharmony/multimedia_audio_framework
- multimedia_camera_framework:https://gitee.com/openharmony/multimedia_camera_framework
- multimedia_media_library:https://gitee.com/openharmony/multimedia_media_library
- multimedia_image_framework:https://gitee.com/openharmony/multimedia_image_framework
- multimedia_av_session:https://gitee.com/openharmony/multimedia_av_session
- 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
- multimedia_camera_lite:https://gitee.com/openharmony/multimedia_camera_lite
- multimedia_utils_lite:https://gitee.com/openharmony/multimedia_utils_lite
- third_party_gstreamer:https://gitee.com/openharmony/third_party_gstreamer
- third_party_glib:https://gitee.com/openharmony/third_party_glib
- third_party_libffi:https://gitee.com/openharmony/third_party_libffi
- third_party_libsnd:https://gitee.com/openharmony/third_party_libsnd
- third_party_pulseaudio:https://gitee.com/openharmony/third_party_pulseaudio
- third_party_ffmpeg:https://gitee.com/openharmony/third_party_ffmpeg
- third_party_libsoup:https://gitee.com/openharmony/third_party_libsoup
- third_party_libpsl:https://gitee.com/openharmony/third_party_libpsl
- third_party_gettext:https://gitee.com/openharmony/third_party_gettext
- third_party_openh264:https://gitee.com/openharmony/third_party_openh264
- third_party_opensles:https://gitee.com/openharmony/third_party_opensles
## SIG组成员
### Leader
- @dumingliang_hw(https://gitee.com/dumingliang_hw)
### Committers列表
- @zhu-mingliang(https://gitee.com/zhu-mingliang)
- @liuyuehua1(https://gitee.com/liuyuehua1)
- @wangjuntao(https://gitee.com/buranfanchen)
### 会议
- 会议时间:双周周五14:30-15:30
- 会议申报:[OpenHarmony Sig-Media Meeting Proposal](https://shimo.im/sheets/DTgCtcgrHhyTq6tD/MODOC)
- 会议链接: Welink
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接
### 联系方式(可选)
- dumingliang@huawei.com
- 邮件列表:dev@openharmony.io
- Zulip群组:https://zulip.openharmony.cn
- 微信群:SIG-Media
# sig_Media
简体中文 | [English](./sig_media.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
## SIG组工作目标和范围
### 工作目标
OpenHarmony 媒体管理。
### 工作范围
媒体相关的设计和提交评审。
## 代码仓
- 代码仓地址:
- multimedia_player_framework:https://gitee.com/openharmony/multimedia_player_framework
- multimedia_audio_framework:https://gitee.com/openharmony/multimedia_audio_framework
- multimedia_camera_framework:https://gitee.com/openharmony/multimedia_camera_framework
- multimedia_media_library:https://gitee.com/openharmony/multimedia_media_library
- multimedia_image_framework:https://gitee.com/openharmony/multimedia_image_framework
- multimedia_av_session:https://gitee.com/openharmony/multimedia_av_session
- 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
- multimedia_camera_lite:https://gitee.com/openharmony/multimedia_camera_lite
- multimedia_utils_lite:https://gitee.com/openharmony/multimedia_utils_lite
- third_party_gstreamer:https://gitee.com/openharmony/third_party_gstreamer
- third_party_glib:https://gitee.com/openharmony/third_party_glib
- third_party_libffi:https://gitee.com/openharmony/third_party_libffi
- third_party_libsnd:https://gitee.com/openharmony/third_party_libsnd
- third_party_pulseaudio:https://gitee.com/openharmony/third_party_pulseaudio
- third_party_ffmpeg:https://gitee.com/openharmony/third_party_ffmpeg
- third_party_libsoup:https://gitee.com/openharmony/third_party_libsoup
- third_party_libpsl:https://gitee.com/openharmony/third_party_libpsl
- third_party_gettext:https://gitee.com/openharmony/third_party_gettext
- third_party_openh264:https://gitee.com/openharmony/third_party_openh264
- third_party_opensles:https://gitee.com/openharmony/third_party_opensles
## SIG组成员
### Leader
- @dumingliang_hw(https://gitee.com/dumingliang_hw)
### Committers列表
- @zhu-mingliang(https://gitee.com/zhu-mingliang)
- @liuyuehua1(https://gitee.com/liuyuehua1)
- @wangjuntao(https://gitee.com/buranfanchen)
### 会议
- 会议时间:双周周五14:30-15:30
- 会议申报:[OpenHarmony sig_Media Meeting Proposal](https://shimo.im/sheets/DTgCtcgrHhyTq6tD/MODOC)
- 会议链接: Welink
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接
### 联系方式(可选)
- dumingliang@huawei.com
- 邮件列表:dev@openharmony.io
- Zulip群组:https://zulip.openharmony.cn
- 微信群:SIG-Media
# SIG-MIPS
# sig_MIPS
English | [简体中文](./sig_mips_cn.md)
......
# SIG-MIPS
# sig_MIPS
简体中文 | [English](./sig_mips.md)
......
# SIG-OpenBlock
# sig_OpenBlock
English | [简体中文](./sig_openblock_cn.md)
......@@ -89,7 +89,7 @@ Actively cooperate with schools, teachers and education providers
### Meetings
- Meeting time: BiWeek Monday 10:00
- Meeting application: [SIG-OpenBloack application](https://shimo.im/sheets/vfghbtkSIvo49soA)
- Meeting application: [sig_OpenBloack application](https://shimo.im/sheets/vfghbtkSIvo49soA)
- meeting link:Tencent meeting or other meeting
- Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/sig_openblock.openharmony.io) mailing list for the
- Meeting Summary:To view the minutes of past meetings, please click this [link](https://gitee.com/openharmony-sig/sig-content/tree/master/openblock/meetings)
......
# SIG-OpenBlock
# sig_OpenBlock
简体中文 | [English](./sig_openblock.md)
......@@ -87,7 +87,7 @@ OpenBlock SIG同时将协助第三方设备厂商和教育服务商构建自有
### 会议
- 会议时间:双周例会,周一晚上20:00
- 会议申报:[SIG-OpenBloack会议申报](https://shimo.im/sheets/vfghbtkSIvo49soA)
- 会议申报:[sig_OpenBloack会议申报](https://shimo.im/sheets/vfghbtkSIvo49soA)
- 会议链接:腾讯会议或其他会议
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/sig_openblock.openharmony.io/)邮件列表获取会议链接
- 会议纪要:查看往期会议纪要,请点此[链接](https://gitee.com/openharmony-sig/sig-content/tree/master/openblock/meetings)
......
# sig-opencv
# sig_opencv
English | [简体中文](./sig_opencv_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -14,7 +14,7 @@ Based on the OpenHarmony, to port OpenCV and adapt modules that are not applicab
3. Develop typical application demos.
Architecture:
![figures/sig-opencv-arch-en.png](figures/sig-opencv-arch-en.png)
![figures/sig_opencv_arch_en.png](figures/sig_opencv_arch_en.png)
### The Repository
- repository :
......
# sig-opencv
# sig_opencv
简体中文 | [English](./sig_opencv.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -11,10 +11,10 @@
### 工作范围
1. 基于NAPI框架,为移动终端的应用开发提供NAPI接口
2. 基于OH的分布式能力,实现OpenCV的分布式计算能力
3. 面向不同行业应用场景,开发基于OpenHarmony的典型应用场景
3. 面向不同行业应用场景,开发基于OpenHarmony的典型应用场景
工作范围全景图如下所示:
![figures/sig-opencv-arch.png](figures/sig-opencv-arch.png)
![figures/sig_opencv_arch.png](figures/sig_opencv_arch.png)
## 代码仓
- 代码仓地址:
......
# SIG-Opengfxdriver
# sig_Opengfxdriver
English | [简体中文](./sig_opengfxdriver_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -38,7 +38,7 @@ Opengfxdriver SIG aims to support open source graphics driver on OpenHarmony. We
### Meetings
- Meeting time:BiWeek Friday or Saturday 16:00-18:00
- Meeting application: https://etherpad.openharmony.cn/p/sig-opengfxdriver
- Meeting application: https://etherpad.openharmony.cn/p/sig_opengfxdriver
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe to] (https://lists.openatom.io/hyperkitty/list/sig-opengfxdriver@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/opengfxdriver/meetings)
......
# SIG-Opengfxdriver
# sig_Opengfxdriver
简体中文 | [English](./sig_opengfxdriver.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -38,7 +38,7 @@ Opengfxdriver SIG旨在支持开源图形驱动在OpenHarmony上的发展,我
### 会议
- 会议时间:双周例会,周五 or 周六下午16:00-18:00
- 会议申报:https://etherpad.openharmony.cn/p/sig-opengfxdriver
- 会议申报:https://etherpad.openharmony.cn/p/sig_opengfxdriver
- 会议链接: Welink或其他会议
- 会议通知: 请[订阅](https://lists.openatom.io/hyperkitty/list/sig-opengfxdriver@openharmony.io/)邮件列表 dev@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content/tree/master/opengfxdriver/meetings)
......
# SIG-Print
# sig_Print
English | [简体中文](./sig_print_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -32,7 +32,7 @@ Print SIG aims to develop print function for OpenHarmony, expand and improve the
### Meetings
- Meeting time:BiWeek Friday 9:30-10:30
- Meeting application: https://etherpad.openharmony.cn/p/sig-print
- Meeting application: https://etherpad.openharmony.cn/p/sig_print
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe to] (https://lists.openatom.io/hyperkitty/list/sig-print@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/print/meetings)
......
# SIG-print
# sig_print
简体中文 | [English](./sig_print.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -32,7 +32,7 @@ Print SIG旨在为OpenHarmony开发打印服务功能,进一步拓展及完善
### 会议
- 会议时间:双周例会,周5上午9:30-10:30
- 会议申报:https://etherpad.openharmony.cn/p/sig-print
- 会议申报:https://etherpad.openharmony.cn/p/sig_print
- 会议链接: Welink或其他会议
- 会议通知: 请[订阅](https://lists.openatom.io/hyperkitty/list/sig-print@openharmony.io/)邮件列表 dev@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content/tree/master/print/meetings)
......
# SIG-python
# sig_python
English | [简体中文](./sig-python_cn.md)
English | [简体中文](./sig_python_cn.md)
......@@ -33,7 +33,7 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
### The repository
- project name:
- sig-python: https://gitee.com/openharmony-sig/python
- sig_python: https://gitee.com/openharmony-sig/python
## SIG Members
### Leader
......@@ -49,7 +49,7 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
### Meetings
- Meeting time:BiWeek Friday 14:00
- Meeting application: [SIG-python Meeting application](https://shimo.im/sheets/WlArz7M5a1Cr1KA2/)
- Meeting application: [sig_python Meeting application](https://shimo.im/sheets/WlArz7M5a1Cr1KA2/)
- Meeting link:Tencent meeting or other meeting
- Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/sig_python.openharmony.io) mailing list for the meeting link
- Meeting Summary: To view the minutes of past meetings, please click this [link](https://gitee.com/openharmony-sig/sig-content/tree/master/python/meetings)
......
# SIG-python
# sig_python
简体中文 | [English](./sig-python.md)
简体中文 | [English](./sig_python.md)
......@@ -41,7 +41,7 @@ SIG将结合蓬莱RISC-V TEE使能OpenHarmony在RISC-V场景下的安全能力
## 代码仓
- 代码仓地址:
- sig-python: https://gitee.com/openharmony-sig/python
- sig_python: https://gitee.com/openharmony-sig/python
## SIG组成员
......@@ -57,7 +57,7 @@ SIG将结合蓬莱RISC-V TEE使能OpenHarmony在RISC-V场景下的安全能力
### 会议
- 会议时间:双周例会,周五 14:00
- 会议申报:[SIG-python会议申报](https://shimo.im/sheets/WlArz7M5a1Cr1KA2/)
- 会议申报:[sig_python会议申报](https://shimo.im/sheets/WlArz7M5a1Cr1KA2/)
- 会议链接:腾讯会议或其他会议
- 会议通知:请[订阅](https://lists.openatom.io/postorius/lists/sig_python.openharmony.io)邮件列表获取会议链接
- 会议纪要:查看往期会议纪要,请点此[链接](https://gitee.com/openharmony-sig/sig-content/tree/master/python/meetings)
......
......@@ -4,7 +4,7 @@ English | [简体中文](./guidance_for_incubation_project_graduation_cn.md)
- After a Special Interest Group (SIG) incubation project meets the graduation requirements, the SIG leader can request a graduation review. A graduated project can be incorporated into the master code repository of the OpenHarmony community.
- To apply for a graduation review, the SIG leader shall send an email to dev@openharmony.io.
- The QA SIG shall organize the [graduation review of the incubation project](https://etherpad.openharmony.cn/p/sig-graduation-review-board).
- The QA SIG shall organize the [graduation review of the incubation project](https://etherpad.openharmony.cn/p/sig_graduation-review-board).
#### Graduation Review Participants
......
# SIG-QA
English | [简体中文](./sig_QA_cn.md)
# sig_qa
English | [简体中文](./sig_qa_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -32,7 +32,7 @@ Review the operation of each sig in community development and operations, identi
### Meetings
- Meeting time:BiWeek Wednesday at 14:30:16:00
- Meeting application: [OpenHarmony SIG-QA Meeting Proposal](https://shimo.im/sheets/6QqqWJX99xrWWqJg/MODOC)
- Meeting application: [OpenHarmony sig_QA Meeting Proposal](https://shimo.im/sheets/6QqqWJX99xrWWqJg/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
......
# SIG-QA
简体中文 | [English](./sig_QA.md)
# sig_qa
简体中文 | [English](./sig_qa.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......
# SIG-Qt
# sig_Qt
English | [简体中文](./sig_qt_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -47,4 +47,4 @@ The contributions of the Qt Framework Porting and Adaptation Plan are as follows
- Meeting Proposal:[Qt SIG Metting Proposal](https://shimo.im/sheets/vVqRVBewOBUx7oqy/MODOC)
- Meeting Link:[WeLink](https://bmeeting.huaweicloud.com:36443/#/j/989208653)
- Meeting Notification: [Subscribe to](https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
- Meeting Summary:[Archive Link Address](https://gitee.com/openharmony-sig/sig-content/tree/master/qt/meetings)
\ No newline at end of file
- Meeting Summary:[Archive Link Address](https://gitee.com/openharmony-sig/sig-content/tree/master/qt/meetings)
# SIG-Qt
# sig_Qt
简体中文 | [English](./sig_qt.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......
# SIG-RISCV
English | [简体中文](./sig-riscv_cn.md)
# sig_RISCV
English | [简体中文](./sig_riscv_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......
# SIG-RISCV
简体中文 | [English](./sig-riscv.md)
# sig_RISCV
简体中文 | [English](./sig_riscv.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......
# SIG-ROBOTICS
# sig_ROBOTICS
English | [简体中文](./sig_robotics_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -31,7 +31,7 @@ Robotic sub-systems based on OpenHarmony that support technical architectures, a
### Meetings
- Meeting time: BiWeek Wednesday 20:00
- Meeting application: [SIG-robotics application](https://etherpad.openharmony.cn/p/sig-robotics)
- Meeting application: [sig_robotics application](https://etherpad.openharmony.cn/p/sig_robotics)
- meeting link:Tencent meeting or other meeting
- Meeting notification: [Subscribe to](dev@openharmony.io) mailing list for the
- Meeting Summary:To view the minutes of past meetings, please click this [link](https://gitee.com/openharmony-sig/sig-content/tree/master/robotics/meetings)
......
# SIG-ROBOTICS
# sig_ROBOTICS
简体中文 | [English](./sig_robotics.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -29,7 +29,7 @@
### 会议
- 会议时间:双周例会,周三晚上20:00
- 会议申报:[SIG-robotics会议申报](https://etherpad.openharmony.cn/p/sig-robotics)
- 会议申报:[sig_robotics会议申报](https://etherpad.openharmony.cn/p/sig_robotics)
- 会议链接:腾讯会议或其他会议
- 会议通知: 请[订阅](dev@openharmony.io)邮件列表获取会议链接
- 会议纪要:查看往期会议纪要,请点此[链接](https://gitee.com/openharmony-sig/sig-content/tree/master/robotics/meetings)
......
# SIG-SecureElement
# 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).
......@@ -54,7 +54,7 @@ Secure Element (SE) is a secure chip that is by design protected from unauthoriz
### 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 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)
......
# SIG-SecureElement
# sig_SecureElement
简体中文 | [English](./sig_secure_element.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -54,7 +54,7 @@
### 会议
- 会议时间:每周三10:00
- 会议申报:[OpenHarmony SIG-SecureElement Meeting Proposal]((https://shimo.im/sheets/KlkKVywv8BtmZXqd/MODOC)
- 会议申报:[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)
......
......@@ -47,7 +47,7 @@ OpenHarmony security sbusystem, including application permissions, application s
### Meetings
- Meeting time:Bi-weekly meeting, Monday 19:15 pm, UTC+8
- Meeting application: [OpenHarmony SIG-Security Meeting Proposal](https://shimo.im/sheets/g69CCHwg3QhTDVQc/MODOC)
- Meeting application: [OpenHarmony sig_Security Meeting Proposal](https://shimo.im/sheets/g69CCHwg3QhTDVQc/MODOC)
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe to] (https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
- Meeting-Minutes: Archive link address
......
......@@ -47,7 +47,7 @@ OpenHarmony安全业务,包括应用权限、应用签名、设备认证和密
### 会议
- 会议时间:双周例会,周一晚上19:15,UTC+8
- 会议申报:[OpenHarmony SIG-Security Meeting Proposal](https://shimo.im/sheets/g69CCHwg3QhTDVQc/MODOC)
- 会议申报:[OpenHarmony sig_Security Meeting Proposal](https://shimo.im/sheets/g69CCHwg3QhTDVQc/MODOC)
- 会议链接: Welink或其他会议
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content)
......
# SIG-SoftBus
# sig_SoftBus
English | [简体中文](./sig_softbus_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -69,7 +69,7 @@ Continuously contributes to the softbus of the OpenHarmony community, implements
### Meetings
- Meeting time: Bi-weekly meeting, Monday 16:00 pm, UTC+8
- Meeting Proposal: [OpenHarmony SIG-SoftBus Meeting Proposal](https://shimo.im/sheets/iDp1dGmnk3sVjJoE/MODOC)
- Meeting Proposal: [OpenHarmony sig_SoftBus Meeting Proposal](https://shimo.im/sheets/iDp1dGmnk3sVjJoE/MODOC)
- Meeting link: Welink
- Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/sig_dsoftbus.openharmony.io) mailing list sig_dsoftbus@openharmony.io for the meeting link
- Meeting Summary:To view the minutes of past meetings, please click this [Meeting minutes](https://gitee.com/openharmony-sig/sig-content/blob/master/softbus/meetings)
......@@ -78,4 +78,4 @@ Continuously contributes to the softbus of the OpenHarmony community, implements
| 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_dsoftbus@openharmony.io <img width=120/>| Sig-Softbus Mailing list <img width=100/> | OpenHarmony community SIG-Softbus development discussion mailing list, any Softbus related topics can be discussed in the mailing list. Any developer can [subscribe](https://lists.openatom.io/postorius/lists/sig_dsoftbus.openharmony.io/)<img width=200/>|
\ No newline at end of file
| sig_dsoftbus@openharmony.io <img width=120/>| sig_Softbus Mailing list <img width=100/> | OpenHarmony community sig_Softbus development discussion mailing list, any Softbus related topics can be discussed in the mailing list. Any developer can [subscribe](https://lists.openatom.io/postorius/lists/sig_dsoftbus.openharmony.io/)<img width=200/>|
# SIG-SoftBus
# sig_SoftBus
简体中文 | [English](./sig_softbus.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -77,7 +77,7 @@
### 会议
- 会议时间:双周例会,周一下午16:00,UTC+8
- 议题申报: [OpenHarmony SIG-SoftBus Meeting Proposal](https://shimo.im/sheets/iDp1dGmnk3sVjJoE/MODOC)
- 议题申报: [OpenHarmony sig_SoftBus Meeting Proposal](https://shimo.im/sheets/iDp1dGmnk3sVjJoE/MODOC)
- 会议链接:Welink
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/sig_dsoftbus.openharmony.io) 邮件列表 sig_dsoftbus@openharmony.io 获取会议链接
- 会议纪要:查看往期会议纪要,请点此[会议纪要](https://gitee.com/openharmony-sig/sig-content/blob/master/softbus/meetings)
......@@ -86,4 +86,4 @@
| 地址 | 简介 | 用途说明 |
| ---------------------------------------|---------- | ------------------------------------------------------------ |
| dev@openharmony.io <img width=120/>| 开发邮件列表 <img width=100/> | OpenHarmony社区开发讨论邮件列表,任何社区开发相关话题都可以在邮件列表讨论。任何开发者可[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)<img width=200/>|
| sig_dsoftbus@openharmony.io <img width=120/>| Sig-Softbus邮件列表 <img width=100/> | OpenHarmony社区SIG-Softbus开发讨论邮件列表,任何软总线开发相关话题都可以在邮件列表讨论。任何开发者可[订阅](https://lists.openatom.io/postorius/lists/sig_dsoftbus.openharmony.io/)<img width=200/>|
| sig_dsoftbus@openharmony.io <img width=120/>| sig_Softbus邮件列表 <img width=100/> | OpenHarmony社区sig_Softbus开发讨论邮件列表,任何软总线开发相关话题都可以在邮件列表讨论。任何开发者可[订阅](https://lists.openatom.io/postorius/lists/sig_dsoftbus.openharmony.io/)<img width=200/>|
......@@ -15,8 +15,8 @@
4. 与开发者交流、合作,持续完善系统应用的特性
5. 组织社区相关问题的澄清并及时给予解答
系统应用SIG( sig-systemapplications )技术栈范围全景图如下图所示:
![OpenHarmony文档概览](figures/systemapplications-overview.png)
系统应用SIG( sig_systemapplications )技术栈范围全景图如下图所示:
![OpenHarmony文档概览](figures/systemapplications_overview.png)
## 代码仓
|部件名称|部件功能描述|部件仓名称|
| ------------ | ------------ |------------ |
......
......@@ -37,7 +37,7 @@ Formulate TEE related standards and establish a unified TEE ecology; Provide TEE
### Meetings
- Meeting time:Bi-weekly meeting, Thursday10:00 am, UTC+8
- Meeting application: [OpenHarmony SIG-TEE Meeting Proposal](https://shimo.im/sheets/dCdrQtJvhHyv8QTj/MODOC)
- Meeting application: [OpenHarmony sig_TEE Meeting Proposal](https://shimo.im/sheets/dCdrQtJvhHyv8QTj/MODOC)
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe to] (https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content)
......
......@@ -37,7 +37,7 @@
### 会议
- 会议时间:双周例会,周四上午10:00,UTC+8
- 会议申报:[OpenHarmony SIG-TEE Meeting Proposal](https://shimo.im/sheets/dCdrQtJvhHyv8QTj/MODOC)
- 会议申报:[OpenHarmony sig_TEE Meeting Proposal](https://shimo.im/sheets/dCdrQtJvhHyv8QTj/MODOC)
- 会议链接: Welink或其他会议
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content)
......
# SIG-Telephony
# sig_Telephony
English | [简体中文](./sig_telephony_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -46,7 +46,7 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
### Meetings
- Meeting time:Biweekly regular meeting 16:00-17:00 on Thursday afternoon
- Meeting application: [SIG-Telephony Meeting Proposal](https://shimo.im/sheets/wgwGRwc9KCYH6Txv/MODOC)
- Meeting application: [sig_Telephony Meeting Proposal](https://shimo.im/sheets/wgwGRwc9KCYH6Txv/MODOC)
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe to] (https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content)
......
# SIG-Telephony
# sig_Telephony
简体中文 | [English](./sig_telephony.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......@@ -16,8 +16,8 @@
- 短彩信模块:主要功能是短信收发和彩信编解码。
- 状态注册模块:主要功能是提供电话服务子系统各种消息事件的订阅以及取消订阅的API。
通信框架SIG( sig-telephony )技术栈范围全景图如下图所示:
![OpenHarmony文档概览](figures/telephony-overview.png)
通信框架SIG( sig_telephony )技术栈范围全景图如下图所示:
![OpenHarmony文档概览](figures/telephony_overview.png)
## 代码仓
|部件名称|部件功能描述|部件仓名称|
| ------------ | ------------ |------------ |
......@@ -64,7 +64,7 @@
### 会议
- 会议时间:双周例会 周四下午16:00-17:00
- 会议申报:[SIG-Telephony Meeting Proposal](https://shimo.im/sheets/wgwGRwc9KCYH6Txv/MODOC)
- 会议申报:[sig_telephony Meeting Proposal](https://shimo.im/sheets/wgwGRwc9KCYH6Txv/MODOC)
- 会议链接: Welink或其他会议
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content)
......
# SIG-XXX
# sig_XXX
English | [简体中文](./sig_template_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -25,7 +25,7 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
### Meetings
- Meeting time:xxx
- Meeting application: Refer to the method of [PMC meeting](https://gitee.com/dongjinguang/community/blob/master/zh/pmc.md#pmc%E4%BC%9A%E8%AE%AE%E9%93%BE%E6%8E%A5) to provide the [etherpad](https://etherpad.openharmony.cn/) sharing document weblink, convenient for SIG-related people to apply for the topic.
- Meeting application: Refer to the method of [PMC meeting](https://gitee.com/dongjinguang/community/blob/master/zh/pmc.md#pmc%E4%BC%9A%E8%AE%AE%E9%93%BE%E6%8E%A5) to provide the [etherpad](https://etherpad.openharmony.cn/) sharing document weblink, convenient for sig_related people to apply for the topic.
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe to] (https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content)
......
# SIG-XXX
# sig_XXX
简体中文 | [English](./sig_template.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
......
# SIG-Test
# sig_Test
English | [简体中文](./sig_test_cn.md)
......@@ -43,7 +43,7 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
### Meetings
- Meeting time:Biweekly,detail time undetermined
- Meeting application:[OpenHarmony SIG-Test Meeting Proposal](https://etherpad.openharmony.cn/p/sig-test)
- Meeting application:[OpenHarmony sig_Test Meeting Proposal](https://etherpad.openharmony.cn/p/sig_test)
- Meeting link: Welink or other meeting
- Meeting notification: [Subscribe to ](https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
- Meeting Summary: [link](https://gitee.com/openharmony-sig/sig-content)
......
# SIG-Test
# sig_Test
简体中文 | [English](./sig_test.md)
......@@ -14,7 +14,7 @@
- 维护开发测试框架
- 完善开发测试框架中测试类型,为OpenHarmony提供开发自测试能力
Test-SIG( sig-Test )技术栈范围全景图如下图所示:
Test-SIG( sig_Test )技术栈范围全景图如下图所示:
![test_overview](figures/test_overview.png)
......@@ -55,7 +55,7 @@ Test-SIG( sig-Test )技术栈范围全景图如下图所示:
### 会议
- 会议时间:双周例会,待定
- 会议申报:[OpenHarmony SIG-Test Meeting Proposal](https://etherpad.openharmony.cn/p/sig-test)
- 会议申报:[OpenHarmony sig_Test Meeting Proposal](https://etherpad.openharmony.cn/p/sig_test)
- 会议链接: Welink或其他会议
- 会议通知: 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content)
......
# SIG-ToolChains
# sig_ToolChains
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
......@@ -36,7 +36,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
- 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册