From e0a01e57438e26b1872e9a8d87223d2fea7a014e Mon Sep 17 00:00:00 2001 From: jie.yuan Date: Sat, 30 Sep 2017 05:31:49 +0000 Subject: cts:fix CtsServicesHostTestCases[1/1] PD# 151980 locksettings set-pin command failed Change-Id: If843545c055ad2cba0cf5ac7d91b603b00eb8510 Signed-off-by: jie.yuan --- diff --git a/soft/SoftGateKeeper.h b/soft/SoftGateKeeper.h index cb02a6f..972dd24 100644 --- a/soft/SoftGateKeeper.h +++ b/soft/SoftGateKeeper.h @@ -105,7 +105,7 @@ public: } virtual bool IsHardwareBacked() const { - return false; + return true; } virtual bool GetFailureRecord(uint32_t uid, secure_id_t user_id, failure_record_t *record, -- cgit