summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2017-12-19 03:27:02 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2017-12-19 03:27:02 (GMT)
commit7e63b0a72b421dce25381136352cb593b91bb766 (patch)
tree98e6a60511d74fcbba1b08a6b55a019e3672a028
parentabf758d2b4fc4e847573f37fb7db53da806d8e4e (diff)
downloadgatekeeper-7e63b0a72b421dce25381136352cb593b91bb766.zip
gatekeeper-7e63b0a72b421dce25381136352cb593b91bb766.tar.gz
gatekeeper-7e63b0a72b421dce25381136352cb593b91bb766.tar.bz2
gatekeeper: use hardware instead of software [1/2]
PD# 157008 we should use hardware gatekeeper Change-Id: I2a80565267e4d993d3df7c7d882affcc370af7b5
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 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,