aboutsummaryrefslogtreecommitdiff
path: root/dbus/service_constants.h
diff options
context:
space:
mode:
authorGarret Kelly <gdk@chromium.org>2015-02-24 11:19:00 -0500
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-02-27 18:39:16 +0000
commit9a0980a23f55e68aa994116e5070db58893e14b8 (patch)
treed10422cb6ffd6211decb76b59cef0ee013f9014b /dbus/service_constants.h
parent01a94923ff6654c584cf755dbe579145d828a6e6 (diff)
downloadsystem_api-9a0980a23f55e68aa994116e5070db58893e14b8.tar.gz
system_api: add kCryptohomeGetEndorsementInfo
Expose the D-Bus method name for getting the EK from cryptohome through system_api's service constants header. BUG=chrome-os-partner:36594 TEST=emerge-amd64-generic system_api Change-Id: I099decf00176e74258030884921a57e873501393 Reviewed-on: https://chromium-review.googlesource.com/252710 Reviewed-by: Darren Krahn <dkrahn@chromium.org> Commit-Queue: Garret Kelly <gdk@chromium.org> Tested-by: Garret Kelly <gdk@chromium.org>
Diffstat (limited to 'dbus/service_constants.h')
-rw-r--r--dbus/service_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/service_constants.h b/dbus/service_constants.h
index 71108d5..ce1e726 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -138,6 +138,7 @@ const char kCryptohomeSetBootAttribute[] = "SetBootAttribute";
const char kCryptohomeFlushAndSignBootAttributes[] =
"FlushAndSignBootAttributes";
const char kCryptohomeGetLoginStatus[] = "GetLoginStatus";
+const char kCryptohomeGetEndorsementInfo[] = "GetEndorsementInfo";
// Signals
const char kSignalAsyncCallStatus[] = "AsyncCallStatus";