• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/distributeddatamgr_datamgr_service",
3    "version": "1.0.0",
4    "description": "Distributed data manager that provides the capability to store data in the databases of different devices",
5    "homePage": "https://gitee.com/openharmony",
6    "license": "Apache V2",
7    "repository": "https://gitee.com/openharmony/distributeddatamgr_datamgr_service",
8    "domain": "os",
9    "language": "",
10    "publishAs": "code-segment",
11    "private": false,
12    "scripts": {},
13    "tags": [
14        "foundation"
15    ],
16    "keywords": [
17        "distributeddatamgr",
18        "datamgr_service"
19    ],
20    "envs": [],
21    "dirs": [],
22    "author": {
23        "name": "",
24        "email": "",
25        "url": ""
26    },
27    "contributors": [
28        {
29            "name": "",
30            "email": "",
31            "url": ""
32        }
33    ],
34    "segment": {
35        "destPath": "foundation/distributeddatamgr/datamgr_service"
36    },
37    "component": {
38        "name": "datamgr_service",
39        "subsystem": "distributeddatamgr",
40        "syscap": [
41            "SystemCapability.DistributedDataManager.KVStore.Core",
42            "SystemCapability.DistributedDataManager.KVStore.Lite",
43            "SystemCapability.DistributedDataManager.KVStore.DistributedKVStore"
44        ],
45        "features": [],
46        "adapted_system_type": [
47            "standard"
48        ],
49        "rom": "",
50        "ram": "",
51        "hisysevent_config": [
52            "//foundation/distributeddatamgr/datamgr_service/hisysevent.yaml"
53          ],
54        "deps": {
55            "components": [
56                "libuv",
57                "common_event_service",
58                "bundle_framework",
59                "safwk",
60                "zlib",
61                "init",
62                "os_account",
63                "common",
64                "samgr",
65                "dataclassification",
66                "dsoftbus",
67                "jsoncpp",
68                "hitrace_native",
69                "access_token",
70                "huks",
71                "ability_base",
72                "ability_runtime",
73                "hiviewdfx_hilog_native",
74                "hisysevent_native",
75                "device_auth",
76                "ipc",
77                "napi"
78            ],
79            "third_party": [
80                "uv_static",
81                "sqlite",
82                "libz",
83                "jsoncpp",
84                "libcrypto_shared"
85            ]
86        },
87        "build": {
88            "sub_component": [
89                "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app:build_module",
90                "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework:build_module",
91                "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service:build_module",
92                "//foundation/distributeddatamgr/datamgr_service/conf:build_module"
93            ],
94            "inner_kits": [],
95            "test": [
96                "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/test:fuzztest",
97                "//foundation/distributeddatamgr/datamgr_service:fuzztest",
98                "//foundation/distributeddatamgr/datamgr_service:build_native_test"
99            ]
100        }
101    }
102}
103