You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I our Android integration I found that having one OpenTEE instance for every application was not very convenient. One instance in the system is much more convenient. However the problem here is that to provide a proper SDK for 3rd party developers there is a need to allow the developer to dynamically load the TA he just built.
With this in mind I developed some patches that allow the developer to only embed the TA inside the APK and be able to load it through TEEC_OpenSession. The code looks something like this:
Hi Guys,
I our Android integration I found that having one OpenTEE instance for every application was not very convenient. One instance in the system is much more convenient. However the problem here is that to provide a proper SDK for 3rd party developers there is a need to allow the developer to dynamically load the TA he just built.
With this in mind I developed some patches that allow the developer to only embed the TA inside the APK and be able to load it through TEEC_OpenSession. The code looks something like this:
Where filename is a path from the JAVA side. This allowed us to have much simpler OpenTEE Android SDK and integration.
Now I was wondering if you are interested in pursuing this further to integrate said patches.
Regards,
The text was updated successfully, but these errors were encountered: