Skip to content

Commit 4d287d0

Browse files
committed
fix tools
1 parent b47652c commit 4d287d0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_supp_plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ source setup.sh
2525
# Copy TA and host binary
2626
copy_ta_to_qemu ../examples/ta/target/$TARGET_TA/release/*.ta
2727
copy_ca_to_qemu ../examples/ca/target/$TARGET_HOST/release/supp_plugin-rs
28-
copy_plugin_to_qemu ../examples/supp_plugin-rs/plugin/target/$TARGET_HOST/release/*.plugin.so
28+
copy_plugin_to_qemu ../examples/ca/target/$TARGET_HOST/release/*.plugin.so
2929

3030
# Run script specific commands in QEMU
3131
run_in_qemu "kill \$(pidof tee-supplicant)"

tools/cargo-optee/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ cargo-optee build ca \
374374
375375
#### Build Plugin
376376
377-
We have one example for plugin: `supp_plugin-rs/plugin`.
377+
We have one example for plugin: `examples/ca/supp_plugin-rs-plugin`.
378378
379379
```bash
380380
cargo-optee build plugin \
@@ -401,8 +401,8 @@ cargo-optee build plugin \
401401
# Build aarch64 plugin
402402
cargo-optee build plugin \
403403
--optee-client-export /opt/optee/export-client \
404-
--manifest-path ./examples/supp_plugin-rs/plugin/Cargo.toml \
405-
--uuid-path ./examples/supp_plugin-rs/plugin_uuid.txt \
404+
--manifest-path ./examples/ca/supp_plugin-rs-plugin/Cargo.toml \
405+
--uuid-path ./examples/ca/supp_plugin-rs-plugin/plugin_uuid.txt \
406406
--arch aarch64
407407
```
408408

0 commit comments

Comments
 (0)