• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/distributedschedule_safwk",
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",
8    "publishAs": "code-segment",
9    "segment": {
10        "destPath": "foundation/distributedschedule/safwk"
11    },
12    "dirs": {},
13    "scripts": {},
14    "component": {
15        "name": "safwk",
16        "subsystem": "distributedschedule",
17        "adapted_system_type": [
18            "standard"
19        ],
20        "rom": "200KB",
21        "ram": "7130KB",
22        "deps": {
23            "components": [
24                "hiviewdfx_hilog_native",
25                "ipc",
26                "samgr_standard",
27                "utils_base"
28            ],
29            "third_party": [ "libxml2" ]
30        },
31        "build": {
32            "sub_component": [
33                "//foundation/distributedschedule/safwk/etc/profile:foundation_trust",
34                "//foundation/distributedschedule/safwk/services/safwk:sa_main"
35            ],
36            "inner_kits": [
37                {
38                    "header": {
39                        "header_base": "//foundation/distributedschedule/safwk/interfaces/innerkits/safwk",
40                        "header_files": [
41                            "system_ability.h"
42                        ]
43                    },
44                    "name": "//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk"
45                }
46            ],
47            "test": [
48                "//foundation/distributedschedule/safwk/test:unittest"
49            ]
50        }
51    }
52}