mirror of
https://gitee.com/openharmony/third_party_alsa-utils
synced 2024-11-23 15:10:36 +00:00
aa5325b7d9
Signed-off-by: vb6174 <zhangyunhu@huawei.com>
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "@ohos/alsa-utils",
|
|
"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).",
|
|
"version": "3.1",
|
|
"license": "GNU General Public License v2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/alsa-utils"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "COPYING",
|
|
"readmePath": {
|
|
"en": "README.md",
|
|
"zh": "README_zh.md"
|
|
},
|
|
"component": {
|
|
"name": "alsa-utils",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [ "standard" ],
|
|
"rom": "650KB",
|
|
"ram": "896KB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": [ "alsa-lib" ]
|
|
},
|
|
"build": {
|
|
"sub_component": [ "//third_party/alsa-utils:alsa-utils" ],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|