1{
2    "name": "@ohos/safwk_lite",
3    "description": "system ability framework",
4    "homePage": "https://gitee.com/openharmony",
5    "version": "3.1",
6    "license": "Apache License 2.0",
7    "repository": "https://gitee.com/openharmony/systemabilitymgr_safwk_lite",
8    "publishAs": "code-segment",
9    "segment": {
10        "destPath": "foundation/systemabilitymgr/safwk_lite"
11    },
12    "dirs": {},
13    "scripts": {},
14    "component": {
15        "name": "safwk_lite",
16        "subsystem": "systemabilitymgr",
17        "adapted_system_type": [
18            "small"
19        ],
20        "adapted_kernel": [
21            "liteos_a",
22            "linux"
23        ],
24        "rom": "100KB",
25        "ram": "2048KB",
26        "deps": {
27            "components": [
28                "ability_lite",
29                "bundle_framework_lite",
30                "dmsfwk_lite",
31                "hilog_lite",
32                "permission_lite",
33                "samgr_lite"
34            ],
35            "third_party": [
36                "bounds_checking_function",
37                "cJSON"
38            ]
39        },
40        "build": {
41            "sub_component": [
42                "//foundation/systemabilitymgr/safwk_lite:foundation"
43            ]
44        }
45    }
46}