1{
2    "name": "@ohos/alsa-lib",
3    "description": "The alsa-lib is a library to interface with ALSA in the Linux kernel and virtual devices using a plugin system.",
4    "version": "3.1",
5    "license": "GNU Lesser General Public License v2.1",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/alsa-lib"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYING",
13    "readmePath": {
14        "en": "README.md",
15        "zh": "README_zh.md"
16    },
17    "component": {
18        "name": "alsa-lib",
19        "subsystem": "thirdparty",
20        "syscap": [],
21        "features": [],
22        "adapted_system_type": [ "standard" ],
23        "rom": "950KB",
24        "ram": "988KB",
25        "deps": {
26            "components": [],
27            "third_party": []
28        },
29        "build": {
30            "sub_component": [ "//third_party/alsa-lib:libasound" ],
31            "inner_kits": [
32                {
33                    "type": "so",
34                    "name": "//third_party/alsa-lib:libasound",
35                    "header": {
36                        "header_base": "//third_party/alsa-lib",
37                        "header_files": [
38                        ]
39                    }
40                }
41            ],
42            "test": []
43        }
44    }
45}
46