Index: cryptohome.xml |
diff --git a/cryptohome.xml b/cryptohome.xml |
index 82d498b5bfb2ebf22fd7187ad6129e8684ab4de5..f6a7a20319db2f71f954f732f5a9a6a0fb3e7b13 100644 |
--- a/cryptohome.xml |
+++ b/cryptohome.xml |
@@ -1,5 +1,9 @@ |
<?xml version="1.0" encoding="UTF-8" ?> |
-<!-- COPYRIGHT HERE |
+<!-- |
+ Copyright (c) 2011 The Chromium OS Authors. All rights reserved. |
+ Use of this source code is governed by a BSD-style license that can be |
+ found in the LICENSE file. |
+ |
dbus-binding-tool -mode=glib-server -prefix=cryptohome cryptohome.xml |
> bindings/server.h |
--> |
@@ -101,6 +105,13 @@ |
</method> |
<method name="TpmClearStoredPassword"> |
</method> |
+ <method name="Pkcs11IsTpmTokenReady"> |
+ <arg type="b" name="ready" direction="out" /> |
+ </method> |
+ <method name="Pkcs11GetTpmTokenInfo"> |
+ <arg type="s" name="label" direction="out" /> |
+ <arg type="s" name="user_pin" direction="out" /> |
+ </method> |
<method name="GetStatusString"> |
<arg type="s" name="status" direction="out" /> |
</method> |