• 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        ],
24        "rom": "296KB",
25        "ram": "13125KB",
26        "hisysevent_config": [
27            "//base/startup/appspawn/startup_events.yaml"
28        ],
29        "deps": {
30            "components": [
31                "ability_base",
32                "c_utils",
33                "ipc",
34                "selinux_adapter",
35                "hilog",
36                "init",
37                "ability_runtime",
38                "access_token",
39                "common",
40                "eventhandler",
41                "config_policy",
42                "resource_management",
43                "hitrace",
44                "common_event_service",
45                "hisysevent",
46                "security_component_manager",
47                "netmanager",
48                "netmanager_base",
49                "ace_engine",
50                "os_account",
51                "hilog_lite",
52                "samgr_lite",
53                "ipc_single",
54                "kv_store",
55                "ability_lite",
56                "ace_engine_lite",
57                "surface_lite",
58                "ui_lite",
59                "code_signature"
60            ],
61	    "third_party": [
62                "bounds_checking_function",
63                "bzip2",
64                "libdrm",
65                "lz4",
66                "openssl",
67                "libusb",
68                "zlib",
69                "libuv",
70                "libpng",
71                "selinux",
72                "cJSON"
73	    ]
74        },
75        "build": {
76            "sub_component": [
77                "//base/startup/appspawn:appspawn_all"
78            ],
79            "inner_kits": [
80                {
81                    "header": {
82                        "header_base": "//base/startup/appspawn/interfaces/innerkits/include/",
83                        "header_files": [
84                            "appspawn_socket.h",
85                            "client_socket.h"
86                        ]
87                    },
88                    "name": "//base/startup/appspawn/interfaces/innerkits:appspawn_socket_client"
89                }
90            ],
91            "test": [
92                "//base/startup/appspawn/test:moduletest",
93                "//base/startup/appspawn/test:unittest"
94            ]
95        }
96    }
97}
98