mirror of
https://github.com/openharmony/multimedia_media_lite.git
synced 2026-07-01 06:41:50 -04:00
45e3f40d34
Signed-off-by: huang-jianfei200 <huangjianfei4@huawei.com> Change-Id: I875441a6595381e34698da575532877da9167194
50 lines
1.6 KiB
JSON
Executable File
50 lines
1.6 KiB
JSON
Executable File
{
|
|
"name": "@ohos/media_lite",
|
|
"description": "Recorder service and player service.",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "foundation/multimedia/media_lite"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "media_lite",
|
|
"subsystem": "multimedia",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"mini",
|
|
"small"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"hilog_lite",
|
|
"audio_lite",
|
|
"camera_lite",
|
|
"permission_lite",
|
|
"init"
|
|
],
|
|
"third_party": [
|
|
"bounds_checking_function"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite",
|
|
"//foundation/multimedia/media_lite/frameworks/player_lite:player_lite",
|
|
"//foundation/multimedia/media_lite/services:media_lite",
|
|
"//foundation/multimedia/camera_lite/test:lite_camera_test",
|
|
"//foundation/multimedia/media_lite/test/unittest:lite_medialite_test",
|
|
"//foundation/multimedia/audio_lite/test:lite_audio_test",
|
|
"//foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin:audio_lite_api"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|