1{ 2 "name": "@ohos/openmax", 3 "description": "OpenMAX is a royalty-free, cross-platform API that provides comprehensive streaming media codec and application portability by enabling accelerated multimedia components to be developed, integrated and programmed across multiple operating systems and silicon platforms.", 4 "version": "3.1", 5 "license": "MIT license", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/openmax" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "readmePath": { 13 "en": "README.md" 14 }, 15 "component": { 16 "name": "openmax", 17 "subsystem": "thirdparty", 18 "syscap": [], 19 "features": [], 20 "adapted_system_type": [ 21 "standard", 22 "small" 23 ], 24 "rom": "0KB", 25 "ram": "0KB", 26 "deps": { 27 "components": [], 28 "third_party": [] 29 }, 30 "build": { 31 "sub_component": [ "//third_party/openmax:libopenmax_static" ], 32 "inner_kits": [ 33 { 34 "name": "//third_party/openmax:libopenmax_static", 35 "header": { 36 "header_base": "//third_party/openmax/api/1.1.2", 37 "header_files": [ 38 "OMX_Audio.h", 39 "OMX_Component.h", 40 "OMX_ComponentExt.h", 41 "OMX_ContentPipe.h", 42 "OMX_Core.h", 43 "OMX_CoreExt.h", 44 "OMX_Image.h", 45 "OMX_ImageExt.h", 46 "OMX_Index.h", 47 "OMX_IndexExt.h", 48 "OMX_IVCommon.h", 49 "OMX_Other.h", 50 "OMX_Types.h", 51 "OMX_Video.h", 52 "OMX_VideoExt.h" 53 ] 54 } 55 } 56 ], 57 "test": [] 58 } 59 } 60} 61