Merge branch 'tizen_3.0' into tizen_4.0 44/167244/2 accepted/tizen/4.0/unified/20180116.143044 submit/tizen_4.0/20180116.110851
authorPiotr Kosko <p.kosko@samsung.com>
Tue, 16 Jan 2018 09:48:26 +0000 (10:48 +0100)
committerPiotr Kosko <p.kosko@samsung.com>
Tue, 16 Jan 2018 10:18:50 +0000 (11:18 +0100)
Conflicts:
src/filesystem/filesystem_instance.cc
src/filesystem/js/file.js

Change-Id: I355ce9bb6d27d1990267994f0cfec5c7eaa07792

1  2 
packaging/webapi-plugins.spec
src/alarm/alarm_instance.cc
src/nfc/nfc_api.js

index 77d8911d897eb12926e5097c0aefd90dcf923c11,4cc0921709363690c450cde97285d7ca6c3400f8..4965cba68361b949d9717af854762a51ba48eaca
@@@ -8,7 -10,7 +8,7 @@@
  %define crosswalk_extensions_path %{_libdir}/%{crosswalk_extensions}
  
  Name:       webapi-plugins
--Version:    2.13
++Version:    2.14
  Release:    0
  License:    Apache-2.0 and BSD-3-Clause and MIT
  Group:      Development/Libraries
index 504149cd3f89ed133734951c1965b9f97845b431,1be9f9b159dd624f8a90fcf623bbf36d43f8e82c..ad0f4afcd3cbf53c37748ac51993679ff06893d3
@@@ -40,14 -40,6 +40,14 @@@ AlarmInstance::AlarmInstance() 
    // AlarmAbsolute
    RegisterSyncHandler("AlarmAbsolute_getNextScheduledDate",
                        std::bind(&AlarmManager::GetNextScheduledDate, &manager_, _1, _2));
-   // Block of code related to Notification
 +
++// Block of code related to Notification
 +#if defined(TIZEN_MOBILE) || defined(TIZEN_WEARABLE)
 +  RegisterSyncHandler("AlarmManager_addAlarmNotification",
 +                      std::bind(&AlarmManager::AddAlarmNotification, &manager_, _1, _2));
 +  RegisterSyncHandler("AlarmManager_getAlarmNotification",
 +                      std::bind(&AlarmManager::GetAlarmNotification, &manager_, _1, _2));
 +#endif
  }
  
  AlarmInstance::~AlarmInstance() {
Simple merge