• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/sys_installer_lite",
3    "version": "3.1",
4    "description": "为轻量级设备提供升级写入相关的api",
5    "homePage": "https://gitee.com/openharmony",
6    "license": "Apache License 2.0",
7    "repository": "https://gitee.com/openharmony/update_sys_installer_lite",
8    "domain": "os",
9    "language": "",
10    "publishAs": "code-segment",
11    "private": false,
12    "scripts": {},
13    "tags": [
14        "base"
15    ],
16    "keywords": [
17        "update",
18        "ota",
19        "lite"
20    ],
21    "envs": {},
22    "dirs": {},
23    "author": {
24        "name": "",
25        "email": "",
26        "url": ""
27    },
28    "contributors": [
29        {
30            "name": "",
31            "email": "",
32            "url": ""
33        }
34    ],
35    "segment": {
36        "destPath": "base/update/sys_installer_lite"
37    },
38    "component": {
39        "name": "sys_installer_lite",
40        "subsystem": "updater",
41        "syscap": [
42            "SystemCapability.Updater.Raw"
43        ],
44        "features": [],
45        "adapted_system_type": [
46            "mini",
47            "small"
48        ],
49        "rom": "",
50        "ram": "",
51        "deps": {
52            "components": [
53                "init",
54                "utils_lite"
55            ],
56            "third_party": [
57                "bounds_checking_function",
58                "mbedtls"
59            ]
60        },
61        "build": {
62            "sub_component": [
63                "//base/update/sys_installer_lite/frameworks:sys_installer_lite"
64            ],
65            "inner_kits": [
66                {
67                    "name": "//base/update/sys_installer_lite/frameworks:update_api",
68                    "header": {
69                        "header_files": [
70                            "hota_partition.h",
71                            "hota_updater.h"
72                        ],
73                        "header_base": "//base/update/sys_installer_lite/interfaces/kits"
74                    }
75                }
76            ],
77            "test": []
78        }
79    }
80}
81
82