packaging: updated amb-config.lua to match the new interface names.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Wed, 19 Jun 2013 08:26:35 +0000 (11:26 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:10 +0000 (18:37 +0200)
packaging.in/amb-config.lua

index 1a23258..c786e2c 100644 (file)
@@ -10,7 +10,7 @@ amb.property {
     name = "vehicle_speed",
     basic_table_name = "amb_vehicle_speed", -- default: "amb_" + name
     dbus_data = {
-        obj = "/org/automotive/runningstatus/vehicleSpeed",
+        obj = "/org/automotive/runningstatus/VehicleSpeed",
         interface = "org.automotive.VehicleSpeed",
         property = "VehicleSpeed",
         notification = "VehicleSpeedChanged",
@@ -50,8 +50,8 @@ amb.property {
         }
     },
     dbus_data = {
-        obj = "/org/automotive/runningstatus/transmission",
-        interface = "org.automotive.transmission",
+        obj = "/org/automotive/runningstatus/Transmission",
+        interface = "org.automotive.Transmission",
         property = "ShiftPosition",
         notification = "ShiftPositionChanged",
         signature = "y",