• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/preferences",
3    "version": "3.1.0",
4    "description": "Local Data Management",
5    "homePage": "https://gitee.com/openharmony",
6    "license": "Apache V2",
7    "repository": "https://gitee.com/openharmony/distributeddatamgr_preferences",
8    "domain": "ohos",
9    "language": "",
10    "publishAs": "code-segment",
11    "private": false,
12    "scripts": {},
13    "tags": [
14        "foundation"
15    ],
16    "keywords": [
17        "distributeddatamgr",
18        "preferences"
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/preferences"
36    },
37    "component": {
38        "name": "preferences",
39        "subsystem": "distributeddatamgr",
40        "syscap": [
41            "SystemCapability.DistributedDataManager.Preferences.Core",
42            "SystemCapability.DistributedDataManager.Preferences.Core.Lite"
43        ],
44        "features": [],
45        "adapted_system_type": [
46            "standard"
47        ],
48        "rom": "512KB",
49        "ram": "1024KB",
50        "deps": {
51            "components": [
52                "ability_runtime",
53                "napi",
54                "hilog",
55                "c_utils",
56                "ability_base",
57                "common_event_service",
58                "hitrace",
59                "ipc"
60            ],
61            "third_party": [
62                "libxml2"
63            ]
64        },
65        "build": {
66            "sub_component": [
67                "//foundation/distributeddatamgr/preferences/interfaces/inner_api:native_preferences",
68                "//foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences:preferences",
69                "//foundation/distributeddatamgr/preferences/frameworks/js/napi/storage:storage",
70                "//foundation/distributeddatamgr/preferences/frameworks/js/napi/system_storage:storage_napi"
71            ],
72            "inner_kits": [
73                {
74                    "name": "//foundation/distributeddatamgr/preferences/interfaces/inner_api:native_preferences",
75                    "header": {
76                        "header_files": [
77                            "preferences.h",
78                            "preferences_observer.h",
79                            "preferences_helper.h",
80                            "preferences_errno.h",
81                            "preferences_value.h"
82                        ],
83                        "header_base": "//foundation/distributeddatamgr/preferences/interfaces/inner_api/include"
84                    }
85                }
86            ],
87            "test": [
88                "//foundation/distributeddatamgr/preferences/test/native:unittest",
89                "//foundation/distributeddatamgr/preferences/test/js:unittest",
90                "//foundation/distributeddatamgr/preferences/test/js:performancetest",
91                "//foundation/distributeddatamgr/preferences/test/js:stage_unittest",
92                "//foundation/distributeddatamgr/preferences/test/native/fuzztest/preferences_fuzzer:PreferencesFuzzTest"
93            ]
94        }
95    }
96}
97