提交 ea6249fe 编写于 作者: H hujun211 提交者: jinguang

!300 add workscheduler and backgroundtask manager subsystem

* add workscheduler and backgroundtask manager subsystem
上级 791f0d1f
......@@ -16,7 +16,7 @@ Basic Software Services includes the following sub-systems:
|Upgrade System|Provide Operating System upgrade capability|
|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|
|Resource Management System|Manage system resources, including CPU, IO and memory,Background task manager,Workscheduler|
|Distributed Scheduling System|Scheduing 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|
......@@ -58,7 +58,8 @@ Basic Software Services includes the following sub-systems:
|Notification|[notification_ces_standard](https://gitee.com/openharmony/notification_ces_standard)|base/notification/ces_standard|[autumn330](https://gitee.com/autumn330)|
|Notification|[notification_ans_standard](https://gitee.com/openharmony/notification_ans_standard)|base/notification/ans_standard|[autumn330](https://gitee.com/autumn330)|
|Account|[account_os_account](https://gitee.com/openharmony/account_os_account)|base/account/os_account|[verystone](https://gitee.com/verystone)|
|ResourceSchedule|[resourceschedule_workscheduler](https://gitee.com/openharmony/resourceschedule_workscheduler)|foundation/resourceschedule/workscheduler|[hujun211](https://gitee.com/hujun211)|
|ResourceSchedule|[resourceschedule_backgroundtaskmanager](https://gitee.com/openharmony/resourceschedule_backgroundtaskmanager)|foundation/resourceschedule/backgroundtaskmanager|[FrankJone](https://gitee.com/FrankJone)|
## SIG Members
......@@ -83,7 +84,8 @@ Basic Software Services includes the following sub-systems:
|Update|[ailorna](https://gitee.com/ailorna)|[mail](hehuan1@huawei.com)|
|Notification|[autumn330](https://gitee.com/autumn330)|[mail](hw.liuwei@huawei.com)|
|Account|[verystone](https://gitee.com/verystone)|[mail](xudaqing@huawei.com)|
|ResourceSchedule|[hujun211](https://gitee.com/hujun211)|[mail](hujun211@huawei.com)|
|ResourceSchedule|[FrankJone](https://gitee.com/FrankJone)|[mail](zhaofanfan@huawei.com)|
### Meetings
- Meeting time: Wednesday at 14:00 o'clock, biweekly
......
......@@ -16,7 +16,7 @@
|升级服务子系统|提供系统升级能力|
|DFX子系统|提供DFT、DFR、DFM等系统能力|
|事件通知子系统|提供系统事件通知服务能力|
|全局资源调度管控子系统|提供本机全局资源调度管控能力,包括CPU、IO、内存等资源管控|
|全局资源调度管控子系统|提供本机全局资源调度管控能力,包括CPU、IO、内存等资源管控, 还包括后台任务管理,条件触发任务管理等后台调度服务|
|分布式任务调度子系统|提供分布式任务调度管理能力|
|账号子系统|提供系统的账号管理能力|
|无障碍软件服务子系统|提供无障碍软件服务能力|
......@@ -58,7 +58,8 @@
|事件通知子系统|[notification_ces_standard](https://gitee.com/openharmony/notification_ces_standard)|base/notification/ces_standard|[autumn330](https://gitee.com/autumn330)|
|事件通知子系统|[notification_ans_standard](https://gitee.com/openharmony/notification_ans_standard)|base/notification/ans_standard|[autumn330](https://gitee.com/autumn330)|
|账号子系统|[account_os_account](https://gitee.com/openharmony/account_os_account)|base/account/os_account|[verystone](https://gitee.com/verystone)|
|资源调度子系统|[resourceschedule_workscheduler](https://gitee.com/openharmony/resourceschedule_workscheduler)|foundation/resourceschedule/workscheduler|[hujun211](https://gitee.com/hujun211)|
|资源调度子系统|[resourceschedule_backgroundtaskmanager](https://gitee.com/openharmony/resourceschedule_backgroundtaskmanager)|foundation/resourceschedule/backgroundtaskmanager|[FrankJone](https://gitee.com/FrankJone)|
## SIG组成员
......@@ -84,7 +85,8 @@
|升级服务子系统|[ailorna](https://gitee.com/ailorna)|[mail](hehuan1@huawei.com)|
|事件通知子系统|[autumn330](https://gitee.com/autumn330)|[mail](hw.liuwei@huawei.com)|
|账号子系统|[verystone](https://gitee.com/verystone)|[mail](xudaqing@huawei.com)|
|资源调度子系统|[hujun211](https://gitee.com/hujun211)|[mail](hujun211@huawei.com)|
|资源调度子系统|[FrankJone](https://gitee.com/FrankJone)|[mail](zhaofanfan@huawei.com)|
### 会议
- 会议时间: 双周三 14:00
......
......@@ -231,7 +231,9 @@
"https://gitee.com/openharmony/miscservices_time",
"https://gitee.com/openharmony/notification_ces_standard",
"https://gitee.com/openharmony/notification_ans_standard",
"https://gitee.com/openharmony/account_os_account"
"https://gitee.com/openharmony/account_os_account",
"https://gitee.com/openharmony/resourceschedule_workscheduler",
"https://gitee.com/openharmony/resourceschedule_backgroundtaskmanager"
],
"project-path":[
"base/hiviewdfx/hievent_lite",
......@@ -265,7 +267,9 @@
"base/miscservices/time",
"base/notification/ces_standard",
"base/notification/ans_standard",
"base/account/os_account"
"base/account/os_account",
"foundation/resourceschedule/workscheduler",
"foundation/resourceschedule/backgroundtaskmanager"
]
},
{
......
......@@ -239,3 +239,5 @@
|237|third_party_ffmpeg|third_party/ffmpeg|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_GraphicsandMedia|
|238|vendor_ohemu|vendor/ohemu|https://gitee.com/kkup180|likailong@huawei.com|https://gitee.com/laokz|laokz@foxmail.com|SIG_Devboard|
|239|applications_call|applications/standard/call|https://gitee.com/jyh926|jiayanhong@huawei.com|https://gitee.com/ohos-lsw|lishiwei6@huawei.com|SIG_SystemApplication|
|240|resourceschedule_workscheduler|foundation/resourceschedule/workscheduler|https://gitee.com/hujun211|hujun211@huawei.com|https://gitee.com/FrankJone|zhaofanfan@huawei.com|SIG_BasicSoftwareService|
|241|resourceschedule_backgroundtaskmanager|foundation/resourceschedule/backgroundtaskmanager|https://gitee.com/hujun211|hujun211@huawei.com|https://gitee.com/FrankJone|zhaofanfan@huawei.com|SIG_BasicSoftwareService|
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册