Files
drivers_peripheral/display/bundle.json
T
梁鹏辉 32fa65ba29 change
Signed-off-by: 梁鹏辉 <liangpenghui2@huawei.com>
2024-09-15 16:18:33 +08:00

66 lines
1.6 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"
],
"deps": {
"components": [
"hdf_core",
"hilog",
"c_utils",
"ipc",
"drivers_interface_display",
"graphic_surface",
"init",
"hitrace",
"libdrm",
"hicollie"
],
"third_party": []
},
"build": {
"sub_component": [
"//drivers/peripheral/display:display_entry"
],
"test": [
"//drivers/peripheral/display:display_test_entry"
],
"inner_kits": [
{
"name": "//drivers/peripheral/display/hdi_service/gralloc/client:hdi_gralloc_client",
"header": {
"header_files": [
"idisplay_gralloc.h",
"parcel_utils.h"
],
"header_base": "//drivers/peripheral/display/hdi_service/gralloc/include"
}
},
{
"name": "//drivers/peripheral/display:display_composer_vdi_config"
},
{
"name": "//drivers/peripheral/display:display_buffer_vdi_config"
}
]
}
}
}