diff --git a/README.md b/README.md index 35729697fdf471e2e46209e03cd8b47b31f5d3b9..2926ff74595b48ffa42d6dbede891b941868b2b9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OpenHarmony Community 欢迎来到OpenHarmony社区! -简体中文 | [English](./README-EN.md) +简体中文 | [English](./README_EN.md) ## 介绍 Community仓库用于管理OpenHarmony社区治理、开发者贡献指南、开发者贡献协议、社区交流等内容。 diff --git a/README-EN.md b/README_EN.md similarity index 100% rename from README-EN.md rename to README_EN.md diff --git a/sig/README.md b/sig/README.md index 3eebcec83f11271eed5b58b43597593fea3ce9c1..21142b56516a40cb6be00e3ff9ab1f8492f288dc 100644 --- a/sig/README.md +++ b/sig/README.md @@ -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"] }, diff --git a/sig/README-EN.md b/sig/README_EN.md similarity index 94% rename from sig/README-EN.md rename to sig/README_EN.md index ef8af2d8a9060178679a6d058520210733562827..c7a5263d41fc9f5c14fc0664a4f582581c3c5d02 100644 --- a/sig/README-EN.md +++ b/sig/README_EN.md @@ -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"] }, diff --git a/sig/sig-softbus/figures/softbus_overview.png b/sig/sig-softbus/figures/softbus_overview.png deleted file mode 100644 index 700c6bc5d1d3c4355ae69d3946a0b34a60f95eff..0000000000000000000000000000000000000000 Binary files a/sig/sig-softbus/figures/softbus_overview.png and /dev/null differ diff --git a/sig/sig-ai-framework/OWNERS b/sig/sig_ai_framework/OWNERS similarity index 100% rename from sig/sig-ai-framework/OWNERS rename to sig/sig_ai_framework/OWNERS diff --git a/sig/sig-ai-framework/figures/ai-framework-arch.png b/sig/sig_ai_framework/figures/ai_framework_arch.png similarity index 100% rename from sig/sig-ai-framework/figures/ai-framework-arch.png rename to sig/sig_ai_framework/figures/ai_framework_arch.png diff --git a/sig/sig-ai-framework/figures/ai-framework-arch-en.png b/sig/sig_ai_framework/figures/ai_framework_arch_en.png similarity index 100% rename from sig/sig-ai-framework/figures/ai-framework-arch-en.png rename to sig/sig_ai_framework/figures/ai_framework_arch_en.png diff --git a/sig/sig-ai-framework/sig-ai-framework.md b/sig/sig_ai_framework/sig_ai_framework.md similarity index 96% rename from sig/sig-ai-framework/sig-ai-framework.md rename to sig/sig_ai_framework/sig_ai_framework.md index 34b9d4872bacd508b9d73b77afbe1ce0c9ed7759..22b1ce1ea457cd1a19761bebeee30840718bf821 100644 --- a/sig/sig-ai-framework/sig-ai-framework.md +++ b/sig/sig_ai_framework/sig_ai_framework.md @@ -1,6 +1,6 @@ -# 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 | diff --git a/sig/sig-ai-framework/sig-ai-framework_cn.md b/sig/sig_ai_framework/sig_ai_framework_cn.md similarity index 96% rename from sig/sig-ai-framework/sig-ai-framework_cn.md rename to sig/sig_ai_framework/sig_ai_framework_cn.md index fd0b77e56ff6eb58217f4dd2f5d8cf0afcf98a28..f4ebcef3f3d66af0d0bd86c6501d2ec11ce4369d 100644 --- a/sig/sig-ai-framework/sig-ai-framework_cn.md +++ b/sig/sig_ai_framework/sig_ai_framework_cn.md @@ -1,6 +1,6 @@ -# 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) ## 代码仓 | 部件名称 | 部件功能描述 | 部件仓名称 | diff --git a/sig/sig-ai_framework_integration/OWNERS b/sig/sig_ai_framework_integration/OWNERS similarity index 100% rename from sig/sig-ai_framework_integration/OWNERS rename to sig/sig_ai_framework_integration/OWNERS diff --git a/sig/sig-ai_framework_integration/sig_ai_framework_integration.md b/sig/sig_ai_framework_integration/sig_ai_framework_integration.md similarity index 90% rename from sig/sig-ai_framework_integration/sig_ai_framework_integration.md rename to sig/sig_ai_framework_integration/sig_ai_framework_integration.md index 29d7a6eb86b63e88894cc81b725a9f46bdf2e38f..e03fac4b6ba06a46ed0448e84c3072b0d540a432 100644 --- a/sig/sig-ai_framework_integration/sig_ai_framework_integration.md +++ b/sig/sig_ai_framework_integration/sig_ai_framework_integration.md @@ -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) diff --git a/sig/sig-ai_framework_integration/sig-ai_framework_integration_cn.md b/sig/sig_ai_framework_integration/sig_ai_framework_integration_cn.md similarity index 87% rename from sig/sig-ai_framework_integration/sig-ai_framework_integration_cn.md rename to sig/sig_ai_framework_integration/sig_ai_framework_integration_cn.md index eb26cd8b11b8b0794ddfbfe5bf7831f198a6002e..a40dcdcacaeb26dc9f69edd16ec46ca705bf4509 100644 --- a/sig/sig-ai_framework_integration/sig-ai_framework_integration_cn.md +++ b/sig/sig_ai_framework_integration/sig_ai_framework_integration_cn.md @@ -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) ### 联系方式(可选) diff --git a/sig/sig-api/OWNERS b/sig/sig_api/OWNERS similarity index 100% rename from sig/sig-api/OWNERS rename to sig/sig_api/OWNERS diff --git a/sig/sig-api/sig-api.md b/sig/sig_api/sig_api.md similarity index 95% rename from sig/sig-api/sig-api.md rename to sig/sig_api/sig_api.md index c1d46cf223e1dfbae7772e8c97cbe6c63a1d89dc..0d1aeaf13af273bacc136be4c185dcac58facb2b 100644 --- a/sig/sig-api/sig-api.md +++ b/sig/sig_api/sig_api.md @@ -1,5 +1,5 @@ # 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). diff --git a/sig/sig-api/sig-api_cn.md b/sig/sig_api/sig_api_cn.md similarity index 96% rename from sig/sig-api/sig-api_cn.md rename to sig/sig_api/sig_api_cn.md index 4180fa3472b6086e50848e7ab3b9961921a73a01..2eaf5b0944f000d9f09fd10c7af6d647e794d9b0 100644 --- a/sig/sig-api/sig-api_cn.md +++ b/sig/sig_api/sig_api_cn.md @@ -1,5 +1,5 @@ # SIG_API -简体中文 | [English](./sig-api.md) +简体中文 | [English](./sig_api.md) 说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 diff --git a/sig/sig-appframework/OWNERS b/sig/sig_appframework/OWNERS similarity index 100% rename from sig/sig-appframework/OWNERS rename to sig/sig_appframework/OWNERS diff --git a/sig/sig-appframework/figures/appframework-overview.png b/sig/sig_appframework/figures/appframework_overview.png similarity index 100% rename from sig/sig-appframework/figures/appframework-overview.png rename to sig/sig_appframework/figures/appframework_overview.png diff --git a/sig/sig-appframework/figures/appframework-overview-en.png b/sig/sig_appframework/figures/appframework_overview_en.png similarity index 100% rename from sig/sig-appframework/figures/appframework-overview-en.png rename to sig/sig_appframework/figures/appframework_overview_en.png diff --git a/sig/sig-appframework/sig-appframework.md b/sig/sig_appframework/sig_appframework.md similarity index 98% rename from sig/sig-appframework/sig-appframework.md rename to sig/sig_appframework/sig_appframework.md index 2a5b524610effb46afacdde5b7bd1b9b3e574a7b..5ff6d4c103e1253d8d8883f6d64a92197d17dfc5 100644 --- a/sig/sig-appframework/sig-appframework.md +++ b/sig/sig_appframework/sig_appframework.md @@ -1,122 +1,122 @@ -# 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 diff --git a/sig/sig-appframework/sig-appframework_cn.md b/sig/sig_appframework/sig_appframework_cn.md similarity index 99% rename from sig/sig-appframework/sig-appframework_cn.md rename to sig/sig_appframework/sig_appframework_cn.md index c6082334f8093c554111be5c1fd1dbfce8fdfa1e..e2de4d1f4fcba0011ced52e6c8b0807ef06527eb 100644 --- a/sig/sig-appframework/sig-appframework_cn.md +++ b/sig/sig_appframework/sig_appframework_cn.md @@ -1,5 +1,5 @@ # 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) ## 代码仓 | 部件名称 | 部件功能描述 | 部件仓名称 | diff --git a/sig/sig-architecture/OWNERS b/sig/sig_architecture/OWNERS similarity index 100% rename from sig/sig-architecture/OWNERS rename to sig/sig_architecture/OWNERS diff --git a/sig/sig-architecture/meetings/2021-08-11-meeting.md b/sig/sig_architecture/meetings/2021_08_11_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2021-08-11-meeting.md rename to sig/sig_architecture/meetings/2021_08_11_meeting.md diff --git a/sig/sig-architecture/meetings/2021-08-17-meeting.md b/sig/sig_architecture/meetings/2021_08_17_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2021-08-17-meeting.md rename to sig/sig_architecture/meetings/2021_08_17_meeting.md diff --git a/sig/sig-architecture/meetings/2021-08-24-meeting.md b/sig/sig_architecture/meetings/2021_08_24_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2021-08-24-meeting.md rename to sig/sig_architecture/meetings/2021_08_24_meeting.md diff --git a/sig/sig-architecture/meetings/2021-09-07-meeting.md b/sig/sig_architecture/meetings/2021_09_07_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2021-09-07-meeting.md rename to sig/sig_architecture/meetings/2021_09_07_meeting.md diff --git a/sig/sig-architecture/meetings/2021-09-22-meeting.md b/sig/sig_architecture/meetings/2021_09_22_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2021-09-22-meeting.md rename to sig/sig_architecture/meetings/2021_09_22_meeting.md diff --git a/sig/sig-architecture/meetings/2021-11-09-meeting.md b/sig/sig_architecture/meetings/2021_11_09_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2021-11-09-meeting.md rename to sig/sig_architecture/meetings/2021_11_09_meeting.md diff --git a/sig/sig-architecture/meetings/2021-11-23-meeting.md b/sig/sig_architecture/meetings/2021_11_23_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2021-11-23-meeting.md rename to sig/sig_architecture/meetings/2021_11_23_meeting.md diff --git a/sig/sig-architecture/meetings/2021-12-01-meeting.md b/sig/sig_architecture/meetings/2021_12_01_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2021-12-01-meeting.md rename to sig/sig_architecture/meetings/2021_12_01_meeting.md diff --git a/sig/sig-architecture/meetings/2021-12-21-meeting.md b/sig/sig_architecture/meetings/2021_12_21_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2021-12-21-meeting.md rename to sig/sig_architecture/meetings/2021_12_21_meeting.md diff --git a/sig/sig-architecture/meetings/2021-12-24-meeting.md b/sig/sig_architecture/meetings/2021_12_24_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2021-12-24-meeting.md rename to sig/sig_architecture/meetings/2021_12_24_meeting.md diff --git a/sig/sig-architecture/meetings/2021-12-28-meeting.md b/sig/sig_architecture/meetings/2021_12_28_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2021-12-28-meeting.md rename to sig/sig_architecture/meetings/2021_12_28_meeting.md diff --git a/sig/sig-architecture/meetings/2022-01-11-meeting.md b/sig/sig_architecture/meetings/2022_01_11_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-01-11-meeting.md rename to sig/sig_architecture/meetings/2022_01_11_meeting.md diff --git a/sig/sig-architecture/meetings/2022-01-18-meeting.md b/sig/sig_architecture/meetings/2022_01_18_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-01-18-meeting.md rename to sig/sig_architecture/meetings/2022_01_18_meeting.md diff --git a/sig/sig-architecture/meetings/2022-01-30-meeting.md b/sig/sig_architecture/meetings/2022_01_30_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-01-30-meeting.md rename to sig/sig_architecture/meetings/2022_01_30_meeting.md diff --git a/sig/sig-architecture/meetings/2022-02-08-meeting.md b/sig/sig_architecture/meetings/2022_02_08_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-02-08-meeting.md rename to sig/sig_architecture/meetings/2022_02_08_meeting.md diff --git a/sig/sig-architecture/meetings/2022-02-15-meeting.md b/sig/sig_architecture/meetings/2022_02_15_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-02-15-meeting.md rename to sig/sig_architecture/meetings/2022_02_15_meeting.md diff --git a/sig/sig-architecture/meetings/2022-02-22-meeting.md b/sig/sig_architecture/meetings/2022_02_22_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-02-22-meeting.md rename to sig/sig_architecture/meetings/2022_02_22_meeting.md diff --git a/sig/sig-architecture/meetings/2022-03-01-meeting.md b/sig/sig_architecture/meetings/2022_03_01_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-03-01-meeting.md rename to sig/sig_architecture/meetings/2022_03_01_meeting.md diff --git a/sig/sig-architecture/meetings/2022-03-08-meeting.md b/sig/sig_architecture/meetings/2022_03_08_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-03-08-meeting.md rename to sig/sig_architecture/meetings/2022_03_08_meeting.md diff --git a/sig/sig-architecture/meetings/2022-03-15-meeting.md b/sig/sig_architecture/meetings/2022_03_15_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-03-15-meeting.md rename to sig/sig_architecture/meetings/2022_03_15_meeting.md diff --git a/sig/sig-architecture/meetings/2022-03-23-meeting.md b/sig/sig_architecture/meetings/2022_03_23_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-03-23-meeting.md rename to sig/sig_architecture/meetings/2022_03_23_meeting.md diff --git a/sig/sig-architecture/meetings/2022-03-29-meeting.md b/sig/sig_architecture/meetings/2022_03_29_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-03-29-meeting.md rename to sig/sig_architecture/meetings/2022_03_29_meeting.md diff --git a/sig/sig-architecture/meetings/2022-04-19-meeting.md b/sig/sig_architecture/meetings/2022_04_19_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-04-19-meeting.md rename to sig/sig_architecture/meetings/2022_04_19_meeting.md diff --git a/sig/sig-architecture/meetings/2022-04-26-meeting.md b/sig/sig_architecture/meetings/2022_04_26_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-04-26-meeting.md rename to sig/sig_architecture/meetings/2022_04_26_meeting.md diff --git a/sig/sig-architecture/meetings/2022-05-17-meeting.md b/sig/sig_architecture/meetings/2022_05_17_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-05-17-meeting.md rename to sig/sig_architecture/meetings/2022_05_17_meeting.md diff --git a/sig/sig-architecture/meetings/2022-05-24-meeting.md b/sig/sig_architecture/meetings/2022_05_24_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-05-24-meeting.md rename to sig/sig_architecture/meetings/2022_05_24_meeting.md diff --git a/sig/sig-architecture/meetings/2022-05-31-meeting.md b/sig/sig_architecture/meetings/2022_05_31_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-05-31-meeting.md rename to sig/sig_architecture/meetings/2022_05_31_meeting.md diff --git a/sig/sig-architecture/meetings/2022-06-07-meeting.md b/sig/sig_architecture/meetings/2022_06_07_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-06-07-meeting.md rename to sig/sig_architecture/meetings/2022_06_07_meeting.md diff --git a/sig/sig-architecture/meetings/2022-06-14-meeting.md b/sig/sig_architecture/meetings/2022_06_14_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-06-14-meeting.md rename to sig/sig_architecture/meetings/2022_06_14_meeting.md diff --git a/sig/sig-architecture/meetings/2022-06-21-meeting.md b/sig/sig_architecture/meetings/2022_06_21_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-06-21-meeting.md rename to sig/sig_architecture/meetings/2022_06_21_meeting.md diff --git a/sig/sig-architecture/meetings/2022-06-28-meeting.md b/sig/sig_architecture/meetings/2022_06_28_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-06-28-meeting.md rename to sig/sig_architecture/meetings/2022_06_28_meeting.md diff --git a/sig/sig-architecture/meetings/2022-07-05-meeting.md b/sig/sig_architecture/meetings/2022_07_05_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-07-05-meeting.md rename to sig/sig_architecture/meetings/2022_07_05_meeting.md diff --git a/sig/sig-architecture/meetings/2022-07-12-meeting.md b/sig/sig_architecture/meetings/2022_07_12_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-07-12-meeting.md rename to sig/sig_architecture/meetings/2022_07_12_meeting.md diff --git a/sig/sig-architecture/meetings/2022-07-19-meeting.md b/sig/sig_architecture/meetings/2022_07_19_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-07-19-meeting.md rename to sig/sig_architecture/meetings/2022_07_19_meeting.md diff --git a/sig/sig-architecture/meetings/2022-08-02-meeting.md b/sig/sig_architecture/meetings/2022_08_02_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-08-02-meeting.md rename to sig/sig_architecture/meetings/2022_08_02_meeting.md diff --git a/sig/sig-architecture/meetings/2022-08-09-meeting.md b/sig/sig_architecture/meetings/2022_08_09_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-08-09-meeting.md rename to sig/sig_architecture/meetings/2022_08_09_meeting.md diff --git a/sig/sig-architecture/meetings/2022-08-17-meeting.md b/sig/sig_architecture/meetings/2022_08_17_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-08-17-meeting.md rename to sig/sig_architecture/meetings/2022_08_17_meeting.md diff --git a/sig/sig-architecture/meetings/2022-08-23-meeting.md b/sig/sig_architecture/meetings/2022_08_23_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-08-23-meeting.md rename to sig/sig_architecture/meetings/2022_08_23_meeting.md diff --git a/sig/sig-architecture/meetings/2022-08-30-meeting.md b/sig/sig_architecture/meetings/2022_08_30_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-08-30-meeting.md rename to sig/sig_architecture/meetings/2022_08_30_meeting.md diff --git a/sig/sig-architecture/meetings/2022-09-06-meeting.md b/sig/sig_architecture/meetings/2022_09_06_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-09-06-meeting.md rename to sig/sig_architecture/meetings/2022_09_06_meeting.md diff --git a/sig/sig-architecture/meetings/2022-09-13-meeting.md b/sig/sig_architecture/meetings/2022_09_13_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-09-13-meeting.md rename to sig/sig_architecture/meetings/2022_09_13_meeting.md diff --git a/sig/sig-architecture/meetings/2022-09-20-meeting.md b/sig/sig_architecture/meetings/2022_09_20_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-09-20-meeting.md rename to sig/sig_architecture/meetings/2022_09_20_meeting.md diff --git a/sig/sig-architecture/meetings/2022-09-27-meeting.md b/sig/sig_architecture/meetings/2022_09_27_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-09-27-meeting.md rename to sig/sig_architecture/meetings/2022_09_27_meeting.md diff --git a/sig/sig-architecture/meetings/2022-10-11-meeting.md b/sig/sig_architecture/meetings/2022_10_11_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-10-11-meeting.md rename to sig/sig_architecture/meetings/2022_10_11_meeting.md diff --git a/sig/sig-architecture/meetings/2022-10-18-meeting.md b/sig/sig_architecture/meetings/2022_10_18_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-10-18-meeting.md rename to sig/sig_architecture/meetings/2022_10_18_meeting.md diff --git a/sig/sig-architecture/meetings/2022-10-25-meeting.md b/sig/sig_architecture/meetings/2022_10_25_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-10-25-meeting.md rename to sig/sig_architecture/meetings/2022_10_25_meeting.md diff --git a/sig/sig-architecture/meetings/2022-11-08-meeting.md b/sig/sig_architecture/meetings/2022_11_08_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-11-08-meeting.md rename to sig/sig_architecture/meetings/2022_11_08_meeting.md diff --git a/sig/sig-architecture/meetings/2022-11-15-meeting.md b/sig/sig_architecture/meetings/2022_11_15_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-11-15-meeting.md rename to sig/sig_architecture/meetings/2022_11_15_meeting.md diff --git a/sig/sig-architecture/meetings/2022-11-22-meeting.md b/sig/sig_architecture/meetings/2022_11_22_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-11-22-meeting.md rename to sig/sig_architecture/meetings/2022_11_22_meeting.md diff --git a/sig/sig-architecture/meetings/2022-11-29-meeting.md b/sig/sig_architecture/meetings/2022_11_29_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-11-29-meeting.md rename to sig/sig_architecture/meetings/2022_11_29_meeting.md diff --git a/sig/sig-architecture/meetings/2022-12-06-meeting.md b/sig/sig_architecture/meetings/2022_12_06_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-12-06-meeting.md rename to sig/sig_architecture/meetings/2022_12_06_meeting.md diff --git a/sig/sig-architecture/meetings/2022-12-13-meeting.md b/sig/sig_architecture/meetings/2022_12_13_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-12-13-meeting.md rename to sig/sig_architecture/meetings/2022_12_13_meeting.md diff --git a/sig/sig-architecture/meetings/2022-12-20-meeting.md b/sig/sig_architecture/meetings/2022_12_20_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2022-12-20-meeting.md rename to sig/sig_architecture/meetings/2022_12_20_meeting.md diff --git a/sig/sig-architecture/meetings/2023-01-03-meeting.md b/sig/sig_architecture/meetings/2023_01_03_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2023-01-03-meeting.md rename to sig/sig_architecture/meetings/2023_01_03_meeting.md diff --git a/sig/sig-architecture/meetings/2023-01-10-meeting.md b/sig/sig_architecture/meetings/2023_01_10_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2023-01-10-meeting.md rename to sig/sig_architecture/meetings/2023_01_10_meeting.md diff --git a/sig/sig-architecture/meetings/2023-01-31-meeting.md b/sig/sig_architecture/meetings/2023_01_31_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2023-01-31-meeting.md rename to sig/sig_architecture/meetings/2023_01_31_meeting.md diff --git a/sig/sig-architecture/meetings/2023-02-14-meeting.md b/sig/sig_architecture/meetings/2023_02_14_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2023-02-14-meeting.md rename to sig/sig_architecture/meetings/2023_02_14_meeting.md diff --git a/sig/sig-architecture/meetings/2023-02-21-meeting.md b/sig/sig_architecture/meetings/2023_02_21_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2023-02-21-meeting.md rename to sig/sig_architecture/meetings/2023_02_21_meeting.md diff --git a/sig/sig-architecture/meetings/2023-02-28-meeting.md b/sig/sig_architecture/meetings/2023_02_28_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2023-02-28-meeting.md rename to sig/sig_architecture/meetings/2023_02_28_meeting.md diff --git a/sig/sig-architecture/meetings/2023-03-07-meeting.md b/sig/sig_architecture/meetings/2023_03_07_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2023-03-07-meeting.md rename to sig/sig_architecture/meetings/2023_03_07_meeting.md diff --git a/sig/sig-architecture/meetings/2023-03-14-meeting.md b/sig/sig_architecture/meetings/2023_03_14_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2023-03-14-meeting.md rename to sig/sig_architecture/meetings/2023_03_14_meeting.md diff --git a/sig/sig-architecture/meetings/2023-03-21-meeting.md b/sig/sig_architecture/meetings/2023_03_21_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2023-03-21-meeting.md rename to sig/sig_architecture/meetings/2023_03_21_meeting.md diff --git a/sig/sig-architecture/meetings/2023-03-28-meeting.md b/sig/sig_architecture/meetings/2023_03_28_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2023-03-28-meeting.md rename to sig/sig_architecture/meetings/2023_03_28_meeting.md diff --git a/sig/sig-architecture/meetings/2023-04-04-meeting.md b/sig/sig_architecture/meetings/2023_04_04_meeting.md similarity index 100% rename from sig/sig-architecture/meetings/2023-04-04-meeting.md rename to sig/sig_architecture/meetings/2023_04_04_meeting.md diff --git a/sig/sig-architecture/meetings/OpenHarmony_thirdparty_opensource_software_selection_analysis_templateV1.0.pptx b/sig/sig_architecture/meetings/OpenHarmony_thirdparty_opensource_software_selection_analysis_templateV1.0.pptx similarity index 100% rename from sig/sig-architecture/meetings/OpenHarmony_thirdparty_opensource_software_selection_analysis_templateV1.0.pptx rename to sig/sig_architecture/meetings/OpenHarmony_thirdparty_opensource_software_selection_analysis_templateV1.0.pptx diff --git "a/sig/sig-architecture/meetings/\345\271\264\345\272\246\347\272\252\350\246\201\346\261\207\346\200\273/\346\236\266\346\236\204SIG\345\271\264\345\272\246\347\272\252\350\246\201_2021\345\271\264.md" "b/sig/sig_architecture/meetings/\345\271\264\345\272\246\347\272\252\350\246\201\346\261\207\346\200\273/\346\236\266\346\236\204SIG\345\271\264\345\272\246\347\272\252\350\246\201_2021\345\271\264.md" similarity index 100% rename from "sig/sig-architecture/meetings/\345\271\264\345\272\246\347\272\252\350\246\201\346\261\207\346\200\273/\346\236\266\346\236\204SIG\345\271\264\345\272\246\347\272\252\350\246\201_2021\345\271\264.md" rename to "sig/sig_architecture/meetings/\345\271\264\345\272\246\347\272\252\350\246\201\346\261\207\346\200\273/\346\236\266\346\236\204SIG\345\271\264\345\272\246\347\272\252\350\246\201_2021\345\271\264.md" diff --git a/sig/sig-architecture/sig-architecture.md b/sig/sig_architecture/sig_architecture.md similarity index 100% rename from sig/sig-architecture/sig-architecture.md rename to sig/sig_architecture/sig_architecture.md diff --git a/sig/sig-architecture/sig-architecture_cn.md b/sig/sig_architecture/sig_architecture_cn.md similarity index 100% rename from sig/sig-architecture/sig-architecture_cn.md rename to sig/sig_architecture/sig_architecture_cn.md diff --git a/sig/sig-basicsoftwareservice/OWNERS b/sig/sig_basicsoftwareservice/OWNERS similarity index 100% rename from sig/sig-basicsoftwareservice/OWNERS rename to sig/sig_basicsoftwareservice/OWNERS diff --git a/sig/sig-basicsoftwareservice/images/overview.png b/sig/sig_basicsoftwareservice/images/overview.png similarity index 100% rename from sig/sig-basicsoftwareservice/images/overview.png rename to sig/sig_basicsoftwareservice/images/overview.png diff --git a/sig/sig-basicsoftwareservice/images/overview-zh.png b/sig/sig_basicsoftwareservice/images/overview_zh.png similarity index 100% rename from sig/sig-basicsoftwareservice/images/overview-zh.png rename to sig/sig_basicsoftwareservice/images/overview_zh.png diff --git a/sig/sig-basicsoftwareservice/sig-basicsoftwareservice.md b/sig/sig_basicsoftwareservice/sig_basicsoftwareservice.md similarity index 98% rename from sig/sig-basicsoftwareservice/sig-basicsoftwareservice.md rename to sig/sig_basicsoftwareservice/sig_basicsoftwareservice.md index 91c2e2899222ebd9a8ecb9273e7670ef713369d8..c646356ffba97e4ac36eca0ca5f945a223e78abc 100755 --- a/sig/sig-basicsoftwareservice/sig-basicsoftwareservice.md +++ b/sig/sig_basicsoftwareservice/sig_basicsoftwareservice.md @@ -1,5 +1,5 @@ # 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) diff --git a/sig/sig-basicsoftwareservice/sig-basicsoftwareservice_cn.md b/sig/sig_basicsoftwareservice/sig_basicsoftwareservice_cn.md similarity index 98% rename from sig/sig-basicsoftwareservice/sig-basicsoftwareservice_cn.md rename to sig/sig_basicsoftwareservice/sig_basicsoftwareservice_cn.md index 6af01cc6eb7c1f965c427aca0ea4a4b03cb43cbc..fdedcc9dc296ef6b9697496c1fd7fce19a00fc32 100755 --- a/sig/sig-basicsoftwareservice/sig-basicsoftwareservice_cn.md +++ b/sig/sig_basicsoftwareservice/sig_basicsoftwareservice_cn.md @@ -1,5 +1,5 @@ # 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 ### 联系方式(可选) diff --git a/sig/sig-blockchain/OWNERS b/sig/sig_blockchain/OWNERS similarity index 100% rename from sig/sig-blockchain/OWNERS rename to sig/sig_blockchain/OWNERS diff --git a/sig/sig-blockchain/sig_blockchain.md b/sig/sig_blockchain/sig_blockchain.md similarity index 100% rename from sig/sig-blockchain/sig_blockchain.md rename to sig/sig_blockchain/sig_blockchain.md diff --git a/sig/sig-blockchain/sig_blockchain_cn.md b/sig/sig_blockchain/sig_blockchain_cn.md similarity index 96% rename from sig/sig-blockchain/sig_blockchain_cn.md rename to sig/sig_blockchain/sig_blockchain_cn.md index f1518057ee276ed9a6fa7093910daae88249d02f..8f45a1344d196da826b83fce1338f6171b60523e 100644 --- a/sig/sig-blockchain/sig_blockchain_cn.md +++ b/sig/sig_blockchain/sig_blockchain_cn.md @@ -1,64 +1,64 @@ -# 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 +- 微信群: + + + + + diff --git a/sig/sig-bluetooth/OWNERS b/sig/sig_bluetooth/OWNERS similarity index 100% rename from sig/sig-bluetooth/OWNERS rename to sig/sig_bluetooth/OWNERS diff --git a/sig/sig-bluetooth/sig_bluetooth.md b/sig/sig_bluetooth/sig_bluetooth.md similarity index 100% rename from sig/sig-bluetooth/sig_bluetooth.md rename to sig/sig_bluetooth/sig_bluetooth.md diff --git a/sig/sig-bluetooth/sig_bluetooth_cn.md b/sig/sig_bluetooth/sig_bluetooth_cn.md similarity index 100% rename from sig/sig-bluetooth/sig_bluetooth_cn.md rename to sig/sig_bluetooth/sig_bluetooth_cn.md diff --git a/sig/sig-buildsystem/OWNERS b/sig/sig_buildsystem/OWNERS similarity index 100% rename from sig/sig-buildsystem/OWNERS rename to sig/sig_buildsystem/OWNERS diff --git a/sig/sig-buildsystem/sig-build-system.md b/sig/sig_buildsystem/sig_build_system.md similarity index 97% rename from sig/sig-buildsystem/sig-build-system.md rename to sig/sig_buildsystem/sig_build_system.md index 0003bf478178c7d5040b61025f788d64ddbb676e..429b0e62bddfda189fc9d383de3cab70a0fd51eb 100644 --- a/sig/sig-buildsystem/sig-build-system.md +++ b/sig/sig_buildsystem/sig_build_system.md @@ -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) diff --git a/sig/sig-buildsystem/sig-build-system_cn.md b/sig/sig_buildsystem/sig_build_system_cn.md similarity index 97% rename from sig/sig-buildsystem/sig-build-system_cn.md rename to sig/sig_buildsystem/sig_build_system_cn.md index 8768a2cf1b112d3bfc96225240b98588cbc59807..2ef03a7bb2c151ad5800b57b4d4afcb8b524d211 100644 --- a/sig/sig-buildsystem/sig-build-system_cn.md +++ b/sig/sig_buildsystem/sig_build_system_cn.md @@ -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) diff --git "a/sig/sig-buildsystem/\347\274\226\350\257\221\350\247\204\350\214\203.md" "b/sig/sig_buildsystem/\347\274\226\350\257\221\350\247\204\350\214\203.md" similarity index 100% rename from "sig/sig-buildsystem/\347\274\226\350\257\221\350\247\204\350\214\203.md" rename to "sig/sig_buildsystem/\347\274\226\350\257\221\350\247\204\350\214\203.md" diff --git a/sig/sig-cellular_device_mgr/OWNERS b/sig/sig_cellular_device_mgr/OWNERS similarity index 100% rename from sig/sig-cellular_device_mgr/OWNERS rename to sig/sig_cellular_device_mgr/OWNERS diff --git a/sig/sig-cellular_device_mgr/sig-cellular_device_mgr.md b/sig/sig_cellular_device_mgr/sig_cellular_device_mgr.md similarity index 98% rename from sig/sig-cellular_device_mgr/sig-cellular_device_mgr.md rename to sig/sig_cellular_device_mgr/sig_cellular_device_mgr.md index d448c6eeff9d7650f7cfc4a811159b6450e0dfb3..dd4f4596d145f66c4ec201c9ca65435aa0355138 100644 --- a/sig/sig-cellular_device_mgr/sig-cellular_device_mgr.md +++ b/sig/sig_cellular_device_mgr/sig_cellular_device_mgr.md @@ -1,5 +1,5 @@ # 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). diff --git a/sig/sig-cellular_device_mgr/sig-cellular_device_mgr_cn.md b/sig/sig_cellular_device_mgr/sig_cellular_device_mgr_cn.md similarity index 97% rename from sig/sig-cellular_device_mgr/sig-cellular_device_mgr_cn.md rename to sig/sig_cellular_device_mgr/sig_cellular_device_mgr_cn.md index 566a0d514b8e29ac87299e67e794434462edbc84..df939f1539fb6ccdf351523a33acaca4e6e68da7 100644 --- a/sig/sig-cellular_device_mgr/sig-cellular_device_mgr_cn.md +++ b/sig/sig_cellular_device_mgr/sig_cellular_device_mgr_cn.md @@ -1,5 +1,5 @@ # 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)中描述的约定。 diff --git a/sig/sig-compileruntime/OWNERS b/sig/sig_compileruntime/OWNERS similarity index 100% rename from sig/sig-compileruntime/OWNERS rename to sig/sig_compileruntime/OWNERS diff --git a/sig/sig-compileruntime/figures/compileruntime-overview-compiler-cn.png b/sig/sig_compileruntime/figures/compileruntime_overview_compiler_cn.png similarity index 100% rename from sig/sig-compileruntime/figures/compileruntime-overview-compiler-cn.png rename to sig/sig_compileruntime/figures/compileruntime_overview_compiler_cn.png diff --git a/sig/sig-compileruntime/figures/compileruntime-overview-compiler-en.png b/sig/sig_compileruntime/figures/compileruntime_overview_compiler_en.png similarity index 100% rename from sig/sig-compileruntime/figures/compileruntime-overview-compiler-en.png rename to sig/sig_compileruntime/figures/compileruntime_overview_compiler_en.png diff --git a/sig/sig-compileruntime/figures/compileruntime-overview-runtime-cn.png b/sig/sig_compileruntime/figures/compileruntime_overview_runtime_cn.png similarity index 100% rename from sig/sig-compileruntime/figures/compileruntime-overview-runtime-cn.png rename to sig/sig_compileruntime/figures/compileruntime_overview_runtime_cn.png diff --git a/sig/sig-compileruntime/figures/compileruntime-overview-runtime-en.png b/sig/sig_compileruntime/figures/compileruntime_overview_runtime_en.png similarity index 100% rename from sig/sig-compileruntime/figures/compileruntime-overview-runtime-en.png rename to sig/sig_compileruntime/figures/compileruntime_overview_runtime_en.png diff --git a/sig/sig-compileruntime/minutes/01-13-2023-minutes.md b/sig/sig_compileruntime/minutes/01_13_2023_minutes.md similarity index 100% rename from sig/sig-compileruntime/minutes/01-13-2023-minutes.md rename to sig/sig_compileruntime/minutes/01_13_2023_minutes.md diff --git a/sig/sig-compileruntime/minutes/11-11-2022-minutes.md b/sig/sig_compileruntime/minutes/11_11_2022_minutes.md similarity index 100% rename from sig/sig-compileruntime/minutes/11-11-2022-minutes.md rename to sig/sig_compileruntime/minutes/11_11_2022_minutes.md diff --git a/sig/sig-compileruntime/sig-compile-runtime.md b/sig/sig_compileruntime/sig_compile_runtime.md similarity index 95% rename from sig/sig-compileruntime/sig-compile-runtime.md rename to sig/sig_compileruntime/sig_compile_runtime.md index 18e8a8ba2b0f9ca0a6e2eca8826279e4c7cdbdd8..ae031a1f06ff8187b92e2b2adee6d5abed744c40 100644 --- a/sig/sig-compileruntime/sig-compile-runtime.md +++ b/sig/sig_compileruntime/sig_compile_runtime.md @@ -1,5 +1,5 @@ # 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| diff --git a/sig/sig-compileruntime/sig-compile-runtime_cn.md b/sig/sig_compileruntime/sig_compile_runtime_cn.md similarity index 95% rename from sig/sig-compileruntime/sig-compile-runtime_cn.md rename to sig/sig_compileruntime/sig_compile_runtime_cn.md index feb628c8743821b45e2ab298602802d9a1e89c63..634080eb9677ab2eb5432d21f06d13960fa83e24 100644 --- a/sig/sig-compileruntime/sig-compile-runtime_cn.md +++ b/sig/sig_compileruntime/sig_compile_runtime_cn.md @@ -1,5 +1,5 @@ # 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) ## 代码仓 |部件名称|部件功能描述|部件仓名称| diff --git a/sig/sig-compliance/OWNERS b/sig/sig_compliance/OWNERS similarity index 100% rename from sig/sig-compliance/OWNERS rename to sig/sig_compliance/OWNERS diff --git a/sig/sig-compliance/sig_compliance.md b/sig/sig_compliance/sig_compliance.md similarity index 94% rename from sig/sig-compliance/sig_compliance.md rename to sig/sig_compliance/sig_compliance.md index 43d7bea8024cd32d97146ca27780f30d8ab14fcd..d5a8acb04ad52f68676e869adceb0bd90f9fce63 100644 --- a/sig/sig-compliance/sig_compliance.md +++ b/sig/sig_compliance/sig_compliance.md @@ -1,73 +1,73 @@ -# 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] diff --git a/sig/sig-compliance/sig_compliance_cn.md b/sig/sig_compliance/sig_compliance_cn.md similarity index 97% rename from sig/sig-compliance/sig_compliance_cn.md rename to sig/sig_compliance/sig_compliance_cn.md index a3e84ef0d356bedc37d3e27408fb4f3a64694184..f671e2745843f88d0448389fc1c0a66d3d8d7e39 100644 --- a/sig/sig-compliance/sig_compliance_cn.md +++ b/sig/sig_compliance/sig_compliance_cn.md @@ -1,101 +1,101 @@ -# 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等活动 diff --git a/sig/sig-crossplatformui/OWNERS b/sig/sig_crossplatformui/OWNERS similarity index 100% rename from sig/sig-crossplatformui/OWNERS rename to sig/sig_crossplatformui/OWNERS diff --git a/sig/sig-crossplatformui/sig_crossplatformui.md b/sig/sig_crossplatformui/sig_crossplatformui.md similarity index 97% rename from sig/sig-crossplatformui/sig_crossplatformui.md rename to sig/sig_crossplatformui/sig_crossplatformui.md index 8e9e9387408fbf4d034dc4d45c6bef21c7792937..366cf4d25a01c9048db66aedd185547523fb743b 100755 --- a/sig/sig-crossplatformui/sig_crossplatformui.md +++ b/sig/sig_crossplatformui/sig_crossplatformui.md @@ -1,6 +1,6 @@ -# 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) diff --git a/sig/sig-crossplatformui/sig_crossplatformui_cn.md b/sig/sig_crossplatformui/sig_crossplatformui_cn.md similarity index 99% rename from sig/sig-crossplatformui/sig_crossplatformui_cn.md rename to sig/sig_crossplatformui/sig_crossplatformui_cn.md index 3b3768b05f6d7eb5c5fee43ffb360a5056d7661d..04204cca64dd61ae6bd46f09957a2881dc32e135 100755 --- a/sig/sig-crossplatformui/sig_crossplatformui_cn.md +++ b/sig/sig_crossplatformui/sig_crossplatformui_cn.md @@ -1,4 +1,4 @@ -# SIG-CROSS-PLATFORM-UI +# sig-crossplatformui 跨平台前端框架(crossplatform-jsframework)兴趣小组 diff --git a/sig/sig-dengluyi/OWNERS b/sig/sig_dengluyi/OWNERS similarity index 100% rename from sig/sig-dengluyi/OWNERS rename to sig/sig_dengluyi/OWNERS diff --git a/sig/sig-dengluyi/images/1.png b/sig/sig_dengluyi/images/1.png similarity index 100% rename from sig/sig-dengluyi/images/1.png rename to sig/sig_dengluyi/images/1.png diff --git a/sig/sig-dengluyi/images/2.png b/sig/sig_dengluyi/images/2.png similarity index 100% rename from sig/sig-dengluyi/images/2.png rename to sig/sig_dengluyi/images/2.png diff --git a/sig/sig-dengluyi/images/3.png b/sig/sig_dengluyi/images/3.png similarity index 100% rename from sig/sig-dengluyi/images/3.png rename to sig/sig_dengluyi/images/3.png diff --git a/sig/sig-dengluyi/images/4.png b/sig/sig_dengluyi/images/4.png similarity index 100% rename from sig/sig-dengluyi/images/4.png rename to sig/sig_dengluyi/images/4.png diff --git a/sig/sig-dengluyi/sig-dengluyi.md b/sig/sig_dengluyi/sig_dengluyi.md similarity index 98% rename from sig/sig-dengluyi/sig-dengluyi.md rename to sig/sig_dengluyi/sig_dengluyi.md index 99a4527400a0708a74454a00824a3efdd1309d7f..ed584418c26b7ce52f8cd33a5e567fc096ab30f8 100644 --- a/sig/sig-dengluyi/sig-dengluyi.md +++ b/sig/sig_dengluyi/sig_dengluyi.md @@ -1,5 +1,5 @@ -# 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). diff --git a/sig/sig-dengluyi/sig-dengluyi_cn.md b/sig/sig_dengluyi/sig_dengluyi_cn.md similarity index 98% rename from sig/sig-dengluyi/sig-dengluyi_cn.md rename to sig/sig_dengluyi/sig_dengluyi_cn.md index e951ca68f2b44699bb167f2104fbf4bb7b0197a0..dc4902d11eedd6629705ec3fa0f2da1b723cabd2 100644 --- a/sig/sig-dengluyi/sig-dengluyi_cn.md +++ b/sig/sig_dengluyi/sig_dengluyi_cn.md @@ -1,5 +1,5 @@ -# sig-dengluyi -简体中文 | [English](./sig-dengluyi.md) +# sig_dengluyi +简体中文 | [English](./sig_dengluyi.md) 说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 diff --git a/sig/sig-devboard/OWNERS b/sig/sig_devboard/OWNERS similarity index 100% rename from sig/sig-devboard/OWNERS rename to sig/sig_devboard/OWNERS diff --git a/sig/sig-devboard/sig_devboard.md b/sig/sig_devboard/sig_devboard.md similarity index 99% rename from sig/sig-devboard/sig_devboard.md rename to sig/sig_devboard/sig_devboard.md index 6cdce3b8e3aaa2ad67c92cbe38b6835223a3a402..2c4f89565d77c95d1788c55086047da832f995b9 100644 --- a/sig/sig-devboard/sig_devboard.md +++ b/sig/sig_devboard/sig_devboard.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) diff --git a/sig/sig-devboard/sig_devboard_cn.md b/sig/sig_devboard/sig_devboard_cn.md similarity index 99% rename from sig/sig-devboard/sig_devboard_cn.md rename to sig/sig_devboard/sig_devboard_cn.md index 362c0262a0b73aa6547bb157541bcecadf8ea7b6..dc8ac01f67bdafe56c3f5c08dc4c034a5e83e800 100644 --- a/sig/sig-devboard/sig_devboard_cn.md +++ b/sig/sig_devboard/sig_devboard_cn.md @@ -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) diff --git a/sig/sig-distributeddatamgr/OWNERS b/sig/sig_distributeddatamgr/OWNERS similarity index 100% rename from sig/sig-distributeddatamgr/OWNERS rename to sig/sig_distributeddatamgr/OWNERS diff --git a/sig/sig-distributeddatamgr/figures/distributeddatamgr-overview.png b/sig/sig_distributeddatamgr/figures/distributeddatamgr_overview.png similarity index 100% rename from sig/sig-distributeddatamgr/figures/distributeddatamgr-overview.png rename to sig/sig_distributeddatamgr/figures/distributeddatamgr_overview.png diff --git a/sig/sig-distributeddatamgr/meeting_records.md b/sig/sig_distributeddatamgr/meeting_records.md similarity index 100% rename from sig/sig-distributeddatamgr/meeting_records.md rename to sig/sig_distributeddatamgr/meeting_records.md diff --git a/sig/sig-distributeddatamgr/sig-distributeddatamgr.json b/sig/sig_distributeddatamgr/sig_distributeddatamgr.json similarity index 100% rename from sig/sig-distributeddatamgr/sig-distributeddatamgr.json rename to sig/sig_distributeddatamgr/sig_distributeddatamgr.json diff --git a/sig/sig-distributeddatamgr/sig-distributeddatamgr.md b/sig/sig_distributeddatamgr/sig_distributeddatamgr.md similarity index 96% rename from sig/sig-distributeddatamgr/sig-distributeddatamgr.md rename to sig/sig_distributeddatamgr/sig_distributeddatamgr.md index f7ba7f8b613055680ebf0706e3bcb9579ab9e7aa..51634288879b439186fa890b8e343c36e234d41b 100644 --- a/sig/sig-distributeddatamgr/sig-distributeddatamgr.md +++ b/sig/sig_distributeddatamgr/sig_distributeddatamgr.md @@ -1,5 +1,5 @@ # 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). diff --git a/sig/sig-distributeddatamgr/sig-distributeddatamgr_cn.md b/sig/sig_distributeddatamgr/sig_distributeddatamgr_cn.md similarity index 93% rename from sig/sig-distributeddatamgr/sig-distributeddatamgr_cn.md rename to sig/sig_distributeddatamgr/sig_distributeddatamgr_cn.md index d54aa9a45da2a8f89a443c00beb189d5d36df503..adb4d4210f026ec2ab2af084560672df86ac9a85 100644 --- a/sig/sig-distributeddatamgr/sig-distributeddatamgr_cn.md +++ b/sig/sig_distributeddatamgr/sig_distributeddatamgr_cn.md @@ -1,5 +1,5 @@ # 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) ## 代码仓 |部件名称|部件功能描述|部件仓名称| | ------------ | ------------ |------------ | diff --git a/sig/sig-distributedhardwaremgr/OWNERS b/sig/sig_distributedhardwaremgr/OWNERS similarity index 100% rename from sig/sig-distributedhardwaremgr/OWNERS rename to sig/sig_distributedhardwaremgr/OWNERS diff --git a/sig/sig-distributedhardwaremgr/figures/distributedhardwaremgr-overview.png b/sig/sig_distributedhardwaremgr/figures/distributedhardwaremgr_overview.png similarity index 100% rename from sig/sig-distributedhardwaremgr/figures/distributedhardwaremgr-overview.png rename to sig/sig_distributedhardwaremgr/figures/distributedhardwaremgr_overview.png diff --git a/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr.md b/sig/sig_distributedhardwaremgr/sig_distributedhardwaremgr.md similarity index 98% rename from sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr.md rename to sig/sig_distributedhardwaremgr/sig_distributedhardwaremgr.md index 385fbd464a93173a8ba23205935c144b720411ef..2d30d258b7508e6f52693d93267fa131c8f9786c 100644 --- a/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr.md +++ b/sig/sig_distributedhardwaremgr/sig_distributedhardwaremgr.md @@ -1,5 +1,5 @@ # 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). diff --git a/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md b/sig/sig_distributedhardwaremgr/sig_distributedhardwaremgr_cn.md similarity index 97% rename from sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md rename to sig/sig_distributedhardwaremgr/sig_distributedhardwaremgr_cn.md index fc492e234dea8c031f779c595dd30ae935ff023f..e3a335386301f0d0c3b4307a8afe8fd000fe27fe 100644 --- a/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md +++ b/sig/sig_distributedhardwaremgr/sig_distributedhardwaremgr_cn.md @@ -1,5 +1,5 @@ # 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) ## 代码仓 |部件名称|部件功能描述|部件仓名称| | ------------ | ------------ |------------ | diff --git a/sig/sig-docs/OWNERS b/sig/sig_docs/OWNERS similarity index 100% rename from sig/sig-docs/OWNERS rename to sig/sig_docs/OWNERS diff --git a/sig/sig-docs/figures/docs-overview.png b/sig/sig_docs/figures/docs_overview.png similarity index 100% rename from sig/sig-docs/figures/docs-overview.png rename to sig/sig_docs/figures/docs_overview.png diff --git a/sig/sig-docs/meetings/2021-07-06-meeting-template.md b/sig/sig_docs/meetings/2021_07_06_meeting_template.md similarity index 100% rename from sig/sig-docs/meetings/2021-07-06-meeting-template.md rename to sig/sig_docs/meetings/2021_07_06_meeting_template.md diff --git a/sig/sig-docs/sig_docs_cn.md b/sig/sig_docs/sig_docs_cn.md similarity index 94% rename from sig/sig-docs/sig_docs_cn.md rename to sig/sig_docs/sig_docs_cn.md index 4f44903581d14f4f1694b2290d9b9df18f56d525..72061688d3161e95bfbb700530becdae9adfb261 100644 --- a/sig/sig-docs/sig_docs_cn.md +++ b/sig/sig_docs/sig_docs_cn.md @@ -1,5 +1,5 @@ -# 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/)邮件列表获取会议链接 diff --git a/sig/sig-driver/OWNERS b/sig/sig_driver/OWNERS similarity index 100% rename from sig/sig-driver/OWNERS rename to sig/sig_driver/OWNERS diff --git a/sig/sig-driver/figures/driver-overview.png b/sig/sig_driver/figures/driver_overview.png similarity index 100% rename from sig/sig-driver/figures/driver-overview.png rename to sig/sig_driver/figures/driver_overview.png diff --git a/sig/sig-driver/figures/driver-overview-en.png b/sig/sig_driver/figures/driver_overview_en.png similarity index 100% rename from sig/sig-driver/figures/driver-overview-en.png rename to sig/sig_driver/figures/driver_overview_en.png diff --git a/sig/sig-driver/sig_driver.md b/sig/sig_driver/sig_driver.md similarity index 99% rename from sig/sig-driver/sig_driver.md rename to sig/sig_driver/sig_driver.md index f0ff8413f249114601f881a70d0a83ac774c5c49..bc2e71922a0667f66fa55cc9282a7cb2f21b2d54 100644 --- a/sig/sig-driver/sig_driver.md +++ b/sig/sig_driver/sig_driver.md @@ -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. diff --git a/sig/sig-driver/sig_driver_cn.md b/sig/sig_driver/sig_driver_cn.md similarity index 99% rename from sig/sig-driver/sig_driver_cn.md rename to sig/sig_driver/sig_driver_cn.md index 67aceda7452e08a412aebdf560c6cd7b35db9be7..554ad0af9466fa27f5fb7fd48fcd02b0b22f89f8 100644 --- a/sig/sig-driver/sig_driver_cn.md +++ b/sig/sig_driver/sig_driver_cn.md @@ -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) diff --git a/sig/sig-edu_data_specification/OWNERS b/sig/sig_edu_data_specification/OWNERS similarity index 100% rename from sig/sig-edu_data_specification/OWNERS rename to sig/sig_edu_data_specification/OWNERS diff --git a/sig/sig-edu_data_specification/sig_edu_data_specification.md b/sig/sig_edu_data_specification/sig_edu_data_specification.md similarity index 100% rename from sig/sig-edu_data_specification/sig_edu_data_specification.md rename to sig/sig_edu_data_specification/sig_edu_data_specification.md diff --git a/sig/sig-edu_data_specification/sig_edu_data_specification_cn.md b/sig/sig_edu_data_specification/sig_edu_data_specification_cn.md similarity index 97% rename from sig/sig-edu_data_specification/sig_edu_data_specification_cn.md rename to sig/sig_edu_data_specification/sig_edu_data_specification_cn.md index 2626f6c92235ceca262307d68be8ebd83a639cee..3d62723130465af32bbe3bdb6cb0ae03b7380d35 100644 --- a/sig/sig-edu_data_specification/sig_edu_data_specification_cn.md +++ b/sig/sig_edu_data_specification/sig_edu_data_specification_cn.md @@ -1,52 +1,52 @@ -# 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 diff --git a/sig/sig-gaming/OWNERS b/sig/sig_gaming/OWNERS similarity index 100% rename from sig/sig-gaming/OWNERS rename to sig/sig_gaming/OWNERS diff --git a/sig/sig-gaming/figures/gaming-overview.png b/sig/sig_gaming/figures/gaming_overview.png similarity index 100% rename from sig/sig-gaming/figures/gaming-overview.png rename to sig/sig_gaming/figures/gaming_overview.png diff --git a/sig/sig-gaming/sig-gaming.md b/sig/sig_gaming/sig_gaming.md similarity index 95% rename from sig/sig-gaming/sig-gaming.md rename to sig/sig_gaming/sig_gaming.md index 36eb3b8f9c6fcd6c7109f1a0c1d73ab1f9715611..5cbe1b418a0bbabf2f214eaed47f60c6ad37a9bc 100644 --- a/sig/sig-gaming/sig-gaming.md +++ b/sig/sig_gaming/sig_gaming.md @@ -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: diff --git a/sig/sig-gaming/sig-gaming_cn.md b/sig/sig_gaming/sig_gaming_cn.md similarity index 87% rename from sig/sig-gaming/sig-gaming_cn.md rename to sig/sig_gaming/sig_gaming_cn.md index 73900897d250e5201902d68849788eae6900dd01..bd16b0b2c35262846006da9f7d0b127f5b4feb27 100644 --- a/sig/sig-gaming/sig-gaming_cn.md +++ b/sig/sig_gaming/sig_gaming_cn.md @@ -1,5 +1,5 @@ -# 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 diff --git a/sig/sig-graphics/OWNERS b/sig/sig_graphics/OWNERS similarity index 100% rename from sig/sig-graphics/OWNERS rename to sig/sig_graphics/OWNERS diff --git a/sig/sig-graphics/figures/graphics-overview.png b/sig/sig_graphics/figures/graphics_overview.png similarity index 100% rename from sig/sig-graphics/figures/graphics-overview.png rename to sig/sig_graphics/figures/graphics_overview.png diff --git a/sig/sig-graphics/sig-graphics.md b/sig/sig_graphics/sig_graphics.md similarity index 93% rename from sig/sig-graphics/sig-graphics.md rename to sig/sig_graphics/sig_graphics.md index 89e9bd099d094a9538620c1ce49694d15b8cb1ec..a20893d4b26fcfb39bf9ae1e59f98358d61d2ed5 100644 --- a/sig/sig-graphics/sig-graphics.md +++ b/sig/sig_graphics/sig_graphics.md @@ -1,59 +1,59 @@ -# 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 diff --git a/sig/sig-graphics/sig-graphics_cn.md b/sig/sig_graphics/sig_graphics_cn.md similarity index 93% rename from sig/sig-graphics/sig-graphics_cn.md rename to sig/sig_graphics/sig_graphics_cn.md index 69512e13ae7cc1f000f8a1fa30224ccc2bb5a5f9..17a167ec271a155b7ec9149c95e1b0e77f86f542 100644 --- a/sig/sig-graphics/sig-graphics_cn.md +++ b/sig/sig_graphics/sig_graphics_cn.md @@ -1,83 +1,83 @@ -# 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 diff --git a/sig/sig-hilog/OWNERS b/sig/sig_hilog/OWNERS similarity index 100% rename from sig/sig-hilog/OWNERS rename to sig/sig_hilog/OWNERS diff --git a/sig/sig-hilog/sig_hilog.md b/sig/sig_hilog/sig_hilog.md similarity index 95% rename from sig/sig-hilog/sig_hilog.md rename to sig/sig_hilog/sig_hilog.md index 4da5e3a5031ee65ec30edfdbe6584b1ddc18afc0..774a0d1df9c686582d18f9c4315944cfd45dede8 100755 --- a/sig/sig-hilog/sig_hilog.md +++ b/sig/sig_hilog/sig_hilog.md @@ -1,10 +1,10 @@ -# 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) diff --git a/sig/sig-hilog/sig_hilog_cn.md b/sig/sig_hilog/sig_hilog_cn.md similarity index 97% rename from sig/sig-hilog/sig_hilog_cn.md rename to sig/sig_hilog/sig_hilog_cn.md index 6ab774b428b237e6c4c4e43b634e745482c2fa24..6342f019ee9121ebd664d31457c1af47edbf9006 100755 --- a/sig/sig-hilog/sig_hilog_cn.md +++ b/sig/sig_hilog/sig_hilog_cn.md @@ -1,4 +1,4 @@ -# 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。 ### 工作范围 diff --git a/sig/sig-huaweicloud/OWNERS b/sig/sig_huaweicloud/OWNERS similarity index 100% rename from sig/sig-huaweicloud/OWNERS rename to sig/sig_huaweicloud/OWNERS diff --git a/sig/sig-huaweicloud/sig_huaweicloud.md b/sig/sig_huaweicloud/sig_huaweicloud.md similarity index 98% rename from sig/sig-huaweicloud/sig_huaweicloud.md rename to sig/sig_huaweicloud/sig_huaweicloud.md index a81b6c975545e693c0e1aa9410b5051c218426f3..e62dbef6e8145d77ed455a1ab4fb2de9b2527070 100644 --- a/sig/sig-huaweicloud/sig_huaweicloud.md +++ b/sig/sig_huaweicloud/sig_huaweicloud.md @@ -1,4 +1,4 @@ -# 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 | Mailing list | 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)。| \ No newline at end of file +| dev@openharmony.io | Mailing list | 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)。| diff --git a/sig/sig-huaweicloud/sig_huaweicloud_cn.md b/sig/sig_huaweicloud/sig_huaweicloud_cn.md similarity index 98% rename from sig/sig-huaweicloud/sig_huaweicloud_cn.md rename to sig/sig_huaweicloud/sig_huaweicloud_cn.md index c968557bf3a8c372b939923c0388fdcd89154a0c..9e1e5a828ff89b9eeab6963fb784ca3dce922b21 100644 --- a/sig/sig-huaweicloud/sig_huaweicloud_cn.md +++ b/sig/sig_huaweicloud/sig_huaweicloud_cn.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-ide/OWNERS b/sig/sig_ide/OWNERS similarity index 100% rename from sig/sig-ide/OWNERS rename to sig/sig_ide/OWNERS diff --git a/sig/sig-ide/sig-ide.md b/sig/sig_ide/sig_ide.md similarity index 95% rename from sig/sig-ide/sig-ide.md rename to sig/sig_ide/sig_ide.md index 3cfc73382ece970b63f132b75a64912dec9d77a1..9478a01513737cef049d643a69b434b1d6f4ed05 100644 --- a/sig/sig-ide/sig-ide.md +++ b/sig/sig_ide/sig_ide.md @@ -1,6 +1,6 @@ -# 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) diff --git a/sig/sig-ide/sig-ide_cn.md b/sig/sig_ide/sig_ide_cn.md similarity index 98% rename from sig/sig-ide/sig-ide_cn.md rename to sig/sig_ide/sig_ide_cn.md index a169985e0ba37350579346b7368e96beb8209e41..53400d2b4ca80cf193d485eddf1ec686690809e3 100644 --- a/sig/sig-ide/sig-ide_cn.md +++ b/sig/sig_ide/sig_ide_cn.md @@ -1,6 +1,6 @@ -# SIG-ide +# sig_ide -简体中文 | [English](./sig-ide.md) +简体中文 | [English](./sig_ide.md) 说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 diff --git a/sig/sig-industrial_internet/OWNERS b/sig/sig_industrial_internet/OWNERS similarity index 100% rename from sig/sig-industrial_internet/OWNERS rename to sig/sig_industrial_internet/OWNERS diff --git a/sig/sig-industrial_internet/sig_industrial_internet.md b/sig/sig_industrial_internet/sig_industrial_internet.md similarity index 97% rename from sig/sig-industrial_internet/sig_industrial_internet.md rename to sig/sig_industrial_internet/sig_industrial_internet.md index 5f927cdfaeb086011da726c5a380080b816175f7..6909cbdae8b4558098fd128cdf8cb437a62b3ab3 100644 --- a/sig/sig-industrial_internet/sig_industrial_internet.md +++ b/sig/sig_industrial_internet/sig_industrial_internet.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) diff --git a/sig/sig-industrial_internet/sig_industrial_internet_cn.md b/sig/sig_industrial_internet/sig_industrial_internet_cn.md similarity index 99% rename from sig/sig-industrial_internet/sig_industrial_internet_cn.md rename to sig/sig_industrial_internet/sig_industrial_internet_cn.md index b2167eaa6f72b13cba952acfc8965b316b1d0640..23ca03c723db68957641b911f20c5188a4e901ab 100644 --- a/sig/sig-industrial_internet/sig_industrial_internet_cn.md +++ b/sig/sig_industrial_internet/sig_industrial_internet_cn.md @@ -1,4 +1,4 @@ -# SIG-Industrial_Internet +# sig_Industrial_Internet 简体中文 | [English](./sig_industrial_internet.md) 说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 diff --git a/sig/sig-infrastructure/OWNERS b/sig/sig_infrastructure/OWNERS similarity index 100% rename from sig/sig-infrastructure/OWNERS rename to sig/sig_infrastructure/OWNERS diff --git a/sig/sig-infrastructure/sig-infrastructure.md b/sig/sig_infrastructure/sig_infrastructure.md similarity index 97% rename from sig/sig-infrastructure/sig-infrastructure.md rename to sig/sig_infrastructure/sig_infrastructure.md index dfe38fd97ca9f9b9417f0330c979da60820c5243..bfc9b4d84cd3891ead7b34f8bea7cfacd19345d4 100644 --- a/sig/sig-infrastructure/sig-infrastructure.md +++ b/sig/sig_infrastructure/sig_infrastructure.md @@ -1,6 +1,6 @@ -# 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). diff --git a/sig/sig-infrastructure/sig-infrastructure_cn.md b/sig/sig_infrastructure/sig_infrastructure_cn.md similarity index 97% rename from sig/sig-infrastructure/sig-infrastructure_cn.md rename to sig/sig_infrastructure/sig_infrastructure_cn.md index 819c996502f0c01ffdc18a795e1274ea3b41a9fa..0c29594e43ba12eed4c075f1bfd69b9e7d4e280d 100644 --- a/sig/sig-infrastructure/sig-infrastructure_cn.md +++ b/sig/sig_infrastructure/sig_infrastructure_cn.md @@ -1,6 +1,6 @@ -# SIG-Infrastructure +# sig_Infrastructure -简体中文 | [English](./sig-infrastructure.md) +简体中文 | [English](./sig_infrastructure.md) 说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 diff --git a/sig/sig-iot-sensing-network/OWNERS b/sig/sig_iot_sensing_network/OWNERS similarity index 100% rename from sig/sig-iot-sensing-network/OWNERS rename to sig/sig_iot_sensing_network/OWNERS diff --git a/sig/sig-iot-sensing-network/sig_iot_sensing_network.md b/sig/sig_iot_sensing_network/sig_iot_sensing_network.md similarity index 99% rename from sig/sig-iot-sensing-network/sig_iot_sensing_network.md rename to sig/sig_iot_sensing_network/sig_iot_sensing_network.md index 0ec915997e151731bd2062a65984e05c5319c232..bfc8ada045a3ce9ebd37de2130b0af1f9d70decb 100644 --- a/sig/sig-iot-sensing-network/sig_iot_sensing_network.md +++ b/sig/sig_iot_sensing_network/sig_iot_sensing_network.md @@ -1,4 +1,4 @@ -# SIG-IOT_Sensing_Network +# sig_IOT_Sensing_Network English | [简体中文](./sig_iot_sensing_network_cn.md) diff --git a/sig/sig-iot-sensing-network/sig_iot_sensing_network_cn.md b/sig/sig_iot_sensing_network/sig_iot_sensing_network_cn.md similarity index 99% rename from sig/sig-iot-sensing-network/sig_iot_sensing_network_cn.md rename to sig/sig_iot_sensing_network/sig_iot_sensing_network_cn.md index b911a28bd9bb9750bb8076bba88ba6099d42adc2..95ed56718e8cbead548ff8fde87ddf16bd32c943 100644 --- a/sig/sig-iot-sensing-network/sig_iot_sensing_network_cn.md +++ b/sig/sig_iot_sensing_network/sig_iot_sensing_network_cn.md @@ -1,4 +1,4 @@ -# SIG-IOT_Sensing_Network +# sig_IOT_Sensing_Network 简体中文 | [English](./sig_iot_sensing_network.md) 说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 diff --git a/sig/sig-kernel/OWNERS b/sig/sig_kernel/OWNERS similarity index 100% rename from sig/sig-kernel/OWNERS rename to sig/sig_kernel/OWNERS diff --git a/sig/sig-kernel/figures/kernel-overview.png b/sig/sig_kernel/figures/kernel_overview.png similarity index 100% rename from sig/sig-kernel/figures/kernel-overview.png rename to sig/sig_kernel/figures/kernel_overview.png diff --git a/sig/sig-kernel/meetings/2021-10-21-About-The-Decision-To-Setup-Repos.md b/sig/sig_kernel/meetings/2021_10_21_About_The_Decision_To_Setup_Repos.md similarity index 100% rename from sig/sig-kernel/meetings/2021-10-21-About-The-Decision-To-Setup-Repos.md rename to sig/sig_kernel/meetings/2021_10_21_About_The_Decision_To_Setup_Repos.md diff --git a/sig/sig-kernel/sig_kernel.md b/sig/sig_kernel/sig_kernel.md similarity index 98% rename from sig/sig-kernel/sig_kernel.md rename to sig/sig_kernel/sig_kernel.md index 4787e333dccb0b4c422198596d21069e7d70847b..9545787ffe70f4497aea9118ea1bfefbddb64b25 100644 --- a/sig/sig-kernel/sig_kernel.md +++ b/sig/sig_kernel/sig_kernel.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) diff --git a/sig/sig-kernel/sig_kernel_cn.md b/sig/sig_kernel/sig_kernel_cn.md similarity index 99% rename from sig/sig-kernel/sig_kernel_cn.md rename to sig/sig_kernel/sig_kernel_cn.md index 3d7098cd6987003e7e869d775f4796ed86dfbe73..2fdb849a0832e6a20788b4383544e9e858c25e1e 100644 --- a/sig/sig-kernel/sig_kernel_cn.md +++ b/sig/sig_kernel/sig_kernel_cn.md @@ -13,7 +13,7 @@ - 维护多内核架构,支持轻量化设备选择LiteOS内核,维护生态发展。 技术栈范围全景图如下图所示: -![OpenHarmony文档概览](figures/kernel-overview.png) +![OpenHarmony文档概览](figures/kernel_overview.png) ## LiteOS代码仓 |部件名称|部件功能描述|部件仓名称| diff --git a/sig/sig-knowlege/OWNERS b/sig/sig_knowlege/OWNERS similarity index 100% rename from sig/sig-knowlege/OWNERS rename to sig/sig_knowlege/OWNERS diff --git a/sig/sig-knowlege/sig_knowledge.md b/sig/sig_knowlege/sig_knowledge.md similarity index 99% rename from sig/sig-knowlege/sig_knowledge.md rename to sig/sig_knowlege/sig_knowledge.md index 936572b6dc0690b8b62f2eb0b5be9a0857265c34..285cf6f3e30faf44dc19d0e6cbce54efebb9da8a 100644 --- a/sig/sig-knowlege/sig_knowledge.md +++ b/sig/sig_knowlege/sig_knowledge.md @@ -1,4 +1,4 @@ -# SIG-Knowledge +# sig_Knowledge English | [简体中文](./sig_knowledge_cn.md) diff --git a/sig/sig-knowlege/sig_knowledge_cn.md b/sig/sig_knowlege/sig_knowledge_cn.md similarity index 99% rename from sig/sig-knowlege/sig_knowledge_cn.md rename to sig/sig_knowlege/sig_knowledge_cn.md index 2932ed680d399004de044db235bbcfd00b1730ec..fbc2e5db7aef0ffd2996e17c3d4c00b987ecb5cd 100644 --- a/sig/sig-knowlege/sig_knowledge_cn.md +++ b/sig/sig_knowlege/sig_knowledge_cn.md @@ -1,4 +1,4 @@ -# SIG-Knowledge +# sig_Knowledge 简体中文 | [English](./sig_knowledge.md) diff --git a/sig/sig-linkboy/OWNERS b/sig/sig_linkboy/OWNERS similarity index 100% rename from sig/sig-linkboy/OWNERS rename to sig/sig_linkboy/OWNERS diff --git a/sig/sig-linkboy/comm/gzh.jpg b/sig/sig_linkboy/comm/gzh.jpg similarity index 100% rename from sig/sig-linkboy/comm/gzh.jpg rename to sig/sig_linkboy/comm/gzh.jpg diff --git a/sig/sig-linkboy/img/1.png b/sig/sig_linkboy/img/1.png similarity index 100% rename from sig/sig-linkboy/img/1.png rename to sig/sig_linkboy/img/1.png diff --git a/sig/sig-linkboy/img/2.png b/sig/sig_linkboy/img/2.png similarity index 100% rename from sig/sig-linkboy/img/2.png rename to sig/sig_linkboy/img/2.png diff --git a/sig/sig-linkboy/img/3.png b/sig/sig_linkboy/img/3.png similarity index 100% rename from sig/sig-linkboy/img/3.png rename to sig/sig_linkboy/img/3.png diff --git a/sig/sig-linkboy/img/4.png b/sig/sig_linkboy/img/4.png similarity index 100% rename from sig/sig-linkboy/img/4.png rename to sig/sig_linkboy/img/4.png diff --git a/sig/sig-linkboy/img/5.png b/sig/sig_linkboy/img/5.png similarity index 100% rename from sig/sig-linkboy/img/5.png rename to sig/sig_linkboy/img/5.png diff --git a/sig/sig-linkboy/img/6.png b/sig/sig_linkboy/img/6.png similarity index 100% rename from sig/sig-linkboy/img/6.png rename to sig/sig_linkboy/img/6.png diff --git a/sig/sig-linkboy/img/7.png b/sig/sig_linkboy/img/7.png similarity index 100% rename from sig/sig-linkboy/img/7.png rename to sig/sig_linkboy/img/7.png diff --git a/sig/sig-linkboy/img/7A.jpg b/sig/sig_linkboy/img/7A.jpg similarity index 100% rename from sig/sig-linkboy/img/7A.jpg rename to sig/sig_linkboy/img/7A.jpg diff --git a/sig/sig-linkboy/img/7B.jpg b/sig/sig_linkboy/img/7B.jpg similarity index 100% rename from sig/sig-linkboy/img/7B.jpg rename to sig/sig_linkboy/img/7B.jpg diff --git a/sig/sig-linkboy/img/7C.jpg b/sig/sig_linkboy/img/7C.jpg similarity index 100% rename from sig/sig-linkboy/img/7C.jpg rename to sig/sig_linkboy/img/7C.jpg diff --git a/sig/sig-linkboy/img/8.png b/sig/sig_linkboy/img/8.png similarity index 100% rename from sig/sig-linkboy/img/8.png rename to sig/sig_linkboy/img/8.png diff --git a/sig/sig-linkboy/img/8A.jpg b/sig/sig_linkboy/img/8A.jpg similarity index 100% rename from sig/sig-linkboy/img/8A.jpg rename to sig/sig_linkboy/img/8A.jpg diff --git a/sig/sig-linkboy/img/9.jpg b/sig/sig_linkboy/img/9.jpg similarity index 100% rename from sig/sig-linkboy/img/9.jpg rename to sig/sig_linkboy/img/9.jpg diff --git a/sig/sig-linkboy/img/9A.jpg b/sig/sig_linkboy/img/9A.jpg similarity index 100% rename from sig/sig-linkboy/img/9A.jpg rename to sig/sig_linkboy/img/9A.jpg diff --git a/sig/sig-linkboy/oh/oh1.md b/sig/sig_linkboy/oh/oh1.md similarity index 100% rename from sig/sig-linkboy/oh/oh1.md rename to sig/sig_linkboy/oh/oh1.md diff --git a/sig/sig-linkboy/oh/oh2.md b/sig/sig_linkboy/oh/oh2.md similarity index 100% rename from sig/sig-linkboy/oh/oh2.md rename to sig/sig_linkboy/oh/oh2.md diff --git a/sig/sig-linkboy/oh/oh3.md b/sig/sig_linkboy/oh/oh3.md similarity index 100% rename from sig/sig-linkboy/oh/oh3.md rename to sig/sig_linkboy/oh/oh3.md diff --git a/sig/sig-linkboy/oh/oh4.md b/sig/sig_linkboy/oh/oh4.md similarity index 100% rename from sig/sig-linkboy/oh/oh4.md rename to sig/sig_linkboy/oh/oh4.md diff --git a/sig/sig-linkboy/oh/oh5.md b/sig/sig_linkboy/oh/oh5.md similarity index 100% rename from sig/sig-linkboy/oh/oh5.md rename to sig/sig_linkboy/oh/oh5.md diff --git a/sig/sig-linkboy/oh/oh6.md b/sig/sig_linkboy/oh/oh6.md similarity index 100% rename from sig/sig-linkboy/oh/oh6.md rename to sig/sig_linkboy/oh/oh6.md diff --git a/sig/sig-linkboy/oh/oh7.md b/sig/sig_linkboy/oh/oh7.md similarity index 100% rename from sig/sig-linkboy/oh/oh7.md rename to sig/sig_linkboy/oh/oh7.md diff --git a/sig/sig-linkboy/oh/oh8.md b/sig/sig_linkboy/oh/oh8.md similarity index 100% rename from sig/sig-linkboy/oh/oh8.md rename to sig/sig_linkboy/oh/oh8.md diff --git a/sig/sig-linkboy/oh/oh9.md b/sig/sig_linkboy/oh/oh9.md similarity index 100% rename from sig/sig-linkboy/oh/oh9.md rename to sig/sig_linkboy/oh/oh9.md diff --git a/sig/sig-linkboy/sig_linkboy.md b/sig/sig_linkboy/sig_linkboy.md similarity index 93% rename from sig/sig-linkboy/sig_linkboy.md rename to sig/sig_linkboy/sig_linkboy.md index 86d925ad1ab7d651b973c8ae5e2ef9b97200400c..3d329c2758893d65ebf608019c100239f7cf839b 100644 --- a/sig/sig-linkboy/sig_linkboy.md +++ b/sig/sig_linkboy/sig_linkboy.md @@ -1,4 +1,4 @@ -# SIG-linkboy +# sig_linkboy English | [简体中文](./sig_linkboy_cn.md) Note: no english version! please see the chinese version. (sig_linkboy_cn.md) diff --git a/sig/sig-linkboy/sig_linkboy_cn.md b/sig/sig_linkboy/sig_linkboy_cn.md similarity index 98% rename from sig/sig-linkboy/sig_linkboy_cn.md rename to sig/sig_linkboy/sig_linkboy_cn.md index c8490ef24d2fd451f2f9be23d54903d15669025e..c69289661dc3b57d67de648fe63a4bebcafa7add 100644 --- a/sig/sig-linkboy/sig_linkboy_cn.md +++ b/sig/sig_linkboy/sig_linkboy_cn.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig_list.toml b/sig/sig_list.toml index e3a44762b4ec9344163faab6a3dae05c5816f25e..98d40c210de61538341f12518813a9292d8c8d7f 100644 --- a/sig/sig_list.toml +++ b/sig/sig_list.toml @@ -1,24 +1,24 @@ # 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"] diff --git a/sig/sig-loongarch/OWNERS b/sig/sig_loongarch/OWNERS similarity index 100% rename from sig/sig-loongarch/OWNERS rename to sig/sig_loongarch/OWNERS diff --git a/sig/sig-loongarch/sig_loongarch.md b/sig/sig_loongarch/sig_loongarch.md similarity index 99% rename from sig/sig-loongarch/sig_loongarch.md rename to sig/sig_loongarch/sig_loongarch.md index 232ea87109105ca776a8445f77668d303fb60cfe..50a298a2b2b49de03ec93df312f3f20c42cfe60e 100755 --- a/sig/sig-loongarch/sig_loongarch.md +++ b/sig/sig_loongarch/sig_loongarch.md @@ -1,4 +1,4 @@ -# SIG-LoongArch +# sig_LoongArch English | [简体中文](./sig_loongarch_cn.md) diff --git a/sig/sig-loongarch/sig_loongarch_cn.md b/sig/sig_loongarch/sig_loongarch_cn.md similarity index 99% rename from sig/sig-loongarch/sig_loongarch_cn.md rename to sig/sig_loongarch/sig_loongarch_cn.md index 287310bce620ab3a9b483e17d62a400daa50d9d1..8e9193ea20af4e4be4d38dce8d810fe072f48f34 100755 --- a/sig/sig-loongarch/sig_loongarch_cn.md +++ b/sig/sig_loongarch/sig_loongarch_cn.md @@ -1,4 +1,4 @@ -# SIG-LoongArch +# sig_LoongArch 简体中文 | [English](./sig_loongarch.md) diff --git a/sig/sig-media/OWNERS b/sig/sig_media/OWNERS similarity index 100% rename from sig/sig-media/OWNERS rename to sig/sig_media/OWNERS diff --git a/sig/sig-media/sig-media.md b/sig/sig_media/sig_media.md similarity index 93% rename from sig/sig-media/sig-media.md rename to sig/sig_media/sig_media.md index b4e429209682f0229eba86aa166cdc265e30e795..ae507a4cc2e17324ca74131a4ac7a405847a95f8 100644 --- a/sig/sig-media/sig-media.md +++ b/sig/sig_media/sig_media.md @@ -1,62 +1,62 @@ -# 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 diff --git a/sig/sig-media/sig-media_cn.md b/sig/sig_media/sig_media_cn.md similarity index 93% rename from sig/sig-media/sig-media_cn.md rename to sig/sig_media/sig_media_cn.md index 348af95592fdbf5a0555f7bc78fe436cbdb6e03d..0d4f1d5feb246538a4f7cc96b75b069503a9983e 100644 --- a/sig/sig-media/sig-media_cn.md +++ b/sig/sig_media/sig_media_cn.md @@ -1,61 +1,61 @@ -# 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 diff --git a/sig/sig-miniblink/OWNERS b/sig/sig_miniblink/OWNERS similarity index 100% rename from sig/sig-miniblink/OWNERS rename to sig/sig_miniblink/OWNERS diff --git a/sig/sig-miniblink/sig_miniblink.md b/sig/sig_miniblink/sig_miniblink.md similarity index 100% rename from sig/sig-miniblink/sig_miniblink.md rename to sig/sig_miniblink/sig_miniblink.md diff --git a/sig/sig-miniblink/sig_miniblink_cn.md b/sig/sig_miniblink/sig_miniblink_cn.md similarity index 100% rename from sig/sig-miniblink/sig_miniblink_cn.md rename to sig/sig_miniblink/sig_miniblink_cn.md diff --git a/sig/sig-mips/OWNERS b/sig/sig_mips/OWNERS similarity index 100% rename from sig/sig-mips/OWNERS rename to sig/sig_mips/OWNERS diff --git a/sig/sig-mips/sig_mips.md b/sig/sig_mips/sig_mips.md similarity index 99% rename from sig/sig-mips/sig_mips.md rename to sig/sig_mips/sig_mips.md index 68e6e0043e0b873a586e4e1ba04f1bfa1c55bb3c..a4efc13cc630476ea1da250042c6ff85c9348446 100644 --- a/sig/sig-mips/sig_mips.md +++ b/sig/sig_mips/sig_mips.md @@ -1,4 +1,4 @@ -# SIG-MIPS +# sig_MIPS English | [简体中文](./sig_mips_cn.md) diff --git a/sig/sig-mips/sig_mips_cn.md b/sig/sig_mips/sig_mips_cn.md similarity index 99% rename from sig/sig-mips/sig_mips_cn.md rename to sig/sig_mips/sig_mips_cn.md index 04ee24a2c76f54f66c5223e73fc153e257c6717c..25827b5a104ec90ea11ff5de7de4784ba3636e11 100644 --- a/sig/sig-mips/sig_mips_cn.md +++ b/sig/sig_mips/sig_mips_cn.md @@ -1,4 +1,4 @@ -# SIG-MIPS +# sig_MIPS 简体中文 | [English](./sig_mips.md) diff --git a/sig/sig-napi_generator/OWNERS b/sig/sig_napi_generator/OWNERS similarity index 100% rename from sig/sig-napi_generator/OWNERS rename to sig/sig_napi_generator/OWNERS diff --git a/sig/sig-napi_generator/sig_napi_generator.md b/sig/sig_napi_generator/sig_napi_generator.md similarity index 100% rename from sig/sig-napi_generator/sig_napi_generator.md rename to sig/sig_napi_generator/sig_napi_generator.md diff --git a/sig/sig-napi_generator/sig_napi_generator_cn.md b/sig/sig_napi_generator/sig_napi_generator_cn.md similarity index 100% rename from sig/sig-napi_generator/sig_napi_generator_cn.md rename to sig/sig_napi_generator/sig_napi_generator_cn.md diff --git a/sig/sig-openblock/OWNERS b/sig/sig_openblock/OWNERS similarity index 100% rename from sig/sig-openblock/OWNERS rename to sig/sig_openblock/OWNERS diff --git a/sig/sig-openblock/sig_openblock.md b/sig/sig_openblock/sig_openblock.md similarity index 97% rename from sig/sig-openblock/sig_openblock.md rename to sig/sig_openblock/sig_openblock.md index bb705357ed6c22524fd3bc1bc6ecc91b8a4ee3dc..25978991b8fa0b9a08640e119a7f5761ac00c2b3 100644 --- a/sig/sig-openblock/sig_openblock.md +++ b/sig/sig_openblock/sig_openblock.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-openblock/sig_openblock_cn.md b/sig/sig_openblock/sig_openblock_cn.md similarity index 96% rename from sig/sig-openblock/sig_openblock_cn.md rename to sig/sig_openblock/sig_openblock_cn.md index 6b5dd9f5da63cde354ffa611ef9a1d1166afe34a..25b586a6b9193ade1ed2465e79bbc4bf8c6070d3 100644 --- a/sig/sig-openblock/sig_openblock_cn.md +++ b/sig/sig_openblock/sig_openblock_cn.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-opencv/OWNERS b/sig/sig_opencv/OWNERS similarity index 100% rename from sig/sig-opencv/OWNERS rename to sig/sig_opencv/OWNERS diff --git a/sig/sig-opencv/figures/sig-opencv-arch.png b/sig/sig_opencv/figures/sig_opencv_arch.png similarity index 100% rename from sig/sig-opencv/figures/sig-opencv-arch.png rename to sig/sig_opencv/figures/sig_opencv_arch.png diff --git a/sig/sig-opencv/figures/sig-opencv-arch-en.png b/sig/sig_opencv/figures/sig_opencv_arch_en.png similarity index 100% rename from sig/sig-opencv/figures/sig-opencv-arch-en.png rename to sig/sig_opencv/figures/sig_opencv_arch_en.png diff --git a/sig/sig-opencv/sig_opencv.md b/sig/sig_opencv/sig_opencv.md similarity index 94% rename from sig/sig-opencv/sig_opencv.md rename to sig/sig_opencv/sig_opencv.md index 9400b4667e4afde0dbb998c859e5a52ce593d5b9..f6fe3e5f347bce07ce809c6e9258942a626c09e2 100644 --- a/sig/sig-opencv/sig_opencv.md +++ b/sig/sig_opencv/sig_opencv.md @@ -1,4 +1,4 @@ -# 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 : diff --git a/sig/sig-opencv/sig_opencv_cn.md b/sig/sig_opencv/sig_opencv_cn.md similarity index 94% rename from sig/sig-opencv/sig_opencv_cn.md rename to sig/sig_opencv/sig_opencv_cn.md index 39841bbfe7cc22a08f2852ca4dc102b94e9d9509..5b143316edb85278703151909f5fae056ca79d5a 100644 --- a/sig/sig-opencv/sig_opencv_cn.md +++ b/sig/sig_opencv/sig_opencv_cn.md @@ -1,4 +1,4 @@ -# 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) ## 代码仓 - 代码仓地址: diff --git a/sig/sig-opengfxdriver/OWNERS b/sig/sig_opengfxdriver/OWNERS similarity index 100% rename from sig/sig-opengfxdriver/OWNERS rename to sig/sig_opengfxdriver/OWNERS diff --git a/sig/sig-opengfxdriver/sig-opengfxdriver.md b/sig/sig_opengfxdriver/sig_opengfxdriver.md similarity index 96% rename from sig/sig-opengfxdriver/sig-opengfxdriver.md rename to sig/sig_opengfxdriver/sig_opengfxdriver.md index 29c267ac214e40e92bee0319ca46ed60888170f2..8201ee2c9cea0fba23350922305bdfe4dc8958f2 100644 --- a/sig/sig-opengfxdriver/sig-opengfxdriver.md +++ b/sig/sig_opengfxdriver/sig_opengfxdriver.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-opengfxdriver/sig-opengfxdriver_cn.md b/sig/sig_opengfxdriver/sig_opengfxdriver_cn.md similarity index 95% rename from sig/sig-opengfxdriver/sig-opengfxdriver_cn.md rename to sig/sig_opengfxdriver/sig_opengfxdriver_cn.md index ac1c41058bbdc8c594fbe317d423ce119b78cc90..fa48d0e92d6eecc3d2f826eb8ddf64e7f68b27ad 100644 --- a/sig/sig-opengfxdriver/sig-opengfxdriver_cn.md +++ b/sig/sig_opengfxdriver/sig_opengfxdriver_cn.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-print/OWNERS b/sig/sig_print/OWNERS similarity index 100% rename from sig/sig-print/OWNERS rename to sig/sig_print/OWNERS diff --git a/sig/sig-print/sig_print.md b/sig/sig_print/sig_print.md similarity index 96% rename from sig/sig-print/sig_print.md rename to sig/sig_print/sig_print.md index 9459f0e078c47181a95554a32ecdd1de3f1d8228..bc86d3072aec14f1f7d5d053a63a725357e9887c 100644 --- a/sig/sig-print/sig_print.md +++ b/sig/sig_print/sig_print.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-print/sig_print_cn.md b/sig/sig_print/sig_print_cn.md similarity index 96% rename from sig/sig-print/sig_print_cn.md rename to sig/sig_print/sig_print_cn.md index 158fbbd2985ff0b73fb57dd58daaa32025e08722..beca30247a19485caf736dcd7959c3175286a565 100644 --- a/sig/sig-print/sig_print_cn.md +++ b/sig/sig_print/sig_print_cn.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-python/OWNERS b/sig/sig_python/OWNERS similarity index 100% rename from sig/sig-python/OWNERS rename to sig/sig_python/OWNERS diff --git a/sig/sig-python/sig-python.md b/sig/sig_python/sig_python.md similarity index 92% rename from sig/sig-python/sig-python.md rename to sig/sig_python/sig_python.md index 3488a808a579c609f0887455010b7513ba011201..486ea8704527029333d6bbd35831ab810d300b03 100644 --- a/sig/sig-python/sig-python.md +++ b/sig/sig_python/sig_python.md @@ -1,6 +1,6 @@ -# 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) diff --git a/sig/sig-python/sig-python_cn.md b/sig/sig_python/sig_python_cn.md similarity index 91% rename from sig/sig-python/sig-python_cn.md rename to sig/sig_python/sig_python_cn.md index 940b717d30f79cedbb5e2f8470dd847aebbea7c3..d2aaca52b8fa5842bddaae2557fb6ae71ea9238e 100644 --- a/sig/sig-python/sig-python_cn.md +++ b/sig/sig_python/sig_python_cn.md @@ -1,6 +1,6 @@ -# 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) diff --git a/sig/sig-QA/OWNERS b/sig/sig_qa/OWNERS similarity index 100% rename from sig/sig-QA/OWNERS rename to sig/sig_qa/OWNERS diff --git a/sig/sig-QA/figures/issue.png b/sig/sig_qa/figures/issue.png similarity index 100% rename from sig/sig-QA/figures/issue.png rename to sig/sig_qa/figures/issue.png diff --git a/sig/sig-QA/figures/p1.png b/sig/sig_qa/figures/p1.png similarity index 100% rename from sig/sig-QA/figures/p1.png rename to sig/sig_qa/figures/p1.png diff --git a/sig/sig-QA/figures/p10.png b/sig/sig_qa/figures/p10.png similarity index 100% rename from sig/sig-QA/figures/p10.png rename to sig/sig_qa/figures/p10.png diff --git a/sig/sig-QA/figures/p11.png b/sig/sig_qa/figures/p11.png similarity index 100% rename from sig/sig-QA/figures/p11.png rename to sig/sig_qa/figures/p11.png diff --git a/sig/sig-QA/figures/p2.png b/sig/sig_qa/figures/p2.png similarity index 100% rename from sig/sig-QA/figures/p2.png rename to sig/sig_qa/figures/p2.png diff --git a/sig/sig-QA/figures/p3.png b/sig/sig_qa/figures/p3.png similarity index 100% rename from sig/sig-QA/figures/p3.png rename to sig/sig_qa/figures/p3.png diff --git a/sig/sig-QA/figures/p4.png b/sig/sig_qa/figures/p4.png similarity index 100% rename from sig/sig-QA/figures/p4.png rename to sig/sig_qa/figures/p4.png diff --git a/sig/sig-QA/figures/p5.png b/sig/sig_qa/figures/p5.png similarity index 100% rename from sig/sig-QA/figures/p5.png rename to sig/sig_qa/figures/p5.png diff --git a/sig/sig-QA/figures/p6.png b/sig/sig_qa/figures/p6.png similarity index 100% rename from sig/sig-QA/figures/p6.png rename to sig/sig_qa/figures/p6.png diff --git a/sig/sig-QA/figures/p7.png b/sig/sig_qa/figures/p7.png similarity index 100% rename from sig/sig-QA/figures/p7.png rename to sig/sig_qa/figures/p7.png diff --git a/sig/sig-QA/figures/p8.png b/sig/sig_qa/figures/p8.png similarity index 100% rename from sig/sig-QA/figures/p8.png rename to sig/sig_qa/figures/p8.png diff --git a/sig/sig-QA/figures/p9.png b/sig/sig_qa/figures/p9.png similarity index 100% rename from sig/sig-QA/figures/p9.png rename to sig/sig_qa/figures/p9.png diff --git a/sig/sig-QA/guidance_for_incubation_project_graduation.md b/sig/sig_qa/guidance_for_incubation_project_graduation.md similarity index 99% rename from sig/sig-QA/guidance_for_incubation_project_graduation.md rename to sig/sig_qa/guidance_for_incubation_project_graduation.md index 7c8060fa52fa35d3d7b4469982bc5482e7a1ac47..c422eaa4d5862e739e05854be3b9ebf3151992b6 100644 --- a/sig/sig-QA/guidance_for_incubation_project_graduation.md +++ b/sig/sig_qa/guidance_for_incubation_project_graduation.md @@ -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 diff --git a/sig/sig-QA/guidance_for_incubation_project_graduation_cn.md b/sig/sig_qa/guidance_for_incubation_project_graduation_cn.md similarity index 100% rename from sig/sig-QA/guidance_for_incubation_project_graduation_cn.md rename to sig/sig_qa/guidance_for_incubation_project_graduation_cn.md diff --git "a/sig/sig-QA/issue-\347\274\272\351\231\267\347\261\273-\345\244\204\347\220\206\346\214\207\345\257\274.md" "b/sig/sig_qa/issue_\347\274\272\351\231\267\347\261\273_\345\244\204\347\220\206\346\214\207\345\257\274.md" similarity index 100% rename from "sig/sig-QA/issue-\347\274\272\351\231\267\347\261\273-\345\244\204\347\220\206\346\214\207\345\257\274.md" rename to "sig/sig_qa/issue_\347\274\272\351\231\267\347\261\273_\345\244\204\347\220\206\346\214\207\345\257\274.md" diff --git "a/sig/sig-QA/issue\357\274\210\351\234\200\346\261\202\347\261\273\357\274\211\345\244\204\347\220\206\346\214\207\345\257\274.md" "b/sig/sig_qa/issue\357\274\210\351\234\200\346\261\202\347\261\273\357\274\211\345\244\204\347\220\206\346\214\207\345\257\274.md" similarity index 100% rename from "sig/sig-QA/issue\357\274\210\351\234\200\346\261\202\347\261\273\357\274\211\345\244\204\347\220\206\346\214\207\345\257\274.md" rename to "sig/sig_qa/issue\357\274\210\351\234\200\346\261\202\347\261\273\357\274\211\345\244\204\347\220\206\346\214\207\345\257\274.md" diff --git a/sig/sig-QA/repository_management_regulations.md b/sig/sig_qa/repository_management_regulations.md similarity index 100% rename from sig/sig-QA/repository_management_regulations.md rename to sig/sig_qa/repository_management_regulations.md diff --git a/sig/sig-QA/sig_QA.md b/sig/sig_qa/sig_qa.md similarity index 92% rename from sig/sig-QA/sig_QA.md rename to sig/sig_qa/sig_qa.md index 451ad4ddc351175f20835ae7d943da0be7593428..9bce7d876cfb66d63616923bbf9a5a55289c2ff8 100644 --- a/sig/sig-QA/sig_QA.md +++ b/sig/sig_qa/sig_qa.md @@ -1,5 +1,5 @@ -# 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 diff --git a/sig/sig-QA/sig_QA_cn.md b/sig/sig_qa/sig_qa_cn.md similarity index 96% rename from sig/sig-QA/sig_QA_cn.md rename to sig/sig_qa/sig_qa_cn.md index 38cf304e18d0bf7f23797a5d0fc0826957c51be5..d430b5d41733c54c789aa759fe5e379abe5b2d7a 100644 --- a/sig/sig-QA/sig_QA_cn.md +++ b/sig/sig_qa/sig_qa_cn.md @@ -1,5 +1,5 @@ -# SIG-QA -简体中文 | [English](./sig_QA.md) +# sig_qa +简体中文 | [English](./sig_qa.md) 说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 diff --git "a/sig/sig-QA/\344\273\243\347\240\201\351\227\250\347\246\201\350\246\201\346\261\202.md" "b/sig/sig_qa/\344\273\243\347\240\201\351\227\250\347\246\201\350\246\201\346\261\202.md" similarity index 100% rename from "sig/sig-QA/\344\273\243\347\240\201\351\227\250\347\246\201\350\246\201\346\261\202.md" rename to "sig/sig_qa/\344\273\243\347\240\201\351\227\250\347\246\201\350\246\201\346\261\202.md" diff --git "a/sig/sig-QA/\346\236\266\346\236\204\350\256\276\350\256\241\345\216\237\345\210\231.md" "b/sig/sig_qa/\346\236\266\346\236\204\350\256\276\350\256\241\345\216\237\345\210\231.md" similarity index 100% rename from "sig/sig-QA/\346\236\266\346\236\204\350\256\276\350\256\241\345\216\237\345\210\231.md" rename to "sig/sig_qa/\346\236\266\346\236\204\350\256\276\350\256\241\345\216\237\345\210\231.md" diff --git "a/sig/sig-QA/\347\211\210\346\234\254\350\264\250\351\207\217\350\246\201\346\261\202.md" "b/sig/sig_qa/\347\211\210\346\234\254\350\264\250\351\207\217\350\246\201\346\261\202.md" similarity index 100% rename from "sig/sig-QA/\347\211\210\346\234\254\350\264\250\351\207\217\350\246\201\346\261\202.md" rename to "sig/sig_qa/\347\211\210\346\234\254\350\264\250\351\207\217\350\246\201\346\261\202.md" diff --git a/sig/sig-qt/OWNERS b/sig/sig_qt/OWNERS similarity index 100% rename from sig/sig-qt/OWNERS rename to sig/sig_qt/OWNERS diff --git a/sig/sig-qt/figures/qt_oh_framework.png b/sig/sig_qt/figures/qt_oh_framework.png similarity index 100% rename from sig/sig-qt/figures/qt_oh_framework.png rename to sig/sig_qt/figures/qt_oh_framework.png diff --git a/sig/sig-qt/sig_qt.md b/sig/sig_qt/sig_qt.md similarity index 97% rename from sig/sig-qt/sig_qt.md rename to sig/sig_qt/sig_qt.md index 6303c49ec1f832429fc97ae6210182205410a0d7..eff95a259aab71d8af875caa04f09478f8b17b6f 100644 --- a/sig/sig-qt/sig_qt.md +++ b/sig/sig_qt/sig_qt.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-qt/sig_qt_cn.md b/sig/sig_qt/sig_qt_cn.md similarity index 99% rename from sig/sig-qt/sig_qt_cn.md rename to sig/sig_qt/sig_qt_cn.md index ec3d3fa5d346d37677c0518713c5eeda2a919c6a..26940711684122150b96b64ef998138c6b2970fb 100644 --- a/sig/sig-qt/sig_qt_cn.md +++ b/sig/sig_qt/sig_qt_cn.md @@ -1,4 +1,4 @@ -# SIG-Qt +# sig_Qt 简体中文 | [English](./sig_qt.md) 说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 diff --git a/sig/sig-release/OWNERS b/sig/sig_release/OWNERS similarity index 100% rename from sig/sig-release/OWNERS rename to sig/sig_release/OWNERS diff --git a/sig/sig-release/docs/design-template.md b/sig/sig_release/docs/design_template.md similarity index 100% rename from sig/sig-release/docs/design-template.md rename to sig/sig_release/docs/design_template.md diff --git a/sig/sig-release/figures/version_lifecycle.png b/sig/sig_release/figures/version_lifecycle.png similarity index 100% rename from sig/sig-release/figures/version_lifecycle.png rename to sig/sig_release/figures/version_lifecycle.png diff --git a/sig/sig-release/meetings/2021-07-06-meeting-template.md b/sig/sig_release/meetings/2021_07_06_meeting_template.md similarity index 100% rename from sig/sig-release/meetings/2021-07-06-meeting-template.md rename to sig/sig_release/meetings/2021_07_06_meeting_template.md diff --git a/sig/sig-release/sig_release.md b/sig/sig_release/sig_release.md similarity index 100% rename from sig/sig-release/sig_release.md rename to sig/sig_release/sig_release.md diff --git a/sig/sig-release/sig_release_cn.md b/sig/sig_release/sig_release_cn.md similarity index 100% rename from sig/sig-release/sig_release_cn.md rename to sig/sig_release/sig_release_cn.md diff --git a/sig/sig-riscv/OWNERS b/sig/sig_riscv/OWNERS similarity index 100% rename from sig/sig-riscv/OWNERS rename to sig/sig_riscv/OWNERS diff --git a/sig/sig-riscv/sig-riscv.md b/sig/sig_riscv/sig_riscv.md similarity index 97% rename from sig/sig-riscv/sig-riscv.md rename to sig/sig_riscv/sig_riscv.md index a9f47ffd024b93d362dddd6509ede282dca8ba66..cb0a2efa40317492ea2ab3a0e03409861a5a173c 100644 --- a/sig/sig-riscv/sig-riscv.md +++ b/sig/sig_riscv/sig_riscv.md @@ -1,5 +1,5 @@ -# 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). diff --git a/sig/sig-riscv/sig-riscv_cn.md b/sig/sig_riscv/sig_riscv_cn.md similarity index 97% rename from sig/sig-riscv/sig-riscv_cn.md rename to sig/sig_riscv/sig_riscv_cn.md index 94b80710457dda8a622bdd344ac80b727b465871..8918d8928be0116b9eb5e6ddfe9940656a1d4e77 100644 --- a/sig/sig-riscv/sig-riscv_cn.md +++ b/sig/sig_riscv/sig_riscv_cn.md @@ -1,5 +1,5 @@ -# SIG-RISCV -简体中文 | [English](./sig-riscv.md) +# sig_RISCV +简体中文 | [English](./sig_riscv.md) 说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 diff --git a/sig/sig-robotics/OWNERS b/sig/sig_robotics/OWNERS similarity index 100% rename from sig/sig-robotics/OWNERS rename to sig/sig_robotics/OWNERS diff --git a/sig/sig-robotics/sig-robotics.md b/sig/sig_robotics/sig_robotics.md similarity index 93% rename from sig/sig-robotics/sig-robotics.md rename to sig/sig_robotics/sig_robotics.md index 620f724830dae9d6ffbc6381c186dfdb6dbdf0a0..06fed50fb8aa4303eeeff79e0677f7c8968b0856 100644 --- a/sig/sig-robotics/sig-robotics.md +++ b/sig/sig_robotics/sig_robotics.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-robotics/sig-robotics_cn.md b/sig/sig_robotics/sig_robotics_cn.md similarity index 93% rename from sig/sig-robotics/sig-robotics_cn.md rename to sig/sig_robotics/sig_robotics_cn.md index facd8a814669966f0643ca91ae9aa114aee55a94..14f2b9e6294c7c2124b4ad2de1c45701d389945e 100644 --- a/sig/sig-robotics/sig-robotics_cn.md +++ b/sig/sig_robotics/sig_robotics_cn.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-secure_element/OWNERS b/sig/sig_secure_element/OWNERS similarity index 100% rename from sig/sig-secure_element/OWNERS rename to sig/sig_secure_element/OWNERS diff --git a/sig/sig-secure_element/sig_secure_element.md b/sig/sig_secure_element/sig_secure_element.md similarity index 98% rename from sig/sig-secure_element/sig_secure_element.md rename to sig/sig_secure_element/sig_secure_element.md index b078f50a230d6c4c2d7aa688deec1c2cb148644d..90d23bfd4429562be8e3f4726bf9965c4749cae7 100644 --- a/sig/sig-secure_element/sig_secure_element.md +++ b/sig/sig_secure_element/sig_secure_element.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-secure_element/sig_secure_element_cn.md b/sig/sig_secure_element/sig_secure_element_cn.md similarity index 97% rename from sig/sig-secure_element/sig_secure_element_cn.md rename to sig/sig_secure_element/sig_secure_element_cn.md index c7df60ae6baef4eb3c7f73ca94125259f63eb67d..3ad80382c2fb77eeb37be435cd433a9ece73c0ef 100644 --- a/sig/sig-secure_element/sig_secure_element_cn.md +++ b/sig/sig_secure_element/sig_secure_element_cn.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-security/OWNERS b/sig/sig_security/OWNERS similarity index 100% rename from sig/sig-security/OWNERS rename to sig/sig_security/OWNERS diff --git a/sig/sig-security/sig_security.md b/sig/sig_security/sig_security.md similarity index 97% rename from sig/sig-security/sig_security.md rename to sig/sig_security/sig_security.md index dc672d04c4c59b8116072555d6405ae5e76da05d..65ac90d78a6f7b2d035118249a9ccda7c90fea55 100755 --- a/sig/sig-security/sig_security.md +++ b/sig/sig_security/sig_security.md @@ -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 diff --git a/sig/sig-security/sig_security_cn.md b/sig/sig_security/sig_security_cn.md similarity index 97% rename from sig/sig-security/sig_security_cn.md rename to sig/sig_security/sig_security_cn.md index 1fd01078741ecaf58bcc69f63f167e8f536fcfc6..5844bb243c25f430cc07ac1f90ef11b6d6e4d546 100755 --- a/sig/sig-security/sig_security_cn.md +++ b/sig/sig_security/sig_security_cn.md @@ -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) diff --git a/sig/sig-softbus/OWNERS b/sig/sig_softbus/OWNERS similarity index 100% rename from sig/sig-softbus/OWNERS rename to sig/sig_softbus/OWNERS diff --git a/sig/sig-softbus/figures/softbus-overview.png b/sig/sig_softbus/figures/softbus_overview.png similarity index 100% rename from sig/sig-softbus/figures/softbus-overview.png rename to sig/sig_softbus/figures/softbus_overview.png diff --git a/sig/sig-softbus/sig_softbus.md b/sig/sig_softbus/sig_softbus.md similarity index 95% rename from sig/sig-softbus/sig_softbus.md rename to sig/sig_softbus/sig_softbus.md index 07dc389799cf584d3e8c27d159662db8f4ddcfe2..646689a86e1676be8c1e492be19b875f3019958d 100644 --- a/sig/sig-softbus/sig_softbus.md +++ b/sig/sig_softbus/sig_softbus.md @@ -1,4 +1,4 @@ -# 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 | Mailing list | 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)。| -| sig_dsoftbus@openharmony.io | Sig-Softbus Mailing list | 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/)。| \ No newline at end of file +| sig_dsoftbus@openharmony.io | sig_Softbus Mailing list | 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/)。| diff --git a/sig/sig-softbus/sig_softbus_cn.md b/sig/sig_softbus/sig_softbus_cn.md similarity index 97% rename from sig/sig-softbus/sig_softbus_cn.md rename to sig/sig_softbus/sig_softbus_cn.md index 8e9f5fdf9c90d6aa1236db2ea193378271ada0fa..f0789437550591c80bd0dc0856046c9f1bb4e8a0 100644 --- a/sig/sig-softbus/sig_softbus_cn.md +++ b/sig/sig_softbus/sig_softbus_cn.md @@ -1,4 +1,4 @@ -# 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 | 开发邮件列表 | OpenHarmony社区开发讨论邮件列表,任何社区开发相关话题都可以在邮件列表讨论。任何开发者可[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)。| -| sig_dsoftbus@openharmony.io | Sig-Softbus邮件列表 | OpenHarmony社区SIG-Softbus开发讨论邮件列表,任何软总线开发相关话题都可以在邮件列表讨论。任何开发者可[订阅](https://lists.openatom.io/postorius/lists/sig_dsoftbus.openharmony.io/)。| +| sig_dsoftbus@openharmony.io | sig_Softbus邮件列表 | OpenHarmony社区sig_Softbus开发讨论邮件列表,任何软总线开发相关话题都可以在邮件列表讨论。任何开发者可[订阅](https://lists.openatom.io/postorius/lists/sig_dsoftbus.openharmony.io/)。| diff --git a/sig/sig-systemapplications/OWNERS b/sig/sig_systemapplications/OWNERS similarity index 100% rename from sig/sig-systemapplications/OWNERS rename to sig/sig_systemapplications/OWNERS diff --git a/sig/sig-systemapplications/figures/systemapplications-overview.png b/sig/sig_systemapplications/figures/systemapplications_overview.png similarity index 100% rename from sig/sig-systemapplications/figures/systemapplications-overview.png rename to sig/sig_systemapplications/figures/systemapplications_overview.png diff --git a/sig/sig-systemapplications/sig_systemapplications.md b/sig/sig_systemapplications/sig_systemapplications.md similarity index 100% rename from sig/sig-systemapplications/sig_systemapplications.md rename to sig/sig_systemapplications/sig_systemapplications.md diff --git a/sig/sig-systemapplications/sig_systemapplications_cn.md b/sig/sig_systemapplications/sig_systemapplications_cn.md similarity index 98% rename from sig/sig-systemapplications/sig_systemapplications_cn.md rename to sig/sig_systemapplications/sig_systemapplications_cn.md index 3bef1d3be8724e3dd799e0a15642291a65becaa4..9f16a3cce0df0ee57d9cbb86ac008ef76a92849a 100644 --- a/sig/sig-systemapplications/sig_systemapplications_cn.md +++ b/sig/sig_systemapplications/sig_systemapplications_cn.md @@ -15,8 +15,8 @@ 4. 与开发者交流、合作,持续完善系统应用的特性 5. 组织社区相关问题的澄清并及时给予解答 -系统应用SIG( sig-systemapplications )技术栈范围全景图如下图所示: -![OpenHarmony文档概览](figures/systemapplications-overview.png) +系统应用SIG( sig_systemapplications )技术栈范围全景图如下图所示: +![OpenHarmony文档概览](figures/systemapplications_overview.png) ## 代码仓 |部件名称|部件功能描述|部件仓名称| | ------------ | ------------ |------------ | diff --git a/sig/sig-tee/OWNERS b/sig/sig_tee/OWNERS similarity index 100% rename from sig/sig-tee/OWNERS rename to sig/sig_tee/OWNERS diff --git a/sig/sig-tee/sig_tee.md b/sig/sig_tee/sig_tee.md similarity index 96% rename from sig/sig-tee/sig_tee.md rename to sig/sig_tee/sig_tee.md index 89b4243cef302389d430553ccec09b7d03ddcbef..2b43b048109c4391a9d0df5a2d3be962d698851b 100644 --- a/sig/sig-tee/sig_tee.md +++ b/sig/sig_tee/sig_tee.md @@ -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) diff --git a/sig/sig-tee/sig_tee_cn.md b/sig/sig_tee/sig_tee_cn.md similarity index 96% rename from sig/sig-tee/sig_tee_cn.md rename to sig/sig_tee/sig_tee_cn.md index 3b118e9cb27c2b14e0defaf355819129a9c5dcc7..6eb5aa676a22fe9463fb11044d0976d05dbfb311 100644 --- a/sig/sig-tee/sig_tee_cn.md +++ b/sig/sig_tee/sig_tee_cn.md @@ -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) diff --git a/sig/sig-telephony/OWNERS b/sig/sig_telephony/OWNERS similarity index 100% rename from sig/sig-telephony/OWNERS rename to sig/sig_telephony/OWNERS diff --git a/sig/sig-telephony/figures/telephony-overview.png b/sig/sig_telephony/figures/telephony_overview.png similarity index 100% rename from sig/sig-telephony/figures/telephony-overview.png rename to sig/sig_telephony/figures/telephony_overview.png diff --git a/sig/sig-telephony/sig_telephony.md b/sig/sig_telephony/sig_telephony.md similarity index 97% rename from sig/sig-telephony/sig_telephony.md rename to sig/sig_telephony/sig_telephony.md index bf30f04465b537ee04ffa27d695c9b199cd7f333..2ef139dc16778b97cc55c47923fd5c07f6a9fa9d 100644 --- a/sig/sig-telephony/sig_telephony.md +++ b/sig/sig_telephony/sig_telephony.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-telephony/sig_telephony_cn.md b/sig/sig_telephony/sig_telephony_cn.md similarity index 96% rename from sig/sig-telephony/sig_telephony_cn.md rename to sig/sig_telephony/sig_telephony_cn.md index c27c9cf6702fd044f89d2801d8e1451ee479df38..0be3af1e816445820562ced5a9ff71f1f53596c5 100644 --- a/sig/sig-telephony/sig_telephony_cn.md +++ b/sig/sig_telephony/sig_telephony_cn.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-template/OWNERS b/sig/sig_template/OWNERS similarity index 100% rename from sig/sig-template/OWNERS rename to sig/sig_template/OWNERS diff --git a/sig/sig-template/docs/design-template.md b/sig/sig_template/docs/design_template.md similarity index 100% rename from sig/sig-template/docs/design-template.md rename to sig/sig_template/docs/design_template.md diff --git a/sig/sig-template/meetings/2021-07-06-meeting-template.md b/sig/sig_template/meetings/2021_07_06_meeting_template.md similarity index 100% rename from sig/sig-template/meetings/2021-07-06-meeting-template.md rename to sig/sig_template/meetings/2021_07_06_meeting_template.md diff --git a/sig/sig-template/sig_template.md b/sig/sig_template/sig_template.md similarity index 95% rename from sig/sig-template/sig_template.md rename to sig/sig_template/sig_template.md index 4df9a0ea5d365b1de4958f693311104ae807c040..42877e6aefebe44a7ec9a7b76ce81b38fa58af65 100644 --- a/sig/sig-template/sig_template.md +++ b/sig/sig_template/sig_template.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-template/sig_template_cn.md b/sig/sig_template/sig_template_cn.md similarity index 99% rename from sig/sig-template/sig_template_cn.md rename to sig/sig_template/sig_template_cn.md index 1d327078bb34ef1d3397d92acaa39207e0a2e3c6..72e00f73ae6987db51f6f5d5958d830b1fe9e6e9 100644 --- a/sig/sig-template/sig_template_cn.md +++ b/sig/sig_template/sig_template_cn.md @@ -1,4 +1,4 @@ -# SIG-XXX +# sig_XXX 简体中文 | [English](./sig_template.md) 说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 diff --git a/sig/sig-test/OWNERS b/sig/sig_test/OWNERS similarity index 100% rename from sig/sig-test/OWNERS rename to sig/sig_test/OWNERS diff --git a/sig/sig-test/figures/test_overview.png b/sig/sig_test/figures/test_overview.png similarity index 100% rename from sig/sig-test/figures/test_overview.png rename to sig/sig_test/figures/test_overview.png diff --git a/sig/sig-test/sig_test.md b/sig/sig_test/sig_test.md similarity index 94% rename from sig/sig-test/sig_test.md rename to sig/sig_test/sig_test.md index d3975c7985318fd084dffde087c6bf6ae009645f..36a5623f63864c9838ed57e3fcf6d1f8c26b088d 100644 --- a/sig/sig-test/sig_test.md +++ b/sig/sig_test/sig_test.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-test/sig_test_cn.md b/sig/sig_test/sig_test_cn.md similarity index 95% rename from sig/sig-test/sig_test_cn.md rename to sig/sig_test/sig_test_cn.md index 44056d61063074ce217366ecbf2c8038e78a2952..470f0b630cebf6e2d6673a0b80f00f1d4d469508 100644 --- a/sig/sig-test/sig_test_cn.md +++ b/sig/sig_test/sig_test_cn.md @@ -1,4 +1,4 @@ -# 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) diff --git a/sig/sig-toolchains/OWNERS b/sig/sig_toolchains/OWNERS similarity index 100% rename from sig/sig-toolchains/OWNERS rename to sig/sig_toolchains/OWNERS diff --git a/sig/sig-toolchains/sig_toolchains.md b/sig/sig_toolchains/sig_toolchains.md similarity index 98% rename from sig/sig-toolchains/sig_toolchains.md rename to sig/sig_toolchains/sig_toolchains.md index ad9045f38150776102b6149b8abf6219068c8505..fd3bff201f8a381e8171a7b28be450d396e94c9b 100755 --- a/sig/sig-toolchains/sig_toolchains.md +++ b/sig/sig_toolchains/sig_toolchains.md @@ -1,4 +1,4 @@ -# 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