1{ 2 "name": "@ohos/drivers_peripheral_lpplayer", 3 "description": "low_power_player device driver", 4 "version": "6.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/low_power_player" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_lpplayer", 14 "subsystem": "hdf", 15 "features": [ 16 ], 17 "syscap": [], 18 "adapted_system_type": ["standard"], 19 "rom": "675KB", 20 "ram": "7400KB", 21 "deps": { 22 "components": [ 23 "drivers_interface_lpplayer", 24 "bounds_checking_function", 25 "c_utils", 26 "graphic_surface", 27 "hdf_core", 28 "hitrace", 29 "hilog", 30 "ipc" 31 ], 32 "third_party": [] 33 }, 34 "build": { 35 "sub_component": [ 36 "//drivers/peripheral/low_power_player:lpp_idl_service" 37 ] 38 } 39 } 40 } 41