move service file, dbus conf into repo

Move the service file for phosphor-networkd from the bitbake recipe to
the source repository.
Move the dbus configuration file for phosphor-network from a generated
file to the source repository.

Tested: Verified dbus conf and service file were installed where
expected.
Change-Id: Idd1a1872aeb020f6b0e2eb9dba7c2e96198be2af
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/Makefile.am b/Makefile.am
index 43f4643..8e5c191 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,14 @@
 	xyz/openbmc_project/Network/VLAN/Create/server.hpp \
 	xyz/openbmc_project/Network/IP/Create/server.hpp
 
+if HAVE_SYSTEMD
+systemdsystemunit_DATA = \
+		xyz.openbmc_project.Network.service
+
+dbuspolicy_DATA = \
+		xyz.openbmc_project.Network.conf
+endif
+
 sbin_PROGRAMS = phosphor-network-manager ncsi-netlink
 
 noinst_HEADERS = \