summaryrefslogtreecommitdiff
authorjie.yuan <jie.yuan@amlogic.com>2017-09-30 05:31:49 (GMT)
committer jie.yuan <jie.yuan@amlogic.com>2017-09-30 09:01:58 (GMT)
commite0a01e57438e26b1872e9a8d87223d2fea7a014e (patch)
tree7d392a3bbcb450e97d8ae8766f499271784f4151
parent125f7bb3eef36d9d9c96f8048e70f84c4a764d21 (diff)
downloadgatekeeper-e0a01e57438e26b1872e9a8d87223d2fea7a014e.zip
gatekeeper-e0a01e57438e26b1872e9a8d87223d2fea7a014e.tar.gz
gatekeeper-e0a01e57438e26b1872e9a8d87223d2fea7a014e.tar.bz2
cts:fix CtsServicesHostTestCases[1/1]
PD# 151980 locksettings set-pin command failed Change-Id: If843545c055ad2cba0cf5ac7d91b603b00eb8510 Signed-off-by: jie.yuan <jie.yuan@amlogic.com>
Diffstat
-rw-r--r--soft/SoftGateKeeper.h2
1 files changed, 1 insertions, 1 deletions
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,