Add HwCrypto to trusty unittests

Added HWCrypto rust unittests as a porttest to
Trusty.

Bug: 284177057
Test: build & run project rust unit tests
Change-Id: Ic551e3fba8a691ba25c44c6bf192db3e13242a0e
diff --git a/build-config-usertests b/build-config-usertests
index ed2ff04..bd24dd9 100644
--- a/build-config-usertests
+++ b/build-config-usertests
@@ -27,6 +27,7 @@
     porttest("com.android.trusty.hwrng.bench").type(BENCHMARK),
     porttest("com.android.trusty.hwrng.test"),
     porttest("com.android.trusty.prebuilts.test"),
+    porttest("com.android.trusty.rust.hwcryptohalserver.test"),
     porttest("com.android.trusty.stats.test"),
     porttest("com.android.trusty.swaes.bench").type(BENCHMARK),
     porttest("com.android.trusty.swspi.test"),