Add initial classes for the boot manager service implementation
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Wed, 13 Jun 2012 12:37:06 +0000 (13:37 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Wed, 13 Jun 2012 12:37:06 +0000 (13:37 +0100)
commita444906e89729b30b8793c8824231fc5478318d7
tree5f0fc3e5e196abea9a2659e16e45e012c814b20d
parent1f93dcd790347061621841233e2b1f95b23aea8f
Add initial classes for the boot manager service implementation

This includes BootManagerApplication, BootManagerService (which at this
point does not implement any of the D-Bus method handlers yet) and the
classes generated by gdbus-codegen from the XML interface specification.

This commit also introduces the .service file for the boot manager.
Makefile.am
boot-manager/Makefile.am [new file with mode: 0644]
boot-manager/boot-manager-application.c [new file with mode: 0644]
boot-manager/boot-manager-application.h [new file with mode: 0644]
boot-manager/boot-manager-dbus.xml [new file with mode: 0644]
boot-manager/boot-manager-service.c [new file with mode: 0644]
boot-manager/boot-manager-service.h [new file with mode: 0644]
boot-manager/main.c [new file with mode: 0644]
boot-manager/org.genivi.BootManager1.service.in [new file with mode: 0644]
configure.ac