commit
d3d35ba76f
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"Leader":[
|
||||||
|
{
|
||||||
|
"gitee_id":"chenfeng469",
|
||||||
|
"gitee_email":"chenfeng469@huawei.com"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
"Committers":[
|
||||||
|
{
|
||||||
|
"gitee_id":"zianed",
|
||||||
|
"gitee_email":"houxuanzhe@huawei.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"gitee_id":"dxbedu",
|
||||||
|
"gitee_email":"duxiaobo@huawei.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"gitee_id":"Kevin-Lau",
|
||||||
|
"gitee_email":"liufeihu@huawei.com"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,38 @@
|
||||||
|
# SIG Template
|
||||||
|
English | [简体中文](./sig_driver_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
|
||||||
|
|
||||||
|
### Driven development and planning
|
||||||
|
|
||||||
|
### Driving related
|
||||||
|
|
||||||
|
### The repository
|
||||||
|
- project name:
|
||||||
|
- drivers_framework: https://gitee.com/openharmony/drivers_framework
|
||||||
|
- drivers_peripheral: https://gitee.com/openharmony/drivers_peripheral
|
||||||
|
- drivers_adapter: https://gitee.com/openharmony/drivers_adapter
|
||||||
|
- drivers_adapter_khdf_linux: https://gitee.com/openharmony/drivers_adapter_khdf_linux
|
||||||
|
|
||||||
|
|
||||||
|
## SIG Members
|
||||||
|
|
||||||
|
### Leader
|
||||||
|
- @chenfeng469(https://gitee.com/chenfeng469)
|
||||||
|
|
||||||
|
### Committers
|
||||||
|
- @zianed(https://gitee.com/zianed)
|
||||||
|
- @dxbedu(https://gitee.com/dxbedu)
|
||||||
|
- @Kevin-Lau(https://gitee.com/Kevin-Lau)
|
||||||
|
|
||||||
|
### Meetings
|
||||||
|
- Meeting time:xxx
|
||||||
|
- Meeting link:xxx
|
||||||
|
|
||||||
|
### Contact (optional)
|
||||||
|
|
||||||
|
- Mailing list:xxx
|
||||||
|
- Slack group:xxx
|
||||||
|
- Wechat group:xxx
|
|
@ -0,0 +1,39 @@
|
||||||
|
# SIG组
|
||||||
|
简体中文 | [English](./sig_driver.md)
|
||||||
|
|
||||||
|
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
|
||||||
|
|
||||||
|
## SIG组工作目标和范围
|
||||||
|
|
||||||
|
### 工作目标
|
||||||
|
驱动业务的开发规划
|
||||||
|
|
||||||
|
### 工作范围
|
||||||
|
驱动相关业务
|
||||||
|
|
||||||
|
## 代码仓
|
||||||
|
- 代码仓地址:
|
||||||
|
- drivers_framework:https://gitee.com/openharmony/drivers_framework
|
||||||
|
- drivers_peripheral:https://gitee.com/openharmony/drivers_peripheral
|
||||||
|
- drivers_adapter:https://gitee.com/openharmony/drivers_adapter
|
||||||
|
- drivers_adapter_khdf_linux:https://gitee.com/openharmony/drivers_adapter_khdf_linux
|
||||||
|
|
||||||
|
## SIG组成员
|
||||||
|
|
||||||
|
### Leader
|
||||||
|
- @chenfeng469(https://gitee.com/chenfeng469)
|
||||||
|
|
||||||
|
### Committers列表
|
||||||
|
- @zianed(https://gitee.com/zianed)
|
||||||
|
- @dxbedu(https://gitee.com/dxbedu)
|
||||||
|
- @Kevin-Lau(https://gitee.com/Kevin-Lau)
|
||||||
|
|
||||||
|
### 会议
|
||||||
|
- 会议时间:xxx
|
||||||
|
- 会议链接:xxx
|
||||||
|
|
||||||
|
### 联系方式(可选)
|
||||||
|
|
||||||
|
- 邮件列表:xxx
|
||||||
|
- Slack群组:xxx
|
||||||
|
- 微信群:xxx
|
|
@ -5,5 +5,10 @@
|
||||||
"projects":"https://gitee.com/openharmony/third_party_littlefs",
|
"projects":"https://gitee.com/openharmony/third_party_littlefs",
|
||||||
"project-path":"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"]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue