1{ 2 "name": "@ohos/drivers_peripheral_power", 3 "description": "power_hdf", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/power" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_power", 14 "subsystem": "hdf", 15 "features": [ 16 "drivers_peripheral_power_wakeup_cause_path", 17 "drivers_peripheral_power_suspend_with_tag", 18 "drivers_peripheral_power_faster_retry_of_sleep", 19 "drivers_peripheral_power_enable_s4", 20 "drivers_peripheral_power_slower_retry_of_sleep" 21 ], 22 "adapted_system_type": ["standard", "small"], 23 "rom": "981KB", 24 "ram": "6000KB", 25 "deps": { 26 "components": [ 27 "c_utils", 28 "config_policy", 29 "drivers_interface_power", 30 "hdf_core", 31 "hicollie", 32 "hilog", 33 "hisysevent", 34 "libxml2", 35 "ipc", 36 "jsoncpp" 37 ], 38 "third_party": [ 39 "jsoncpp" 40 ] 41 }, 42 "build": { 43 "sub_component": [ 44 "//drivers/peripheral/power:power_entry" 45 ], 46 "test": [ 47 "//drivers/peripheral/power/test:hdf_test_power" 48 ], 49 "inner_kits": [] 50 } 51 } 52 } 53 54