mirror of
https://github.com/openharmony/multimedia_utils_lite.git
synced 2026-07-01 06:48:10 -04:00
c86cb5bb79
Signed-off-by: huang-jianfei200 <huangjianfei3@huawei.com> Change-Id: I431010a37f43052419fd9fa5016b150e3ce3ea28
53 lines
1.7 KiB
JSON
Executable File
53 lines
1.7 KiB
JSON
Executable File
{
|
|
"name": "@ohos/media_utils_lite",
|
|
"description": "Definition of public information such as media error code, and data types required for recording and playing audio and video.",
|
|
"version": "3.2",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "foundation/multimedia/media_utils_lite"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "media_utils_lite",
|
|
"subsystem": "multimedia",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"small"
|
|
],
|
|
"rom": "1024kB",
|
|
"ram": "500kB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"type": "none",
|
|
"name": "//foundation/multimedia/media_utils_lite:media_common" ,
|
|
"header": {
|
|
"header_files": [
|
|
"hal_camera.h",
|
|
"hal_display.h",
|
|
"data_stream.h",
|
|
"format.h",
|
|
"media_errors.h",
|
|
"media_info.h",
|
|
"media_log.h",
|
|
"source.h"
|
|
],
|
|
"header_base": [
|
|
"//foundation/multimedia/media_utils_lite/hals",
|
|
"//foundation/multimedia/media_utils_lite/interfaces/kits"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |