1{ 2 "name": "@ohos/libsnd", 3 "description": "libsndfile is a C library for reading and writing files containing sampled audio data.", 4 "version": "3.1", 5 "license": "LGPL V2.1,Apache,Sun Microsystems License", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/libsnd" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "COPYING", 13 "component": { 14 "name": "libsnd", 15 "subsystem": "thirdparty", 16 "syscap": [], 17 "features": [], 18 "adapted_system_type": [ 19 "standard" 20 ], 21 "rom": "", 22 "ram": "", 23 "deps": { 24 "components": [], 25 "third_party": [] 26 }, 27 "build": { 28 "sub_component": [], 29 "inner_kits": [ 30 { 31 "name" : "//third_party/libsnd:sndfile", 32 "header": { 33 "header_files": [ 34 "config.h", 35 "sndfile.h" 36 ], 37 "header_base": "//third_party/libsnd/include" 38 } 39 } 40 ], 41 "test": [] 42 } 43 } 44}