diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..1e88e22752d21cc01fa8aab1e9810ecf0a33b066 --- /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": [], + "adapted_system_type": [ + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file