• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/distributeddatamgr_objectstore",
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_objectstore ",
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/objectstore"
32    },
33    "component": {
34        "name": "distributeddataobject",
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            ],
50            "third_party": []
51        },
52        "build": {
53            "sub_component": [
54                "//foundation/distributeddatamgr/objectstore/interfaces/jskits:build_module"
55            ],
56            "inner_kits": [
57                {
58                    "name": "//foundation/distributeddatamgr/objectstore/interfaces/innerkits:distributeddataobject_impl",
59                    "header": {
60                        "header_files": [
61                            "distributed_object.h",
62                            "distributed_objectstore.h",
63                            "objectstore_errors.h"
64                        ],
65                        "header_base": "//foundation/distributeddatamgr/objectstore/interfaces/innerkits"
66                    }
67                }
68            ],
69            "test": []
70        }
71    }
72}