Files
multimedia_audio_lite/bundle.json
taiyipei f5c9f8971a add components bundle json file
Signed-off-by: taiyipei <peitaiyi@huawei.com>
2022-05-15 19:25:15 -07:00

36 lines
922 B
JSON
Executable File

{
"name": "@ohos/audio_manager_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_manager_lite",
"subsystem": "multimedia",
"syscap": [],
"features": [],
"adapted_system_type": [
"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": []
}
}
}