added parking and environment properties
[profile/ivi/automotive-message-broker.git] / plugins / dbus / dbusinterfacemanager.cpp
index e84182f..812df7b 100644 (file)
@@ -24,10 +24,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
 ///properties:
 #include "accelerationproperty.h"
-#include "properties.h"
+#include "runningstatus.h"
 #include "custompropertyinterface.h"
 #include "environmentproperties.h"
 #include "vehicleinfo.h"
+#include "maintenance.h"
+#include "parking.h"
 
 #define ConstructProperty(property) \
        new property(iface->re, connection);
@@ -61,6 +63,12 @@ on_bus_acquired (GDBusConnection *connection, const gchar *name, gpointer user_d
        ConstructProperty(SizeProperty);
        ConstructProperty(DoorsProperty);
        ConstructProperty(WheelInformationProperty);
+       ConstructProperty(OdometerProperty);
+       ConstructProperty(BatteryProperty);
+       ConstructProperty(SecurityAlertProperty);
+       ConstructProperty(ParkingBrakeProperty);
+       ConstructProperty(ParkingLightProperty);
+       ConstructProperty(HazardLightProperty);
 
        PropertyList list = VehicleProperty::customProperties();