2022-01-18 09:32:36 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2023-06-29 03:20:54 +00:00
|
|
|
"name": "libsnd",
|
|
|
|
"subsystem": "thirdparty",
|
2022-01-18 09:32:36 +00:00
|
|
|
"syscap": [],
|
|
|
|
"features": [],
|
2023-06-29 03:20:54 +00:00
|
|
|
"adapted_system_type": [
|
|
|
|
"standard"
|
|
|
|
],
|
2022-01-18 09:32:36 +00:00
|
|
|
"rom": "",
|
|
|
|
"ram": "",
|
|
|
|
"deps": {
|
|
|
|
"components": [],
|
|
|
|
"third_party": []
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [],
|
2024-04-30 01:33:32 +00:00
|
|
|
"inner_kits": [
|
|
|
|
{
|
|
|
|
"name" : "//third_party/libsnd:sndfile",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"config.h",
|
|
|
|
"sndfile.h"
|
|
|
|
],
|
|
|
|
"header_base": "//third_party/libsnd/include"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2022-01-18 09:32:36 +00:00
|
|
|
"test": []
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|