1{ 2 "name": "@ohos/media_utils_lite", 3 "description": "Definition of public information such as media error code, and data types required for recording and playing audio and video.", 4 "version": "3.2", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/multimedia/media_utils_lite" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "media_utils_lite", 14 "subsystem": "multimedia", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ 18 "small" 19 ], 20 "rom": "1024kB", 21 "ram": "500kB", 22 "deps": { 23 "components": [], 24 "third_party": [] 25 }, 26 "build": { 27 "sub_component": [], 28 "inner_kits": [ 29 { 30 "type": "none", 31 "name": "//foundation/multimedia/media_utils_lite:media_common" , 32 "header": { 33 "header_files": [ 34 "hal_camera.h", 35 "hal_display.h", 36 "data_stream.h", 37 "format.h", 38 "media_errors.h", 39 "media_info.h", 40 "media_log.h", 41 "source.h" 42 ], 43 "header_base": [ 44 "//foundation/multimedia/media_utils_lite/hals", 45 "//foundation/multimedia/media_utils_lite/interfaces/kits" 46 ] 47 } 48 } 49 ], 50 "test": [] 51 } 52 } 53}