From a11d45bd34febbe46078a93bd49893e5705069d6 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Tue, 21 Dec 2021 16:28:34 +0800 Subject: [PATCH 1/2] add bundle Signed-off-by: Sang_Sang33 --- bundle.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 000000000..03db73513 --- /dev/null +++ b/bundle.json @@ -0,0 +1,59 @@ +{ + "name": "@ohos/distributeddatamgr_datamgr", + "version": "", + "description": "提供设备间数据同步的能力。", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/distributeddatamgr_datamgr", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "foundation" + ], + "keywords": [ + "distributeddatamgr", + "datamgr" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "foundation/distributeddatamgr/distributeddatamgr" + }, + "component": { + "name": "distributed_data_manager", + "subsystem": "distributeddatamgr", + "syscap": [ + "SystemCapability.Data.DistributedDataMgr" + ], + "features": [], + "adated_system_type": [ + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From e54557c848f8197f91abcf0d1d85c525cfa71f7f Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Fri, 24 Dec 2021 14:22:25 +0800 Subject: [PATCH 2/2] fix Signed-off-by: Sang_Sang33 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 03db73513..1e88e2275 100644 --- a/bundle.json +++ b/bundle.json @@ -41,7 +41,7 @@ "SystemCapability.Data.DistributedDataMgr" ], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "standard" ], "rom": "", -- Gitee