third_party_alsa-lib/bundle.json
vb6174 42609530b8 fix: Modify the subsystem and part name
Signed-off-by: vb6174 <zhangyunhu@huawei.com>
2022-10-11 10:27:21 +08:00

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": []
}
}
}