Rename TrickyStoreOSS to TEESimulator (#3)

We should keep the java class name to facilitate the process of tracking back commit history.
This commit is contained in:
JingMatrix
2025-11-02 15:56:33 +01:00
parent c5c81b80c3
commit ed9164d9d8
12 changed files with 19 additions and 21 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ ui_print ""
ui_print "- Extracting $ARCH libraries"
install_file "lib/$ABI_DIR/libTrickyStoreOSS.so" "$MODPATH"
install_file "lib/$ABI_DIR/libTEESimulator.so" "$MODPATH"
install_file "lib/$ABI_DIR/libinject.so" "$MODPATH"
ui_print ""
@@ -87,4 +87,4 @@ fi
if [ ! -f "$CONFIG_DIR/target.txt" ]; then
ui_print "- Adding default target scope"
install_file "target.txt" "$CONFIG_DIR"
fi
fi