• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/samgr_lite",
3    "description": "system ability manager",
4    "homePage": "https://gitee.com/openharmony",
5    "version": "3.1",
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    "dirs": {},
13    "scripts": {},
14    "component": {
15        "name": "samgr_lite",
16        "subsystem": "systemabilitymgr",
17        "adapted_system_type": [
18            "small"
19        ],
20        "adapted_kernel": [
21            "liteos_a",
22            "liteos_m",
23            "uniproton",
24            "linux"
25        ],
26        "rom": "100KB",
27        "ram": "2048KB",
28        "deps": {
29            "components": [
30                "hilog_lite"
31            ],
32            "third_party": [
33                "bounds_checking_function",
34                "cJSON"
35            ]
36        },
37        "build": {
38            "sub_component": [
39                "//foundation/systemabilitymgr/samgr_lite:samgr"
40            ]
41        }
42    }
43}
44