Files
multimedia_audio_lite/bundle.json
huang-jianfei200 2b9142c401 Repair component name
Signed-off-by: huang-jianfei200 <huangjianfei4@huawei.com>
Change-Id: If4b929b244b361ccc02a589930f82ddc9986ee2e
2023-08-26 19:16:38 +08:00

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": []
}
}
}