#######################################################################
This is an example how an APK can invoke GP TEE 2.0 Specification based
on GP APIs, to request secure operations from TEE.

This APK doesnot necessarily have to possess a layout, can also be a
background service.

Components:
 MainApplication : which used MinkSocketFd to connect to Mink

 JNI (Native Interface) : Native interface to call into TEE, and
                          invoke TA operations

Currently the TA used for this example is gpsameple2.mbn, which is shipped as
a part of apps.tz from QC.
###########################################################################