diff --git a/sig/sig-driver/OWNERS b/sig/sig-driver/OWNERS index 7dd429c9c9b6103da7240e5ec7c58073b1fab728..c310479f59c5b092430dc5d9f8d0d220e8591be9 100644 --- a/sig/sig-driver/OWNERS +++ b/sig/sig-driver/OWNERS @@ -7,8 +7,16 @@ ] "Committers":[ { - "gitee_id":"", - "gitee_email":"dongjinguang@huawei.com" + "gitee_id":"chenfeng469", + "gitee_email":"chenfeng469@huawei.com" + }, + { + "gitee_id":"dxbedu", + "gitee_email":"duxiaobo@huawei.com" + }, + { + "gitee_id":"Kevin-Lau", + "gitee_email":"liufeihu@huawei.com" } ] } diff --git a/sig/sig-driver/sig-charter-driver_cn.md b/sig/sig-driver/sig-charter-driver_cn.md index 8b5f50602bf64c916a448b1bdfc66c5df4c2dbab..02aff233c09f19577eea002cf3fb162bb4ca7e55 100644 --- a/sig/sig-driver/sig-charter-driver_cn.md +++ b/sig/sig-driver/sig-charter-driver_cn.md @@ -1,8 +1,8 @@ -# SIG Charter模板 +# SIG Charter ## SIG组工作目标和范围 -描述新申请SIG计划工作的目标和范围,包括但不限于: +驱动相关业务,包括但不限于: - SIG的工作目标 diff --git a/sig/sig-driver/sig_driver.md b/sig/sig-driver/sig_driver.md index 9d3a7b562dc0293157a5fce75eeec9b0c1a4cb75..a93653951b23898b21b83db9936da29eb812bfb5 100644 --- a/sig/sig-driver/sig_driver.md +++ b/sig/sig-driver/sig_driver.md @@ -11,17 +11,21 @@ Note: The content of this SIG follows the convention described in OpenHarmony's ### The repository - project name: - -repository1 name:https://gitee.com/openharmony/xxx - -repository2 name:https://gitee.com/openharmony-sig/xxx + -repository1 name: https://gitee.com/openharmony/drivers_framework + -repository2 name: https://gitee.com/openharmony/drivers_peripheral + -repository3 name: https://gitee.com/openharmony/drivers_adapter + -repository4 name: https://gitee.com/openharmony/drivers_adapter_khdf_linux ## SIG Members ### Leader -- @gitee account(https://gitee.com/xxx) +- @gitee account(https://gitee.com/zianed) ### Committers -- @gitee account(https://gitee.com/xxx) +- @gitee account(https://gitee.com/chenfeng469) +- @gitee account(https://gitee.com/dxbedu) +- @gitee account(https://gitee.com/Kevin-Lau) ### Meetings - Meeting time:xxx diff --git a/sig/sig-driver/sig_driver_cn.md b/sig/sig-driver/sig_driver_cn.md index 3cab1b8286d948f4b35fe013517c1792171852ce..bc7233c03703e4a5a224738c5a104277adbd5e2d 100644 --- a/sig/sig-driver/sig_driver_cn.md +++ b/sig/sig-driver/sig_driver_cn.md @@ -1,4 +1,4 @@ -# SIG组模板 +# SIG组 简体中文 | [English](./sig_template.md) 说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 @@ -6,24 +6,27 @@ ## SIG组工作目标和范围 ### 工作目标 - _XXX_ +驱动业务的开发规划 ### 工作范围 - _XXX_ +驱动相关业务 ## 代码仓 - 代码仓地址: - - repository1名称:https://gitee.com/openharmony/xxx - - repository2名称:https://gitee.com/openharmony-sig/xxx + - repository1名称:https://gitee.com/openharmony/drivers_framework + - repository2名称:https://gitee.com/openharmony/drivers_peripheral + - repository3名称:https://gitee.com/openharmony/drivers_adapter + - repository4名称:https://gitee.com/openharmony/drivers_adapter_khdf_linux ## SIG组成员 ### Leader -- @码云账号(https://gitee.com/xxx) +- @码云账号(https://gitee.com/zianed) ### Committers列表 -- @码云账号(https://gitee.com/xxx) - +- @码云账号(https://gitee.com/chenfeng469) +- @码云账号(https://gitee.com/dxbedu) +- @码云账号(https://gitee.com/Kevin-Lau) ### 会议 - 会议时间:xxx diff --git a/sig/sigs.json b/sig/sigs.json index 574b1be7e885d7d7a97e0bad6f2b0b9e33d59732..c38807da0f9931919986a732888da079b1c173a1 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -5,5 +5,10 @@ "projects":"https://gitee.com/openharmony/third_party_littlefs", "project-path":"third_party/littlefs" }, + { + "sig-name":"sig-driver", + "projects":["https://gitee.com/openharmony/drivers_framework", "https://gitee.com/openharmony/drivers_peripheral", "https://gitee.com/openharmony/drivers_adapter", "https://gitee.com/openharmony/drivers_adapter_khdf_linux"], + "project-path":["drivers/framework", "drivers/peripheral", "drivers/adapter" ,"drivers/adapter/khdf/linux"] + } ] }