Move the phosphor logging example yaml into sub directory

The real yaml will be defined in the phosphor-dbus-interfaces
repo.  This one will be an example one and used for testing.
Future commits will refactor it to separate the error def
from the meta data.

Change-Id: Id05f935cbc24fb030e2ba378423ef3261bf5f7fb
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 4a34477..9166164 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@
 # systemd required for journal interfaces
 logging_test_LDFLAGS = $(SYSTEMD_LIBS)
 
-ELOG_YAML ?= ${abs_srcdir}/elog.yaml
+ELOG_YAML ?= ${abs_srcdir}/tools/example/xyz/openbmc_project/Example/Elog.errors.yaml
 ELOG_MAKO ?= ${abs_srcdir}/tools/phosphor-logging/templates/elog-gen-template.mako.hpp
 REQ_FILES_TO_GEN ?= ${abs_srcdir}/tools/elog-gen.py $(ELOG_YAML) $(ELOG_MAKO)
 
diff --git a/elog.yaml b/tools/example/xyz/openbmc_project/Example/Elog.errors.yaml
similarity index 100%
rename from elog.yaml
rename to tools/example/xyz/openbmc_project/Example/Elog.errors.yaml