1{ 2 "name": "@ohos/opensles", 3 "description": "openSLES provides objects and APIs for developers to implement high-performance, low-latency audio features.", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/openSLES" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "readmePath": { 13 "en": "README.md" 14 }, 15 "component": { 16 "name": "opensles", 17 "subsystem": "thirdparty", 18 "syscap": [], 19 "features": [], 20 "adapted_system_type": [ 21 "standard" 22 ], 23 "rom": "0KB", 24 "ram": "0KB", 25 "deps": { 26 "components": [], 27 "third_party": [] 28 }, 29 "build": { 30 "sub_component": [ 31 ], 32 "inner_kits": [ 33 { 34 "name" : "//third_party/openSLES:libSLES" 35 } 36 ], 37 "test": [] 38 } 39 } 40} 41