From 8aac5db49748b2e00566871c9729a550f2a45ebf Mon Sep 17 00:00:00 2001 From: Deepak Kodihalli Date: Tue, 15 Nov 2016 06:57:35 -0600 Subject: Add dbus interfaces to control the system time Add an EpochTime interface to get/set time elapsed since the Epoch (1 Jan 1970 00:00:00 UTC). Change-Id: I60106b9d890489efc12586a41d6f686448c60c98 Signed-off-by: Deepak Kodihalli --- xyz/openbmc_project/Time/EpochTime.interface.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 xyz/openbmc_project/Time/EpochTime.interface.yaml diff --git a/xyz/openbmc_project/Time/EpochTime.interface.yaml b/xyz/openbmc_project/Time/EpochTime.interface.yaml new file mode 100644 index 0000000..243802a --- /dev/null +++ b/xyz/openbmc_project/Time/EpochTime.interface.yaml @@ -0,0 +1,10 @@ +description: > + Implement to control system time. +properties: + - name: Elapsed + type: uint64 + description: > + Time elpased since the + Epoch(1 Jan 1970 00:00:00 UTC), in microseconds. + +# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 -- cgit v1.2.1