• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/data_share",
3    "version": "3.2.0",
4    "homePage": "https://gitee.com/openharmony",
5    "license": "Apache License 2.0",
6    "repository": "https://gitee.com/openharmony/distributeddatamgr_data_share",
7    "description": "allows an application to manage its own data and share data with other applications",
8    "domain": "ohos",
9    "language": "",
10    "publishAs": "code-segment",
11    "private": false,
12    "scripts": {},
13    "tags": [
14        "foundation"
15    ],
16    "keywords": [
17        "distributeddatamgr",
18        "data_share"
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/data_share"
36    },
37    "component": {
38        "name": "data_share",
39        "subsystem": "distributeddatamgr",
40        "syscap": [
41            "SystemCapability.DistributedDataManager.DataShare.Core",
42            "SystemCapability.DistributedDataManager.DataShare.Consumer",
43            "SystemCapability.DistributedDataManager.DataShare.Provider"
44        ],
45        "features": [],
46        "adapted_system_type": [
47            "standard"
48        ],
49        "rom": "3584KB",
50        "ram": "10240KB",
51        "deps": {
52            "components": [
53                "ability_base",
54                "ability_runtime",
55                "access_token",
56                "common_event_service",
57                "c_utils",
58                "hisysevent",
59                "hitrace",
60                "hilog",
61                "ipc",
62                "ipc_js",
63                "napi",
64                "relational_store",
65                "samgr"
66            ],
67            "third_party": [
68                "libuv"
69            ]
70        },
71        "build": {
72            "group_type": {
73                "base_group": [
74                ],
75                "fwk_group": [
76                    "//foundation/distributeddatamgr/data_share/interfaces/inner_api:datashare_consumer",
77                    "//foundation/distributeddatamgr/data_share/interfaces/inner_api:datashare_provider",
78                    "//foundation/distributeddatamgr/data_share/interfaces/inner_api/common:datashare_common",
79                    "//foundation/distributeddatamgr/data_share/interfaces/inner_api:datashare_ext_ability_module",
80                    "//foundation/distributeddatamgr/data_share/frameworks/js/napi:datashare_napi_packages"
81                ],
82                "service_group": [
83                ]
84            },
85            "inner_api": [
86                {
87                    "name": "//foundation/distributeddatamgr/data_share/interfaces/inner_api:datashare_consumer",
88                    "header": {
89                        "header_files": [
90                            "datashare_helper.h",
91                            "datashare_result_set.h"
92                        ],
93                        "header_base": "//foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include"
94                    }
95                },
96                {
97                    "name": "//foundation/distributeddatamgr/data_share/interfaces/inner_api:datashare_provider",
98                    "header": {
99                        "header_files": [
100                            "result_set_bridge.h"
101                        ],
102                        "header_base": "//foundation/distributeddatamgr/data_share/interfaces/inner_api/provider/include"
103                    }
104                },
105                {
106                    "name": "//foundation/distributeddatamgr/data_share/interfaces/inner_api/common:datashare_common",
107                    "header": {
108                        "header_files": [
109                            "basic/result_set.h",
110                            "datashare_errno.h",
111                            "datashare_abs_predicates.h",
112                            "datashare_predicates_def.h",
113                            "datashare_predicates_object.h",
114                            "datashare_predicates.h",
115                            "datashare_value_object.h",
116                            "datashare_values_bucket.h"
117                        ],
118                        "header_base": "//foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include"
119                    }
120                }
121            ],
122            "test": [
123                "//foundation/distributeddatamgr/data_share/test/native:unittest"
124            ]
125        }
126    }
127}