mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
b4dd47a750
Signed-off-by: huang-jianfei200 <huangjianfei4@huawei.com> Change-Id: I43f9c2b69e1714307efdb9bfd5074fda11e72194
33 lines
826 B
JSON
33 lines
826 B
JSON
{
|
|
"name": "@ohos/libsnd",
|
|
"description": "libsndfile is a C library for reading and writing files containing sampled audio data.",
|
|
"version": "3.1",
|
|
"license": "LGPL V2.1,Apache,Sun Microsystems License",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/libsnd"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "COPYING",
|
|
"component": {
|
|
"name": "libsnd",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |