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_support_hybrid", 26 "appspawn_use_encaps", 27 "appspawn_mount_tmpshm", 28 "appspawn_seccomp_privilege", 29 "appspawn_support_prefork", 30 "appspawn_support_code_signature", 31 "appspawn_allow_internet_permission", 32 "appspawn_custom_sandbox", 33 "appspawn_support_nosharefs", 34 "appspawn_support_local_debugger", 35 "appspawn_napi_preload_path", 36 "appspawn_arkweb_preload" 37 ], 38 "rom": "296KB", 39 "ram": "13125KB", 40 "hisysevent_config": [ 41 "//base/startup/appspawn/hisysevent.yaml", 42 "//base/startup/appspawn/startup_events.yaml" 43 ], 44 "deps": { 45 "components": [ 46 "ability_base", 47 "c_utils", 48 "ipc", 49 "selinux_adapter", 50 "selinux", 51 "hilog", 52 "init", 53 "ability_runtime", 54 "access_token", 55 "eventhandler", 56 "config_policy", 57 "resource_management", 58 "hitrace", 59 "common_event_service", 60 "hisysevent", 61 "security_component_manager", 62 "napi", 63 "netmanager", 64 "netmanager_base", 65 "ace_engine", 66 "os_account", 67 "hilog_lite", 68 "samgr_lite", 69 "ipc_single", 70 "kv_store", 71 "ability_lite", 72 "ace_engine_lite", 73 "surface_lite", 74 "ui_lite", 75 "code_signature", 76 "bounds_checking_function", 77 "zlib", 78 "cJSON", 79 "json", 80 "faultloggerd", 81 "dlp_permission_service", 82 "ffrt", 83 "webview" 84 ], 85 "third_party": [ 86 "bounds_checking_function", 87 "zlib", 88 "selinux", 89 "cJSON" 90 ] 91 }, 92 "build": { 93 "sub_component": [ 94 "//base/startup/appspawn:appspawn_all" 95 ], 96 "inner_kits": [ 97 { 98 "header": { 99 "header_base": "//base/startup/appspawn/interfaces/innerkits/include/", 100 "header_files": [ 101 "appspawn.h" 102 ] 103 }, 104 "name": "//base/startup/appspawn/interfaces/innerkits/client:appspawn_client" 105 }, 106 { 107 "header": { 108 "header_base": "//base/startup/appspawn/interfaces/innerkits/hnp/include/", 109 "header_files": [ 110 "hnp_api.h" 111 ] 112 }, 113 "name": "//base/startup/appspawn/interfaces/innerkits/hnp:hnpapi" 114 }, 115 { 116 "header": { 117 "header_base": "//base/startup/appspawn/interfaces/innerkits/dec_util/include/", 118 "header_files": [ 119 "dec_api.h" 120 ] 121 }, 122 "name": "//base/startup/appspawn/interfaces/innerkits/dec_util:appspawn_dec_util" 123 } 124 ], 125 "test": [ 126 "//base/startup/appspawn/test:moduletest", 127 "//base/startup/appspawn/test:unittest", 128 "//base/startup/appspawn/test:fuzztest" 129 ] 130 } 131 } 132} 133