Commit graph

6 commits

Author SHA1 Message Date
David Drysdale
d84ca74a66 Link static version of KeyMint lib in VTS tests
Also add transitive `secureclock` dep.

Bug: 270492370
Bug: 270484471
Test: VtsHalConfirmationUITargetTest
Test: VtsHalGatekeeperTargetTest
Change-Id: I5fd7cba8af035fde6d24c076c4e1ed90abb15645
2023-02-27 14:26:24 +00:00
avinashhedage
a8e3bbfb68 Updated the comments where the return codes are used in other types.
Bug: 205760172
Test: VtsHalConfirmationUITarget
Change-Id: I9c30329361e27748c542e42bf932e01acc2f5a66
2023-02-01 07:36:42 +00:00
Tri Vo
f48a2a7bbf Bump Identity and KM AIDL API versions
Imported interfaces are versioned, i.e. bumping an interface version
necessiates bumping the version of importing interfaces.

Keystore and Identity import KM. We are uprevving KM, so all three need
to be bumped at the same time.

Test: m
Change-Id: I46b253e72f2f245bd628ed2ae1f2f4e0572827e7
2022-10-17 15:04:59 -07:00
Rajesh Nyamagoud
8040f46a12 ConfirmationUI AIDL VTS tests fix.
Replaced `sizeof` with `strlen` while converting char array to
`vector<uint8_t>`.

Bug: b/205760172
Test: run vts -m VtsHalConfirmationUIV1_0Target
Change-Id: I309f5fdb2088db1293a2278bc4a0518aa12b5601
2022-10-05 20:11:42 +00:00
Subrahmanyaman
2e95fa2bdc hidl2aidl: conversion of vts confirmationui hidl to aidl
Conversion of the vts confirmationui tests from hidl to aidl.

Bug: b/205760172
Test: run vts -m VtsHalConfirmationUIV1_0Target
Change-Id: I0af2ec46916d629dd3aace20c4858ffc7ad830e3
2022-09-20 06:11:45 +00:00
Subrahmanyaman
77acd43ccb hidl2aidl: conversion of confirmationui hidl to aidl
Conversion of the confirmationui hidl interface to stable aidl interface.

Bug: b/205760172
Test: run vts -m VtsHalConfirmationUIV1_0Target
Change-Id: I1cd655b0abb319f0134e876955f298cb53fcf43c
2022-09-20 06:02:02 +00:00