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 <dkodihal@in.ibm.com>
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