pimgen: Enable multiple interface files

Allow more than one interface file and put declared interface yaml
files in interfaces.d, to draw attention to the intent is for
packages to install their interface requirements there.

Change-Id: Iab0d85eca7c5c3370978dc692d6ab8807108a2f7
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/example/interfaces.yaml b/example/interfaces.d/example.yaml
similarity index 70%
rename from example/interfaces.yaml
rename to example/interfaces.d/example.yaml
index d48bdef..d5d3329 100644
--- a/example/interfaces.yaml
+++ b/example/interfaces.d/example.yaml
@@ -1,4 +1,4 @@
-# The interfaces file defines which interfaces
+# An interface file defines which interfaces
 # will be processed by the Notify method.
 
 - xyz.openbmc_project.Example.Iface1