• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@openharmony/distributeddatamgr_kv_store",
3  "version": "1.0.0",
4  "license": "Apache License 2.0",
5  "description": "",
6  "domain": "os",
7  "language": "",
8  "publishAs": "code-segment",
9  "private": false,
10  "tags": [
11    "foundation"
12  ],
13  "keywords": [
14    "distributeddatamgr",
15    "kv_store"
16  ],
17  "envs": [],
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/kv_store"
32  },
33  "dirs": {},
34  "scripts": {},
35  "component": {
36    "name": "kv_store",
37    "subsystem": "distributeddatamgr",
38    "syscap": [
39      "SystemCapability.DistributedDataManager.KVStore.Core",
40      "SystemCapability.DistributedDataManager.KVStore.Lite",
41      "SystemCapability.DistributedDataManager.KVStore.DistributedKVStore"
42    ],
43    "features": [],
44    "adapted_system_type": [
45      "standard"
46    ],
47    "rom": "",
48    "ram": "",
49    "hisysevent_config": [],
50    "deps": {
51      "thrid_party": [
52        "uv_static",
53        "sqlite",
54        "libz",
55        "jsoncpp",
56        "libcrypto_shared"
57      ],
58      "kernel_special": {},
59      "board_special": {},
60      "components": [
61        "libuv",
62        "common_event_service",
63        "bundle_framework",
64        "safwk",
65        "zlib",
66        "init",
67        "os_account",
68        "common",
69        "samgr",
70        "dataclassification",
71        "dsoftbus",
72        "jsoncpp",
73        "hitrace_native",
74        "access_token",
75        "huks",
76        "ability_base",
77        "ability_runtime",
78        "hiviewdfx_hilog_native",
79        "hisysevent_native",
80        "device_auth",
81        "ipc",
82        "napi"
83      ]
84    },
85    "build": {
86      "sub_component": [
87        "//foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb:build_module",
88        "//foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata:build_module",
89        "//foundation/distributeddatamgr/kv_store/interfaces/jskits/distributeddata:build_module",
90        "//foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/jskits/distributeddata:build_module",
91        "//foundation/distributeddatamgr/kv_store/interfaces/jskits/distributedkvstore:build_module"
92      ],
93      "inner_kits": [
94        {
95          "name": "//foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata:distributeddata_inner",
96          "header": {
97            "header_files": [
98              "blob.h",
99              "change_notification.h",
100              "distributed_kv_data_manager.h",
101              "kvstore.h",
102              "kvstore_death_recipient.h",
103              "kvstore_observer.h",
104              "kvstore_result_set.h",
105              "kvstore_sync_callback.h",
106              "single_kvstore.h",
107              "types.h",
108              "visibility.h",
109              "data_query.h",
110              "device_status_change_listener.h",
111              "store_errno.h"
112            ],
113            "header_base": "//foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include"
114          }
115        }
116      ],
117      "test": [
118        "//foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test:distributeddatamgr_fuzztest",
119        "//foundation/distributeddatamgr/kv_store:distributedtest",
120        "//foundation/distributeddatamgr/kv_store:build_native_test",
121        "//foundation/distributeddatamgr/kv_store:fuzztest",
122        "//foundation/distributeddatamgr/kv_store/test/unittest:unittest",
123        "//foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test:unittest"
124      ]
125    }
126  }
127}