b49020 commented on PR #114:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/114#issuecomment-1871784821

   @DemesneGH With `no-std` changes merged, the next step is to publish 
`optee-utee` crate.
   
   > todo: support for inter-TA APIs
   
   Although I agree it is an important feature which I will target next but I 
still think we can have `v0.3.0` published for `optee-utee` crate without it to 
allow developers start playing with standalone rust TAs. We can target this 
feature for next `v0.4.0` release.
   
   > Aiming that users use the optee-utee crate with just cargo add, we may 
need a build.rs inside the optee-utee crate which download toolchains, optee c 
source code and compile c libs.
   
   I don't think we should bundle a script to build OP-TEE OS since it can be 
configured in many ways for different platforms. We should rather depend on 
`TA_DEV_KIT_DIR` environment variable to provide path to pre-build OP-TEE utee 
libraries. This is quite similar to C development environment. I will make 
corresponding changes to `optee-utee` crate regarding this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org

Reply via email to