1{ 2 "name": "@ohos/audio_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_lite", 14 "subsystem": "multimedia", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ 18 "mini", 19 "small" 20 ], 21 "rom": "59KB", 22 "ram": "", 23 "deps": { 24 "components": [], 25 "third_party": [ 26 "bounds_checking_function" 27 ] 28 }, 29 "build": { 30 "sub_component": [ 31 "//foundation/multimedia/audio_lite/frameworks:audio_capturer_lite" 32 ], 33 "inner_kits": [], 34 "test": [] 35 } 36 } 37}