Files
third_party_sonic/bundle.json
sunruiyang d6000e49e8 update: 更新文件 bundle.json
Signed-off-by: sunruiyang <sunruiyang5@h-partners.com>
2026-03-09 09:49:55 +08:00

39 lines
1018 B
JSON

{
"name": "@ohos/sonic",
"description": "Sonic is a simple algorithm for speeding up or slowing down speech, which is used by multimedia audio subsystems for change speed playback.",
"version": "0.2.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/sonic"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README"
},
"component": {
"name": "sonic",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/sonic:sonic"
}
],
"test": []
}
}
}