• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/startup_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            "standard"
19        ],
20        "features": [
21            "appspawn_support_nweb"
22        ],
23        "rom": "",
24        "ram": "",
25        "hisysevent_config": [
26            "//base/startup/appspawn/startup_events.yaml"
27        ],
28        "deps": {
29            "components": [
30                "ability_base",
31                "c_utils",
32                "ipc",
33                "selinux",
34                "hiviewdfx_hilog_native",
35                "init",
36                "ability_runtime",
37                "access_token",
38                "common",
39                "eventhandler"
40            ]
41        },
42        "build": {
43            "sub_component": [
44                "//base/startup/appspawn:appspawn",
45                "//base/startup/appspawn:appspawn.rc",
46                "//base/startup/appspawn:appspawn_server",
47                "//base/startup/appspawn:nweb",
48                "//base/startup/appspawn/etc:etc_files",
49                "//base/startup/appspawn/interfaces/innerkits:appspawn_socket_client"
50            ],
51            "inner_kits": [
52                {
53                    "header": {
54                        "header_base": "//base/startup/appspawn/interfaces/innerkits/include/",
55                        "header_files": [
56                            "appspawn_socket.h",
57                            "client_socket.h"
58                        ]
59                    },
60                    "name": "//base/startup/appspawn/interfaces/innerkits:appspawn_socket_client"
61                }
62            ],
63            "test": [
64                "//base/startup/appspawn/test:moduletest",
65                "//base/startup/appspawn/test/unittest:unittest"
66            ]
67        }
68    }
69}