Add org/open_power D-Bus interfaces

In an effort to define all of the D-Bus interfaces in one place, this
commit adds the interfaces from the openpower-dbus-interfaces
repository.

To compile these interfaces, use the --enable-openpower-dbus-interfaces
configure flag.

Change-Id: I801cab4ac979e56d8325a42c14319a0b7cd094bb
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/org/open_power/OCC/Status.interface.yaml b/org/open_power/OCC/Status.interface.yaml
new file mode 100644
index 0000000..ea99fa4
--- /dev/null
+++ b/org/open_power/OCC/Status.interface.yaml
@@ -0,0 +1,23 @@
+description: >
+    Implement to indicate status of the OCC.
+
+properties:
+    - name: OccActive
+      type: boolean
+      description: >
+        Indicates whether OCC is active or not
+    - name: ThrottleProcTemp
+      type: boolean
+      default: 0
+      description: >
+        Indicates processor throttling due to an over temperature condition
+    - name: ThrottleProcPower
+      type: boolean
+      default: 0
+      description: >
+        Indicates processor throttling due to reaching the power cap limit
+    - name: ThrottleMemTemp
+      type: boolean
+      default: 0
+      description: >
+        Indicates memory throttling due to an over temperature condition