linaro-swg / optee_examples

OP-TEE Sample Applications
Other
163 stars 140 forks source link

Adding New client application to the optee_examples #74

Closed Noufalp90 closed 2 years ago

Noufalp90 commented 4 years ago

Hi Team, I would like to add a new custom client application to the optee_example/ directory (optee_android_manifest/external/optee_examples) and build along with the AOSP source code. The client application is to access custom Pseudo Trusted Application developed by me. Now am concentrating on bringing up client application and then Pseudo application. Can anyone please help the steps to be followed to do the same?

I have added a folder under optee_android_manifest/external/optee_examples/custom_client/ and follwoing are the contents.

CMakeLists.txt  
custom_client_pta.h 
main.c
etienne-lms commented 4 years ago

This looks ok to build a host application (aka a non-secure Linux application) that invokes trusted services (TA or PTA). If for a PTA, indeed PTA implementation shall be in optee_os source file tree.

github-actions[bot] commented 2 years ago

This issue has been marked as a stale issue because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this issue will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time.