Searched refs:examples (Results 1 – 23 of 23) sorted by relevance
37 EXAMPLES = $(wildcard examples/*)50 .PHONY: all examples $(EXAMPLES) install clean52 all: examples58 examples: $(EXAMPLES) target67 install: examples70 $(q)find examples/*/ta/target/$(TARGET_TA)/ -name *.ta -exec cp {} ${out-dir}/lib/optee_armtz \;73 $(q)cp examples/*/host/target/$(TARGET_HOST)/release/*-rs ${out-dir}${bindir}76 …$(q)find examples/*/plugin/target/$(TARGET_HOST)/ -name *.plugin.so -exec cp {} ${out-dir}${libdir…78 examples-clean: $(EXAMPLES_CLEAN) out-clean
36 Release 3.15.0 (18/Oct/21). The aarch64 Rust examples are built and installed39 to set up the OP-TEE repo and try the Rust examples!131 3. Before building examples, the environment should be properly set up with:145 4. Before building rust examples and applications, you need to build OP-TEE152 5. Run this command to build all Rust examples:155 make examples161 make -C examples/[YOUR_APPLICATION]168 make examples-install187 2. Copy all the Rust examples or your own applications to the shared folder:191 cd [YOUR_OPTEE_DIR]/optee_rust/ && make examples-install)[all …]
20 /examples/**/proto/Cargo.lock
6 (need pgp and other examples here)
2 permalink: /trustzone-sdk-docs/overview-of-optee-rust-examples7 All OP-TEE Rust examples are suffixed with `-rs`, which work as standalone host11 To install all examples in `SDK_ROOT_DIR/out/`, run `make examples-install`12 after `make examples`.14 To compile one of the examples, run `make -C examples/EXAMPLE_DIR`.
7 * [Overview of OP-TEE Rust Examples](overview-of-optee-rust-examples.md)
66 $ make -C examples/hello_world-rs/host
7 Since some Rust examples such as `tls_server-rs` and `tls_client-rs` require
49 (gdb) add-symbol-file /path/to/examples/hello_world-rs/ta/target/aarch64-unknown-linux-gnu/debug/ta…
28 cp ../examples/supp_plugin-rs/ta/target/aarch64-unknown-linux-gnu/release/*.ta shared29 cp ../examples/supp_plugin-rs/host/target/aarch64-unknown-linux-gnu/release/supp_plugin-rs shared30 cp ../examples/supp_plugin-rs/plugin/target/aarch64-unknown-linux-gnu/release/*.plugin.so shared
28 cp ../examples/signature_verification-rs/ta/target/aarch64-unknown-linux-gnu/release/*.ta shared29 cp ../examples/signature_verification-rs/host/target/aarch64-unknown-linux-gnu/release/signature_ve…
28 cp ../examples/acipher-rs/ta/target/aarch64-unknown-linux-gnu/release/*.ta shared29 cp ../examples/acipher-rs/host/target/aarch64-unknown-linux-gnu/release/acipher-rs shared
28 cp ../examples/authentication-rs/ta/target/aarch64-unknown-linux-gnu/release/*.ta shared29 cp ../examples/authentication-rs/host/target/aarch64-unknown-linux-gnu/release/authentication-rs sh…
28 cp ../examples/diffie_hellman-rs/ta/target/aarch64-unknown-linux-gnu/release/*.ta shared29 cp ../examples/diffie_hellman-rs/host/target/aarch64-unknown-linux-gnu/release/diffie_hellman-rs sh…
28 cp ../examples/digest-rs/ta/target/aarch64-unknown-linux-gnu/release/*.ta shared29 cp ../examples/digest-rs/host/target/aarch64-unknown-linux-gnu/release/digest-rs shared
28 cp ../examples/hello_world-rs/ta/target/aarch64-unknown-linux-gnu/release/*.ta shared29 cp ../examples/hello_world-rs/host/target/aarch64-unknown-linux-gnu/release/hello_world-rs shared
28 cp ../examples/hotp-rs/ta/target/aarch64-unknown-linux-gnu/release/*.ta shared29 cp ../examples/hotp-rs/host/target/aarch64-unknown-linux-gnu/release/hotp-rs shared
28 cp ../examples/random-rs/ta/target/aarch64-unknown-linux-gnu/release/*.ta shared29 cp ../examples/random-rs/host/target/aarch64-unknown-linux-gnu/release/random-rs shared
28 cp ../examples/aes-rs/ta/target/aarch64-unknown-linux-gnu/release/*.ta shared29 cp ../examples/aes-rs/host/target/aarch64-unknown-linux-gnu/release/aes-rs shared
28 cp ../examples/secure_storage-rs/ta/target/aarch64-unknown-linux-gnu/release/*.ta shared29 cp ../examples/secure_storage-rs/host/target/aarch64-unknown-linux-gnu/release/secure_storage-rs sh…
28 cp ../examples/time-rs/ta/target/aarch64-unknown-linux-gnu/release/*.ta shared29 cp ../examples/time-rs/host/target/aarch64-unknown-linux-gnu/release/time-rs shared
28 cp ../examples/big_int-rs/ta/target/aarch64-unknown-linux-gnu/release/*.ta shared29 cp ../examples/big_int-rs/host/target/aarch64-unknown-linux-gnu/release/big_int-rs shared
58 build-examples:86 # Build OP-TEE rust examples for Arm 64-bit both host and TA90 # Build OP-TEE rust examples for Arm 64-bit host and 32-bit TA98 # Build OP-TEE rust examples for Arm 32-bit both host and TA107 # Build OP-TEE rust examples for Arm 32-bit host and 64-bit TA115 OPTEE-repo-build-and-run-examples-64bit-TAs:144 OPTEE-repo-build-and-run-examples-32bit-TAs:
Completed in 40 milliseconds