• 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                "access_token",
54                "napi",
55                "hilog",
56                "c_utils",
57                "ability_base",
58                "common_event_service",
59                "hisysevent",
60                "hitrace",
61                "ipc",
62                "bounds_checking_function",
63                "libxml2"
64            ]
65        },
66        "build": {
67            "sub_component": [
68                "//foundation/distributeddatamgr/preferences/interfaces/inner_api:native_preferences",
69                "//foundation/distributeddatamgr/preferences/interfaces/ndk:libohpreferences",
70                "//foundation/distributeddatamgr/preferences/frameworks/cj:cj_preferences_ffi",
71                "//foundation/distributeddatamgr/preferences/frameworks/js/napi/common:preferences_jscommon",
72                "//foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences:preferences",
73                "//foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences:sendablepreferences",
74                "//foundation/distributeddatamgr/preferences/frameworks/js/napi/storage:storage",
75                "//foundation/distributeddatamgr/preferences/frameworks/js/napi/system_storage:storage_napi"
76            ],
77            "inner_kits": [
78                {
79                    "name": "//foundation/distributeddatamgr/preferences/interfaces/inner_api:native_preferences",
80                    "header": {
81                        "header_files": [
82                            "preferences.h",
83                            "preferences_observer.h",
84                            "preferences_helper.h",
85                            "preferences_errno.h",
86                            "preferences_value.h"
87                        ],
88                        "header_base": "//foundation/distributeddatamgr/preferences/interfaces/inner_api/include"
89                    }
90                },
91                {
92                    "name": "//foundation/distributeddatamgr/preferences/interfaces/ndk:libohpreferences",
93                    "header": {
94                        "header_files": [
95                            "oh_preferences.h",
96                            "oh_preferences_value.h",
97                            "oh_preferences_option.h",
98                            "oh_preferences_value.h"
99                        ],
100                        "header_base": "//foundation/distributeddatamgr/preferences/interfaces/ndk/include"
101                    }
102                }
103            ],
104            "test": [
105                "//foundation/distributeddatamgr/preferences/test/native:unittest",
106                "//foundation/distributeddatamgr/preferences/test/ndk:unittest",
107                "//foundation/distributeddatamgr/preferences/test/js:unittest",
108                "//foundation/distributeddatamgr/preferences/test/js:performancetest",
109                "//foundation/distributeddatamgr/preferences/test/js:stage_unittest",
110                "//foundation/distributeddatamgr/preferences/test/native/fuzztest/preferences_fuzzer:PreferencesFuzzTest"
111            ]
112        }
113    }
114}
115