update_engine: fixes to use chromeos-dbus-bindings generation
Add dbus-service-config.json and fix update_engine.xml to have the
correct DBus path. Move both into dbus_bindings folder.
BUG=None
TEST=Successful build and tested generated bindings
CQ-DEPEND=CL:256827,CL:*204736
Change-Id: I7020940c17cc3cf085cf2ef38275ed3a16f37ceb
Reviewed-on: https://chromium-review.googlesource.com/255935
Reviewed-by: Alex Deymo <deymo@chromium.org>
Tested-by: Timothy Jennison <tjennison@google.com>
Commit-Queue: Timothy Jennison <tjennison@google.com>
diff --git a/update_engine.gyp b/update_engine.gyp
index 6fe642f..b0f5110 100644
--- a/update_engine.gyp
+++ b/update_engine.gyp
@@ -70,7 +70,7 @@
'dbus_glib_prefix': 'update_engine_service',
},
'sources': [
- 'update_engine.xml',
+ 'dbus_bindings/org.chromium.UpdateEngineInterface.xml',
],
'includes': ['../common-mk/dbus_glib.gypi'],
},
@@ -83,7 +83,7 @@
'dbus_glib_prefix': 'update_engine_service',
},
'sources': [
- 'update_engine.xml',
+ 'dbus_bindings/org.chromium.UpdateEngineInterface.xml',
],
'includes': ['../common-mk/dbus_glib.gypi'],
},