Hi all,
I was trying to understand the flow of framebuffer flow for given imx53 code in the following directory
repos/os/src/drivers/framebuffer/imx53/main.cc
In the main function, one static variable "session_component" has been created which uses the "config_attribute" function defined in line number 115 which expect a config file in build process.
What is the need of this config file with respect to framebuffer and where should i found this config file in the repository because when i run the framebuffer script it is not able to open config file?