• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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                "battery_lite",
30                "bundle_framework_lite",
31                "dmsfwk_lite",
32                "hilog_lite",
33                "permission_lite",
34                "powermgr_lite",
35                "samgr_lite"
36            ],
37            "third_party": [
38                "bounds_checking_function",
39                "cJSON"
40            ]
41        },
42        "build": {
43            "sub_component": [
44                "//foundation/systemabilitymgr/safwk_lite:foundation"
45            ]
46        }
47    }
48}