mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-23 07:30:32 +00:00
42609530b8
Signed-off-by: vb6174 <zhangyunhu@huawei.com>
36 lines
964 B
JSON
36 lines
964 B
JSON
{
|
|
"name": "@ohos/alsa-lib",
|
|
"description": "The alsa-lib is a library to interface with ALSA in the Linux kernel and virtual devices using a plugin system.",
|
|
"version": "3.1",
|
|
"license": "GNU Lesser General Public License v2.1",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/alsa-lib"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "COPYING",
|
|
"readmePath": {
|
|
"en": "README.md",
|
|
"zh": "README_zh.md"
|
|
},
|
|
"component": {
|
|
"name": "alsa-lib",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [ "standard" ],
|
|
"rom": "950KB",
|
|
"ram": "988KB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [ "//third_party/alsa-lib:libasound" ],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|