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