1{
2    "name": "@ohos/bootstrap_lite",
3    "description": " boostrap and start system services",
4    "homePage": "https://gitee.com/openharmony",
5    "version": "4.0.2",
6    "license": "Apache License 2.0",
7    "repository": "https://gitee.com/openharmony/startup_bootstrap_lite",
8    "supplier": "Organization: OpenHarmony",
9    "publishAs": "code-segment",
10    "segment": {
11        "destPath": "base/startup/bootstrap_lite"
12    },
13    "dirs": {},
14    "scripts": {},
15    "component": {
16        "name": "bootstrap_lite",
17        "subsystem": "startup",
18        "adapted_system_type": [
19            "mini"
20        ],
21        "rom": "14KB",
22        "ram": "~128KB",
23        "deps": {
24            "components": [
25                "samgr_lite"
26            ],
27            "third_party": [
28                "bounds_checking_function"
29            ]
30        },
31        "build": {
32            "sub_component": [
33                "//base/startup/bootstrap_lite/services/source:bootstrap"
34            ]
35        }
36    }
37}
38