packaging: removed notification lines from amb config.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Thu, 16 Jan 2014 11:46:55 +0000 (13:46 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:12 +0000 (18:37 +0200)
Change-Id: Ibc92c31ca742abd79ae11990c79a847dbf13915f

packaging.in/amb-config.lua

index 30b185d..2a08844 100644 (file)
@@ -12,7 +12,6 @@ amb.property {
         obj = "undefined",
         interface = "org.automotive.VehicleSpeed",
         property = "VehicleSpeed",
-        notification = "VehicleSpeedChanged",
         signature = "q",
     },
 }
@@ -30,7 +29,6 @@ amb.property {
         interface = "org.automotive.Transmission",
         objectname = "Transmission",
         property = "GearPosition",
-        notification = "GearPositionChanged",
         signature = "i",
     },
 }
@@ -47,7 +45,6 @@ amb.property {
         obj = "undefined",
         interface = "org.automotive.ExteriorBrightness",
         property = "ExteriorBrightness",
-        notification = "ExteriorBrightnessChanged",
         signature = "q",
     },
 }
@@ -63,7 +60,6 @@ amb.property {
         obj = "undefined",
         interface = "org.automotive.TurnSignal",
         property = "TurnSignal",
-        notification = "TurnSignalChanged",
         signature = "i",
     },
 }