diff --git a/sig/sig-devboard/OWNERS b/sig/sig-devboard/OWNERS new file mode 100644 index 0000000000000000000000000000000000000000..5fcfbc924557eb48f5ecd1d09173e2ec83223a4b --- /dev/null +++ b/sig/sig-devboard/OWNERS @@ -0,0 +1,22 @@ +{ + "Leader":[ + { + "gitee_id":"kkup180", + "gitee_email":"likailong@huawei.com" + } + ] + "Committers":[ + { + "gitee_id":"borne", + "gitee_email":"bo.lu@huawei.com" + }, + { + "gitee_id":"zianed", + "gitee_email":"houxuanzhe@huawei.com" + }, + { + "gitee_id":"DennyShen", + "gitee_email":"denny.shenwei@huawei.com" + } + ] +} diff --git a/sig/sig-devboard/sig_devboard.md b/sig/sig-devboard/sig_devboard.md new file mode 100644 index 0000000000000000000000000000000000000000..e633f70bf0874d7048f0145b6afd014a9d20c3e7 --- /dev/null +++ b/sig/sig-devboard/sig_devboard.md @@ -0,0 +1,58 @@ +# SIG Template +English | [简体中文](./sig_devboard_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 + + +To increase the number of third-party boards of the OpenHarmony OS, the device SIG +provides easy porting guide that board manufacturers could follow to contribute +their codes to the community easily. The more important thing is actively cooperating +with board manufacturers to enhance the OpenHarmony ecosystem. + +### Scope + +- Easy Porting Requirements + +Proposes easy porting requirements that all OpenHarmony projects, not only kernel and building project, should +develop. + +- Porting and Contributing Guidelines + +Guides board manufacturers to contribute their codes to the community. + +- Demo Projects + +Creates demo projects, hi3516/hi3518/hi3861, for others to follow. + +- Expanding Ecosystems + +Actively cooperates with board manufacturers. + +### The repository +- project name: + - device_st: https://gitee.com/openharmony-sig/device_st + - vendor_huawei_minidisplay_demo: https://gitee.com/openharmony-sig/vendor_huawei_minidisplay_demo + + +## SIG Members + +### Leader +- [SimonLi](https://gitee.com/kkup180) + +### Committers +- [zianed](https://gitee.com/zianed) +- [DennyShen](https://gitee.com/DennyShen) +- [borne](https://gitee.com/borne) +- [jady3356](https://gitee.com/taiyipei) + +### Meetings + - Meeting time:BiWeek Monday 19:00 + - Meeting link:slack qemu channel + +### Contact (optional) + +- Mailing list:xxx +- Slack group:[qemu](https://openharmonyworkspace.slack.com/archives/C01G1DEHLR5) +- Wechat group:xxx diff --git a/sig/sig-devboard/sig_devboard_cn.md b/sig/sig-devboard/sig_devboard_cn.md new file mode 100644 index 0000000000000000000000000000000000000000..45350d0e23c1a21e1144bcbc2a27ef5dcb1d61db --- /dev/null +++ b/sig/sig-devboard/sig_devboard_cn.md @@ -0,0 +1,55 @@ +# SIG组 +简体中文 | [English](./sig_driver.md) + +说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 + +## SIG组工作目标和范围 + +### 工作目标 +为了增加OpenHarmony OS所支持的三方单板数量,Device SIG不仅需要提高系统的易移植性,包括内核和编译构建系统的易移植性需求, +提供三方单板移植手册,创建移植样例工程;更为重要的是,需要扩展生态,与单板厂商进行合作,协助他们贡献他们的代码 +上库。 + +### 工作范围 + +- 易移植性需求 + +提出移植性需求,所有的OpenHarmony项目都需要支持,不仅是内核和编译项目 + +- 移植和贡献规范 + +指导单板厂商贡献他们的代码到社区 + +- 样例工程 + +创建三方单板的样例工程,例如hi3516、hi3518和hi3861,给其他单板厂商来参考 + +- 生态拓展 + +积极与单板厂商进行洽谈合作 + +## 代码仓 +- 代码仓地址: + - device_st: https://gitee.com/openharmony-sig/device_st + - vendor_huawei_minidisplay_demo: https://gitee.com/openharmony-sig/vendor_huawei_minidisplay_demo + +## SIG组成员 + +### Leader +- [SimonLi](https://gitee.com/kkup180) + +### Committers列表 +- [zianed](https://gitee.com/zianed) +- [DennyShen](https://gitee.com/DennyShen) +- [borne](https://gitee.com/borne) +- [jady3356](https://gitee.com/taiyipei) + +### 会议 + - 会议时间:双周例会,晚上周一19:00 + - 会议链接:在slack的qemu channel + +### 联系方式(可选) + +- 邮件列表: +- Slack群组:[qemu](https://openharmonyworkspace.slack.com/archives/C01G1DEHLR5) +- 微信群: diff --git a/sig/sigs.json b/sig/sigs.json index f834955bded0a98fe77bdb4364ff07d7327d1d84..d6e5da908cbc4875a5e06747530973ce61966684 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -9,6 +9,11 @@ "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"] + }, + { + "sig-name":"sig-devboard", + "projects":["https://gitee.com/openharmony-sig/device_st", "https://gitee.com/openharmony-sig/vendor_huawei_minidisplay_demo"], + "project-path":["device/st", "vendor/huawei/minidisplay_demo"] } ] }