Files
third_party_opensles/bundle.json
T
tongkai0808fh 3c4a462b59 更改bundle.json文件,加入libSLES的innerAPI接口
加入libSLES的innerAPI接口

Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
2024-04-22 09:29:14 +00:00

41 lines
985 B
JSON

{
"name": "@ohos/opensles",
"description": "openSLES provides objects and APIs for developers to implement high-performance, low-latency audio features.",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/openSLES"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README.md"
},
"component": {
"name": "opensles",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "0KB",
"ram": "0KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
],
"inner_kits": [
{
"name" : "//third_party/openSLES:libSLES"
}
],
"test": []
}
}
}