1{ 2 "name": "@ohos/media_lite", 3 "description": "Recorder service and player service.", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/multimedia/media_lite" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "media_lite", 14 "subsystem": "multimedia", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ 18 "mini", 19 "small" 20 ], 21 "rom": "", 22 "ram": "", 23 "deps": { 24 "components": [ 25 "hilog_lite", 26 "audio_manager_lite", 27 "camera_lite", 28 "permission", 29 "ui_lite" 30 ], 31 "third_party": [ 32 "bounds_checking_function", 33 "iniparser" 34 ] 35 }, 36 "build": { 37 "sub_component": [ 38 "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", 39 "//foundation/multimedia/media_lite/frameworks/player_lite:player_lite" 40 ], 41 "inner_kits": [], 42 "test": [] 43 } 44 } 45} 46