1{
2    "name": "@ohos/settings",
3    "description": "Settings app for standard system.",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "applications/standard/settings"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "settings",
14        "subsystem": "applications",
15        "syscap": [
16            "SystemCapability.Applications.Settings.Core"
17        ],
18        "features": [],
19        "adapted_system_type": [
20            "standard"
21        ],
22        "rom": "",
23        "ram": "",
24        "deps": {
25            "components": [
26                "ability_base",
27                "ability_runtime",
28                "ace_engine",
29                "c_utils",
30                "data_share",
31                "hilog",
32                "relational_store",
33                "os_account",
34                "napi",
35                "ipc"
36            ],
37            "third_party": []
38        },
39        "build": {
40            "sub_component": [
41                "//applications/standard/settings/napi/settings:settings",
42                "//applications/standard/settings/cj/settings:cj_settings_ffi"
43            ],
44            "inner_kits": [],
45            "test": []
46        }
47    }
48}
49