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