Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36fe049d authored by Orlando Arbildo's avatar Orlando Arbildo
Browse files

hwcryptohal: Adding hwcrypto operations tests

Adding test for hwcrypto operations interface.

Bug: 393162614
Test: atest VtsAidlHwCryptoTests
Change-Id: I4070aade6ed43317610bafd9d68dc951658dfbbb
parent 64585b0e
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -65,3 +65,19 @@ rust_test {
        "vts",
    ],
}

rust_test {
    name: "VtsAidlHwCryptoOperationsTests",
    srcs: ["hwcrypto_operations_tests.rs"],
    require_root: true,
    defaults: [
        "hw_crypto_hal_aidl_rust_defaults",
    ],
    rustlibs: [
        "libhwcryptohal_vts_test",
    ],
    test_suites: [
        "general-tests",
        "vts",
    ],
}
+586 −0

File added.

Preview size limit exceeded, changes collapsed.