summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Time/Owner.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Time/Owner.interface.yaml')
-rw-r--r--xyz/openbmc_project/Time/Owner.interface.yaml26
1 files changed, 26 insertions, 0 deletions
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.
OpenPOWER on IntegriCloud