mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-22 17:39:49 +00:00
359c4300be
Description: 音频框架组件独立编译 Sig: SIG_MultiMedia Feature or Bugfix: Feature Binary Source: No Signed-off-by: Meng.Lv <lvmeng123@huawei.com> Change-Id: Iea66b70cfb9735600737d6ce619b0bcc14895f4e
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
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": [
|
|
{
|
|
"name" : "//third_party/libsnd:sndfile",
|
|
"header": {
|
|
"header_files": [
|
|
"config.h",
|
|
"sndfile.h"
|
|
],
|
|
"header_base": "//third_party/libsnd/include"
|
|
}
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |