• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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": "1872",
24        "ram": "0",
25        "deps": {
26            "components": [
27                "hilog",
28                "hitrace",
29                "init",
30                "libsnd"
31            ],
32            "third_party": []
33        },
34        "build": {
35            "sub_component": [],
36            "inner_kits": [
37                {
38                    "header": {
39                        "header_base": "//third_party/pulseaudio/ohosbuild/src/daemon",
40                        "header_files": []
41                    },
42                    "name": "//third_party/pulseaudio/ohosbuild/src/daemon:pulseaudio"
43                },
44                {
45                    "header": {
46                        "header_base": "//third_party/pulseaudio/ohosbuild/src/pulse",
47                        "header_files": []
48                    },
49                    "name": "//third_party/pulseaudio/ohosbuild/src/pulse:pulse"
50                },
51                {
52                    "header": {
53                        "header_base": "//third_party/pulseaudio/ohosbuild/src/pulsecore",
54                        "header_files": []
55                    },
56                    "name": "//third_party/pulseaudio/ohosbuild/src/pulsecore:pulsecore"
57                },
58                {
59                    "header": {
60                        "header_base": "//third_party/pulseaudio/ohosbuild/src",
61                        "header_files": []
62                    },
63                    "name": "//third_party/pulseaudio/ohosbuild/src:pulsecommon"
64                },
65                {
66                    "header": {
67                        "header_base": "//third_party/pulseaudio/sonic",
68                        "header_files": [
69                            "sonic.h",
70                            "wave.h"
71                        ]
72                    },
73                    "name": "//third_party/pulseaudio/sonic:sonic"
74                },
75                {
76                    "header": {
77                        "header_base": "//third_party/pulseaudio/speex/include/speex",
78                        "header_files": [
79                            "speex_resampler.h"
80                        ]
81                    },
82                    "name": "//third_party/pulseaudio/speex:speexresampler"
83                }
84            ],
85            "test": []
86        }
87    }
88}