• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/distributedschedule_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/distributedschedule_safwk_lite",
8    "publishAs": "code-segment",
9    "segment": {
10        "destPath": "foundation/distributedschedule/safwk_lite"
11    },
12    "dirs": {},
13    "scripts": {},
14    "component": {
15        "name": "safwk_lite",
16        "subsystem": "distributedschedule",
17        "adapted_system_type": [
18            "small"
19        ],
20        "adapted_kernel": [
21            "liteos_a",
22            "linux"
23        ],
24        "rom": "",
25        "ram": "",
26        "deps": {
27            "components": [
28                "utils_base",
29                "aafwk_lite",
30                "appexecfwk_lite",
31                "hilog",
32                "permission",
33                "dmsfwk_lite",
34                "samgr_lite",
35                "powermgr_lite"
36            ],
37            "third_party": [
38                "bounds_checking_function",
39                "cjson"
40            ]
41        },
42        "build": {
43            "sub_component": [
44                "//foundation/distributedschedule/safwk_lite:foundation"
45            ]
46        }
47    }
48}