diff options
author | Jannis Pohlmann <jannis.pohlmann@codethink.co.uk> | 2012-07-23 17:41:17 +0100 |
---|---|---|
committer | Jannis Pohlmann <jannis.pohlmann@codethink.co.uk> | 2012-07-24 14:21:54 +0100 |
commit | 07e8943bd430ea4df5bff835ab33335c4dc97685 (patch) | |
tree | cd8a29fa79676d701208de1cb78ea69505c83dec /configure.ac | |
parent | 0397f87cdadfd55e4f5ed5b7dfd9da2f5415a5ac (diff) | |
download | node-startup-controller-07e8943bd430ea4df5bff835ab33335c4dc97685.tar.gz |
Add a stand-alone legacy-app-handler helper, work on tests
The new legacy-app-helper binary translates the shutdown mode strings
into NSMShutdownType enum values and passes them on to the legacy app
handler D-Bus service. Thus, this commit also updates the
org.genivi.BootManager1.LegacyAppHandler interface to use an int for the
shutdown mode.
This commit furthermore drops the old command-line handling code in
the boot manager and reworks the legacy-app-handler tests a little
bit.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a88b285..250216f 100644 --- a/configure.ac +++ b/configure.ac @@ -138,6 +138,7 @@ Makefile common/Makefile boot-manager/busconf/Makefile boot-manager/Makefile +legacy-app-handler/Makefile nsm-dummy/busconf/Makefile nsm-dummy/dbus/Makefile nsm-dummy/systemd/Makefile |