summaryrefslogtreecommitdiff
path: root/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp')
-rw-r--r--trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp b/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp
index 099f18961..5664829d8 100644
--- a/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp
+++ b/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp
@@ -71,10 +71,9 @@ class Status {
} // namespace
ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardwareInfo* info) {
- info->versionNumber = 2;
+ info->versionNumber = 1;
info->rpcAuthorName = "Google";
info->supportedEekCurve = RpcHardwareInfo::CURVE_25519;
- info->uniqueId = "Trusty: My password is ******";
return ScopedAStatus::ok();
}