Configure wfd device

This section specifies the OpenWF Display libraries and parameters.

This section must begin with begin wfd device device_id and end with end wfd device.

Typically there is only one wfd device section. Therefore, the device ID is conventionally set to 1.

Below is an example of a wfd device section of a graphics.conf file.
  begin wfd device 1
    wfd-dlls = libj5modes-evm.so libWFDjacinto5.so
    grpx0 = lcd
    grpx1 = hdmi
    grpx2 = hdmi
    video-layer0 = lcd
    video-layer1 = hdmi
  end wfd device
   

The parameters that can be configured under the wfd device section are platform-specific. You will need to obtain the valid parameters for your platform by running the following on your platform:

use libWFDplatform.so

where platform can be any one of the following:

The use command will display a message describing the specific parameters and libraries to configure for the particular platform.