As discussed previously with @dingelish, we're adding a project template, to ease up the use of the SDK.
This project templates includes **new makefiles** (that fixes the mix up between software and hardware mode, and no longer depend of being in the folder samplecode to work), **boilerplate files for the enclave and host part**, and a small documentation on how to use this template easily. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/338 -- Commit Summary -- * added project template for easier use -- File Changes -- A samplecode/project_template/Makefile (46) A samplecode/project_template/README.md (70) A samplecode/project_template/app/Cargo.toml (11) A samplecode/project_template/app/Makefile (124) A samplecode/project_template/app/build.rs (36) A samplecode/project_template/app/rust-toolchain (1) A samplecode/project_template/app/src/main.rs (80) A samplecode/project_template/buildenv.mk (167) A samplecode/project_template/enclave/Cargo.toml (23) A samplecode/project_template/enclave/Enclave.config.xml (12) A samplecode/project_template/enclave/Enclave.edl (34) A samplecode/project_template/enclave/Enclave.lds (9) A samplecode/project_template/enclave/Makefile (152) A samplecode/project_template/enclave/Xargo.toml (95) A samplecode/project_template/enclave/rust-toolchain (1) A samplecode/project_template/enclave/src/lib.rs (42) -- Patch Links -- https://github.com/apache/incubator-teaclave-sgx-sdk/pull/338.patch https://github.com/apache/incubator-teaclave-sgx-sdk/pull/338.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/338
