1{ 2 "name": "@ohos/battery_lite", 3 "version": "3.1", 4 "description": "轻设备电池服务,提供电池和充放电状态查询服务。", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache License 2.0", 7 "repository": "https://gitee.com/openharmony/powermgr_battery_lite", 8 "domain": "os", 9 "language": "", 10 "publishAs": "", 11 "private": false, 12 "scripts": {}, 13 "envs": [], 14 "dirs": [ 15 "base/powermgr/battery_lite" 16 ], 17 "segment": { 18 "destPath": "base/powermgr/battery_lite" 19 }, 20 "component": { 21 "name": "battery_lite", 22 "subsystem": "powermgr", 23 "syscap": [ 24 "SystemCapability.PowerManager.BatteryManager.Lite" 25 ], 26 "features": [], 27 "adapted_system_type": [ 28 "liteos_a", 29 "liteos_m", 30 "linux" 31 ], 32 "rom": "22KB", 33 "ram": "~10KB", 34 "output": [ 35 "libbatterymgr.so", 36 "libbatteryservice.so" 37 ], 38 "deps": { 39 "components": [ 40 "utils_base", 41 "samgr_lite", 42 "peripheral_input", 43 "ui", 44 "ipc_single", 45 "bundle_framework_lite", 46 "ability_lite", 47 "hilog", 48 "wms" 49 ], 50 "third_party": [ 51 "bounds_checking_function" 52 ] 53 }, 54 "build": { 55 "sub_component": [ 56 "//base/powermgr/battery_lite:batterymgr_lite", 57 "//base/powermgr/battery_lite/frameworks/js:ace_battery_kits" 58 ], 59 "inner_kits": [], 60 "test": [] 61 } 62 } 63} 64