Update NSM-related D-Bus interfaces and codegen
authorJonathan Maw <jonathan.maw@codethink.co.uk>
Fri, 20 Jul 2012 10:14:02 +0000 (11:14 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Mon, 23 Jul 2012 14:02:28 +0000 (15:02 +0100)
commit720c04999eac0a3ba6785e36ac75bdc3222600e9
treeb591734ec0a3026e98ed99d064a925c56698e762
parent3468a67f64b2bca4718dca53cc133556ec85fd3d
Update NSM-related D-Bus interfaces and codegen

Change all instances of conti to contiautomotive in bus names, object
paths and interfaces.

Change shutdown consumers' interface to
com.contiautomotive.NodeStateManager.LifeCycleConsumer and replace the
Shutdown() method with a LifecycleRequest() method which takes arguments
"Request", "RequestId" and returns "ErrorCode".

In addition, this commit removes the ShutdownConsumerService object and
handles all shutdown consumers directly in the legacy app handler.
18 files changed:
boot-manager/Makefile.am
boot-manager/la-handler-service.c
boot-manager/shutdown-consumer-service.c [deleted file]
boot-manager/shutdown-consumer-service.h [deleted file]
common/Makefile.am
common/nsm-consumer-dbus.xml
common/nsm-lifecycle-control-dbus.xml
common/shutdown-consumer-dbus.xml
nsm-dummy/busconf/Makefile.am
nsm-dummy/busconf/com.contiautomotive.NodeStateManager.conf [moved from nsm-dummy/busconf/com.conti.NodeStateManager.conf with 51% similarity]
nsm-dummy/dbus/Makefile.am
nsm-dummy/dbus/com.conti.NodeStateManager.service.in [deleted file]
nsm-dummy/dbus/com.contiautomotive.NodeStateManager.service.in [new file with mode: 0644]
nsm-dummy/nsm-consumer-service.c
nsm-dummy/nsm-dummy-application.c
nsm-dummy/nsm-lifecycle-control-service.c
nsm-dummy/systemd/Makefile.am
nsm-dummy/systemd/com.contiautomotive.NodeStateManager.service.in [moved from nsm-dummy/systemd/com.conti.NodeStateManager.service.in with 62% similarity]