From 978eea3ad1547cf8a41d42ce4b1d8ee57dd891f8 Mon Sep 17 00:00:00 2001 From: ql Date: Tue, 9 Aug 2022 12:21:37 +0000 Subject: [PATCH] =?UTF-8?q?!1144=20=E6=9B=B4=E6=96=B0samgr=E3=80=81safwk?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=20*=20update=20samgr=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sig/sig-appframework/sig-appframework.md | 13 +++++++------ sig/sig-appframework/sig-appframework_cn.md | 13 +++++++------ .../sig-basicsoftwareservice.md | 5 ----- .../sig-basicsoftwareservice_cn.md | 5 ----- sig/sigs.json | 16 ++++++++++------ zh/committer.md | 12 ++++++------ 6 files changed, 30 insertions(+), 34 deletions(-) diff --git a/sig/sig-appframework/sig-appframework.md b/sig/sig-appframework/sig-appframework.md index adc914e..1bfdc0f 100755 --- a/sig/sig-appframework/sig-appframework.md +++ b/sig/sig-appframework/sig-appframework.md @@ -36,9 +36,9 @@ OpenHarmony ApplicationFramework technology stack scope is shown in the followin | 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 | +| 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 | @@ -61,14 +61,15 @@ OpenHarmony ApplicationFramework technology stack scope is shown in the followin - 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 + - 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 - - distributedschedule_safwk:https://gitee.com/openharmony/distributedschedule_safwk - - distributedschedule_dms_fwk:https://gitee.com/openharmony/distributedschedule_dms_fwk + - 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_framework_lite:https://gitee.com/openharmony/bundlemanager_bundle_framework_lite diff --git a/sig/sig-appframework/sig-appframework_cn.md b/sig/sig-appframework/sig-appframework_cn.md index 4c13686..3f66554 100755 --- a/sig/sig-appframework/sig-appframework_cn.md +++ b/sig/sig-appframework/sig-appframework_cn.md @@ -31,9 +31,9 @@ ApplicationFramework SIG技术栈范围全景图如下图所示: | 元能力测试工具 | 元能力测试工具,第三方开发者都可以基于这个测试工具测试其目标元能力,可以获取元能力的内部对象,可以控制元能力的生命周期调度,也可以模拟点击事件。 | ability_ability_runtime/tree/master/tools | | 接口语言定义工具 | IDL(Interface Definition Language)则是一种定义客户端和服务器端通信接口的工具。 | ability_idl_tool | | 卡片管理框架 | 一套开发和使用OpenHarmony卡片的开发框架。 | ability_form_fwk | -| 分布式调度框架 | 提供对跨设备组件启动、调用和迁移的能力。 | distributedschedule_dms_fwk | -| 系统服务管理 | 管理系统服务的注册、本次查询和跨设备查询,系统服务的访问权限控制。 | distributedschedule_samgr | -| 系统服务框架 | 系统服务框架定义。 | distributedschedule_safwk | +| 分布式调度框架 | 提供对跨设备组件启动、调用和迁移的能力。 | ability_dmsfwk | +| 系统服务管理 | 管理系统服务的注册、本次查询和跨设备查询,系统服务的访问权限控制。 | systemabilitymgr_samgr | +| 系统服务框架 | 系统服务框架定义。 | systemabilitymgr_safwk | | 后台任务管理 | 负责管理后台长时、短时任务,并提供对应任务的申请、取消和查询等接口。 | resourceschedule_background_task_mgr | | 延迟任务调度 | 负责调度后台延迟任务,并提供对应的申请、取消、查询接口等接口给应用执行实时性不高的任务。 | resourceschedule_work_scheduler | | 设备使用信息统计 | 负责设备使用信息统计与计算,包括应用使用、通知统计等信息统计、应用分组计算,并为特权应用提供对应的查询接口。 | resourceschedule_device_usage_statistics | @@ -56,14 +56,15 @@ ApplicationFramework SIG技术栈范围全景图如下图所示: - 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 + - 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 - - distributedschedule_safwk:https://gitee.com/openharmony/distributedschedule_safwk - - distributedschedule_dms_fwk:https://gitee.com/openharmony/distributedschedule_dms_fwk + - 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_framework_lite:https://gitee.com/openharmony/bundlemanager_bundle_framework_lite diff --git a/sig/sig-basicsoftwareservice/sig-basicsoftwareservice.md b/sig/sig-basicsoftwareservice/sig-basicsoftwareservice.md index d1dcbc0..948bde3 100644 --- a/sig/sig-basicsoftwareservice/sig-basicsoftwareservice.md +++ b/sig/sig-basicsoftwareservice/sig-basicsoftwareservice.md @@ -17,7 +17,6 @@ Basic Software Services includes the following sub-systems: |DFX System|Design-for-Test, Design-for-Reliability and Design-for-Manufacturing| |Event Notification System|Manage system and application notifications| |Resource Management System|Manage system resources, including CPU, IO and memory,Background task manager,Workscheduler| -|Distributed Scheduling System|Scheduling Abilities in Open Harmony distributed network| |Account Management System|Manage user accounts for Open Harmony| |Barrier Free System|Provide barrier free common capabilities for Open Harmony| |Time System|Provide time,timezone and timer capability| @@ -57,9 +56,6 @@ Basic Software Services includes the following sub-systems: | HiviewDFX | [developtools_bytrace](https://gitee.com/openharmony/developtools_bytrace) | developtools/bytrace | [leizhenzang](https://gitee.com/leizhenzang) | | HiviewDFX | [third_party_ejdb](https://gitee.com/openharmony/third_party_ejdb) | third_party/ejdb | [ericlee](https://gitee.com/ericlee) | | HiviewDFX | [third_party_iowow](https://gitee.com/openharmony/third_party_iowow) | third_party/iowow | [ericlee](https://gitee.com/ericlee) | -|DistributedSchedule|[distributedschedule_dms_fwk_lite](https://gitee.com/openharmony/distributedschedule_dms_fwk_lite)|foundation/distributedschedule/dmsfwk_lite|[lijiarun](https://gitee.com/lijiarun)| -|DistributedSchedule|[distributedschedule_safwk_lite](https://gitee.com/openharmony/distributedschedule_safwk_lite)|foundation/distributedschedule/safwk_lite|[lijiarun](https://gitee.com/lijiarun)| -|DistributedSchedule|[distributedschedule_samgr_lite](https://gitee.com/openharmony/distributedschedule_samgr_lite)|foundation/distributedschedule/samgr_lite|[lijiarun](https://gitee.com/lijiarun)| |StartUp|[startup_appspawn_lite](https://gitee.com/openharmony/startup_appspawn_lite)|base/startup/appspawn_lite|[handyohos](https://gitee.com/handyohos)| |StartUp|[startup_bootstrap_lite](https://gitee.com/openharmony/startup_bootstrap_lite)|base/startup/bootstrap_lite|[handyohos](https://gitee.com/handyohos)| |StartUp|[startup_init_lite](https://gitee.com/openharmony/startup_init_lite)|base/startup/init_lite|[handyohos](https://gitee.com/handyohos)| @@ -115,7 +111,6 @@ Basic Software Services includes the following sub-systems: |Theme|[illybyy](https://gitee.com/illybyy)|[mail](baoyayong@huawei.com)| |Print|[litao33](https://gitee.com/litao33)|[mail](litao33@huawei.com)| |Request|[liuwenhui_ddmp](https://gitee.com/liuwenhui_ddmp)|[mail](anna.liuwenhui@huawei.com)| -|DistributedSchedule|[lijiarun](https://gitee.com/lijiarun)|[mail](lijiarun@huawei.com)| |StartUp|[handyohos](https://gitee.com/handyohos)|[mail](zhangxiaotian@huawei.com)| |StartUp|[derek520](https://gitee.com/derek520)|[mail](wtweitao.wei@huawei.com)| |StartUp|[mytide](https://gitee.com/mytide)|[mail](max.liuwei@huawei.com)| diff --git a/sig/sig-basicsoftwareservice/sig-basicsoftwareservice_cn.md b/sig/sig-basicsoftwareservice/sig-basicsoftwareservice_cn.md index 365fdec..e89efa4 100644 --- a/sig/sig-basicsoftwareservice/sig-basicsoftwareservice_cn.md +++ b/sig/sig-basicsoftwareservice/sig-basicsoftwareservice_cn.md @@ -17,7 +17,6 @@ |DFX子系统|提供DFT、DFR、DFM等系统能力| |事件通知子系统|提供系统事件通知服务能力| |全局资源调度管控子系统|提供本机全局资源调度管控能力,包括CPU、IO、内存等资源管控, 还包括后台任务管理,条件触发任务管理等后台调度服务| -|分布式任务调度子系统|提供分布式任务调度管理能力| |账号子系统|提供系统的账号管理能力| |无障碍软件服务子系统|提供无障碍软件服务能力| |时间子系统|提供时间时区定时器能力| @@ -57,9 +56,6 @@ | DFX子系统 | [developtools_bytrace](https://gitee.com/openharmony/developtools_bytrace) | developtools/bytrace | [leizhenzang](https://gitee.com/leizhenzang) | | DFX子系统 | [third_party_ejdb](https://gitee.com/openharmony/third_party_ejdb) | third_party/ejdb | [ericlee](https://gitee.com/ericlee) | | DFX子系统 | [third_party_iowow](https://gitee.com/openharmony/third_party_iowow) | third_party/iowow |[ericlee](https://gitee.com/ericlee)| -|分布式任务调度子系统|[distributedschedule_dms_fwk_lite](https://gitee.com/openharmony/distributedschedule_dms_fwk_lite)|foundation/distributedschedule/dmsfwk_lite|[lijiarun](https://gitee.com/lijiarun)| -|分布式任务调度子系统|[distributedschedule_safwk_lite](https://gitee.com/openharmony/distributedschedule_safwk_lite)|foundation/distributedschedule/safwk_lite|[lijiarun](https://gitee.com/lijiarun)| -|分布式任务调度子系统|[distributedschedule_samgr_lite](https://gitee.com/openharmony/distributedschedule_samgr_lite)|foundation/distributedschedule/samgr_lite|[lijiarun](https://gitee.com/lijiarun)| |启动恢复子系统|[startup_appspawn_lite](https://gitee.com/openharmony/startup_appspawn_lite)|base/startup/appspawn_lite|[handyohos](https://gitee.com/handyohos)| |启动恢复子系统|[startup_bootstrap_lite](https://gitee.com/openharmony/startup_bootstrap_lite)|base/startup/bootstrap_lite|[handyohos](https://gitee.com/handyohos)| |启动恢复子系统|[startup_init_lite](https://gitee.com/openharmony/startup_init_lite)|base/startup/init_lite|[handyohos](https://gitee.com/handyohos)| @@ -117,7 +113,6 @@ |主题框架子系统|[illybyy](https://gitee.com/illybyy)|[mail](baoyayong@huawei.com)| |打印子系统|[litao33](https://gitee.com/litao33)|[mail](litao33@huawei.com)| |上传下载子系统|[liuwenhui_ddmp](https://gitee.com/liuwenhui_ddmp)|[mail](anna.liuwenhui@huawei.com)| -|分布式任务调度子系统|[lijiarun](https://gitee.com/lijiarun)|[mail](lijiarun@huawei.com)| |启动恢复子系统|[handyohos](https://gitee.com/handyohos)|[mail](zhangxiaotian@huawei.com)| |启动恢复子系统|[derek520](https://gitee.com/derek520)|[mail](wtweitao.wei@huawei.com)| |启动恢复子系统|[mytide](https://gitee.com/mytide)|[mail](max.liuwei@huawei.com)| diff --git a/sig/sigs.json b/sig/sigs.json index 4e5525a..7e4f173 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -485,8 +485,6 @@ "https://gitee.com/openharmony/developtools_bytrace", "https://gitee.com/openharmony/third_party_ejdb", "https://gitee.com/openharmony/third_party_iowow", - "https://gitee.com/openharmony/distributedschedule_safwk_lite", - "https://gitee.com/openharmony/distributedschedule_samgr_lite", "https://gitee.com/openharmony/startup_appspawn_lite", "https://gitee.com/openharmony/startup_bootstrap_lite", "https://gitee.com/openharmony/startup_init_lite", @@ -555,8 +553,6 @@ "developtools/bytrace", "third_party/ejdb", "third_party/iowow", - "foundation/distributedschedule/safwk_lite", - "foundation/distributedschedule/samgr_lite", "base/startup/appspawn_lite", "base/startup/bootstrap_lite", "base/startup/init_lite", @@ -906,7 +902,11 @@ "https://gitee.com/openharmony/utils_system_resources", "https://gitee.com/openharmony/global_i18n", "https://gitee.com/openharmony/global_i18n_lite", - "https://gitee.com/openharmony/developtools_global_resource_tool" + "https://gitee.com/openharmony/developtools_global_resource_tool", + "https://gitee.com/openharmony/systemabilitymgr_safwk_lite", + "https://gitee.com/openharmony/systemabilitymgr_samgr_lite", + "https://gitee.com/openharmony/systemabilitymgr_safwk", + "https://gitee.com/openharmony/systemabilitymgr_samgr" ], "project-path": [ "foundation/arkui/ace_engine", @@ -926,7 +926,11 @@ "utils/system_resources", "base/global/i18n", "base/global/i18n_lite", - "developtools/global_resource_tool" + "developtools/global_resource_tool", + "foundation/systemabilitymgr/safwk_lite", + "foundation/systemabilitymgr/samgr_lite", + "foundation/systemabilitymgr/safwk", + "foundation/systemabilitymgr/samgr" ] }, { diff --git a/zh/committer.md b/zh/committer.md index 3f8b3a2..1dc4466 100644 --- a/zh/committer.md +++ b/zh/committer.md @@ -50,9 +50,9 @@ |48|communication_ipc_lite|foundation/communication/ipc_lite|https://gitee.com/fanxiaoyu321|fanxiaoyu3@huawei.com|https://gitee.com/Xi_Yuhao
https://gitee.com/maerlii|xiyuhao@huawei.com
maerli@huawei.com|SIG_SoftBus| |49|communication_wifi_aware|foundation/communication/wifi_aware|https://gitee.com/Xuyongpan|xuyongpan@huawei.com|https://gitee.com/yinyouzhan|yinyouzhan@huawei.com|SIG_SoftBus| |50|communication_wifi_lite|foundation/communication/wifi_lite|https://gitee.com/cheng_guohong|guohong.cheng@huawei.com|https://gitee.com/zf0719|hw.zhangfeng@huawei.com|SIG_SoftBus| -|51|ability_dmsfwk_lite|foundation/ability/dmsfwk_lite|https://gitee.com/lijiarun|lijiarun@huawei.com| | |SIG_BasicSoftwareService| -|52|distributedschedule_safwk_lite|foundation/distributedschedule/safwk_lite|https://gitee.com/lijiarun|lijiarun@huawei.com| | |SIG_BasicSoftwareService| -|53|distributedschedule_samgr_lite|foundation/distributedschedule/samgr_lite|https://gitee.com/lijiarun|lijiarun@huawei.com| | |SIG_BasicSoftwareService| +|51|ability_dmsfwk_lite|foundation/ability/dmsfwk_lite|https://gitee.com/lijiarun|lijiarun@huawei.com| | |SIG_ApplicationFramework| +|52|systemabilitymgr_safwk_lite|foundation/systemabilitymgr/safwk_lite|https://gitee.com/lijiarun|lijiarun@huawei.com| | |SIG_ApplicationFramework| +|53|systemabilitymgr_samgr_lite|foundation/systemabilitymgr/samgr_lite|https://gitee.com/lijiarun|lijiarun@huawei.com| | |SIG_ApplicationFramework| |54|graphic_surface|foundation/graphic/surface|https://gitee.com/pssea|lizhiqi1@huawei.com|https://gitee.com/niulihua|niulihua3@huawei.com|SIG_Graphics| |55|graphic_ui|foundation/graphic/ui|https://gitee.com/pssea|lizhiqi1@huawei.com|https://gitee.com/niulihua|niulihua3@huawei.com|SIG_Graphics| |56|graphic_utils|foundation/graphic/utils|https://gitee.com/pssea|lizhiqi1@huawei.com|https://gitee.com/niulihua|niulihua3@huawei.com|SIG_Graphics| @@ -152,9 +152,9 @@ |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| |151|distributeddatamgr_datamgr|foundation/distributeddatamgr/distributeddatamgr|https://gitee.com/widecode|wanghancai@huawei.com| | |SIG_DataManagement| |152|distributeddatamgr_file|foundation/distributeddatamgr/distributedfile|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com| | |SIG_DataManagement| -|153|ability_dmsfwk|foundation/ability/dmsfwk|https://gitee.com/lijiarun|lijiarun@huawei.com|https://gitee.com/cangegegege|jiacan@huawei.com|SIG_DataManagement| -|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| +|153|ability_dmsfwk|foundation/ability/dmsfwk|https://gitee.com/lijiarun|lijiarun@huawei.com|https://gitee.com/cangegegege|jiacan@huawei.com|SIG_ApplicationFramework| +|154|systemabilitymgr_safwk|foundation/systemabilitymgr/safwk|https://gitee.com/lijiarun|lijiarun@huawei.com|https://gitee.com/cangegegege|jiacan@huawei.com|SIG_ApplicationFramework| +|155|systemabilitymgr_samgr|foundation/systemabilitymgr/samgr|https://gitee.com/lijiarun|lijiarun@huawei.com|https://gitee.com/cangegegege|jiacan@huawei.com|SIG_ApplicationFramework| |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_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| -- GitLab