diff --git a/sig/sig-appframework/figures/appframework-overview-en.png b/sig/sig-appframework/figures/appframework-overview-en.png new file mode 100644 index 0000000000000000000000000000000000000000..675c9ff8c69441b4b0b7a384a031d7d588e3881a Binary files /dev/null and b/sig/sig-appframework/figures/appframework-overview-en.png differ diff --git a/sig/sig-appframework/figures/appframework-overview.png b/sig/sig-appframework/figures/appframework-overview.png new file mode 100644 index 0000000000000000000000000000000000000000..1c4bdcd62aebfb0523a1d165b3aeac1ff07caed7 Binary files /dev/null and b/sig/sig-appframework/figures/appframework-overview.png differ diff --git a/sig/sig-appframework/sig-appframework.md b/sig/sig-appframework/sig-appframework.md index f54b247d7aca55fac41c356fa55109a76d2124c4..ade46eebd58b6da5aea791ffc98b75f58b82d585 100755 --- a/sig/sig-appframework/sig-appframework.md +++ b/sig/sig-appframework/sig-appframework.md @@ -13,14 +13,61 @@ Specifies basic design requirements of OpenHarmony ApplicationFramework, Applica 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_framework | +| 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_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. | distributedschedule_dms_fwk | +| System Management Service | Manages the registration of system services, local query and cross-device query, and control the access rights of system services. | distributedschedule_samgr | +| System Framework Service | Defines how to implement a system ability in OpenHarmony and provides APIs to start and register system abilities. | distributedschedule_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_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 + - distributedschedule_samgr:https://gitee.com/openharmony/distributedschedule_samgr + - 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 + - distributedschedule_safwk:https://gitee.com/openharmony/distributedschedule_safwk + - distributedschedule_dms_fwk:https://gitee.com/openharmony/distributedschedule_dms_fwk + - developtools_packing_tool:https://gitee.com/openharmony/developtools_packing_tool - bundlemanager_bundle_framework:https://gitee.com/openharmony/bundlemanager_bundle_framework - bundlemanager_bundle_framework_lite:https://gitee.com/openharmony/bundlemanager_bundle_framework_lite - developtools_ace-js2bundle:https://gitee.com/openharmony/developtools_ace-js2bundle diff --git a/sig/sig-appframework/sig-appframework_cn.md b/sig/sig-appframework/sig-appframework_cn.md index 5774a3e917905289dc84ce524ffb2fa8c00a49b5..2ae969e4e4cba50069ab6deaeee0361eb2567d38 100755 --- a/sig/sig-appframework/sig-appframework_cn.md +++ b/sig/sig-appframework/sig-appframework_cn.md @@ -11,13 +11,58 @@ OpenHarmony ApplicationFramework治理,制定相应的设计规范、评审流 ### 工作范围 ApplicationFramework相关的设计评审、提交评审、《OpenHarmony ApplicationFramework治理章程》修订。 +ApplicationFramework SIG技术栈范围全景图如下图所示: + +![ApplicationFramework SIG技术栈范围全景图](figures/appframework-overview.png) + ## 代码仓 +| 部件名称 | 部件功能描述 | 部件仓名称 | +| ---------------- | ------------------------------------------------------------ | --------------------------------------------- | +| 命令行工具 | 包管理命令行工具:提供命令行中执行hap包的安装、更新、卸载及信息查询的能力。 | bundlemanager_bundle_framework | +| 包管理基础框架 | 提供OpenHarmony应用和服务安装包的安装、更新、卸载以及信息查询等能力,包含包管理接口和包管理服务。 | bundlemanager_bundle_framework | +| 分布式包管理框架 | 分布式包管理服务。 | bundlemanager_bundle_framework | +| SDK工具 | 提供IDE使用的hap包打包、拆包工具、应用清单文件检查工具。 | developtools_packing_tool | +| 应用签名校验 | 提供了对hap应用的完整性校验和来源管控能力,是OpenHarmony生态安全的基础。 | security_appverify | +| 公共事件服务 | 为应用程序提供订阅、发布、退订公共事件的能力。 | notification_common_event_service | +| 分布式通知服务 | 为应用程序提供通知发布和取消、订阅和退订和通知管理的能力,提供分布式通知数据管理的能力。 | notification_distributed_notification_service | +| 事件处理服务 | 提供了OpenHarmony线程间通信的基本能力,可以通过EventRunner创建新线程,将耗时的操作抛到新线程上执行,从而实现在不阻塞原来的线程的基础上合理地处理耗时任务。 | notification_eventhandler | +| 元能力基础定义 | 元能力基础概念定义,主要包括:want、configration等。 | ability_ability_base | +| 元能力运行时 | 元能力框架子系统,是OpenHarmony为开发者提供的一套开发OpenHarmony应用的开发框架。 | ability_ability_runtime | +| 元能力测试工具 | 元能力测试工具,第三方开发者都可以基于这个测试工具测试其目标元能力,可以获取元能力的内部对象,可以控制元能力的生命周期调度,也可以模拟点击事件。 | ability_ability_runtime/tree/master/tools | +| 接口语言定义工具 | IDL(Interface Definition Language)则是一种定义客户端和服务器端通信接口的工具。 | ability_idl_tool | +| 卡片管理框架 | 一套开发和使用OpenHarmony卡片的开发框架。 | ability_form_fwk | +| 分布式调度框架 | 提供对跨设备组件启动、调用和迁移的能力。 | distributedschedule_dms_fwk | +| 系统服务管理 | 管理系统服务的注册、本次查询和跨设备查询,系统服务的访问权限控制。 | distributedschedule_samgr | +| 系统服务框架 | 系统服务框架定义。 | distributedschedule_safwk | +| 后台任务管理 | 负责管理后台长时、短时任务,并提供对应任务的申请、取消和查询等接口。 | resourceschedule_background_task_mgr | +| 延迟任务调度 | 负责调度后台延迟任务,并提供对应的申请、取消、查询接口等接口给应用执行实时性不高的任务。 | resourceschedule_work_scheduler | +| 设备使用信息统计 | 负责设备使用信息统计与计算,包括应用使用、通知统计等信息统计、应用分组计算,并为特权应用提供对应的查询接口。 | resourceschedule_device_usage_statistics | +| 资源调度服务 | 提供系统事件如应用启动、退出、亮灭屏等的感知和分发,同时,通过感知事件、用户操作、后台任务执行状态等共同决策调度进程的分组。 | resourceschedule_resource_schedule_service | +| 内存管理部件 | 基于应用的生命周期状态,更新进程回收优先级列表,并通过内存回收、查杀等手段管理系统内存,保障内存供给。 | resourceschedule_memmgr | +| 智能感知调度 | 通过获取应用的生命周期状态、应用绘帧等信息,调节内核调度参数,从而控制内核调度行为,保障系统进程调度供给。 | frame_aware_sched | + + + - 代码仓地址: - 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_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 + - distributedschedule_samgr:https://gitee.com/openharmony/distributedschedule_samgr + - 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 + - distributedschedule_safwk:https://gitee.com/openharmony/distributedschedule_safwk + - distributedschedule_dms_fwk:https://gitee.com/openharmony/distributedschedule_dms_fwk + - developtools_packing_tool:https://gitee.com/openharmony/developtools_packing_tool - bundlemanager_bundle_framework:https://gitee.com/openharmony/bundlemanager_bundle_framework - bundlemanager_bundle_framework_lite:https://gitee.com/openharmony/bundlemanager_bundle_framework_lite - developtools_ace-js2bundle:https://gitee.com/openharmony/developtools_ace-js2bundle diff --git a/sig/sig-basicsoftwareservice/sig-basicsoftwareservice_cn.md b/sig/sig-basicsoftwareservice/sig-basicsoftwareservice_cn.md index 523dfff858165e353182b3527d0b16623ddb1834..b6e0ff54874d3ed027aaa8c255ed0ff19aab13ec 100644 --- a/sig/sig-basicsoftwareservice/sig-basicsoftwareservice_cn.md +++ b/sig/sig-basicsoftwareservice/sig-basicsoftwareservice_cn.md @@ -86,6 +86,7 @@ |资源调度子系统|[resourceschedule_device_usage_statistics](https://gitee.com/openharmony/resourceschedule_device_usage_statistics)|foundation/resourceschedule/device_usage_statistics|[tangtiantian2021](https://gitee.com/tangtiantian2021)| |资源调度子系统|[resourceschedule_resource_schedule_service](https://gitee.com/openharmony/resourceschedule_resource_schedule_service)|foundation/resourceschedule/resource_schedule_service|[shire-yao](https://gitee.com/shire-yao)| |资源调度子系统|[resourceschedule_memmgr](https://gitee.com/openharmony/resourceschedule_memmgr)|foundation/resourceschedule/plugins/memmgr|[cbraham](https://gitee.com/cbraham)| +|资源调度子系统|[resourceschedule_frame_aware_sched](https://gitee.com/openharmony/resourceschedule_frame_aware_sched)|foundation/resourceschedule/frame_aware_sched|[liuyoufang](https://gitee.com/liuyoufang)| |DFX子系统|[third_party_pyyaml](https://gitee.com/openharmony/third_party_pyyaml)|third_party/pyyaml|[guochuanqi](https://gitee.com/guochuanqi)| |定制子系统|[customization_enterprise_device_management](https://gitee.com/openharmony-sig/customization_enterprise_device_management)|customization_enterprise_device_management|[caiminggang](https://gitee.com/caiminggang)| |事件通知子系统|[notification_eventhandler](https://gitee.com/openharmony/notification_eventhandler)|base/notification/eventhandler|[zero-cyc](https://gitee.com/zero-cyc)| diff --git a/sig/sig-buildsystem/OWNERS b/sig/sig-buildsystem/OWNERS new file mode 100644 index 0000000000000000000000000000000000000000..adb96e77c503ec3e578c42b45acaaca5f74f4de1 --- /dev/null +++ b/sig/sig-buildsystem/OWNERS @@ -0,0 +1,33 @@ +{ + "Leader": [{ + "gitee_id": "anguanglin", + "gitee_email": "anguanglin@huawei.com" + } + ], + "Committers": [{ + "gitee_id": "chenmudan", + "gitee_email": "chenmudan@huawei.com" + },{ + "gitee_id": "xiaolielie", + "gitee_email": "yihonglie1@huawei.com" + },{ + "gitee_id": "ychuawei", + "gitee_email": "yinchuang@huawei.com" + },{ + "gitee_id": "weifulun", + "gitee_email": "weifulun@huawei.com" + },{ + "gitee_id": "wangshaofeng", + "gitee_email": "wangweichao2@huawei.com" + },{ + "gitee_id": "Xingwa", + "gitee_email": "raymond.wangxing@huawei.com" + },{ + "gitee_id": "weichaox", + "gitee_email": "wangweichao2@huawei.com" + },{ + "gitee_id": "jady3356", + "gitee_email": "peitaiyi@huawei.com" + } + ] +} \ No newline at end of file diff --git a/sig/sig-buildsystem/sig-build-system.md b/sig/sig-buildsystem/sig-build-system.md new file mode 100644 index 0000000000000000000000000000000000000000..0003bf478178c7d5040b61025f788d64ddbb676e --- /dev/null +++ b/sig/sig-buildsystem/sig-build-system.md @@ -0,0 +1,55 @@ +# SIG_BUILDSYSTEM + English | [简体中文](./sig_build_system_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 +- Construct a build system framework for 1+8+N devices in all scenarios to provide a convenient, efficient and easily extensible system. + +### work scope +- Design, review, and make decisions on the architecture of build system. +- Review and incorporate the code of build system, prohibit low-quality code from being incorporated into the master branch. +- Actively and effectively participate in code review and comment, share programming experience, communicate with developers, transfer software development skills, and effectively coach open source community developers to write good code. +- Handle requirements, issues and mailing lists, and ensure that the closure period meets the SLA requirements of the OpenHarmony community. +- Provide feedback and guidance on code quality based on review and development activities to improve code quality in the OpenHarmony community. + +### The repository +- project name: + - build: https://gitee.com/openharmony/build + - build_lite: https://gitee.com/openharmony/build_lite + - productdefine_common: https://gitee.com/openharmony/productdefine_common + - third_party_gn: https://gitee.com/openharmony/third_party_gn + - third_party_jinja2: https://gitee.com/openharmony/third_party_jinja2 + - third_party_markupsafe: https://gitee.com/openharmony/third_party_markupsafe + - third_party_ninja: https://gitee.com/openharmony/third_party_ninja + - third_party_python: https://gitee.com/openharmony/third_party_python + +## SIG Members + +### Leader +- @anguanglin (https://gitee.com/anguanglin) + +### Committers +- @chenmudan (https://gitee.com/chenmudan) +- @xiaolielie (https://gitee.com/xiaolielie) +- @ychuawei (https://gitee.com/ychuawei) +- @weifulun (https://gitee.com/weifulun) +- @Xingwa (https://gitee.com/wangxing-hw) +- @weichaox (https://gitee.com/weichaox) +- @jady3356 (https://gitee.com/taiyipei) +- @wangshaofeng (https://gitee.com/wangshaofeng) + + ### 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 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 + + - Mailing list: dev@openharmony.io + - Zulip group: https://zulip.openharmony.cn + - Wechat group: NA diff --git a/sig/sig-buildsystem/sig-build-system_cn.md b/sig/sig-buildsystem/sig-build-system_cn.md new file mode 100644 index 0000000000000000000000000000000000000000..8768a2cf1b112d3bfc96225240b98588cbc59807 --- /dev/null +++ b/sig/sig-buildsystem/sig-build-system_cn.md @@ -0,0 +1,55 @@ +# SIG_COMPILERUNTIME +简体中文 | [English](./sig_compileruntime.md) + +说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 + +## SIG组工作目标和范围 + +### 工作目标 +- 构建面向1+8+N设备全场景编译构建框架、为开发者提供便捷、高效、易扩展的编译构建系统 + + +### 工作范围 +- 负责编译构建模块架构设计、评审和决策; +- 负责编译构建相关模块代码审核、合入、禁止低质量代码合入开源版本主干; +- 积极有效参与开源社区代码检视与点评、共享编程经验、与开源社区开发者交流、传递编译构建相关技能、有效辅导开源社区开发者更方便使用编译构建系统 +- 结合评审和开发活动、给与代码质量反馈与指导、促进开源社区代码质量提升 + +## 代码仓 +- 代码仓地址: + - build: https://gitee.com/openharmony/build + - build_lite: https://gitee.com/openharmony/build_lite + - productdefine_common: https://gitee.com/openharmony/productdefine_common + - third_party_gn: https://gitee.com/openharmony/third_party_gn + - third_party_jinja2: https://gitee.com/openharmony/third_party_jinja2 + - third_party_markupsafe: https://gitee.com/openharmony/third_party_markupsafe + - third_party_ninja: https://gitee.com/openharmony/third_party_ninja + - third_party_python: https://gitee.com/openharmony/third_party_python + +## SIG组成员 + +### Leader +- @anguanglin (https://gitee.com/anguanglin) + +### Committers列表 +- @chenmudan (https://gitee.com/chenmudan) +- @xiaolielie (https://gitee.com/xiaolielie) +- @ychuawei (https://gitee.com/ychuawei) +- @weifulun (https://gitee.com/weifulun) +- @Xingwa (https://gitee.com/wangxing-hw) +- @weichaox (https://gitee.com/weichaox) +- @jady3356 (https://gitee.com/taiyipei) +- @wangshaofeng (https://gitee.com/wangshaofeng) + +### 会议 + - 会议时间:双周例会,周一晚上19:00,UTC+8 + - 会议申报:[SIG-BUILDSYSTEM Meeting Proposal](https://shimo.im/sheets/m8AZV1JgE2UQ1KAb/MODOC/) + - 会议链接: Welink或其他会议 + - 会议通知: 请订阅邮件列表 dev@openharmony.io 获取会议链接 + - 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content) + +### 联系方式 + +- 邮件列表:dev@openharmony.io +- Zulip群组:https://zulip.openharmony.cn +- 微信群:NA diff --git a/sig/sig-devboard/sig_devboard.md b/sig/sig-devboard/sig_devboard.md index bdfd54398868650d71f78e79c64ba799aca7542f..b71274ae024dcedc8f700796875ef954fefd726c 100755 --- a/sig/sig-devboard/sig_devboard.md +++ b/sig/sig-devboard/sig_devboard.md @@ -117,6 +117,9 @@ Note: The content of this SIG follows the convention described in OpenHarmony's - device_board_chipsea: https://gitee.com/openharmony/device_board_chipsea - vendor_chipsea: https://gitee.com/openharmony/vendor_chipsea - device_soc_st: https://gitee.com/openharmony/device_soc_st + - device_board_telink: https://gitee.com/openharmony/device_board_telink + - vendor_telink: https://gitee.com/openharmony/vendor_telink + - device_soc_telink: https://gitee.com/openharmony/device_soc_telink ## SIG Members diff --git a/sig/sig-devboard/sig_devboard_cn.md b/sig/sig-devboard/sig_devboard_cn.md index e2677a0aee7847aa290f6ad791123d8f0be591db..e89b4b1ca483e230689a30dffcae7398492787a2 100755 --- a/sig/sig-devboard/sig_devboard_cn.md +++ b/sig/sig-devboard/sig_devboard_cn.md @@ -118,6 +118,9 @@ - device_board_chipsea: https://gitee.com/openharmony/device_board_chipsea - vendor_chipsea: https://gitee.com/openharmony/vendor_chipsea - device_soc_st: https://gitee.com/openharmony/device_soc_st + - device_board_telink: https://gitee.com/openharmony/device_board_telink + - vendor_telink: https://gitee.com/openharmony/vendor_telink + - device_soc_telink: https://gitee.com/openharmony/device_soc_telink ## SIG组成员 diff --git a/sig/sig-distributeddatamgr/figures/distributeddatamgr-overview.png b/sig/sig-distributeddatamgr/figures/distributeddatamgr-overview.png new file mode 100644 index 0000000000000000000000000000000000000000..5fa5dbcf84c24101022a13c69906aa6e3ba64ebb Binary files /dev/null and b/sig/sig-distributeddatamgr/figures/distributeddatamgr-overview.png differ diff --git a/sig/sig-distributeddatamgr/sig-distributeddatamgr_cn.md b/sig/sig-distributeddatamgr/sig-distributeddatamgr_cn.md index 543f70c9c2b3a27ca80f4c9caa2f8fbe3484126b..0b5a6ca530dd49acde9f900db1d9456ca1254b62 100644 --- a/sig/sig-distributeddatamgr/sig-distributeddatamgr_cn.md +++ b/sig/sig-distributeddatamgr/sig-distributeddatamgr_cn.md @@ -11,11 +11,25 @@ ### 工作范围 本地数据库、分布式数据库、数据管理服务等 +分布式数据管理SIG( sig-distributeddatamgr )技术栈范围全景图如下图所示: +![OpenHarmony文档概览](figures/distributeddatamgr-overview.png) ## 代码仓 +|部件名称|部件功能描述|部件仓名称| +| ------------ | ------------ |------------ | +|首选项|支持以XML格式存储和读取用户首选项|distributeddatamgr_appdatamgr| +|关系型数据管理|提供关系型数据数的添加、查询、修改、删除、订阅通知等基本的数据能力|distributeddatamgr_appdatamgr| +|跨应用数据分享|提供发现应用的能力以及添加、查询、修改、删除数据的标准接口|distributeddatamgr_appdatamgr| +|键值型数据管理|提供键值型数据数的添加、查询、修改、删除、订阅通知等基本的数据能力|distributeddatamgr_datamgr| +|数据管理服务|提供键值型数据库、关系型数据库、持久化对象的跨设备同步能力|distributeddatamgr_datamgr| +|分布式数据对象|提供面向对象的内存数据管理框架,向应用开发者提供内存对象的创建、查询、删除、修改、订阅等基本数据对象的管理能力,同时具备分布式能力|distributeddatamgr_objectstore| +|剪贴板|提供剪切和拖放数据读写接口,支持身份校验和跨设备剪贴和拖放|miscservices_pasteboard| +|三方开源软件sqlite|提供基础的SQLite库|third_party_sqlite| - 代码仓地址: - - distributeddatamgr:https://gitee.com/openharmony/distributeddatamgr_appdatamgr - - distributeddatamgr:https://gitee.com/openharmony-sig/distributeddatamgr_data_share - - distributeddatamgr:https://gitee.com/openharmony/distributeddatamgr_objectstore + - distributeddatamgr_appdatamgr:https://gitee.com/openharmony/distributeddatamgr_appdatamgr + - distributeddatamgr_datamgr:https://gitee.com/openharmony/distributeddatamgr_datamgr + - distributeddatamgr_data_share:https://gitee.com/openharmony-sig/distributeddatamgr_data_share + - distributeddatamgr_objectstore:https://gitee.com/openharmony/distributeddatamgr_objectstore + - miscservices_pasteboard:https://gitee.com/openharmony/miscservices_pasteboard ## SIG组成员 diff --git a/sig/sig-distributedhardwaremgr/figures/distributedhardwaremgr-overview.png b/sig/sig-distributedhardwaremgr/figures/distributedhardwaremgr-overview.png new file mode 100755 index 0000000000000000000000000000000000000000..eae4acef17e5e58c3e22bcc8c43d99cf1b144a5b Binary files /dev/null and b/sig/sig-distributedhardwaremgr/figures/distributedhardwaremgr-overview.png differ diff --git a/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md b/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md index 65e80c79d8144599711a1b84bdc7eb0a713e48b1..c6ee764e2b6321b21512383ae8cec3ba9862f7f7 100644 --- a/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md +++ b/sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md @@ -11,6 +11,38 @@ ### 工作范围 综合传感处理平台子系统、电源服务子系统、泛Sensor服务子系统、USB服务子系统、分布式硬件管理子系统 +分布式硬件SIG( sig-distributedhardwaremgr )技术栈范围全景图如下图所示: +![OpenHarmony文档概览](figures/distributedhardwaremgr-overview.png) +## 代码仓 +|部件名称|部件功能描述|部件仓名称| +| ------------ | ------------ |------------ | +|传感器|提供传感器数据上报能力。|sensors_sensor| +|马达|提供控制马达振动能力。|sensors_miscdevice| +|轻量级传感器|提供传感器数据上报能力,适用于轻设备。|sensor_lite| +|轻量级马达|提供传感器数据上报能力,适用于轻设备,暂未实现。|sensors_miscdevice_lite| +|健康传感器|提供PPG/ECG健康数据上报能力。|sensors_medical_sensor| +|进程启动|提供传感器、马达部件的启动能力。|sensor_start| +|USB|提供USB的设备列表查询、热插拔、批量数据传输、控制命令传输、权限控制能力。|usb_manager| +|电源管理|提供重启系统、系统休眠、电源状态查询能力。|powermgr_power_manager| +|电池管理|提供电池信息查询、充放电状态查询、关机充电能力。|powermgr_battery_manager| +|热管理|提供设备温度管理控制能力、保障整机热安全及热体验。|powermgr_thermal_manager| +|耗电统计|统计每个应用或者软件的耗电情况,软件耗电之外的耗电都归属到硬件耗电,包括用户耗电、通话耗电、屏幕耗电、wifi功耗、蓝牙消耗。|powermgr_battery_statistics| +|显示能效|提供显示屏的亮/灭,显示屏亮度调节。|powermgr_display_manager| +|轻量级电源管理|提供重启系统、系统休眠、电源状态查询能力,适用于轻设备。|powermgr_powermgr_lite| +|轻量级电池管理|提供电池信息查询、充放电状态查询、关机充电能力,适用于轻设备。|powermgr_battery_lite| +|设备管理|提供账号无关的分布式设备的认证组网能力,并为开发者提供一套用于分布式设备间监听、发现和认证的接口。|distributedhardware_device_manager| +|分布式框架|提供统一的硬件接入、查询和使能能力。|distributedhardware_distributed_hardware_fwk| +|分布式输入|分布式输入组件提供了设备间输入外设的跨设备调用能力,使一台设备可以使用另一台设备的输入外设作为本设备的外设使用。|distributedhardware_distributed_input| +|分布式相机|提供多个设备的相机同时协同使用的能力。|distributedhardware_distributed_camera| +|分布式屏幕|提供单个分布式屏幕投屏能力。|distributedhardware_distributed_screen| +|分布式音频|提供多个设备的音频同时协同使用的能力,暂未实现。|distributedhardware_distributed_audio| +|手势感知|提供手势感知能力,暂未实现。|msdp_motion| +|移动感知|提供移动感知能力,暂未实现。|msdp_movement| +|设备状态|提供设备状态感知能力。|msdp_device_status| +|空间感知|提供空间感知能力,暂未实现。|msdp_spatial_awareness| +|地理围栏|提供地理围栏能力,暂未实现。|msdp_geofence| +|时间线|提供时间线能力,暂未实现。|msdp_timeline| + ## 代码仓 - 代码仓地址: - sensors_miscdevice_lite: https://gitee.com/openharmony/sensors_miscdevice_lite diff --git a/sig/sig-graphics/figures/graphics-overview.png b/sig/sig-graphics/figures/graphics-overview.png new file mode 100644 index 0000000000000000000000000000000000000000..514e035e35fa9c15bd16a5e32b0f05e236ec7f98 Binary files /dev/null and b/sig/sig-graphics/figures/graphics-overview.png differ diff --git a/sig/sig-graphics/sig-graphics_cn.md b/sig/sig-graphics/sig-graphics_cn.md index 0e53cd7920071515a72f1f0959ad41b07285a0c0..57234bb636d528711af390c8a2a2066474bab11f 100644 --- a/sig/sig-graphics/sig-graphics_cn.md +++ b/sig/sig-graphics/sig-graphics_cn.md @@ -10,8 +10,31 @@ 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| + + - 代码仓地址: - graphic_graphic_2d:https://gitee.com/openharmony/graphic_graphic_2d - graphic_surface:https://gitee.com/openharmony/graphic_surface @@ -31,6 +54,7 @@ OpenHarmony 图形管理。 - third_party_libexif:https://gitee.com/openharmony-sig/third_party_libexif - third_party_libjpeg-turbo:https://gitee.com/openharmony-sig/third_party_libjpeg-turbo + ## SIG组成员 ### Leader diff --git a/sig/sig-media/sig-media.md b/sig/sig-media/sig-media.md index abfaf1b319b94ff4fefc834ab0b3349063eb1afb..14220bf92ef0532fcbdf917e124932c75ec635d8 100644 --- a/sig/sig-media/sig-media.md +++ b/sig/sig-media/sig-media.md @@ -13,7 +13,7 @@ OpenHarmony media related design and review. ## The repository - project name: - - multimedia_media_standard:https://gitee.com/openharmony/multimedia_media_standard + - multimedia_player_framework:https://gitee.com/openharmony/multimedia_player_framework - multimedia_audio_framework:https://gitee.com/openharmony/multimedia_audio_framework - multimedia_camera_standard:https://gitee.com/openharmony/multimedia_camera_standard - multimedia_media_library:https://gitee.com/openharmony/multimedia_media_library diff --git a/sig/sig-media/sig-media_cn.md b/sig/sig-media/sig-media_cn.md index d3e861d4b8b389e1069ba965e548bc98b9f563e9..d79358065ec875357d55bc0545de109c9b8de048 100644 --- a/sig/sig-media/sig-media_cn.md +++ b/sig/sig-media/sig-media_cn.md @@ -13,7 +13,7 @@ OpenHarmony 媒体管理。 ## 代码仓 - 代码仓地址: - - multimedia_media_standard:https://gitee.com/openharmony/multimedia_media_standard + - multimedia_player_framework:https://gitee.com/openharmony/multimedia_player_framework - multimedia_audio_framework:https://gitee.com/openharmony/multimedia_audio_framework - multimedia_camera_standard:https://gitee.com/openharmony/multimedia_camera_standard - multimedia_media_library:https://gitee.com/openharmony/multimedia_media_library diff --git a/sig/sig-softbus/sig_softbus_cn.md b/sig/sig-softbus/sig_softbus_cn.md index 2a9bf01c399984612d63c809bfb0d7f8a8d70c9e..e18d4547ef4d9dec959db5a424ef96e616ae9033 100644 --- a/sig/sig-softbus/sig_softbus_cn.md +++ b/sig/sig-softbus/sig_softbus_cn.md @@ -17,13 +17,14 @@ ![软总线SIG](figures/softbus-overview.png) ## 代码仓 -| 部件名称| 部件功能描述| 部件仓名称 | -| ---------------------------------------|---------- | ------------------------------------------------------------ | -|分布式软总线| 分布式软总线实现近场(LAN、WLAN、蓝牙)设备间统一的分布式通信管理能力,提供不区分链路的设备间发现连接、组网和传输能力,主要功能如下:发现连接:提供设备发现和连接能力。设备组网:提供统一的设备组网和拓扑管理能力,为数据传输提供已组网设备信息。数据传输:提供数据传输通道,支持消息、字节、文件和流数据传输能力。 | communication_dsoftbus| -|进程间通信|进程间通信包含IPC(Inter-Process Communication)与RPC(Remote Procedure Call),用于实现跨进程通信。IPC用于设备内的跨进程通信,而RPC可提供设备间跨进程通信。| communication_ipc/communication_ipc_lite| -|WLAN服务| 提供WLAN基础功能,包括WLAN STA、AP、P2P等功能的管理服务。为应用和系统服务提供用可以通过WLAN和其他设备互联互通|communication_wifi/communication_wifi_lite| + +|部件名称|部件功能描述|部件仓名称| +|---|---|---| +|分布式软总线| 分布式软总线实现近场(LAN、WLAN、蓝牙)设备间统一的分布式通信管理能力,提供不区分链路的设备间发现连接、组网和传输能力,主要功能如下:
发现连接:提供设备发现和连接能力。
设备组网:提供统一的设备组网和拓扑管理能力,为数据传输提供已组网设备信息。
数据传输:提供数据传输通道,支持消息、字节、文件和流数据传输能力。 | communication_dsoftbus| +|进程间通信|进程间通信包含IPC(Inter-Process Communication)与RPC(Remote Procedure Call),用于实现跨进程通信。
IPC用于设备内的跨进程通信,而RPC可提供设备间跨进程通信。| communication_ipc
communication_ipc_lite| +|WLAN服务| 提供WLAN基础功能,包括WLAN STA、AP、P2P等功能的管理服务。为应用和系统服务提供用可以通过WLAN和其他设备互联互通|communication_wifi
communication_wifi_lite| |WPA服务|提供WiFi和P2P相关认证协议功能,包含WPA和HostAPD两个主要部分。|third_party_wpa_supplicant| -|蓝牙服务|提供蓝牙profile服务、蓝牙协议栈等相关能力。为设备提供接入与使用Bluetooth的相关接口,包括BR配对连接,BLE广播、扫描,BLE设备gatt相关的操作及功能。|communication_bluetooth| +|蓝牙服务|提供蓝牙profile服务、蓝牙协议栈等相关能力。
为设备提供接入与使用Bluetooth的相关接口,包括BR配对连接,BLE广播、扫描,BLE设备gatt相关的操作及功能。|communication_bluetooth| |NFC服务|提供有源标签读写能力,包括NFC标签读写、TAG等服务能力。|communication_nfc| |位置服务|提供GNSS、网络定位、地理编码转换等位置服务框架能力。|base_location| diff --git a/sig/sig-telephony/figures/telephony-overview.png b/sig/sig-telephony/figures/telephony-overview.png new file mode 100644 index 0000000000000000000000000000000000000000..51abe9966b7e082fe1c63eeb35e6686816acb834 Binary files /dev/null and b/sig/sig-telephony/figures/telephony-overview.png differ diff --git a/sig/sig-telephony/sig_telephony_cn.md b/sig/sig-telephony/sig_telephony_cn.md index 7941cb2c36b0b7d3d1a3f29421d164bdfce9dabe..0b8d36e5d17334cba8e42df68a0308702b74d73f 100644 --- a/sig/sig-telephony/sig_telephony_cn.md +++ b/sig/sig-telephony/sig_telephony_cn.md @@ -16,20 +16,37 @@ - 短彩信模块:主要功能是短信收发和彩信编解码。 - 状态注册模块:主要功能是提供电话服务子系统各种消息事件的订阅以及取消订阅的API。 +通信框架SIG( sig-telephony )技术栈范围全景图如下图所示: +![OpenHarmony文档概览](figures/telephony-overview.png) ## 代码仓 +|部件名称|部件功能描述|部件仓名称| +| ------------ | ------------ |------------ | +|通话管理|提供不同类型通话(CS/IMS/OTT)的音频通道、优先级等冲突策略管理,提供通话管理相关API供应用使用。包括:拨打电话、来电接听/挂断/拒接、三方通话控制、获取/订阅通话状态、通话静音控制、IMS通话开关控制、号码格式化、紧急呼叫号码判断。|telephony_call_manager| +|电话状态|提供蜂窝电话相关状态订阅功能,包括:网络注册状态、信号强度、小区信息、蜂窝数据连接状态、蜂窝数据上下行状态、通话状态、卡状态。|telephony_state_registry| +|蜂窝通话|提供运营商通话基础能力(CS&IMS通话),支持CS和IMS通话之间的域选控制和切换,支持紧急通话。其中,IMS通话仅支持框架,服务实现由芯片厂商自行实现。|telephony_cellular_call| +|蜂窝数据|提供蜂窝数据联网能力,包括:蜂窝数据激活去激活、连接状态管理、数据自愈、APN管理、蜂窝数据开关及数据漫游开关。|telephony_cellular_data| +|短彩信|提供短彩信、小区广播能力,包括:短信收发、短信PDU编解码、WAP PUSH、彩信通知、彩信编解码、小区广播、SIM卡短信。|telephony_sms_mms| +|电话数据存储|提供卡账户、随卡参数、APN、短彩信数据的持久化存储功能,通过DataAbility提供增删改查接口。|telephony_data_storage| +|联系人数据存储|提供联系人、通话记录、语音信箱数据的持久化存储功能,通过DataAbility提供增删改查接口。|applications_contacts| +|电话核心服务|提供SIM卡、搜网基础能力,通过HDF与RIL Adapter进行通信,通过发布订阅机制实现与各功能模块的通信。|telephony_core_service| +|RIL适配|蜂窝通信RIL接口适配层,提供统一的南向HDI接口,屏蔽不同modem厂商硬件差异,包括:SIM卡、搜网、通话、数据、短信和公共模块。|telephony_ril_adapter| +|网络管理基础|提供网络管理基础能力,包括:多网络连接切换与并发、网络连接信息查询、网络连接状态查询订阅、网络质量检测、策略管理、流量统计。|communication_netmanager_base| +|网络管理扩展|提供网络管理扩展能力,包括:以太网连接、网络共享、VPN、加密DNS、mDNS。|communication_netmanager_ext| +|电话核心服务|提供基础网络协议栈JS API能力,包括:HTTP/HTTPS、TCP/UDP/TLS Socket、WebSocket、LocalSocket。|communication_netstack| + - 代码仓地址: - - 核心服务:https://gitee.com/openharmony/telephony_core_service - - 蜂窝通话:https://gitee.com/openharmony/telephony_cellular_call - 通话管理:https://gitee.com/openharmony/telephony_call_manager - - 注册服务:https://gitee.com/openharmony/telephony_state_registry + - 电话状态:https://gitee.com/openharmony/telephony_state_registry + - 蜂窝通话:https://gitee.com/openharmony/telephony_cellular_call + - 蜂窝数据:https://gitee.com/openharmony/telephony_cellular_data - 短彩信:https://gitee.com/openharmony/telephony_sms_mms - - riladapter:https://gitee.com/openharmony/telephony_ril_adapter - - 数据业务:https://gitee.com/openharmony/telephony_cellular_data - - 数据存储:https://gitee.com/openharmony/telephony_data_storage - - 网络管理:https://gitee.com/openharmony/communication_netmanager_standard - - 网络协议栈:https://gitee.com/openharmony/communication_netstack + - 电话数据存储:https://gitee.com/openharmony/telephony_data_storage + - 联系人数据存储:https://gitee.com/openharmony/applications_contacts + - 电话核心服务:https://gitee.com/openharmony/telephony_core_service + - RIL适配:https://gitee.com/openharmony/telephony_ril_adapter - 网络管理基础仓:https://gitee.com/openharmony/communication_netmanager_base - 网络管理扩展仓:https://gitee.com/openharmony/communication_netmanager_ext + - 网络协议栈:https://gitee.com/openharmony/communication_netstack ## SIG组成员 diff --git a/sig/sigs.json b/sig/sigs.json index bc8e33d9db9c6ccace4403060b9d35da087b83d7..08a212224c79103619b90239bcbd4c8218654584 100755 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -136,7 +136,10 @@ "https://gitee.com/openharmony-sig/vendor_t-head", "https://gitee.com/openharmony/device_soc_chipsea", "https://gitee.com/openharmony/device_board_chipsea", - "https://gitee.com/openharmony/vendor_chipsea" + "https://gitee.com/openharmony/vendor_chipsea", + "https://gitee.com/openharmony/device_board_telink", + "https://gitee.com/openharmony/vendor_telink", + "https://gitee.com/openharmony/device_soc_telink" ], "project-path": [ "device/st", @@ -212,7 +215,10 @@ "vendor/t-head", "device/soc/chipsea", "device/board/chipsea", - "vendor/chipsea" + "vendor/chipsea", + "device/board/telink", + "vendor/telink", + "device/soc/telink" ] }, { @@ -504,6 +510,7 @@ "https://gitee.com/openharmony/resourceschedule_resource_schedule_service", "https://gitee.com/openharmony/third_party_pyyaml", "https://gitee.com/openharmony/resourceschedule_memmgr", + "https://gitee.com/openharmony/resourceschedule_frame_aware_sched", "https://gitee.com/openharmony-sig/customization_enterprise_device_management", "https://gitee.com/openharmony/notification_eventhandler" ], @@ -569,6 +576,7 @@ "foundation/resourceschedule/resource_schedule_service", "third_party/pyyaml", "foundation/resourceschedule/plugins/memmgr", + "foundation/resourceschedule/frame_aware_sched", "base/customization/enterprise_device_management", "base/notification/eventhandler" ] @@ -576,7 +584,7 @@ { "sig-name": "sig-graphicsandmedia", "projects": [ - "https://gitee.com/openharmony/multimedia_media_standard", + "https://gitee.com/openharmony/multimedia_player_framework", "https://gitee.com/openharmony/multimedia_audio_framework", "https://gitee.com/openharmony/multimedia_camera_standard", "https://gitee.com/openharmony/multimedia_media_library", @@ -617,7 +625,7 @@ "https://gitee.com/openharmony-sig/third_party_libjpeg-turbo" ], "project-path": [ - "foundation/multimedia/media_standard", + "foundation/multimedia/player_framework", "foundation/multimedia/audio_framework", "foundation/multimedia/camera_standard", "foundation/multimedia/medialibrary_standard", diff --git a/zh/committer.md b/zh/committer.md index 0a04171ced7dc502d299b96db7ab648b3bbb3070..99df763b2271700ebf4b535dffc87832e4bbb8a7 100644 --- a/zh/committer.md +++ b/zh/committer.md @@ -14,7 +14,7 @@ |12|hiviewdfx_hiview_lite|base/hiviewdfx/hiview_lite|https://gitee.com/stesen|stesen.ma@huawei.com|https://gitee.com/shenchenkai|shenchenkai@huawei.com|SIG_BasicSoftwareService| |13|iothardware_peripheral|base/iot_hardware/peripheral|https://gitee.com/defeng2020|wudefeng@huawei.com| | |SIG_SoftBus| |14|powermgr_powermgr_lite|base/powermgr/powermgr_lite|https://gitee.com/aqxyjay|zhangchunxin@huawei.com| | |SIG_DistributedHardwareManagement| -|15|security_appverify|base/security/appverify|https://gitee.com/jiang-xiaofeng|jiangxiaofeng8@huawei.com| | |SIG_Security| +|15|security_appverify|base/security/appverify|https://gitee.com/jiang-xiaofeng|jiangxiaofeng8@huawei.com| https://gitee.com/shuaytao | shuaiyutao1@huawei.com |SIG_Security| |16|security_device_auth|base/security/device_auth|https://gitee.com/Chaos-Liang|liangguanchao1@huawei.com| | |SIG_Security| |17|security_huks|base/security/huks|https://gitee.com/Chaos-Liang|liangguanchao1@huawei.com| | |SIG_Security| |18|security_permission|base/security/permission|https://gitee.com/jiang-xiaofeng|jiangxiaofeng8@huawei.com|https://gitee.com/libing23|libing23@huawei.com|SIG_Security| @@ -25,7 +25,7 @@ |23|startup_init_lite|base/startup/init_lite|https://gitee.com/handyohos|zhangxiaotian@huawei.com|https://gitee.com/xionglei6|xionglei6@huawei.com |SIG_BasicSoftwareService| |24|startup_syspara_lite|base/startup/syspara_lite|https://gitee.com/handyohos|zhangxiaotian@huawei.com|https://gitee.com/xionglei6|xionglei6@huawei.com |SIG_BasicSoftwareService| |25|update_ota_lite|base/update/ota_lite|https://gitee.com/handyohos|zhangxiaotian@huawei.com| | |SIG_BasicSoftwareService| -|26|build_lite|build/lite|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/taiyipei|peitaiyi@huawei.com|SIG_CompileRuntime| +|26|build_lite|build/lite|https://gitee.com/anguanglin|anguanglin@huawei.com|https://gitee.com/chenmudan|chenmudan@huawei.com|SIG_BuildSystem| |27|developtools_packing_tool|developtools/packing_tool|https://gitee.com/autumn330|hw.liuwei@huawei.com| | |SIG_ApplicationFramework| |28|device_hisilicon_build|device/hisilicon/build|https://gitee.com/yuanwhong|yuanwenhong@hisilicon.com|https://gitee.com/helsingchen|helsing.chen@hisilicon.com|SIG_DriverFramework| |29|device_hisilicon_drivers|device/hisilicon/drivers|https://gitee.com/yuanwhong|yuanwenhong@hisilicon.com|https://gitee.com/helsingchen|helsing.chen@hisilicon.com|SIG_DriverFramework| @@ -41,8 +41,8 @@ |39|docs|docs|https://gitee.com/neeen|neen.yang@huawei.com|https://gitee.com/duangavin123_admin
https://gitee.com/RayShih
https://gitee.com/Peter_1988|duanxichao@huawei.com
shirui721@huawei.com
zhouyun2@huawei.com |SIG_Docs| |40|iot_link|domains/iot/link|https://gitee.com/defeng2020|wudefeng@huawei.com| | |SIG_SoftBus| |41|drivers_adapter_khdf_linux|drivers/adapter/khdf/linux|https://gitee.com/zianed|houxuanzhe@huawei.com|https://gitee.com/Kevin-Lau
https://gitee.com/yuanbogit|liufeihu@huawei.com
yuanbo@huawei.com|SIG_DriverFramework| -|42|drivers_hdf_core|drivers/hdf_core|https://gitee.com/zianed|houxuanzhe@huawei.com|https://gitee.com/Kevin-Lau
https://gitee.com/yuanbogit|liufeihu@huawei.com
yuanbo@huawei.com|SIG_DriverFramework| -|43|drivers_liteos|drivers/liteos|https://gitee.com/JerryH1011|huangjieliang@huawei.com|https://gitee.com/kkup180
https://gitee.com/DennyShen|likailong@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| +|42|drivers_framework|drivers/framework|https://gitee.com/zianed|houxuanzhe@huawei.com|https://gitee.com/Kevin-Lau
https://gitee.com/yuanbogit|liufeihu@huawei.com
yuanbo@huawei.com|SIG_DriverFramework| +|43|drivers_liteos|drivers/liteos|https://gitee.com/JerryH1011|huangjieliang@huawei.com|https://gitee.com/kkup180
https://gitee.com/leonchan5|likailong@huawei.com
chenwei26@huawei.com|SIG_Kernel| |44|ability_ability_lite|foundation/ability/ability_lite|https://gitee.com/autumn330|hw.liuwei@huawei.com| | |SIG_ApplicationFramework| |45|arkui_ace_engine_lite|foundation/arkui/ace_engine_lite|https://gitee.com/borne|bo.lu@huawei.com|https://gitee.com/crazyracing0726|wangjiongfeng@huawei.com|SIG_ApplicationFramework| |46|ai_engine|foundation/ai/engine|https://gitee.com/hada__lee|lifu2@huawei.com|https://gitee.com/pamulee|lijunpeng4@huawei.com|SIG_AI| @@ -61,23 +61,23 @@ |59|multimedia_camera_lite|foundation/multimedia/camera_lite|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_Media| |60|multimedia_media_lite|foundation/multimedia/media_lite|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_Media| |61|multimedia_utils_lite|foundation/multimedia/utils/lite|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_Media| -|62|kernel_liteos_a|kernel/liteos_a|https://gitee.com/JerryH1011|huangjieliang@huawei.com|https://gitee.com/kkup180
https://gitee.com/DennyShen|likailong@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| -|63|kernel_liteos_m|kernel/liteos_m|https://gitee.com/JerryH1011|huangjieliang@huawei.com|https://gitee.com/kkup180
https://gitee.com/DennyShen|likailong@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| -|64|prebuilts_lite_sysroot|prebuilts/lite/sysroot|https://gitee.com/JerryH1011|huangjieliang@huawei.com|https://gitee.com/kkup180
https://gitee.com/DennyShen|likailong@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| +|62|kernel_liteos_a|kernel/liteos_a|https://gitee.com/JerryH1011|huangjieliang@huawei.com|https://gitee.com/kkup180
https://gitee.com/leonchan5|likailong@huawei.com
chenwei26@huawei.com|SIG_Kernel| +|63|kernel_liteos_m|kernel/liteos_m|https://gitee.com/JerryH1011|huangjieliang@huawei.com|https://gitee.com/kkup180
https://gitee.com/leonchan5|likailong@huawei.com
chenwei26@huawei.com|SIG_Kernel| +|64|prebuilts_lite_sysroot|prebuilts/lite/sysroot|https://gitee.com/JerryH1011|huangjieliang@huawei.com|https://gitee.com/kkup180
https://gitee.com/leonchan5|likailong@huawei.com
chenwei26@huawei.com|SIG_Kernel| |65|signcenter_tool|prebuilts/signcenter|https://gitee.com/scuteehuangjun|huangjun42@huawei.com| | |SIG_Security| |66|test_developertest|test/developertest|https://gitee.com/buranfanchen|wangjuntao.wang@huawei.com|https://gitee.com/gaohanyi1982|gaohanyi@huawei.com|SIG_Test| |67|test_xdevice|test/xdevice|https://gitee.com/ye-xiangbin|yexiangbin@huawei.com|https://gitee.com/gaohanyi1982|gaohanyi@huawei.com|SIG_Test| |68|xts_acts|test/xts/acts|https://gitee.com/ye-xiangbin|yexiangbin@huawei.com|https://gitee.com/jiyong_sd|jiyong@huawei.com|SIG_Test| |69|xts_tools|test/xts/tools/lite|https://gitee.com/ye-xiangbin|yexiangbin@huawei.com|https://gitee.com/jiyong_sd|jiyong@huawei.com|SIG_Test| -|70|third_party_FatFs|third_party/FatFs|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/DennyShen|huangjieliang@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| -|71|third_party_FreeBSD|third_party/FreeBSD|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/DennyShen|huangjieliang@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| +|70|third_party_FatFs|third_party/FatFs|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/leonchan5|huangjieliang@huawei.com
chenwei26@huawei.com|SIG_Kernel| +|71|third_party_FreeBSD|third_party/FreeBSD|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/leonchan5|huangjieliang@huawei.com
chenwei26@huawei.com|SIG_Kernel| |72|third_party_JSON-C|third_party/JSON-C|https://gitee.com/jiang-xiaofeng|jiangxiaofeng8@huawei.com|https://gitee.com/libing23|libing23@huawei.com|SIG_Security| |73|third_party_LVM2|third_party/LVM2|https://gitee.com/jiang-xiaofeng|jiangxiaofeng8@huawei.com|https://gitee.com/libing23|libing23@huawei.com|SIG_Security| -|74|third_party_Linux_Kernel|third_party/Linux_Kernel|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/DennyShen|huangjieliang@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| -|75|third_party_NuttX|third_party/NuttX|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/DennyShen|huangjieliang@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| +|74|third_party_Linux_Kernel|third_party/Linux_Kernel|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/leonchan5|huangjieliang@huawei.com
chenwei26@huawei.com|SIG_Kernel| +|75|third_party_NuttX|third_party/NuttX|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/leonchan5|huangjieliang@huawei.com
chenwei26@huawei.com|SIG_Kernel| |76|third_party_bounds_checking_function|third_party/bounds_checking_function|https://gitee.com/jiang-xiaofeng|jiangxiaofeng8@huawei.com|https://gitee.com/libing23|libing23@huawei.com|SIG_Security| |77|third_party_cJSON|third_party/cJSON|https://gitee.com/borne|bo.lu@huawei.com|https://gitee.com/crazyracing0726|wangjiongfeng@huawei.com|SIG_ApplicationFramework| -|78|third_party_cmsis|third_party/cmsis|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/DennyShen|huangjieliang@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| +|78|third_party_cmsis|third_party/cmsis|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/leonchan5|huangjieliang@huawei.com
chenwei26@huawei.com|SIG_Kernel| |79|third_party_cryptsetup|third_party/cryptsetup|https://gitee.com/jiang-xiaofeng|jiangxiaofeng8@huawei.com|https://gitee.com/libing23|libing23@huawei.com|SIG_Security| |80|third_party_curl|third_party/curl|https://gitee.com/stesen|stesen.ma@huawei.com| | |SIG_BasicSoftwareService| |81|third_party_freetype|third_party/freetype|https://gitee.com/pssea|lizhiqi1@huawei.com|https://gitee.com/niulihua|niulihua3@huawei.com|SIG_Graphics| @@ -93,15 +93,15 @@ |91|third_party_ltp|third_party/ltp|https://gitee.com/gaohanyi1982|gaohanyi@huawei.com|https://gitee.com/jiyong_sd|jiyong@huawei.com|SIG_Test| |92|third_party_lwip|third_party/lwip|https://gitee.com/rain_myf|maoyufeng3@huawei.com| | |SIG_SoftBus| |93|third_party_mbedtls|third_party/mbedtls|https://gitee.com/rain_myf|maoyufeng3@huawei.com|https://gitee.com/Chaos-Liang|liangguanchao1@huawei.com|SIG_Security| -|94|third_party_mksh|third_party/mksh|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/DennyShen|huangjieliang@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| -|95|third_party_mtd_utils|third_party/mtd-utils|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/DennyShen|huangjieliang@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| -|96|third_party_musl|third_party/musl|https://gitee.com/huanghuijin|huanghuijin@huawei.com|https://gitee.com/kkup180
https://gitee.com/JerryH1011
https://gitee.com/DennyShen |likailong@huawei.com
huangjieliang@huawei.com
denny.shenwei@huawei.com |SIG_CompileRuntime| +|94|third_party_mksh|third_party/mksh|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/leonchan5|huangjieliang@huawei.com
chenwei26@huawei.com|SIG_Kernel| +|95|third_party_mtd_utils|third_party/mtd-utils|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/leonchan5|huangjieliang@huawei.com
chenwei26@huawei.com|SIG_Kernel| +|96|third_party_musl|third_party/musl|https://gitee.com/huanghuijin|huanghuijin@huawei.com|https://gitee.com/kkup180
https://gitee.com/JerryH1011
https://gitee.com/leonchan5 |likailong@huawei.com
huangjieliang@huawei.com
chenwei26@huawei.com |SIG_CompileRuntime| |97|third_party_openssl|third_party/openssl|https://gitee.com/haixiangw|wanghaixiang@huawei.com| | |SIG_Security| -|98|third_party_optimized_routines|third_party/optimized-routines|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/DennyShen|huangjieliang@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| +|98|third_party_optimized_routines|third_party/optimized-routines|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/leonchan5|huangjieliang@huawei.com
chenwei26@huawei.com|SIG_Kernel| |99|third_party_popt|third_party/popt|https://gitee.com/jiang-xiaofeng|jiangxiaofeng8@huawei.com|https://gitee.com/libing23|libing23@huawei.com|SIG_Security| |100|third_party_qrcodegen|third_party/qrcodegen|https://gitee.com/pssea|lizhiqi1@huawei.com|https://gitee.com/niulihua|niulihua3@huawei.com|SIG_GraphicsandMedia| -|101|third_party_rt_thread|third_party/rt-thread|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/DennyShen|huangjieliang@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| -|102|third_party_toybox|third_party/toybox|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/DennyShen|huangjieliang@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| +|101|third_party_rt_thread|third_party/rt-thread|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/leonchan5|huangjieliang@huawei.com
chenwei26@huawei.com|SIG_Kernel| +|102|third_party_toybox|third_party/toybox|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/JerryH1011
https://gitee.com/leonchan5|huangjieliang@huawei.com
chenwei26@huawei.com|SIG_Kernel| |103|third_party_unity|third_party/unity|https://gitee.com/buranfanchen|wangjuntao.wang@huawei.com|https://gitee.com/gaohanyi1982|gaohanyi@huawei.com|SIG_Test| |104|third_party_wpa_supplicant|third_party/wpa_supplicant|https://gitee.com/rain_myf|maoyufeng3@huawei.com| | |SIG_SoftBus| |105|third_party_zlib|third_party/zlib|https://gitee.com/autumn330|hw.liuwei@huawei.com| | |SIG_ApplicationFramework| @@ -138,7 +138,7 @@ |136|update_packaging_tools|base/update/packaging_tools|https://gitee.com/ailorna|hehuan1@huawei.com| | |SIG_BasicSoftwareService| |137|update_updater|base/update/updater|https://gitee.com/ailorna|hehuan1@huawei.com| | |SIG_BasicSoftwareService| |138|update_updateservice|base/update/updateservice|https://gitee.com/ailorna|hehuan1@huawei.com| | |SIG_BasicSoftwareService| -|139|build|build|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime| +|139|build|build|https://gitee.com/anguanglin|anguanglin@huawei.com|https://gitee.com/chenmudan|chenmudan@huawei.com|SIG_BuildSystem| |140|developtools_bytrace|developtools/bytrace|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain| |141|developtools_hdc|developtools/hdc|https://gitee.com/stesen|stesen.ma@huawei.com|https://gitee.com/zhaifenghw|zhaifeng@huawei.com|SIG_R&DToolChain| |142|developtools_profiler|developtools/profiler|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain| @@ -146,7 +146,7 @@ |144|ability_ability_runtime|foundation/ability/ability_runtime|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/uniquexch
https://gitee.com/jayleehw
https://gitee.com/zhongjianfei
https://gitee.com/ccllee|xuchenghua09@huawei.com
liqiang121@huawei.com
zhongjianfei@huawei.com
caochunlei1@huawei.com|SIG_ApplicationFramework| |145|arkui_ace_engine|foundation/arkui/ace_engine|https://gitee.com/sunfei2021|sunfei.sun@huawei.com|https://gitee.com/shiyu_huang
https://gitee.com/yan-shuifeng
https://gitee.com/lightningHo
https://gitee.com/yangfan229 |huangshiyu1@huawei.com
yanshuifeng@huawei.com
hesu1@huawei.com
yangfan229@huawei.com |SIG_ApplicationFramework| |146|arkui_napi|foundation/arkui/napi|https://gitee.com/sunfei2021|sunfei.sun@huawei.com|https://gitee.com/shiyu_huang
https://gitee.com/zhanghaibo0|huangshiyu1@huawei.com
zhanghaibo0@huawei.com|SIG_ApplicationFramework| -|147|bundlemanager_bundle_framework|foundation/bundlemanager/bundle_framework|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/shuaytao
https://gitee.com/zhongjianfei
https://gitee.com/uniquexch
https://gitee.com/changzheng6|shuaiyutao1@huawei.com
zhongjianfei@huawei.com
xuchenghua09@huawei.com
hanfeng6@huawei.com|SIG_ApplicationFramework| +|147|bundlemanager_bundle_framework|foundation/bundlemanager/bundle_framework|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/shuaytao
https://gitee.com/zhongjianfei
https://gitee.com/changzheng6|shuaiyutao1@huawei.com
zhongjianfei@huawei.com
hanfeng6@huawei.com|SIG_ApplicationFramework| |148|communication_dsoftbus|foundation/communication/dsoftbus|https://gitee.com/bigpumpkin|chenzhennan@huawei.com|https://gitee.com/Xi_Yuhao
https://gitee.com/maerlii|xiyuhao@huawei.com
maerli@huawei.com|SIG_SoftBus| |149|communication_ipc|foundation/communication/ipc|https://gitee.com/yinyouzhan|yinyouzhan@huawei.com|https://gitee.com/maerlii
https://gitee.com/Xi_Yuhao |maerli@huawei.com
xiyuhao@huawei.com|SIG_SoftBus| |150|communication_wifi|foundation/communication/wifi|https://gitee.com/cheng_guohong|guohong.cheng@huawei.com|https://gitee.com/fenis-two-thousand-and-one
https://gitee.com/zf0719|lujunxin@huawei.com
hw.zhangfeng@huawei.com|SIG_SoftBus| @@ -156,17 +156,17 @@ |154|distributedschedule_safwk|foundation/distributedschedule/safwk|https://gitee.com/lijiarun|lijiarun@huawei.com|https://gitee.com/cangegegege|jiacan@huawei.com|SIG_DataManagement| |155|distributedschedule_samgr|foundation/distributedschedule/samgr|https://gitee.com/lijiarun|lijiarun@huawei.com|https://gitee.com/cangegegege|jiacan@huawei.com|SIG_DataManagement| |156|graphic_graphic_2d|foundation/graphic/graphic_2d|https://gitee.com/abbuu|liyu37@huawei.com| https://gitee.com/lz-230
https://gitee.com/mk_gc
https://gitee.com/yifan-cui
https://gitee.com/lijj01
https://gitee.com/stonesxd
https://gitee.com/xxfeng-hw | lizheng2@huawei.com
mengkun@huawei.com
cuikun1@huawei.com
lijunjie29@huawei.com
shixindong@huawei.com
yuxiaofeng8@huawei.com|SIG_Graphics| -|157|multimedia_audio_standard|foundation/multimedia/audio_standard|https://gitee.com/liuyuehua1|liuyuehua1@huawei.com|https://gitee.com/anurup|anurup.m@huawei.com|SIG_Media| +|157|multimedia_audio_framework|foundation/multimedia/audio_framework|https://gitee.com/liuyuehua1|liuyuehua1@huawei.com|https://gitee.com/anurup|anurup.m@huawei.com|SIG_Media| |158|multimedia_camera_standard|foundation/multimedia/camera_standard|https://gitee.com/liuyuehua1|liuyuehua1@huawei.com|https://gitee.com/srmurali|muralidhar.s.r@huawei.com|SIG_Media| |159|multimedia_histreamer|foundation/multimedia/histreamer|https://gitee.com/guodongchen|chenguodong@huawei.com|https://gitee.com/yiweidengdai|wangxiaokai1@huawei.com|SIG_Media| -|160|multimedia_media_standard|foundation/multimedia/media_standard|https://gitee.com/liuyuehua1|liuyuehua1@huawei.com|https://gitee.com/sharpshooter_t|taojun13@huawei.com|SIG_Media| +|160|multimedia_player_framework|foundation/multimedia/player_framework|https://gitee.com/liuyuehua1|liuyuehua1@huawei.com|https://gitee.com/sharpshooter_t|taojun13@huawei.com|SIG_Media| |161|multimodalinput_input|foundation/multimodalinput/input|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_GraphicsandMedia| |162|interface_sdk-js|interface/sdk-js|https://gitee.com/karl-z|zhangyongzhi@huawei.com|https://gitee.com/im-off-this-week
https://gitee.com/wanchengzhen
https://gitee.com/wangzaishang
https://gitee.com/huawei_qiangbo
https://gitee.com/xiadengping|rengelin@huawei.com
wanchengzhen@huawei.com
wangzaishang@huawei.com
qiangbo2@huawei.com
xiadengping@huawei.com|SIG_ApplicationFramework| |163|kernel_linux|kernel/linux-4.19|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/gail92|qiuge@huawei.com|SIG_Kernel| |164|kernel_linux_config|kernel/linux/config|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/gail92|qiuge@huawei.com|SIG_Kernel| |165|kernel_linux_patches|kernel/linux/patches|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/weiyj_lk|weiyongjun1@huawei.com|SIG_Kernel| -|166|prebuilts_aosp_libs|prebuilts/aosp_prebuilt_libs|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime| -|167|productdefine_common|productdefine/common|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime| +|166|prebuilts_aosp_libs|prebuilts/aosp_prebuilt_libs|https://gitee.com/anguanglin|anguanglin@huawei.com|https://gitee.com/chenmudan|chenmudan@huawei.com|SIG_BuildSystem| +|167|productdefine_common|productdefine/common|https://gitee.com/anguanglin|anguanglin@huawei.com|https://gitee.com/chenmudan|chenmudan@huawei.com|SIG_BuildSystem| |168|third_party_xkeyboardconfig|third_party/XKeyboardConfig|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_GraphicsandMedia| |169|third_party_abseil-cpp|third_party/abseil-cpp|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain| |170|third_party_boost|third_party/boost|https://gitee.com/huanghuijin|huanghuijin@huawei.com| | |SIG_CompileRuntime| @@ -179,10 +179,10 @@ |177|third_party_flatbuffers|third_party/flatbuffers|https://gitee.com/sunsuodong|sunsuodong@huawei.com| | |SIG-AI-Framework| |178|third_party_flutter|third_party/flutter|https://gitee.com/sunfei2021|sunfei.sun@huawei.com|https://gitee.com/shiyu_huang|huangshiyu1@huawei.com|SIG_ApplicationFramework| |179|third_party_glib|third_party/glib|https://gitee.com/liuyuehua1|liuyuehua1@huawei.com| | |SIG_Media| -|180|third_party_gn|third_party/gn|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime| +|180|third_party_gn|third_party/gn|https://gitee.com/anguanglin|anguanglin@huawei.com|https://gitee.com/chenmudan|chenmudan@huawei.com|SIG_BuildSystem| |181|third_party_grpc|third_party/grpc|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain| |182|third_party_gstreamer|third_party/gstreamer|https://gitee.com/liuyuehua1|liuyuehua1@huawei.com|https://gitee.com/sharpshooter_t|taojun13@huawei.com|SIG_Media| -|183|third_party_jinja2|third_party/jinja2|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime| +|183|third_party_jinja2|third_party/jinja2|https://gitee.com/anguanglin|anguanglin@huawei.com|https://gitee.com/chenmudan|chenmudan@huawei.com|SIG_CompileRuntime| |184|third_party_jsframework|third_party/jsframework|https://gitee.com/davidwulanxi|wuyonghui9@huawei.com|https://gitee.com/shiyu_huang|huangshiyu1@huawei.com|SIG_ApplicationFramework| |185|third_party_json|third_party/json|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_GraphicsandMedia| |186|third_party_jsoncpp|third_party/jsoncpp|https://gitee.com/zhuxiang6|zhuxiang6@huawei.com| | |SIG_ApplicationFramework| @@ -198,14 +198,14 @@ |196|third_party_libxkbcommon|third_party/libxkbcommon|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_GraphicsandMedia| |197|third_party_libxml2|third_party/libxml2|https://gitee.com/zhuxiang6|zhuxiang6@huawei.com| | |SIG_ApplicationFramework| |198|third_party_lz4|third_party/lz4|https://gitee.com/ailorna|hehuan1@huawei.com| | |SIG_BasicSoftwareService| -|199|third_party_markupsafe|third_party/markupsafe|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime| +|199|third_party_markupsafe|third_party/markupsafe|https://gitee.com/anguanglin|anguanglin@huawei.com|https://gitee.com/chenmudan|chenmudan@huawei.com|SIG_BuildSystem| |200|third_party_mingw-w64|third_party/mingw-w64|https://gitee.com/huanghuijin|huanghuijin@huawei.com| | |SIG_CompileRuntime| |201|third_party_mtdev|third_party/mtdev|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_GraphicsandMedia| -|202|third_party_ninja|third_party/ninja|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime| +|202|third_party_ninja|third_party/ninja|https://gitee.com/anguanglin|anguanglin@huawei.com|https://gitee.com/chenmudan|chenmudan@huawei.com|SIG_BuildSystem| |203|third_party_node|third_party/node|https://gitee.com/davidwulanxi|wuyonghui9@huawei.com|https://gitee.com/shiyu_huang
https://gitee.com/zhanghaibo0|huangshiyu1@huawei.com
zhanghaibo0@huawei.com|SIG_ApplicationFramework| |204|third_party_pixman|third_party/pixman|https://gitee.com/bj1010|dubingjian@huawei.com| | |SIG_Graphics| |205|third_party_protobuf|third_party/protobuf|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain| -|206|third_party_python|third_party/python|https://gitee.com/wangxing-hw|raymond.wangxing@huawei.com|https://gitee.com/weichaox|wangweichao2@huawei.com|SIG_CompileRuntime| +|206|third_party_python|third_party/python|https://gitee.com/anguanglin|anguanglin@huawei.com|https://gitee.com/chenmudan|chenmudan@huawei.com|SIG_BuildSystem| |207|third_party_quickjs|third_party/quickjs|https://gitee.com/godmiaozi|pengbiao1@huawei.com| | |SIG_CompileRuntime| |208|third_party_re2|third_party/re2|https://gitee.com/leizhenzang|zangleizhen@huawei.com|https://gitee.com/filer000|zhangxianfeng7@huawei.com|SIG_R&DToolChain| |209|third_party_sqlite|third_party/sqlite|https://gitee.com/widecode|wanghancai@huawei.com| | |SIG_DataManagement| @@ -240,7 +240,7 @@ |238|applications_call|applications/standard/call|https://gitee.com/jyh926|jiayanhong@huawei.com|https://gitee.com/ohos-lsw|lishiwei6@huawei.com|SIG_SystemApplication| |239|resourceschedule_work_scheduler|foundation/resourceschedule/work_scheduler|https://gitee.com/chenmingJay|chenming48@huawei.com|https://gitee.com/wanglai-yao
https://gitee.com/tangtiantian2021
https://gitee.com/shire-yao|yaowanglai@huawei.com
tangchengkai@huawei.com
yaoyanxia1@huawei.com|SIG_BasicSoftwareService| |240|resourceschedule_background_task_mgr|foundation/resourceschedule/background_task_mgr|https://gitee.com/wanglai-yao|yaowanglai@huawei.com|https://gitee.com/chenmingJay
https://gitee.com/shire-yao
https://gitee.com/tangtiantian2021|chenming48@huawei.com
yaoyanxia1@huawei.com
tangchengkai@huawei.com|SIG_BasicSoftwareService| -|241|third_party_littlefs|third_party/littlefs|https://gitee.com/JerryH1011|huangjieliang@huawei.com|https://gitee.com/kkup180
https://gitee.com/DennyShen|likailong@huawei.com
denny.shenwei@huawei.com|SIG_Kernel| +|241|third_party_littlefs|third_party/littlefs|https://gitee.com/JerryH1011|huangjieliang@huawei.com|https://gitee.com/kkup180
https://gitee.com/leonchan5|likailong@huawei.com
chenwei26@huawei.com|SIG_Kernel| |242|kernel_linux_build|kernel/linux/build|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/weiyj_lk|weiyongjun1@huawei.com|SIG_Kernel| |243|kernel_linux_4.19|kernel/linux/linux-4.19|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/weiyj_lk|weiyongjun1@huawei.com|SIG_Kernel| |244|kernel_linux_5.10|kernel/linux/linux-5.10|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/weiyj_lk|weiyongjun1@huawei.com|SIG_Kernel| @@ -351,7 +351,7 @@ |349|third_party_minimp3|third_party/minimp3|https://gitee.com/yiweidengdai|wangxiaokai1@huawei.com| | |SIG_Media| |350|third_party_minimp4|third_party/minimp4|https://gitee.com/yiweidengdai|wangxiaokai1@huawei.com| | |SIG_Media| |351|developtools_hapsigner|developtools/hapsigner|https://gitee.com/liuchibin|liuchibin@huawei.com| | |SIG_Security| -|352|frame_aware_sched|foundation/resourceschedule/plugins/frame_aware_sched|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/lizongfeng|lizongfeng1@huawei.com|SIG_BasicSoftwareService| +|352|resourceschedule_frame_aware_sched|foundation/resourceschedule/frame_aware_sched|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/lizongfeng|lizongfeng1@huawei.com|SIG_BasicSoftwareService| |353|third_party_typescript|third_party/typescript|https://gitee.com/gongpingde |chengongping@huawei.com | | |SIG_ApplicationFramework| |354|third_party_typescript_eslint|third_party/typescript_eslint|https://gitee.com/gongpingde |chengongping@huawei.com | | |SIG_ApplicationFramework| |355|utils_memory|utils/memory|https://gitee.com/cbraham|suncai1@huawei.com|https://gitee.com/wang2002xu|wangxu44@huawei.com|SIG_CompileRuntime| @@ -397,3 +397,7 @@ |395|device_board_unionman|device/board/unionman|https://gitee.com/qtpl456|wangshaofeng5@huawei.com|https://gitee.com/algoideas
https://gitee.com/osprey
https://gitee.com/chepiaom|minjie.yu@unionman.com.cn
e.hong@unionman.com.cn
shaoqiang.yu@unionman.com.cn|SIG_Devboard| |396|vendor_unionman|vendor/unionman|https://gitee.com/qtpl456|wangshaofeng5@huawei.com|https://gitee.com/algoideas
https://gitee.com/osprey
https://gitee.com/chepiaom|minjie.yu@unionman.com.cn
e.hong@unionman.com.cn
shaoqiang.yu@unionman.com.cn|SIG_Devboard| |397|device_soc_amlogic|device/soc/amlogic|https://gitee.com/qtpl456|wangshaofeng5@huawei.com|https://gitee.com/algoideas
https://gitee.com/osprey
https://gitee.com/chepiaom|minjie.yu@unionman.com.cn
e.hong@unionman.com.cn
shaoqiang.yu@unionman.com.cn|SIG_Devboard| +|398|vendor_telink|vendor/telink|https://gitee.com/qtpl456|wangshaofeng5@huawei.com|https://gitee.com/andy-telink
https://gitee.com/yinghao-ji|jie.liu@telink-semi.com
yinghao.ji@telink-semi.com|SIG_Devboard| +|399|device_soc_telink|device/soc/telink|https://gitee.com/qtpl456|wangshaofeng5@huawei.com|https://gitee.com/andy-telink
https://gitee.com/yinghao-ji|jie.liu@telink-semi.com
yinghao.ji@telink-semi.com|SIG_Devboard| +|400|device_board_telink|device/board/telink|https://gitee.com/qtpl456|wangshaofeng5@huawei.com|https://gitee.com/andy-telink
https://gitee.com/yinghao-ji|jie.liu@telink-semi.com
yinghao.ji@telink-semi.com|SIG_Devboard| +|401|drivers_hdf_core|drivers/hdf_core|https://gitee.com/Kevin-Lau
https://gitee.com/yuanbogit|liufeihu@huawei.com
yuanbo@huawei.com|SIG_DriverFramework| \ No newline at end of file