1{ 2 "name": "@ohos/audio_manager_lite", 3 "description": "Audio encoder and decoder for small system.", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/multimedia/audio_lite" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "audio_manager_lite", 14 "subsystem": "multimedia", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ 18 "small" 19 ], 20 "rom": "59KB", 21 "ram": "", 22 "deps": { 23 "components": [], 24 "third_party": [ 25 "bounds_checking_function" 26 ] 27 }, 28 "build": { 29 "sub_component": [ 30 "//foundation/multimedia/audio_lite/frameworks:audio_capturer_lite" 31 ], 32 "inner_kits": [], 33 "test": [] 34 } 35 } 36}