From f50f4d37ad9473bf6d774f58a738d13db8b2ff25 Mon Sep 17 00:00:00 2001 From: altairStar <292836568@qq.com> Date: Fri, 22 Jul 2022 06:38:00 +0000 Subject: [PATCH] =?UTF-8?q?!1087=20=E9=83=A8=E4=BB=B6=E5=90=8D=20=E5=92=8C?= =?UTF-8?q?=20=E4=BB=93=E5=90=8D=E4=BF=AE=E6=94=B9=20distributeddatamgr=5F?= =?UTF-8?q?objectstore=20->distributeddatamgr=5Fdata=5Fobject=20*=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=93=E5=90=8D=20distributeddatamgr=5Fobj?= =?UTF-8?q?ectstore=20->distributeddatamgr=5Fdata=5Fobject?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sig/sig-distributeddatamgr/sig-distributeddatamgr.json | 4 ++-- sig/sig-distributeddatamgr/sig-distributeddatamgr.md | 2 +- .../sig-distributeddatamgr_cn.md | 4 ++-- sig/sigs.json | 10 ++++++++-- zh/committer.md | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/sig/sig-distributeddatamgr/sig-distributeddatamgr.json b/sig/sig-distributeddatamgr/sig-distributeddatamgr.json index 2f8c5aa..756b6b6 100644 --- a/sig/sig-distributeddatamgr/sig-distributeddatamgr.json +++ b/sig/sig-distributeddatamgr/sig-distributeddatamgr.json @@ -5,12 +5,12 @@ "projects": [ "https://gitee.com/openharmony/distributeddatamgr_appdatamgr", "https://gitee.com/openharmony-sig/distributeddatamgr_data_share", - "https://gitee.com/openharmony/distributeddatamgr_objectstore" + "https://gitee.com/openharmony/distributeddatamgr_data_object" ], "project-path": [ "foundation/distributeddatamgr/appdatamgr", "foundation/distributeddatamgr/data_share", - "foundation/distributeddatamgr/objectstore" + "foundation/distributeddatamgr/data_object" ] } ] diff --git a/sig/sig-distributeddatamgr/sig-distributeddatamgr.md b/sig/sig-distributeddatamgr/sig-distributeddatamgr.md index a150e9e..63306d2 100644 --- a/sig/sig-distributeddatamgr/sig-distributeddatamgr.md +++ b/sig/sig-distributeddatamgr/sig-distributeddatamgr.md @@ -13,7 +13,7 @@ Note: The content of this SIG follows the convention described in OpenHarmony's - project name: - distributeddatamgr: https://gitee.com/openharmony/distributeddatamgr_appdatamgr - distributeddatamgr: https://gitee.com/openharmony-sig/distributeddatamgr_data_share - - distributeddatamgr: https://gitee.com/openharmony/distributeddatamgr_objectstore + - distributeddatamgr: https://gitee.com/openharmony/distributeddatamgr_data_object ## SIG Members diff --git a/sig/sig-distributeddatamgr/sig-distributeddatamgr_cn.md b/sig/sig-distributeddatamgr/sig-distributeddatamgr_cn.md index 0b5a6ca..5df0e9f 100644 --- a/sig/sig-distributeddatamgr/sig-distributeddatamgr_cn.md +++ b/sig/sig-distributeddatamgr/sig-distributeddatamgr_cn.md @@ -21,14 +21,14 @@ |跨应用数据分享|提供发现应用的能力以及添加、查询、修改、删除数据的标准接口|distributeddatamgr_appdatamgr| |键值型数据管理|提供键值型数据数的添加、查询、修改、删除、订阅通知等基本的数据能力|distributeddatamgr_datamgr| |数据管理服务|提供键值型数据库、关系型数据库、持久化对象的跨设备同步能力|distributeddatamgr_datamgr| -|分布式数据对象|提供面向对象的内存数据管理框架,向应用开发者提供内存对象的创建、查询、删除、修改、订阅等基本数据对象的管理能力,同时具备分布式能力|distributeddatamgr_objectstore| +|分布式数据对象|提供面向对象的内存数据管理框架,向应用开发者提供内存对象的创建、查询、删除、修改、订阅等基本数据对象的管理能力,同时具备分布式能力|distributeddatamgr_data_object| |剪贴板|提供剪切和拖放数据读写接口,支持身份校验和跨设备剪贴和拖放|miscservices_pasteboard| |三方开源软件sqlite|提供基础的SQLite库|third_party_sqlite| - 代码仓地址: - distributeddatamgr_appdatamgr:https://gitee.com/openharmony/distributeddatamgr_appdatamgr - distributeddatamgr_datamgr:https://gitee.com/openharmony/distributeddatamgr_datamgr - distributeddatamgr_data_share:https://gitee.com/openharmony-sig/distributeddatamgr_data_share - - distributeddatamgr_objectstore:https://gitee.com/openharmony/distributeddatamgr_objectstore + - distributeddatamgr_data_object:https://gitee.com/openharmony/distributeddatamgr_data_object - miscservices_pasteboard:https://gitee.com/openharmony/miscservices_pasteboard ## SIG组成员 diff --git a/sig/sigs.json b/sig/sigs.json index 4b3848a..560d6f4 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -229,8 +229,14 @@ }, { "sig-name": "sig-distributerdatamgr", - "projects": "https://gitee.com/openharmony/distributeddatamgr_appdatamgr", - "project-path": "foundation/distributeddatamgr/appdatamgr" + "projects": [ + "https://gitee.com/openharmony/distributeddatamgr_appdatamgr", + "https://gitee.com/openharmony/distributeddatamgr_data_object" + ], + "project-path": [ + "foundation/distributeddatamgr/appdatamgr", + "foundation/distributeddatamgr/data_object" + ] }, { "sig-name": "sig-toolchains", diff --git a/zh/committer.md b/zh/committer.md index 2d31b1e..abc12ad 100644 --- a/zh/committer.md +++ b/zh/committer.md @@ -262,7 +262,7 @@ |260|third_party_libsoup|third_party/libsoup|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_Media| |261|third_party_libpsl|third_party/libpsl|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_Media| |262|third_party_gettext|third_party/gettext|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_Media| -|263|distributeddatamgr_objectstore|foundation/distributeddatamgr/objectstore|https://gitee.com/widecode|wanghancai@huawei.com|https://gitee.com/lugitee|hanlu1@huawei.com|SIG_DataManagement| +|263|distributeddatamgr_data_object|foundation/distributeddatamgr/data_object|https://gitee.com/widecode|wanghancai@huawei.com|https://gitee.com/lugitee|hanlu1@huawei.com|SIG_DataManagement| |264|telephony_ril_adapter|base/telephony/ril_adapter|https://gitee.com/jyh926|jiayanhong@huawei.com|https://gitee.com/zhang-hai-feng|zhanghaifeng11@huawei.com|SIG_SoftBus| |265|telephony_data_storage|base/telephony/data_storage|https://gitee.com/jyh926|jiayanhong@huawei.com|https://gitee.com/zhang-hai-feng|zhanghaifeng11@huawei.com|SIG_SoftBus| |266|communication_netmanager_standard|foundation/communication/netmanager_standard|https://gitee.com/jyh926|jiayanhong@huawei.com|https://gitee.com/zhang-hai-feng|zhanghaifeng11@huawei.com|SIG_SoftBus| -- GitLab