Implement intel tee version detection.

This commit is contained in:
Andy Phillipson 2017-03-21 10:09:50 -04:00
commit 80f3b70784
4 changed files with 36 additions and 4 deletions

View file

@ -7,6 +7,7 @@ angular.module('copayApp.services')
root.description = {
supported: platformInfo.supportsIntelTEE,
version: platformInfo.versionIntelTEE,
id: 'intelTEE',
name: 'Intel TEE',
longName: 'Intel TEE Hardware Wallet',