From 7e63b0a72b421dce25381136352cb593b91bb766 Mon Sep 17 00:00:00 2001 From: Tellen Yu Date: Tue, 19 Dec 2017 03:27:02 +0000 Subject: gatekeeper: use hardware instead of software [1/2] PD# 157008 we should use hardware gatekeeper Change-Id: I2a80565267e4d993d3df7c7d882affcc370af7b5 --- diff --git a/soft/SoftGateKeeper.h b/soft/SoftGateKeeper.h index 2f4f4d7..f646f70 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