mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 07:45:51 -04:00
ce04a433e7
Signed-off-by: libaoping28 <libaoping1@h-partners.com>
68 lines
1.7 KiB
JSON
Executable File
68 lines
1.7 KiB
JSON
Executable File
{
|
|
"name": "@ohos/drivers_peripheral_display",
|
|
"description": "display device driver",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/display"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_display",
|
|
"subsystem": "hdf",
|
|
"adapted_system_type": ["standard", "small"],
|
|
"rom": "1260KB",
|
|
"ram": "7700KB",
|
|
"features": [
|
|
"drivers_peripheral_display_community",
|
|
"drivers_peripheral_display_vdi_default",
|
|
"drivers_peripheral_display_hicollie_enable",
|
|
"drivers_peripheral_display_bootstrap_hotplug",
|
|
"drivers_peripheral_display_feature_p7885"
|
|
],
|
|
"deps": {
|
|
"components": [
|
|
"hdf_core",
|
|
"hilog",
|
|
"c_utils",
|
|
"ipc",
|
|
"drivers_interface_display",
|
|
"graphic_surface",
|
|
"init",
|
|
"hitrace",
|
|
"libdrm",
|
|
"hicollie",
|
|
"bounds_checking_function"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/display:display_entry"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/display:display_test_entry"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//drivers/peripheral/display:hdi_gralloc_client",
|
|
"header": {
|
|
"header_files": [
|
|
"display_type.h"
|
|
],
|
|
"header_base": "//drivers/peripheral/display/interfaces/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//drivers/peripheral/display:display_composer_vdi_config"
|
|
},
|
|
{
|
|
"name": "//drivers/peripheral/display:display_buffer_vdi_config"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|