added tizen engineer mode to system 39/18339/1 accepted/tizen_ivi accepted/tizen_ivi_panda tizen tizen_ivi_panda accepted/tizen/ivi/20140321.175525 accepted/tizen/ivi/panda/20140321.020424 accepted/tizen/ivi/panda/20140403.015701 submit/tizen/20140320.205851 submit/tizen_ivi_panda/20140403.012242
authorKevron Rees <kevron.m.rees@intel.com>
Thu, 20 Mar 2014 20:29:46 +0000 (13:29 -0700)
committerKevron Rees <kevron.m.rees@intel.com>
Thu, 20 Mar 2014 20:46:31 +0000 (13:46 -0700)
Change-Id: I3aaaea7224a666ab1d7339cc63dc915461c0cd0c

CMakeLists.txt
packaging/wrt-plugins-ivi.changes
src/Vehicle/Vehicle.idl

index a65ead9..77ead90 100644 (file)
@@ -6,6 +6,8 @@ PROJECT(wrt-plugin-ivi)
 # -----------------------------------------------------------------------------
 INCLUDE(FindPkgConfig)
 
+ADD_DEFINITIONS("-DTIZEN_ENGINEER_MODE")
+
 PKG_CHECK_MODULES(webkit2 REQUIRED ewebkit2)
 PKG_CHECK_MODULES(dpl REQUIRED dpl-efl)
 PKG_CHECK_MODULES(dpl-event REQUIRED dpl-event-efl)
index 4b66e2c..c083c6b 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Mar 20 2014 <kevron.m.rees@intel.com>
+- Fixed bug TIVI-2778
+
 * Thu Jan 23 2014 <kevron.m.rees@intel.com>
 - Added vehicle.getAsync() method
 
index 324b09a..5657799 100644 (file)
@@ -99,10 +99,10 @@ interface Vehicle  {
        /**
         *  \brief set the given objectType to value
         *  \param objectType object type to set
-        *  \param value value to set, should contain zone information ie "zone" : 0
-        *  \param errorCallback callback if error has been called.
+        *  \param value value to set, should contain zone information if there is a zone ie "zone" : 0
+        *  \param errorCallback callback if error during set.
         **/
-       void set(DOMString objectType, VehiclePropertyType value, optional VehiclePropertyErrorCallback errorCallback);
+       void set(DOMString objectType, object value, optional VehiclePropertyErrorCallback errorCallback);
 
        /**
         *  \brief get values for a given objectType within a certain past time period between 'startTime' and 'endTime'