From f0d6a9888bc08702f71eeb981e73f29b98a957c8 Mon Sep 17 00:00:00 2001 From: yuanbo Date: Fri, 3 Dec 2021 10:01:54 +0000 Subject: [PATCH] !566 add drivers_interface repository * add drivers_interface repository --- sig/sig-driver/sig_driver.md | 5 +++-- sig/sig-driver/sig_driver_cn.md | 1 + sig/sigs.json | 6 ++++-- zh/committer.md | 3 ++- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/sig/sig-driver/sig_driver.md b/sig/sig-driver/sig_driver.md index 58edab7..3bafbbd 100644 --- a/sig/sig-driver/sig_driver.md +++ b/sig/sig-driver/sig_driver.md @@ -9,12 +9,13 @@ Note: The content of this SIG follows the convention described in OpenHarmony's ### Driving related -### The repository +### 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 + - drivers_interface:https://gitee.com/openharmony-sig/drivers_interface ## SIG Members @@ -31,7 +32,7 @@ Note: The content of this SIG follows the convention described in OpenHarmony's - Meeting time: BiWeek Wednesday 16:00 - Meeting application: [SIG-Driver application](https://shimo.im/sheets/36GKhpvrXd8TcQHY) - meeting link:Tencent meeting or other meeting - - Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/sig_driver.openharmony.io) mailing list for the + - Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/sig_driver.openharmony.io) mailing list for the - Meeting Summary:To view the minutes of past meetings, please click this [link](https://gitee.com/openharmony-sig/sig-content/tree/master/driver/meetings) ### Contact (optional) diff --git a/sig/sig-driver/sig_driver_cn.md b/sig/sig-driver/sig_driver_cn.md index 58728c3..03ab912 100644 --- a/sig/sig-driver/sig_driver_cn.md +++ b/sig/sig-driver/sig_driver_cn.md @@ -17,6 +17,7 @@ - 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 + - drivers_interface:https://gitee.com/openharmony-sig/drivers_interface ## SIG组成员 diff --git a/sig/sigs.json b/sig/sigs.json index 78a7808..cf947ae 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -42,11 +42,13 @@ "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"], + "https://gitee.com/openharmony/drivers_adapter_khdf_linux", + "https://gitee.com/openharmony-sig/drivers_interface"], "project-path":["drivers/framework", "drivers/peripheral", "drivers/adapter", - "drivers/adapter/khdf/linux"] + "drivers/adapter/khdf/linux", + "drivers/interface"] }, { "sig-name":"sig-devboard", diff --git a/zh/committer.md b/zh/committer.md index e3348d6..0108d2d 100755 --- a/zh/committer.md +++ b/zh/committer.md @@ -307,4 +307,5 @@ |305|third_party_egl|third_party/EGL|https://gitee.com/lijj01|lijunjie29@huawei.com| | |SIG_GraphicsandMedia| |306|third_party_opengles|third_party/openGLES|https://gitee.com/lijj01|lijunjie29@huawei.com| | |SIG_GraphicsandMedia| |307|third_party_openh264|third_party/openh264|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_GraphicsandMedia| -|308|third_party_exfat-utils|third_party/exfat_utils|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com|https://gitee.com/easy-to-see|salient.yijian@huawei.com|SIG_Kernel| \ No newline at end of file +|308|third_party_exfat-utils|third_party/exfat_utils|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com|https://gitee.com/easy-to-see|salient.yijian@huawei.com|SIG_Kernel| +|309|drivers_interface|drivers/interface|https://gitee.com/zianed|houxuanzhe@huawei.com|https://gitee.com/Kevin-Lau|liufeihu@huawei.com|SIG_DriverFramework| \ No newline at end of file -- GitLab