Searched refs:examples (Results 1 – 24 of 24) sorted by relevance
25 EXAMPLES = $(wildcard examples/*)41 all: toolchains optee-os optee-client examples57 examples: $(EXAMPLES) toolchains optee-os optee-client target61 examples-install: $(EXAMPLES_INSTALL)63 …install -D $(@:%-install=%)/host/target/$(HOST_TARGET)/release/$(@:examples/%-install=%) -t out/ho…75 examples-clean: $(EXAMPLES_CLEAN) out-clean
50 Before building examples, the environment should be properly setup.71 At last, you can get started with our examples.74 $ make examples79 to run these examples on OP-TEE for QEMU. For other supported devices, please find
18 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`.
8 * [Overview of OP-TEE Rust Examples](/trustzone-sdk-docs/overview-of-optee-rust-examples)
13 To run examples on the QEMU ARMv8 emulator, we need first build OP-TEE for QEMU42 $ (cd /project/root/dir/ && make examples-install)
28 cp ../examples/supp_plugin-rs/ta/target/aarch64-unknown-optee-trustzone/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/acipher-rs/ta/target/aarch64-unknown-optee-trustzone/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-optee-trustzone/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-optee-trustzone/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-optee-trustzone/release/*.ta shared29 cp ../examples/digest-rs/host/target/aarch64-unknown-linux-gnu/release/digest-rs shared
28 cp ../examples/hotp-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta shared29 cp ../examples/hotp-rs/host/target/aarch64-unknown-linux-gnu/release/hotp-rs shared
28 cp ../examples/message_passing_interface-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta …29 cp ../examples/message_passing_interface-rs/host/target/aarch64-unknown-linux-gnu/release/message_p…
28 cp ../examples/random-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta shared29 cp ../examples/random-rs/host/target/aarch64-unknown-linux-gnu/release/random-rs shared
28 cp ../examples/tcp_client-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta shared29 cp ../examples/tcp_client-rs/host/target/aarch64-unknown-linux-gnu/release/tcp_client-rs shared
28 cp ../examples/udp_socket-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta shared29 cp ../examples/udp_socket-rs/host/target/aarch64-unknown-linux-gnu/release/udp_socket-rs shared
28 cp ../examples/hello_world-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta shared29 cp ../examples/hello_world-rs/host/target/aarch64-unknown-linux-gnu/release/hello_world-rs shared
28 cp ../examples/aes-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta shared29 cp ../examples/aes-rs/host/target/aarch64-unknown-linux-gnu/release/aes-rs shared
28 cp ../examples/serde-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta shared29 cp ../examples/serde-rs/host/target/aarch64-unknown-linux-gnu/release/serde-rs shared
28 cp ../examples/secure_storage-rs/ta/target/aarch64-unknown-optee-trustzone/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-optee-trustzone/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-optee-trustzone/release/*.ta shared29 cp ../examples/big_int-rs/host/target/aarch64-unknown-linux-gnu/release/big_int-rs shared
25 build-and-run-examples:44 make examples45 - name: Run tests and examples69 build-and-run-examples-in-OPTEE-repo:
Completed in 17 milliseconds