• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/appspawn",
3    "description": "app start manager",
4    "homePage": "https://gitee.com/openharmony",
5    "version": "3.1",
6    "license": "Apache License 2.0",
7    "repository": "https://gitee.com/openharmony/startup_appspawn",
8    "publishAs": "code-segment",
9    "segment": {
10        "destPath": "base/startup/appspawn"
11    },
12    "dirs": {},
13    "scripts": {},
14    "component": {
15        "name": "appspawn",
16        "subsystem": "startup",
17        "adapted_system_type": [
18            "small",
19            "standard"
20        ],
21        "features": [
22            "appspawn_support_nweb",
23            "appspawn_support_cj",
24            "appspawn_support_native",
25            "appspawn_use_encaps"
26        ],
27        "rom": "296KB",
28        "ram": "13125KB",
29        "hisysevent_config": [
30            "//base/startup/appspawn/hisysevent.yaml",
31            "//base/startup/appspawn/startup_events.yaml"
32        ],
33        "deps": {
34            "components": [
35                "ability_base",
36                "c_utils",
37                "ipc",
38                "selinux_adapter",
39                "selinux",
40                "hilog",
41                "init",
42                "ability_runtime",
43                "access_token",
44                "eventhandler",
45                "config_policy",
46                "resource_management",
47                "hitrace",
48                "common_event_service",
49                "hisysevent",
50                "security_component_manager",
51                "napi",
52                "netmanager",
53                "netmanager_base",
54                "ace_engine",
55                "os_account",
56                "hilog_lite",
57                "samgr_lite",
58                "ipc_single",
59                "kv_store",
60                "ability_lite",
61                "ace_engine_lite",
62                "surface_lite",
63                "ui_lite",
64                "code_signature",
65                "bounds_checking_function",
66                "zlib",
67                "cJSON",
68                "json",
69                "faultloggerd",
70                "dlp_permission_service"
71            ],
72            "third_party": [
73                "bounds_checking_function",
74                "zlib",
75                "selinux",
76                "cJSON"
77            ]
78        },
79        "build": {
80            "sub_component": [
81                "//base/startup/appspawn:appspawn_all"
82            ],
83            "inner_kits": [
84                {
85                    "header": {
86                        "header_base": "//base/startup/appspawn/interfaces/innerkits/include/",
87                        "header_files": [
88                            "appspawn.h"
89                        ]
90                    },
91                    "name": "//base/startup/appspawn/interfaces/innerkits/client:appspawn_client"
92                },
93                {
94                    "header": {
95                        "header_base": "//base/startup/appspawn/interfaces/innerkits/hnp/include/",
96                        "header_files": [
97                            "hnp_api.h"
98                        ]
99                    },
100                    "name": "//base/startup/appspawn/interfaces/innerkits/hnp:hnpapi"
101                }
102            ],
103            "test": [
104                "//base/startup/appspawn/test:moduletest",
105                "//base/startup/appspawn/test:unittest",
106                "//base/startup/appspawn/test:fuzztest"
107            ]
108        }
109    }
110}
111