Add d-bus interfaces for Settings

Resolves openbmc/openbmc#1486.

Change-Id: I377f40516a6a0317bb4b5d811704288048c83cc8
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
diff --git a/xyz/openbmc_project/Time/Owner.interface.yaml b/xyz/openbmc_project/Time/Owner.interface.yaml
new file mode 100644
index 0000000..6794ce7
--- /dev/null
+++ b/xyz/openbmc_project/Time/Owner.interface.yaml
@@ -0,0 +1,26 @@
+description: >
+    Implement to set time owner.
+
+properties:
+    - name: TimeOwner
+      type: enum[self.Owners]
+      description: >
+          The time owner.
+
+enumerations:
+    - name: Owners
+      description: >
+        Possible owners of time.
+      values:
+        - name: BMC
+          description: >
+            BMC alone owns system time.
+        - name: Host
+          description: >
+            Host alone owns system time.
+        - name: Both
+          description: >
+            BMC and host own system time.
+        - name: Split
+          description: >
+            BMC and host maintain their own time.