• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/update_sys_installer",
3  "description": "A system ability started by the init process of OHOS to implement an update",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "base/update/sys_installer"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "sys_installer",
14    "subsystem": "updater",
15    "syscap": [],
16    "features": [],
17    "adapted_system_type": [
18      "standard"
19    ],
20    "deps": {
21      "components": [
22        "utils_base",
23        "hiviewdfx_hilog_native",
24        "ipc",
25        "safwk",
26        "samgr_standard",
27        "napi",
28        "startup_l2"
29      ],
30      "third_party": [
31        "curl",
32        "libxml2",
33        "cJSON",
34        "bounds_checking_function"
35      ]
36    },
37    "build": {
38      "sub_component": [
39        "//base/update/sys_installer/frameworks/ipc_server:sys_installer",
40        "//base/update/sys_installer/frameworks/ipc_server/etc:sys_installer_sa.rc",
41        "//base/update/sys_installer/frameworks/ipc_server/sa_profile:sys_installer_sa_profile"
42      ],
43      "inner_kits": [],
44      "test": []
45    }
46  }
47}