• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/systemabilitymgr_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                "hitrace_native",
26                "hiviewdfx_hilog_native",
27                "ipc",
28                "samgr",
29                "c_utils"
30            ],
31            "third_party": [ "libxml2" ]
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                        ]
51                    },
52                    "name": "//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk:system_ability_fwk"
53                }
54            ],
55            "test": [
56                "//foundation/systemabilitymgr/safwk/test:unittest"
57            ]
58        }
59    }
60}
61