AVEVA OMI Software Developer Kit
AVEVA OMI Developer Guide > Getting Started > Third Party and Open Source Assemblies
Third Party and Open Source Assemblies

The AcfSdk\SharedLibs folder contains third-party and open source assemblies. Most of these assemblies can be used as is, without the need for any additional development or licensing steps. If you add other third-party software, make sure that it is appropriately licensed.

Telerik Assemblies

The Telerik Assemblies included in the SDK are demo versions. While you can use freely these assemblies as you develop and test your applications, you must obtain a license from Telerik. The demo versions cannot be used at run time.

Once your app is ready, go to the Telerik web site and obtain any required licenses for the assemblies.

After compiling your app, remove the Telerik DLLs from your application folder, prior to importing your app into Application Server. When you run your application at run time, AVEVA OMI will use the pre-installed, licensed versions of the DLLs.

Actipro Assemblies

Actipro assemblies contain controls that are used for slide-in panes.

Material Design Assemblies

MaterialDesign assemblies are open source and are used to provide the look and feel of apps.

Other Assemblies

You can choose incorporate other open source or third-party assemblies as you write your apps.

See Also