!202 Create Basic Software Services SIG.
* Create Basic Software Services SIG.
This commit is contained in:
parent
811c32f4e5
commit
7dccc954c5
|
@ -74,3 +74,4 @@ SIG信息记录统一归档在OpenHamony/community仓库的sig目录内:
|
|||
|6|[sig-riscv](https://gitee.com/openharmony/community/blob/master/sig/sig-riscv/sig-riscv.md)|RISC-V SIG aims to build a RISC-V ecosystem for OpenHarmony, provide instructions to build software, maintain supports for RISC-V devices, and enable security capabilities like TEE on RISC-V. RISC-V SIG will promote more developers to involve in developing OpenHarmony on RISC-V.|[@yujiageng](https://gitee.com/yu_jia_geng)|
|
||||
|7|[sig-toolchains](https://gitee.com/openharmony/community/blob/master/sig/sig-toolchains/sig_toolchains.md)|Tools & Toolchains development and planning|[@berolinux](https://gitee.com/berolinux)|
|
||||
|8|[sig-kernel](https://gitee.com/openharmony/community/blob/master/sig/sig-kernel/sig_kernel.md)|Maintenance of file system releated open source software to support the commercial use|[@wangmihu](https://gitee.com/wangmihu2008)|
|
||||
|9|[sig-basicsoftwareservice](https://gitee.com/openharmony/community/blob/master/sig/sig-basicsoftwareservice/sig_basicsoftwareservice.md)|Basic services and utilities for OpenHarmony OS, including startup system, DFX services, notification service, user account service, upgrade service, resource management, barrier-free and misc service.|[@handyohos](https://gitee.com/handyohos)|
|
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"Leader":[
|
||||
{
|
||||
"gitee_id":"handyohos",
|
||||
"gitee_email":"zhangxiaotian@huawei.com",
|
||||
},
|
||||
{
|
||||
"gitee_id":"ericlee",
|
||||
"gitee_email":"liyu1@huawei.com",
|
||||
}
|
||||
],
|
||||
"Committers":[
|
||||
{
|
||||
"gitee_id":"stesen",
|
||||
"gitee_email":"stesen.ma@huawei.com",
|
||||
},
|
||||
{
|
||||
"gitee_id":"maplestorys",
|
||||
"gitee_email":"zengzhi5@huawei.com",
|
||||
},
|
||||
{
|
||||
"gitee_id":"yaomanhai",
|
||||
"gitee_email":"yaomanhai@huawei.com",
|
||||
},
|
||||
{
|
||||
"gitee_id":"shenchenkai",
|
||||
"gitee_email":"shenchenkai@huawei.com",
|
||||
},
|
||||
{
|
||||
"gitee_id":"guochuanqi",
|
||||
"gitee_email":"guochuanqi@huawei.com",
|
||||
},
|
||||
{
|
||||
"gitee_id":"swan_hilee",
|
||||
"gitee_email":"qushiwan@huawei.com",
|
||||
},
|
||||
{
|
||||
"gitee_id":"lijiarun",
|
||||
"gitee_email":"lijiarun@huawei.com",
|
||||
},
|
||||
{
|
||||
"gitee_id":"derek520",
|
||||
"gitee_email":"wtweitao.wei@huawei.com",
|
||||
},
|
||||
{
|
||||
"gitee_id":"mytide",
|
||||
"gitee_email":"max.liuwei@huawei.com",
|
||||
},
|
||||
{
|
||||
"gitee_id":"ailorna",
|
||||
"gitee_email":"hehuan1@huawei.com",
|
||||
},
|
||||
{
|
||||
"gitee_id":"autumn330",
|
||||
"gitee_email":"hw.liuwei@huawei.com",
|
||||
},
|
||||
{
|
||||
"gitee_id":"verystone",
|
||||
"gitee_email":"xudaqing@huawei.com",
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,96 @@
|
|||
# Basic Software Service SIG
|
||||
English | [简体中文](./sig-basicsoftwareservice_cn.md)
|
||||
|
||||
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
|
||||
|
||||
## SIG group work objectives and scope
|
||||
|
||||
### Work Goals
|
||||
Provide simple and effective Basic Software Services for Open Harmony Operating System; By modular design, Basic Software Services can support various kinds of devices, scaling from Level 0 to Level 5.
|
||||
|
||||
### Work Scope
|
||||
Basic Software Services includes the following sub-systems:
|
||||
| Name|Explanation|
|
||||
| :----- | :----- |
|
||||
|Startup System|Booting OpenHarmony, and provide init process manager and system parameters for the whole system|
|
||||
|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|
|
||||
|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|
|
||||
|Miscellaneous Software System|Provide some miscellaneous services for Open Harmony|
|
||||
|
||||
## The repositories
|
||||
|
||||
|Subsystem|Repository|Code Path|Owner|
|
||||
| :----- | :----- | :----- | :----- |:----|
|
||||
|HiviewDFX|[hiviewdfx_hievent_lite](https://gitee.com/openharmony/hiviewdfx_hievent_lite)|base/hiviewdfx/hievent_lite|[stesen](https://gitee.com/stesen)|
|
||||
|HiviewDFX|[hiviewdfx_hilog_lite](https://gitee.com/openharmony/hiviewdfx_hilog_lite)|base/hiviewdfx/hilog_lite|[stesen](https://gitee.com/stesen)|
|
||||
|HiviewDFX|[hiviewdfx_hiview_lite](https://gitee.com/openharmony/hiviewdfx_hiview_lite)|base/hiviewdfx/hiview_lite|[stesen](https://gitee.com/stesen)|
|
||||
|HiviewDFX|[third_party_curl](https://gitee.com/openharmony/third_party_curl)|third_party/curl|[stesen](https://gitee.com/stesen)|
|
||||
|HiviewDFX|[hiviewdfx_faultloggerd](https://gitee.com/openharmony/hiviewdfx_faultloggerd)|base/hiviewdfx/faultloggerd|[maplestorys](https://gitee.com/maplestorys)|
|
||||
|HiviewDFX|[hiviewdfx_hiappevent](https://gitee.com/openharmony/hiviewdfx_hiappevent)|base/hiviewdfx/hiappevent|[stesen](https://gitee.com/stesen)|
|
||||
|HiviewDFX|[hiviewdfx_hilog](https://gitee.com/openharmony/hiviewdfx_hilog)|base/hiviewdfx/hilog|[stesen](https://gitee.com/stesen)|
|
||||
|HiviewDFX|[hiviewdfx_hisysevent](https://gitee.com/openharmony/hiviewdfx_hisysevent)|base/hiviewdfx/hisysevent|[yaomanhai](https://gitee.com/yaomanhai)|
|
||||
|HiviewDFX|[hiviewdfx_hiview](https://gitee.com/openharmony/hiviewdfx_hiview)|base/hiviewdfx/hiview|[maplestorys](https://gitee.com/maplestorys)|
|
||||
|HiviewDFX|[third_party_libunwind](https://gitee.com/openharmony/third_party_libunwind)|third_party/libunwind|[maplestorys](https://gitee.com/maplestorys)|
|
||||
|HiviewDFX|[hiviewdfx_hitrace](https://gitee.com/openharmony/hiviewdfx_hitrace)|base/hiviewdfx/hitrace|[yaomanhai](https://gitee.com/yaomanhai)|
|
||||
|HiviewDFX|[hiviewdfx_hidumper](https://gitee.com/openharmony/hiviewdfx_hidumper)|base/hiviewdfx/hidumper|[stesen](https://gitee.com/stesen)|
|
||||
|HiviewDFX|[hiviewdfx_hicollie](https://gitee.com/openharmony/hiviewdfx_hicollie)|base/hiviewdfx/hicollie|[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)|
|
||||
|StartUp|[startup_syspara_lite](https://gitee.com/openharmony/startup_syspara_lite)|base/startup/syspara_lite|[handyohos](https://gitee.com/handyohos)|
|
||||
|StartUp|[startup_appspawn](https://gitee.com/openharmony/startup_appspawn)|base/startup/appspawn_standard|[handyohos](https://gitee.com/handyohos)|
|
||||
|Update|[update_ota_lite](https://gitee.com/openharmony/update_ota_lite)|base/update/ota_lite|[ailorna](https://gitee.com/ailorna)|
|
||||
|Update|[update_app](https://gitee.com/openharmony/update_app)|base/update/app|[ailorna](https://gitee.com/ailorna)|
|
||||
|Update|[update_packaging_tools](https://gitee.com/openharmony/update_packaging_tools)|base/update/packaging_tools|[ailorna](https://gitee.com/ailorna)|
|
||||
|Update|[update_updater](https://gitee.com/openharmony/update_updater)|base/update/updater|[ailorna](https://gitee.com/ailorna)|
|
||||
|Update|[update_updateservice](https://gitee.com/openharmony/update_updateservice)|base/update/updateservice|[ailorna](https://gitee.com/ailorna)|
|
||||
|Update|[third_party_bzip2](https://gitee.com/openharmony/third_party_bzip2)|third_party/bzip2|[ailorna](https://gitee.com/ailorna)|
|
||||
|Update|[third_party_lz4](https://gitee.com/openharmony/third_party_lz4)|third_party/lz4|[ailorna](https://gitee.com/ailorna)|
|
||||
|MiscServices|[miscservices_time](https://gitee.com/openharmony/miscservices_time)|base/miscservices/time|[autumn330](https://gitee.com/autumn330)|
|
||||
|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)|
|
||||
|
||||
|
||||
## SIG Members
|
||||
|
||||
### Leader
|
||||
- @handyohos(https://gitee.com/handyohos)
|
||||
- @ericlee(https://gitee.com/ericlee)
|
||||
|
||||
### Committers
|
||||
|SubSystem|Committer|Mail|
|
||||
| :----- | :----- |:----- |
|
||||
|HiviewDFX|[stesen](https://gitee.com/stesen)|[mail](stesen.ma@huawei.com)|
|
||||
|HiviewDFX|[ericlee](https://gitee.com/ericlee)|[mail](liyu1@huawei.com)|
|
||||
|HiviewDFX|[maplestorys](https://gitee.com/maplestorys)|[mail](zengzhi5@huawei.com)|
|
||||
|HiviewDFX|[yaomanhai](https://gitee.com/yaomanhai)|[mail](yaomanhai@huawei.com)|
|
||||
|HiviewDFX|[shenchenkai](https://gitee.com/shenchenkai)|[mail](shenchenkai@huawei.com)|
|
||||
|HiviewDFX|[guochuanqi](https://gitee.com/guochuanqi)|[mail](guochuanqi@huawei.com)|
|
||||
|MiscServices|[swan_hilee](https://gitee.com/swan_hilee)|[mail](qushiwan@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)|
|
||||
|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)|
|
||||
|
||||
|
||||
### Meetings
|
||||
- Meeting time: Wednesday at 14:00 o'clock, biweekly
|
||||
- Meeting link: Welink
|
||||
|
||||
### Contact (optional)
|
||||
|
||||
- Mailing list:stesen.ma@huawei.com;liyu1@huawei.com;zengzhi5@huawei.com;yaomanhai@huawei.com;shenchenkai@huawei.com;guochuanqi@huawei.com;qushiwan@huawei.com;lijiarun@huawei.com;zhangxiaotian@huawei.com;wtweitao.wei@huawei.com;max.liuwei@huawei.com;hehuan1@huawei.com;hw.liuwei@huawei.com;xudaqing@huawei.com
|
||||
- Slack group:NA
|
||||
- Wechat group:NA
|
|
@ -0,0 +1,97 @@
|
|||
# 基础软件服务SIG组
|
||||
简体中文 | [English](./sig-basicsoftwareservice.md)
|
||||
|
||||
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
|
||||
|
||||
## SIG组工作目标和范围
|
||||
|
||||
### 工作目标
|
||||
为OpenHarmony提供简洁、高效的基础软件服务;通过部件化设计,可组合支撑L0~L5多种不同级别设备的系统软件开发。
|
||||
|
||||
### 工作范围
|
||||
基础软件服务主要包括以下几个子系统:
|
||||
| 名称|说明|
|
||||
| :----- | :----- |
|
||||
|启动子系统|提供系统OS系统启动框架,包括系统引导过程,init初始进程管理以及系统参数属性机制|
|
||||
|升级服务子系统|提供系统升级能力|
|
||||
|DFX子系统|提供DFT、DFR、DFM等系统能力|
|
||||
|事件通知子系统|提供系统事件通知服务能力|
|
||||
|全局资源调度管控子系统|提供本机全局资源调度管控能力,包括CPU、IO、内存等资源管控|
|
||||
|分布式任务调度子系统|提供分布式任务调度管理能力|
|
||||
|账号子系统|提供系统的账号管理能力|
|
||||
|无障碍软件服务子系统|提供无障碍软件服务能力|
|
||||
|Misc软件服务子系统|提供杂散系统服务|
|
||||
|
||||
## 代码仓
|
||||
|
||||
| 子系统|代码仓|代码路径|维护者|
|
||||
| :----- | :----- | :----- | :----- |:----|
|
||||
|DFX子系统|[hiviewdfx_hievent_lite](https://gitee.com/openharmony/hiviewdfx_hievent_lite)|base/hiviewdfx/hievent_lite|[stesen](https://gitee.com/stesen)|
|
||||
|DFX子系统|[hiviewdfx_hilog_lite](https://gitee.com/openharmony/hiviewdfx_hilog_lite)|base/hiviewdfx/hilog_lite|[stesen](https://gitee.com/stesen)|
|
||||
|DFX子系统|[hiviewdfx_hiview_lite](https://gitee.com/openharmony/hiviewdfx_hiview_lite)|base/hiviewdfx/hiview_lite|[stesen](https://gitee.com/stesen)|
|
||||
|DFX子系统|[third_party_curl](https://gitee.com/openharmony/third_party_curl)|third_party/curl|[stesen](https://gitee.com/stesen)|
|
||||
|DFX子系统|[hiviewdfx_faultloggerd](https://gitee.com/openharmony/hiviewdfx_faultloggerd)|base/hiviewdfx/faultloggerd|[maplestorys](https://gitee.com/maplestorys)|
|
||||
|DFX子系统|[hiviewdfx_hiappevent](https://gitee.com/openharmony/hiviewdfx_hiappevent)|base/hiviewdfx/hiappevent|[stesen](https://gitee.com/stesen)|
|
||||
|DFX子系统|[hiviewdfx_hilog](https://gitee.com/openharmony/hiviewdfx_hilog)|base/hiviewdfx/hilog|[stesen](https://gitee.com/stesen)|
|
||||
|DFX子系统|[hiviewdfx_hisysevent](https://gitee.com/openharmony/hiviewdfx_hisysevent)|base/hiviewdfx/hisysevent|[yaomanhai](https://gitee.com/yaomanhai)|
|
||||
|DFX子系统|[hiviewdfx_hiview](https://gitee.com/openharmony/hiviewdfx_hiview)|base/hiviewdfx/hiview|[maplestorys](https://gitee.com/maplestorys)|
|
||||
|DFX子系统|[third_party_libunwind](https://gitee.com/openharmony/third_party_libunwind)|third_party/libunwind|[maplestorys](https://gitee.com/maplestorys)|
|
||||
|DFX子系统|[hiviewdfx_hitrace](https://gitee.com/openharmony/hiviewdfx_hitrace)|base/hiviewdfx/hitrace|[yaomanhai](https://gitee.com/yaomanhai)|
|
||||
|DFX子系统|[hiviewdfx_hidumper](https://gitee.com/openharmony/hiviewdfx_hidumper)|base/hiviewdfx/hidumper|[stesen](https://gitee.com/stesen)|
|
||||
|DFX子系统|[hiviewdfx_hicollie](https://gitee.com/openharmony/hiviewdfx_hicollie)|base/hiviewdfx/hicollie|[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)|
|
||||
|启动恢复子系统|[startup_syspara_lite](https://gitee.com/openharmony/startup_syspara_lite)|base/startup/syspara_lite|[handyohos](https://gitee.com/handyohos)|
|
||||
|启动恢复子系统|[startup_appspawn](https://gitee.com/openharmony/startup_appspawn)|base/startup/appspawn_standard|[handyohos](https://gitee.com/handyohos)|
|
||||
|升级服务子系统|[update_ota_lite](https://gitee.com/openharmony/update_ota_lite)|base/update/ota_lite|[ailorna](https://gitee.com/ailorna)|
|
||||
|升级服务子系统|[update_app](https://gitee.com/openharmony/update_app)|base/update/app|[ailorna](https://gitee.com/ailorna)|
|
||||
|升级服务子系统|[update_packaging_tools](https://gitee.com/openharmony/update_packaging_tools)|base/update/packaging_tools|[ailorna](https://gitee.com/ailorna)|
|
||||
|升级服务子系统|[update_updater](https://gitee.com/openharmony/update_updater)|base/update/updater|[ailorna](https://gitee.com/ailorna)|
|
||||
|升级服务子系统|[update_updateservice](https://gitee.com/openharmony/update_updateservice)|base/update/updateservice|[ailorna](https://gitee.com/ailorna)|
|
||||
|升级服务子系统|[third_party_bzip2](https://gitee.com/openharmony/third_party_bzip2)|third_party/bzip2|[ailorna](https://gitee.com/ailorna)|
|
||||
|升级服务子系统|[third_party_lz4](https://gitee.com/openharmony/third_party_lz4)|third_party/lz4|[ailorna](https://gitee.com/ailorna)|
|
||||
|Misc软件服务子系统|[miscservices_time](https://gitee.com/openharmony/miscservices_time)|base/miscservices/time|[autumn330](https://gitee.com/autumn330)|
|
||||
|事件通知子系统|[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)|
|
||||
|
||||
|
||||
## SIG组成员
|
||||
|
||||
### Leader
|
||||
- @handyohos(https://gitee.com/handyohos)
|
||||
- @ericlee(https://gitee.com/ericlee)
|
||||
|
||||
### Committers列表
|
||||
|
||||
|子系统|Committer|Mail|
|
||||
| :----- | :----- |:----- |
|
||||
|DFX子系统|[stesen](https://gitee.com/stesen)|[mail](stesen.ma@huawei.com)|
|
||||
|DFX子系统|[ericlee](https://gitee.com/ericlee)|[mail](liyu1@huawei.com)|
|
||||
|DFX子系统|[maplestorys](https://gitee.com/maplestorys)|[mail](zengzhi5@huawei.com)|
|
||||
|DFX子系统|[yaomanhai](https://gitee.com/yaomanhai)|[mail](yaomanhai@huawei.com)|
|
||||
|DFX子系统|[shenchenkai](https://gitee.com/shenchenkai)|[mail](shenchenkai@huawei.com)|
|
||||
|DFX子系统|[guochuanqi](https://gitee.com/guochuanqi)|[mail](guochuanqi@huawei.com)|
|
||||
|Misc软件服务子系统|[swan_hilee](https://gitee.com/swan_hilee)|[mail](qushiwan@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)|
|
||||
|升级服务子系统|[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)|
|
||||
|
||||
|
||||
### 会议
|
||||
- 会议时间: 双周三 14:00
|
||||
- 会议链接: Welink
|
||||
|
||||
### 联系方式(可选)
|
||||
|
||||
- 邮件列表:stesen.ma@huawei.com;liyu1@huawei.com;zengzhi5@huawei.com;yaomanhai@huawei.com;shenchenkai@huawei.com;guochuanqi@huawei.com;qushiwan@huawei.com;lijiarun@huawei.com;zhangxiaotian@huawei.com;wtweitao.wei@huawei.com;max.liuwei@huawei.com;hehuan1@huawei.com;hw.liuwei@huawei.com;xudaqing@huawei.com
|
||||
- Slack群组:NA
|
||||
- 微信群:NA
|
|
@ -189,9 +189,80 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"sig-name":"sig-release,
|
||||
"sig-name":"sig-release",
|
||||
"projects":"https://gitee.com/openharmony/release-management",
|
||||
"project-path":"NONE"
|
||||
},
|
||||
{
|
||||
"sig-name":"sig-basicsoftwareservice",
|
||||
"projects":[
|
||||
"https://gitee.com/openharmony/hiviewdfx_hievent_lite",
|
||||
"https://gitee.com/openharmony/hiviewdfx_hilog_lite",
|
||||
"https://gitee.com/openharmony/hiviewdfx_hiview_lite",
|
||||
"https://gitee.com/openharmony/third_party_curl",
|
||||
"https://gitee.com/openharmony/hiviewdfx_faultloggerd",
|
||||
"https://gitee.com/openharmony/hiviewdfx_hiappevent",
|
||||
"https://gitee.com/openharmony/hiviewdfx_hilog",
|
||||
"https://gitee.com/openharmony/hiviewdfx_hisysevent",
|
||||
"https://gitee.com/openharmony/hiviewdfx_hiview",
|
||||
"https://gitee.com/openharmony/third_party_libunwind",
|
||||
"https://gitee.com/openharmony/hiviewdfx_hitrace",
|
||||
"https://gitee.com/openharmony/hiviewdfx_hidumper",
|
||||
"https://gitee.com/openharmony/hiviewdfx_hicollie",
|
||||
"https://gitee.com/openharmony/distributedschedule_dms_fwk_lite",
|
||||
"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",
|
||||
"https://gitee.com/openharmony/startup_syspara_lite",
|
||||
"https://gitee.com/openharmony/startup_appspawn",
|
||||
"https://gitee.com/openharmony/update_ota_lite",
|
||||
"https://gitee.com/openharmony/update_app",
|
||||
"https://gitee.com/openharmony/update_packaging_tools",
|
||||
"https://gitee.com/openharmony/update_updater",
|
||||
"https://gitee.com/openharmony/update_updateservice",
|
||||
"https://gitee.com/openharmony/third_party_bzip2",
|
||||
"https://gitee.com/openharmony/third_party_lz4",
|
||||
"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"
|
||||
],
|
||||
"project-path":[
|
||||
"base/hiviewdfx/hievent_lite",
|
||||
"base/hiviewdfx/hilog_lite",
|
||||
"base/hiviewdfx/hiview_lite",
|
||||
"third_party/curl",
|
||||
"base/hiviewdfx/faultloggerd",
|
||||
"base/hiviewdfx/hiappevent",
|
||||
"base/hiviewdfx/hilog",
|
||||
"base/hiviewdfx/hisysevent",
|
||||
"base/hiviewdfx/hiview",
|
||||
"third_party/libunwind",
|
||||
"base/hiviewdfx/hitrace",
|
||||
"base/hiviewdfx/hidumper",
|
||||
"base/hiviewdfx/hicollie",
|
||||
"foundation/distributedschedule/dmsfwk_lite",
|
||||
"foundation/distributedschedule/safwk_lite",
|
||||
"foundation/distributedschedule/samgr_lite",
|
||||
"base/startup/appspawn_lite",
|
||||
"base/startup/bootstrap_lite",
|
||||
"base/startup/init_lite",
|
||||
"base/startup/syspara_lite",
|
||||
"base/startup/appspawn_standard",
|
||||
"base/update/ota_lite",
|
||||
"base/update/app",
|
||||
"base/update/packaging_tools",
|
||||
"base/update/updater",
|
||||
"base/update/updateservice",
|
||||
"third_party/bzip2",
|
||||
"third_party/lz4",
|
||||
"base/miscservices/time",
|
||||
"base/notification/ces_standard",
|
||||
"base/notification/ans_standard",
|
||||
"base/account/os_account"
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue