• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/distributeddatamgr_data_object",
3    "version": "",
4    "description": "The distributed data object management framework is an object-oriented in-memory data management framework",
5    "homePage": "https://gitee.com/openharmony",
6    "license": "Apache V2",
7    "repository": "https://gitee.com/openharmony/distributeddatamgr_data_object ",
8    "domain": "os",
9    "language": "",
10    "publishAs": "code-segment",
11    "private": false,
12    "scripts": {},
13    "tags": [
14        "foundation"
15    ],
16    "envs": [],
17    "dirs": [],
18    "author": {
19        "name": "",
20        "email": "",
21        "url": ""
22    },
23    "contributors": [
24        {
25            "name": "",
26            "email": "",
27            "url": ""
28        }
29    ],
30    "segment": {
31        "destPath": "foundation/distributeddatamgr/data_object"
32    },
33    "component": {
34        "name": "data_object",
35        "subsystem": "distributeddatamgr",
36        "syscap": [
37            "SystemCapability.DistributedDataManager.DataObject.DistributedObject"
38        ],
39        "features": [],
40        "adapted_system_type": [
41            "standard"
42        ],
43        "rom": "",
44        "ram": "",
45        "deps": {
46            "components": [
47                "ability_base",
48                "ability_runtime",
49                "hitrace_native",
50                "dsoftbus",
51                "distributeddatamgr",
52                "napi",
53                "common",
54                "samgr",
55                "ipc",
56                "hiviewdfx_hilog_native",
57                "libuv",
58                "utils_base",
59                "access_token"
60            ],
61            "third_party": []
62        },
63        "build": {
64            "sub_component": [
65                "//foundation/distributeddatamgr/data_object/interfaces/jskits:build_module"
66            ],
67            "inner_kits": [
68                {
69                    "name": "//foundation/distributeddatamgr/data_object/interfaces/innerkits:distributeddataobject_impl",
70                    "header": {
71                        "header_files": [
72                            "distributed_object.h",
73                            "distributed_objectstore.h",
74                            "objectstore_errors.h"
75                        ],
76                        "header_base": "//foundation/distributeddatamgr/data_object/interfaces/innerkits"
77                    }
78                }
79            ],
80            "test": [
81                "//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest:unittest",
82                "//foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest:unittest",
83                "//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer:fuzztest",
84                "//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/distributedtest/data_object_test:distributedtest"
85            ]
86        }
87    }
88}