Files
build_lite/components/drivers.json
T
2021-03-11 18:42:43 +08:00

179 lines
4.8 KiB
JSON

{
"components": [
{
"component": "hdf_hi3516dv300_liteos_a",
"description": "",
"optional": "false",
"dirs": [
"drivers/adapter/uhdf",
"drivers/peripheral",
"device/hisilicon/drivers"
],
"targets": [
"//drivers/adapter/uhdf/posix:hdf_posix",
"//drivers/adapter/uhdf/manager:hdf_manager",
"//drivers/adapter/uhdf/platform:hdf_platform_driver",
"//drivers/peripheral/display/hal:hdi_display",
"//drivers/peripheral/input/hal:hdi_input",
"//drivers/peripheral/sensor/hal:hdi_sensor",
"//drivers/peripheral/wlan/client:hdi_wifi",
"//drivers/peripheral/wlan/hal:wifi_hal_interface",
"//device/hisilicon/drivers/firmware/common/wlan:wifi_firmware",
"//drivers/adapter/uhdf/test:hdf_test"
],
"rom": "",
"ram": "",
"output": [
"libhdf_osal.so",
"libhdf_core.so",
"libdisplay_gralloc.so",
"libdisplay_layer.so",
"libdisplay_gfx.so",
"libhdi_input.so"
],
"adapted_board": [
"hi3516dv300",
"hi3516dv300_openharmony"
],
"adapted_kernel": [ "liteos_a" ],
"features": [],
"deps": {
"third_party": [
"bounds_checking_function",
"googletest"
],
"components": [
"hilog",
"hi3516dv300_sdk",
"hi3516dv300_adapter",
"liteos_a",
"utils_base",
"developer_test"
]
}
},
{
"component": "hdf_hi3516dv300_linux",
"description": "",
"optional": "false",
"dirs": [
"drivers/adapter/uhdf",
"drivers/peripheral",
"device/hisilicon/drivers"
],
"targets": [
"//drivers/adapter/uhdf/posix:hdf_posix",
"//drivers/adapter/uhdf/manager:hdf_manager",
"//drivers/adapter/uhdf/platform:hdf_platform_driver",
"//drivers/peripheral/input/hal:hdi_input",
"//drivers/peripheral/display/hal:hdi_display",
"//drivers/peripheral/sensor/hal:hdi_sensor",
"//drivers/peripheral/wlan/client:hdi_wifi",
"//drivers/peripheral/wlan/hal:wifi_hal_interface",
"//device/hisilicon/drivers/firmware/common/wlan:wifi_firmware",
"//drivers/adapter/uhdf/test:hdf_test"
],
"rom": "",
"ram": "",
"output": [
"libhdf_posix_osal.so",
"libhdf_core.so",
"libhdf_platform.so",
"hi3881_fw.bin",
"wifi_cfg"
],
"adapted_board": [
"hi3516dv300",
"hi3516dv300_openharmony"
],
"adapted_kernel": [ "linux" ],
"features": [],
"deps": {
"third_party": [
"bounds_checking_function"
],
"components": [
"hilog"
]
}
},
{
"component": "hdf_hi3518ev300_linux",
"description": "",
"optional": "false",
"dirs": [
"drivers/peripheral/display",
"vendor/huawei/hdf"
],
"targets": [
"//drivers/peripheral/display/hal:hdi_display"
],
"rom": "",
"ram": "",
"output": [
"libdisplay_layer.so"
],
"adapted_board": [
"hi3518ev300",
"hi3518ev300_openharmony"
],
"adapted_kernel": [ "linux" ],
"features": [],
"deps": {
"third_party": [
"bounds_checking_function"
],
"components": [
"hi3518ev300_linux"
]
}
},
{
"component": "hdf_hi3518ev300_liteos_a",
"description": "",
"optional": "false",
"dirs": [
"drivers/adapter/uhdf",
"drivers/peripheral",
"device/hisilicon/drivers"
],
"targets": [
"//drivers/adapter/uhdf/posix:hdf_posix",
"//drivers/adapter/uhdf/manager:hdf_manager",
"//drivers/adapter/uhdf/platform:hdf_platform_driver",
"//drivers/peripheral/display/hal:hdi_display",
"//drivers/peripheral/input/hal:hdi_input",
"//drivers/peripheral/wlan/client:hdi_wifi",
"//drivers/peripheral/wlan/hal:wifi_hal_interface",
"//device/hisilicon/drivers/firmware/common/wlan:wifi_firmware",
"//drivers/adapter/uhdf/test:hdf_test"
],
"rom": "",
"ram": "",
"output": [
"libhdf_osal.so",
"libhdf_core.so",
"libdisplay_gralloc.so",
"libdisplay_layer.so",
"libdisplay_gfx.so",
"libhdi_input.so"
],
"adapted_board": [
"hi3518ev300",
"hi3518ev300_openharmony"
],
"adapted_kernel": [ "liteos_a" ],
"features": [],
"deps": {
"third_party": [
"bounds_checking_function"
],
"components": [
"hilog",
"hi3516dv300_sdk"
]
}
}
]
}