1{ 2 "name": "@ohos/drivers_peripheral_battery", 3 "description": "battery hdf", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/battery" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_battery", 14 "subsystem": "hdf", 15 "adapted_system_type": ["standard", "small"], 16 "rom": "600KB", 17 "ram": "7400KB", 18 "features": [ 19 "drivers_peripheral_battery_feature_config_policy", 20 "drivers_peripheral_battery_feature_c_utils", 21 "drivers_peripheral_battery_feature_hicollie" 22 ], 23 "deps": { 24 "components": [ 25 "c_utils", 26 "config_policy", 27 "drivers_interface_battery", 28 "hdf_core", 29 "hicollie", 30 "hilog", 31 "ipc", 32 "jsoncpp" 33 ] 34 }, 35 "build": { 36 "sub_component": [ 37 "//drivers/peripheral/battery:battery_entry" 38 ], 39 "test": [ 40 "//drivers/peripheral/battery/interfaces/hdi_service/test:unittest", 41 "//drivers/peripheral/battery/interfaces/hdi_service/test:systemtest", 42 "//drivers/peripheral/battery/interfaces/hdi_service/test:fuzzer" 43 ], 44 "inner_kits": [] 45 } 46 } 47} 48