Move over ibm-dbus-intfs yaml

Move over the one interface from ibm-dbus-interfaces now that
phosphor-dbus-interfaces supports com.ibm ones.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I9e0276b0ef97f4626519e722513cb9cad87a453e
diff --git a/com/ibm/Logging/Policy.interface.yaml b/com/ibm/Logging/Policy.interface.yaml
new file mode 100644
index 0000000..de83d86
--- /dev/null
+++ b/com/ibm/Logging/Policy.interface.yaml
@@ -0,0 +1,12 @@
+description: >
+   Implement to provide IBM specific error log policy attributes.
+properties:
+    - name: EventID
+      type: string
+      description: >
+          This ID is defined by IBM service to uniquely identify an error
+          in the service documentation.
+    - name: Description
+      type: string
+      description: >
+          This is a customer-facing description of the error.