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