Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This file contains the plugin's information like schema, information and interface json file etc.,

            Ex:-

...

Code Block

...

themeMidnight

                        {

...

{
  "$schema": "plugin.schema.json",

...


  "info":

...

 {
    "title": "

...

Plugin Name Plugin",

...


    "callsign": "PluginName",

...


    "locator": "libWPEFrameworkPluginName.so",

...


    "status": "production",

...


    "description": "The PluginName plugin allows retrieving of various plugin-related information.",

...


    "version": "1.0"

...


  },

...


  "interface":

...

 {
    "$ref": "{interfacedir}/PluginName.json#"

...

                                        }

                        }

...


  }
}


2.5) <PluginName>.config: This file is used to set some configurations of the Plug-in 

...

     {

//body of the method

}


Please refer any existing plugin (rdkv_4.0_beta/build-raspberrypi-rdk-hybrid-thunder/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/wpeframework-plugins/3.0+gitrAUTOINC+886f9025b3-r1/git/) for further clarifications