From 3905471a8cfc72e25195b1ae80b8394ddc0b09b5 Mon Sep 17 00:00:00 2001 From: SimonLi Date: Wed, 28 Apr 2021 09:41:10 +0800 Subject: [PATCH] =?UTF-8?q?!65=20devboard=20sig=E6=96=B0=E5=A2=9Edevice=5F?= =?UTF-8?q?allwinner=20=E3=80=81=20vendor=5Fhuawei=5Fipcamera=5Fv3s=20?= =?UTF-8?q?=E5=92=8C=20vendor=5Foh=5Ffun=20=E4=BB=93=E5=BA=93=20*=20add=20?= =?UTF-8?q?device=5Fallwinner=20vendor=5Fhuawei=5Fipcamera=5Fv3s=20and=20v?= =?UTF-8?q?endor=5Fopenharmonyfun=20repos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sig/sig-devboard/OWNERS | 8 ++++++++ sig/sig-devboard/sig_devboard.md | 4 ++++ sig/sig-devboard/sig_devboard_cn.md | 4 ++++ sig/sigs.json | 11 +++++++++-- 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/sig/sig-devboard/OWNERS b/sig/sig-devboard/OWNERS index 5fcfbc924..5142bbc31 100644 --- a/sig/sig-devboard/OWNERS +++ b/sig/sig-devboard/OWNERS @@ -17,6 +17,14 @@ { "gitee_id":"DennyShen", "gitee_email":"denny.shenwei@huawei.com" + }, + { + "gitee_id":"zeeman_wang", + "gitee_email":"zeeman.wang@engineer.com" + }, + { + "gitee_id":"jady3356", + "gitee_email":"peitaiyi@huawei.com" } ] } diff --git a/sig/sig-devboard/sig_devboard.md b/sig/sig-devboard/sig_devboard.md index e633f70bf..8a4f4b091 100644 --- a/sig/sig-devboard/sig_devboard.md +++ b/sig/sig-devboard/sig_devboard.md @@ -33,6 +33,9 @@ Actively cooperates with board manufacturers. ### The repository - project name: - device_st: https://gitee.com/openharmony-sig/device_st + - device_allwinner: https://gitee.com/openharmony-sig/device_allwinner + - vendor_huawei_ipcamera_v3s: https://gitee.com/openharmony-sig/vendor_huawei_ipcamera_v3s + - vendor_oh_fun: https://gitee.com/openharmony-sig/vendor_oh_fun - vendor_huawei_minidisplay_demo: https://gitee.com/openharmony-sig/vendor_huawei_minidisplay_demo @@ -46,6 +49,7 @@ Actively cooperates with board manufacturers. - [DennyShen](https://gitee.com/DennyShen) - [borne](https://gitee.com/borne) - [jady3356](https://gitee.com/taiyipei) +- [zeeman_wang](https://gitee.com/zeeman_wang) ### Meetings - Meeting time:BiWeek Monday 19:00 diff --git a/sig/sig-devboard/sig_devboard_cn.md b/sig/sig-devboard/sig_devboard_cn.md index 45350d0e2..f229f442c 100644 --- a/sig/sig-devboard/sig_devboard_cn.md +++ b/sig/sig-devboard/sig_devboard_cn.md @@ -31,6 +31,9 @@ ## 代码仓 - 代码仓地址: - device_st: https://gitee.com/openharmony-sig/device_st + - device_allwinner: https://gitee.com/openharmony-sig/device_allwinner + - vendor_huawei_ipcamera_v3s: https://gitee.com/openharmony-sig/vendor_huawei_ipcamera_v3s + - vendor_oh_fun: https://gitee.com/openharmony-sig/vendor_oh_fun - vendor_huawei_minidisplay_demo: https://gitee.com/openharmony-sig/vendor_huawei_minidisplay_demo ## SIG组成员 @@ -43,6 +46,7 @@ - [DennyShen](https://gitee.com/DennyShen) - [borne](https://gitee.com/borne) - [jady3356](https://gitee.com/taiyipei) +- [zeeman_wang](https://gitee.com/zeeman_wang) ### 会议 - 会议时间:双周例会,晚上周一19:00 diff --git a/sig/sigs.json b/sig/sigs.json index f5105cbca..a012e14d5 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -12,8 +12,15 @@ }, { "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"] + "projects":["https://gitee.com/openharmony-sig/device_st", + "https://gitee.com/openharmony-sig/vendor_huawei_minidisplay_demo", + "https://gitee.com/openharmony-sig/device_allwinner", + "https://gitee.com/openharmony-sig/vendor_huawei_ipcamera_v3s", + "https://gitee.com/openharmony-sig/vendor_oh_fun" + ], + "project-path":["device/st", "vendor/huawei/minidisplay_demo", + "device/allwinner", "vendor/huawei/ipcamera_v3s", + "vendor/oh_fun"] }, { "sig-name":"sig-bluetooth", -- GitLab