mirror of
https://github.com/openharmony/multimedia_audio_lite.git
synced 2026-07-20 23:45:13 -04:00
2b9142c401
Signed-off-by: huang-jianfei200 <huangjianfei4@huawei.com> Change-Id: If4b929b244b361ccc02a589930f82ddc9986ee2e
37 lines
926 B
JSON
Executable File
37 lines
926 B
JSON
Executable File
{
|
|
"name": "@ohos/audio_lite",
|
|
"description": "Audio encoder and decoder for small system.",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "foundation/multimedia/audio_lite"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "audio_lite",
|
|
"subsystem": "multimedia",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"mini",
|
|
"small"
|
|
],
|
|
"rom": "59KB",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": [
|
|
"bounds_checking_function"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/multimedia/audio_lite/frameworks:audio_capturer_lite"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |