summaryrefslogtreecommitdiff
path: root/safwk.bundle.json
blob: 1964532d051f47bed4a86b94a8fd1afb8dc8b0ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
    "name": "@ohos/systemabilitymgr_safwk",
    "description": "system ability framework",
    "homePage": "https://gitee.com/openharmony",
    "version": "3.1",
    "license": "Apache License 2.0",
    "repository": "https://gitee.com/openharmony/systemabilitymgr_safwk",
    "publishAs": "code-segment",
    "segment": {
        "destPath": "foundation/systemabilitymgr/safwk"
    },
    "dirs": {},
    "scripts": {},
    "component": {
        "name": "safwk",
        "subsystem": "systemabilitymgr",
        "features": [ "safwk_feature_coverage = false" ],
        "adapted_system_type": [
            "standard"
        ],
        "rom": "200KB",
        "ram": "7130KB",
        "deps": {
            "components": [
                "hitrace_native",
                "hiviewdfx_hilog_native",
                "ipc",
                "samgr",
                "c_utils"
            ],
            "third_party": [ "libxml2" ]
        },
        "build": {
            "group_type": {
                "base_group": [
                    "//foundation/systemabilitymgr/safwk/services/safwk:sa_main",
                    "//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk:system_ability_fwk"
                ],
                "fwk_group": [],
                "service_group": []
            },
            "inner_kits": [
                {
                    "header": {
                        "header_base": "//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk",
                        "header_files": [
                            "system_ability.h"
                        ]
                    },
                    "name": "//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk:system_ability_fwk"
                }
            ],
            "test": [
                "//foundation/systemabilitymgr/safwk/test:unittest"
            ]
        }
    }
}