mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 18:15:56 -04:00
5e30b5c0e2
Signed-off-by: qijinquan <qijinquan@kaihong.com>
61 lines
1.5 KiB
JSON
Executable File
61 lines
1.5 KiB
JSON
Executable File
{
|
|
"name": "@ohos/drivers_peripheral_codec",
|
|
"description": "codec device driver",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/codec"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_codec",
|
|
"subsystem": "hdf",
|
|
"features": [
|
|
"drivers_peripheral_codec_support_omx",
|
|
"drivers_peripheral_codec_support_role"
|
|
],
|
|
"syscap": [ "" ],
|
|
"adapter_system_type": ["standard"],
|
|
"rom": "675KB",
|
|
"ram": "7400KB",
|
|
"deps": {
|
|
"components": [
|
|
"hdf_core",
|
|
"hiviewdfx_hilog_native",
|
|
"display"
|
|
],
|
|
"third_party": [
|
|
"googletest",
|
|
"libdrm"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/codec/hdi_service:codec_client",
|
|
"//drivers/peripheral/codec/hdi_service:codec_service",
|
|
"//drivers/peripheral/codec:hdf_media_codec"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/codec/test:hdf_test_media_codec"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//drivers/peripheral/codec/hal:libcodec_hdi_omx_client",
|
|
"header": {
|
|
"header_files": [
|
|
"codec_callback_if.h",
|
|
"codec_component_if.h",
|
|
"codec_component_manager.h",
|
|
"codec_component_type.h",
|
|
"codec_omx_ext.h"
|
|
],
|
|
"header_base": "//drivers/peripheral/codec/interfaces/include"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|