1{ 2 "name": "@ohos/sys_installer_lite", 3 "version": "4.0.2", 4 "description": "为轻量级设备提供升级写入相关的api", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache License 2.0", 7 "repository": "https://gitee.com/openharmony/update_sys_installer_lite", 8 "supplier": "Organization: OpenHarmony", 9 "domain": "os", 10 "language": "", 11 "publishAs": "code-segment", 12 "private": false, 13 "scripts": {}, 14 "tags": [ 15 "base" 16 ], 17 "keywords": [ 18 "update", 19 "ota", 20 "lite" 21 ], 22 "envs": {}, 23 "dirs": {}, 24 "author": { 25 "name": "", 26 "email": "", 27 "url": "" 28 }, 29 "contributors": [ 30 { 31 "name": "", 32 "email": "", 33 "url": "" 34 } 35 ], 36 "segment": { 37 "destPath": "base/update/sys_installer_lite" 38 }, 39 "component": { 40 "name": "sys_installer_lite", 41 "subsystem": "updater", 42 "features": [], 43 "adapted_system_type": [ 44 "mini", 45 "small" 46 ], 47 "rom": "", 48 "ram": "", 49 "deps": { 50 "components": [ 51 "init", 52 "utils_lite" 53 ], 54 "third_party": [ 55 "bounds_checking_function", 56 "mbedtls" 57 ] 58 }, 59 "build": { 60 "sub_component": [ 61 "//base/update/sys_installer_lite/frameworks:sys_installer_lite" 62 ], 63 "inner_kits": [ 64 { 65 "name": "//base/update/sys_installer_lite/frameworks:update_api", 66 "header": { 67 "header_files": [ 68 "hota_partition.h", 69 "hota_updater.h" 70 ], 71 "header_base": "//base/update/sys_installer_lite/interfaces/kits" 72 } 73 } 74 ], 75 "test": [] 76 } 77 } 78} 79 80