• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/alsa-utils",
3    "description": "This package contains the command line utilities for the ALSA project. The package can be compiled only with the installed ALSA driver and the ALSA C library (alsa-lib).",
4    "version": "3.1",
5    "license": "GNU General Public License v2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/alsa-utils"
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-utils",
19        "subsystem": "thirdparty",
20        "syscap": [],
21        "features": [],
22        "adapted_system_type": [ "standard" ],
23        "rom": "650KB",
24        "ram": "896KB",
25        "deps": {
26            "components": [],
27            "third_party": [ "alsa-lib" ]
28        },
29        "build": {
30            "sub_component": [ "//third_party/alsa-utils:alsa-utils" ],
31            "inner_kits": [],
32            "test": []
33        }
34    }
35}
36