Versions Compared

Key

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

...

Steps involved in implementing new Thunder Plug-In

wpeframework 

  1. <PluginName>.jsonAdd

       Add <PluginName>.json in wpeframework module so as to define the interfaces.

          https://github.com/WebPlatformForEmbedded/Thunder/tree/master/Source/interfaces/json

...

          This header will be used from wpeframework-plugins module. 

wpeframework-plugins

2. In wpeframework-plugins repo:

https://github.com/WebPlatformForEmbedded/ThunderNanoServices/

Create PluginName folder


2.1) Create a Makefile “CmakeLists.txt” to compile the Plug-in code and to generate the shared library (“.so”)

...