1{ 2 "name": "@ohos/pulseaudio", 3 "description": "Pulseaudio is a Sound server system, which is used by multimedia audio subsystem as audio server. It provides playback, record and audio management functionalities.", 4 "version": "3.1", 5 "license": "LGPL V2.1/BSD-Style/Sun License", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/pulseaudio" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "readmePath": { 13 "en": "README" 14 }, 15 "component": { 16 "name": "pulseaudio", 17 "subsystem": "thirdparty", 18 "syscap": [], 19 "features": [], 20 "adapted_system_type": [ 21 "standard" 22 ], 23 "rom": "", 24 "ram": "", 25 "deps": { 26 "components": [ 27 "hilog", 28 "init" 29 ], 30 "third_party": [ 31 "glib", 32 "libsnd" 33 ] 34 }, 35 "build": { 36 "sub_component": [], 37 "inner_kits": [], 38 "test": [] 39 } 40 } 41}