| Index: cryptohome.xml
|
| diff --git a/cryptohome.xml b/cryptohome.xml
|
| index 82d498b5bfb2ebf22fd7187ad6129e8684ab4de5..3faab986e7fe8d4c38470cacd93b0b50475c644c 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="Pkcs11IsReady">
|
| + <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>
|
|
|