• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/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/systemabilitymgr_safwk",
8    "publishAs": "code-segment",
9    "segment": {
10        "destPath": "foundation/systemabilitymgr/safwk"
11    },
12    "dirs": {},
13    "scripts": {},
14    "component": {
15        "name": "safwk",
16        "subsystem": "systemabilitymgr",
17        "features": [ "safwk_feature_coverage = false" ],
18        "adapted_system_type": [
19            "standard"
20        ],
21        "rom": "200KB",
22        "ram": "7130KB",
23        "deps": {
24            "components": [
25                "hilog",
26                "hitrace",
27                "ipc",
28                "init",
29                "samgr",
30                "c_utils"
31            ]
32        },
33        "build": {
34            "group_type": {
35                "base_group": [
36                    "//foundation/systemabilitymgr/safwk/etc/profile:foundation_cfg",
37                    "//foundation/systemabilitymgr/safwk/etc/profile:foundation_trust",
38                    "//foundation/systemabilitymgr/safwk/services/safwk:sa_main",
39                    "//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk:system_ability_fwk"
40                ],
41                "fwk_group": [],
42                "service_group": []
43            },
44            "inner_kits": [
45                {
46                    "header": {
47                        "header_base": "//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk",
48                        "header_files": [
49                            "system_ability.h",
50                            "system_ability_ondemand_reason.h"
51                        ]
52                    },
53                    "name": "//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk:system_ability_fwk"
54                },
55                {
56                    "header": {
57                        "header_base": [],
58                        "header_files": []
59                    },
60                    "name": "//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk:system_ability_fwk_rust"
61                }
62            ],
63            "test": [
64                "//foundation/systemabilitymgr/safwk/test:unittest",
65                "//foundation/systemabilitymgr/safwk/test/fuzztest/systemabilityfwk_fuzzer:fuzztest"
66            ]
67        }
68    }
69}
70