mirror of
https://github.com/openharmony/third_party_opensles.git
synced 2026-07-01 10:04:27 -04:00
3c4a462b59
加入libSLES的innerAPI接口 Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
41 lines
985 B
JSON
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": []
|
|
}
|
|
}
|
|
}
|