언어 설정

Menu
Sites
Language
Adding Shared Library(.so) or 3rd Party Library in Tizen Web Project

Dear All,

As per the the documentation (Tizen Native App Programming > Application Development Process > Creating the Application Project > Setting Project Properties) we can add shared library or third party library in Native project. 

Is it possible to add shared library or Third party library(.so file) for Web Project?

 
I need to add .so file in my web project and call it from my javascript file to access some API . I do not know how does it sounds.. Please clarify me if it is possible or not.. Thank you in advance.
 
--Sohel

Responses

4 댓글
John Ixion

Hi,

you'll find some examples here https://wiki.tizen.org/wiki/Game_development#HTML5_Game_Engines

Abu Sayed Mohammad Khan-E-Alam

Hello,

They have added javascript library there.. I need to add C Llibrary(.so) file in my javascript. Is it possible to add .so file in tizen web project and access it from javascript file?

Alex Dem

Hi,
I know only way with NPRuntime plugin:

There is Web example how to use it in SDK 2.2.1 or in 2.3b and see also
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.appprogramming/html/app_dev_process/npplugin_app_package.htm
If you use 2.2.1 you could create NPRuntime library this way File->New->Tizen native project->Library-> NPRuntime library
But  in SDk 2.3b I did not find such template.

I'm not sure that is what you are looking for, but maybe it could help.

Alexey.

Abu Sayed Mohammad Khan-E-Alam

Thank you Alex.. Yes. in 2.3 they have removed the support for NPPlugin Shared Library.. I am checking with 2.1 now .. Thank you again for sharing the information