Move service file into its own repo

Move the service file for phosphor-time-manager from the bitbake recipe to
the source repository.

There is no need of making the root object path and
the busname as configurable variable,Hence this commit
also removes those configure variables.

Tested: Service file were getting installed where expected.

Signed-off-by: Ratan Gupta <ratagupt@linux.vnet.ibm.com>
Change-Id: Ib297b4a1b35400ce34962b1bdaa59c6441f24b19
diff --git a/meson_options.txt b/meson_options.txt
index 8f03101..92d1f11 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,15 +11,7 @@
 # otherwise default value will be considered
 # Command: meson configure -Doption=value
 
-# Ex: meson configure -Dobj_path_bmc=path
-
-option ( 'busname', type : 'string',
-          value : 'xyz.openbmc_project.Time.Manager',
-          description : 'The Time Manager DBus busname to own')
-
-option ( 'obj_path_bmc', type : 'string',
-          value : '/xyz/openbmc_project/time/bmc',
-          description : 'The bmc epoch Dbus root')
+# Ex: meson configure -Ddefault_time_mode=Mode::Manual
 
 option ( 'default_time_mode', type : 'combo',
           choices: ['Mode::Manual', 'Mode::NTP'],