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 "selinux", 36 "hilog", 37 "init", 38 "ability_runtime", 39 "access_token", 40 "eventhandler", 41 "config_policy", 42 "resource_management", 43 "hitrace", 44 "common_event_service", 45 "hisysevent", 46 "security_component_manager", 47 "napi", 48 "netmanager", 49 "netmanager_base", 50 "ace_engine", 51 "os_account", 52 "hilog_lite", 53 "samgr_lite", 54 "ipc_single", 55 "kv_store", 56 "ability_lite", 57 "ace_engine_lite", 58 "surface_lite", 59 "ui_lite", 60 "code_signature", 61 "bounds_checking_function", 62 "zlib", 63 "cJSON" 64 ], 65 "third_party": [ 66 "bounds_checking_function", 67 "zlib", 68 "selinux", 69 "cJSON" 70 ] 71 }, 72 "build": { 73 "sub_component": [ 74 "//base/startup/appspawn:appspawn_all" 75 ], 76 "inner_kits": [ 77 { 78 "header": { 79 "header_base": "//base/startup/appspawn/interfaces/innerkits_new/include/", 80 "header_files": [ 81 "appspawn.h" 82 ] 83 }, 84 "name": "//base/startup/appspawn/interfaces/innerkits_new/client:appspawn_client" 85 }, 86 { 87 "header": { 88 "header_base": "//base/startup/appspawn/interfaces/innerkits/include/", 89 "header_files": [ 90 "appspawn_socket.h", 91 "client_socket.h" 92 ] 93 }, 94 "name": "//base/startup/appspawn/interfaces/innerkits:appspawn_socket_client" 95 }, 96 { 97 "header": { 98 "header_base": "//base/startup/appspawn/interfaces/innerkits/hnp/include/", 99 "header_files": [ 100 "hnp_api.h" 101 ] 102 }, 103 "name": "//base/startup/appspawn/interfaces/innerkits/hnp:hnpapi" 104 } 105 ], 106 "test": [ 107 "//base/startup/appspawn/test:moduletest", 108 "//base/startup/appspawn/test:unittest", 109 "//base/startup/appspawn/test:fuzztest" 110 ] 111 } 112 } 113} 114