merge with master
authorJinkun Jang <jinkun.jang@samsung.com>
Fri, 15 Mar 2013 16:21:56 +0000 (01:21 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Fri, 15 Mar 2013 16:21:56 +0000 (01:21 +0900)
commit30a79e8adfad5c207259bf82b6be3af06bf0b9ec
treea8c957bdc6df7cb08d5ac56d68b83f6ff8e8aa56
parentf472ddbe033a0fe5c8a34885d46736cb8d97b16d
merge with master
2630 files changed:
AUTHORS [deleted file]
CMakeLists.txt
LICENSE.APLv2 [deleted file]
NOTICE [deleted file]
packaging/wrt-plugins-tizen.spec
pkgconfigs/wrt-plugins-tizen-alarm.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-application.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-bluetooth.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-bookmark.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-calendar.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-callhistory.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-common.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-contact.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-content.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-datacontrol.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-datasync.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-download.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-filesystem.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-log.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-messageport.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-messaging.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-networkbearerselection.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-nfc.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-notification.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-package.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-power.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-push.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-secureelement.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-systeminfo.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-systemsetting.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-timeutil.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-tizen.pc.in [new file with mode: 0755]
src/.project [new file with mode: 0644]
src/Alarm/AlarmAbsolute.cpp [new file with mode: 0755]
src/Alarm/AlarmAbsolute.h [new file with mode: 0755]
src/Alarm/AlarmConverter.cpp [new file with mode: 0755]
src/Alarm/AlarmConverter.h [new file with mode: 0755]
src/Alarm/AlarmRelative.cpp [new file with mode: 0755]
src/Alarm/AlarmRelative.h [new file with mode: 0755]
src/Alarm/CMakeLists.txt [new file with mode: 0755]
src/Alarm/JSAlarmAbsolute.cpp [new file with mode: 0755]
src/Alarm/JSAlarmAbsolute.h [new file with mode: 0755]
src/Alarm/JSAlarmManager.cpp [new file with mode: 0755]
src/Alarm/JSAlarmManager.h [new file with mode: 0755]
src/Alarm/JSAlarmRelative.cpp [new file with mode: 0755]
src/Alarm/JSAlarmRelative.h [new file with mode: 0755]
src/Alarm/alarm_common.h [new file with mode: 0755]
src/Alarm/config.xml [new file with mode: 0755]
src/Alarm/plugin_config.cpp [new file with mode: 0755]
src/Alarm/plugin_config.h [new file with mode: 0755]
src/Alarm/plugin_initializer.cpp [new file with mode: 0755]
src/Application/AppManagerWrapper.cpp [new file with mode: 0644]
src/Application/AppManagerWrapper.h [new file with mode: 0644]
src/Application/Application.cpp [new file with mode: 0644]
src/Application/Application.h [new file with mode: 0644]
src/Application/ApplicationAsyncCallbackManager.cpp [new file with mode: 0755]
src/Application/ApplicationAsyncCallbackManager.h [new file with mode: 0644]
src/Application/ApplicationCert.cpp [new file with mode: 0644]
src/Application/ApplicationCert.h [new file with mode: 0644]
src/Application/ApplicationContext.cpp [new file with mode: 0755]
src/Application/ApplicationContext.h [new file with mode: 0755]
src/Application/ApplicationControl.cpp [new file with mode: 0755]
src/Application/ApplicationControl.h [new file with mode: 0755]
src/Application/ApplicationControlData.cpp [new file with mode: 0755]
src/Application/ApplicationControlData.h [new file with mode: 0755]
src/Application/ApplicationController.cpp [new file with mode: 0644]
src/Application/ApplicationController.h [new file with mode: 0755]
src/Application/ApplicationConverter.cpp [new file with mode: 0755]
src/Application/ApplicationConverter.h [new file with mode: 0755]
src/Application/ApplicationFactory.cpp [new file with mode: 0755]
src/Application/ApplicationFactory.h [new file with mode: 0755]
src/Application/ApplicationInformation.cpp [new file with mode: 0755]
src/Application/ApplicationInformation.h [new file with mode: 0755]
src/Application/ApplicationInformationEventPrivateData.h [new file with mode: 0755]
src/Application/ApplicationListenerManager.cpp [new file with mode: 0755]
src/Application/ApplicationListenerManager.h [new file with mode: 0644]
src/Application/ApplicationManager.cpp [new file with mode: 0644]
src/Application/ApplicationManager.h [new file with mode: 0644]
src/Application/ApplicationUtil.cpp [new file with mode: 0755]
src/Application/ApplicationUtil.h [new file with mode: 0755]
src/Application/CMakeLists.txt [new file with mode: 0755]
src/Application/EventApplicationAddAppInfoEventListener.h [new file with mode: 0755]
src/Application/EventApplicationAppInfoEventListener.h [new file with mode: 0755]
src/Application/EventApplicationFindAppControl.h [new file with mode: 0755]
src/Application/EventApplicationGetAppCerts.h [new file with mode: 0644]
src/Application/EventApplicationGetAppContext.h [new file with mode: 0755]
src/Application/EventApplicationGetAppInfo.h [new file with mode: 0755]
src/Application/EventApplicationGetAppsContext.h [new file with mode: 0755]
src/Application/EventApplicationGetAppsInfo.h [new file with mode: 0755]
src/Application/EventApplicationGetCurrApp.h [new file with mode: 0644]
src/Application/EventApplicationGetRequestedAppControl.h [new file with mode: 0644]
src/Application/EventApplicationKill.h [new file with mode: 0755]
src/Application/EventApplicationLaunch.h [new file with mode: 0755]
src/Application/EventApplicationLaunchAppControl.h [new file with mode: 0755]
src/Application/EventApplicationRemoveAppInfoEventListener.h [new file with mode: 0755]
src/Application/IApplicationManager.cpp [new file with mode: 0644]
src/Application/IApplicationManager.h [new file with mode: 0644]
src/Application/JSApplication.cpp [new file with mode: 0644]
src/Application/JSApplication.h [new file with mode: 0644]
src/Application/JSApplicationCert.cpp [new file with mode: 0644]
src/Application/JSApplicationCert.h [new file with mode: 0644]
src/Application/JSApplicationContext.cpp [new file with mode: 0644]
src/Application/JSApplicationContext.h [new file with mode: 0755]
src/Application/JSApplicationControl.cpp [new file with mode: 0644]
src/Application/JSApplicationControl.h [new file with mode: 0755]
src/Application/JSApplicationControlData.cpp [new file with mode: 0644]
src/Application/JSApplicationControlData.h [new file with mode: 0755]
src/Application/JSApplicationEventCallbackManager.cpp [new file with mode: 0755]
src/Application/JSApplicationEventCallbackManager.h [new file with mode: 0755]
src/Application/JSApplicationInformation.cpp [new file with mode: 0644]
src/Application/JSApplicationInformation.h [new file with mode: 0755]
src/Application/JSApplicationManager.cpp [new file with mode: 0644]
src/Application/JSApplicationManager.h [new file with mode: 0644]
src/Application/JSRequestedApplicationControl.cpp [new file with mode: 0644]
src/Application/JSRequestedApplicationControl.h [new file with mode: 0644]
src/Application/RequestedApplicationControl.cpp [new file with mode: 0644]
src/Application/RequestedApplicationControl.h [new file with mode: 0644]
src/Application/config.xml [new file with mode: 0755]
src/Application/plugin_config.cpp [new file with mode: 0755]
src/Application/plugin_config.h [new file with mode: 0755]
src/Application/plugin_initializer.cpp [new file with mode: 0755]
src/Bluetooth/BTDevice.h [new file with mode: 0644]
src/Bluetooth/BluetoothAdapterListener.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothAdapterListener.h [new file with mode: 0644]
src/Bluetooth/BluetoothAdapterManager.cpp [new file with mode: 0755]
src/Bluetooth/BluetoothAdapterManager.h [new file with mode: 0644]
src/Bluetooth/BluetoothCBManager.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothCBManager.h [new file with mode: 0644]
src/Bluetooth/BluetoothClass.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothClass.h [new file with mode: 0644]
src/Bluetooth/BluetoothConverter.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothConverter.h [new file with mode: 0644]
src/Bluetooth/BluetoothDeviceManager.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothDeviceManager.h [new file with mode: 0644]
src/Bluetooth/BluetoothDeviceManagerListener.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothDeviceManagerListener.h [new file with mode: 0644]
src/Bluetooth/BluetoothFactory.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothFactory.h [new file with mode: 0644]
src/Bluetooth/BluetoothMultiCallback.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothMultiCallback.h [new file with mode: 0644]
src/Bluetooth/BluetoothProperty.h [moved from src/platform/API/Bluetooth/BluetoothProperty.h with 100% similarity]
src/Bluetooth/BluetoothServiceHandlerManager.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothServiceHandlerManager.h [new file with mode: 0644]
src/Bluetooth/BluetoothSocketListener.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothSocketListener.h [new file with mode: 0644]
src/Bluetooth/BluetoothSocketManager.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothSocketManager.h [new file with mode: 0644]
src/Bluetooth/CMakeLists.txt [new file with mode: 0755]
src/Bluetooth/EventBTConnectToServiceByUUID.h [new file with mode: 0644]
src/Bluetooth/EventBTCreateDestroyBonding.cpp [new file with mode: 0644]
src/Bluetooth/EventBTCreateDestroyBonding.h [new file with mode: 0644]
src/Bluetooth/EventBTGetAdapter.h [new file with mode: 0644]
src/Bluetooth/EventBTGetDevice.cpp [new file with mode: 0644]
src/Bluetooth/EventBTGetDevice.h [new file with mode: 0644]
src/Bluetooth/EventBTGetKnownDevices.cpp [new file with mode: 0644]
src/Bluetooth/EventBTGetKnownDevices.h [new file with mode: 0644]
src/Bluetooth/EventBTOnDiscoveryDevices.cpp [new file with mode: 0644]
src/Bluetooth/EventBTOnDiscoveryDevices.h [new file with mode: 0644]
src/Bluetooth/EventBTRegisterRFCOMM.h [new file with mode: 0644]
src/Bluetooth/EventBTServiceOnConnect.cpp [new file with mode: 0644]
src/Bluetooth/EventBTServiceOnConnect.h [new file with mode: 0644]
src/Bluetooth/EventBTSetName.h [new file with mode: 0644]
src/Bluetooth/EventBTSetPowered.h [new file with mode: 0644]
src/Bluetooth/EventBTSetVisible.h [new file with mode: 0644]
src/Bluetooth/EventBTSocketNotification.cpp [new file with mode: 0644]
src/Bluetooth/EventBTSocketNotification.h [new file with mode: 0644]
src/Bluetooth/EventBTStopDiscovery.h [new file with mode: 0644]
src/Bluetooth/EventBTUnregisterRFCOMM.h [new file with mode: 0644]
src/Bluetooth/IBluetoothAdapterManager.cpp [new file with mode: 0644]
src/Bluetooth/IBluetoothAdapterManager.h [new file with mode: 0644]
src/Bluetooth/IBluetoothDeviceManager.cpp [new file with mode: 0644]
src/Bluetooth/IBluetoothDeviceManager.h [new file with mode: 0644]
src/Bluetooth/IBluetoothServiceHandlerManager.cpp [new file with mode: 0644]
src/Bluetooth/IBluetoothServiceHandlerManager.h [new file with mode: 0644]
src/Bluetooth/IBluetoothSocketManager.cpp [new file with mode: 0644]
src/Bluetooth/IBluetoothSocketManager.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothAdapter.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothAdapter.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothClass.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothClass.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothClassDeviceMajor.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothClassDeviceMajor.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothClassDeviceMinor.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothClassDeviceMinor.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothClassDeviceService.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothClassDeviceService.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothDevice.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothDevice.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothManager.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothManager.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothServiceHandler.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothServiceHandler.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothSocket.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothSocket.h [new file with mode: 0644]
src/Bluetooth/config.xml [new file with mode: 0644]
src/Bluetooth/plugin_config.cpp [new file with mode: 0644]
src/Bluetooth/plugin_config.h [new file with mode: 0644]
src/Bluetooth/plugin_initializer.cpp [new file with mode: 0644]
src/Bookmark/BookmarkData.h [new file with mode: 0755]
src/Bookmark/BookmarkManager.cpp [new file with mode: 0755]
src/Bookmark/BookmarkManager.h [new file with mode: 0755]
src/Bookmark/CMakeLists.txt [new file with mode: 0755]
src/Bookmark/JSBookmarkFolder.cpp [new file with mode: 0755]
src/Bookmark/JSBookmarkFolder.h [new file with mode: 0755]
src/Bookmark/JSBookmarkItem.cpp [new file with mode: 0755]
src/Bookmark/JSBookmarkItem.h [new file with mode: 0755]
src/Bookmark/JSBookmarkManager.cpp [new file with mode: 0755]
src/Bookmark/JSBookmarkManager.h [new file with mode: 0755]
src/Bookmark/config.xml [new file with mode: 0755]
src/Bookmark/plugin_config.cpp [new file with mode: 0755]
src/Bookmark/plugin_config.h [new file with mode: 0755]
src/Bookmark/plugin_initializer.cpp [new file with mode: 0755]
src/CMakeLists.txt [changed mode: 0644->0755]
src/Calendar/CMakeLists.txt [new file with mode: 0755]
src/Calendar/Calendar.cpp [new file with mode: 0755]
src/Calendar/Calendar.h [new file with mode: 0755]
src/Calendar/CalendarAsyncCallbackManager.cpp [new file with mode: 0755]
src/Calendar/CalendarAsyncCallbackManager.h [new file with mode: 0755]
src/Calendar/CalendarConverter.cpp [new file with mode: 0755]
src/Calendar/CalendarConverter.h [new file with mode: 0755]
src/Calendar/CalendarEvent.cpp [new file with mode: 0755]
src/Calendar/CalendarEvent.h [new file with mode: 0755]
src/Calendar/CalendarFactory.cpp [new file with mode: 0755]
src/Calendar/CalendarFactory.h [new file with mode: 0755]
src/Calendar/CalendarFilter.cpp [new file with mode: 0755]
src/Calendar/CalendarFilter.h [new file with mode: 0755]
src/Calendar/CalendarFilterValidator.cpp [new file with mode: 0755]
src/Calendar/CalendarFilterValidator.h [new file with mode: 0755]
src/Calendar/CalendarListenerManager.cpp [new file with mode: 0755]
src/Calendar/CalendarListenerManager.h [new file with mode: 0755]
src/Calendar/CalendarManager.cpp [new file with mode: 0755]
src/Calendar/CalendarManager.h [new file with mode: 0755]
src/Calendar/CalendarMultiCallback.h [new file with mode: 0755]
src/Calendar/CalendarResponseDispatcher.cpp [new file with mode: 0755]
src/Calendar/CalendarResponseDispatcher.h [new file with mode: 0755]
src/Calendar/CalendarUtility.cpp [new file with mode: 0755]
src/Calendar/CalendarUtility.h [new file with mode: 0755]
src/Calendar/EventAlarm.cpp [new file with mode: 0755]
src/Calendar/EventAlarm.h [new file with mode: 0755]
src/Calendar/EventAttendee.cpp [new file with mode: 0755]
src/Calendar/EventAttendee.h [new file with mode: 0755]
src/Calendar/EventId.cpp [new file with mode: 0755]
src/Calendar/EventId.h [new file with mode: 0755]
src/Calendar/EventRecurrenceRule.cpp [new file with mode: 0755]
src/Calendar/EventRecurrenceRule.h [new file with mode: 0755]
src/Calendar/EventWrapper.cpp [new file with mode: 0755]
src/Calendar/EventWrapper.h [new file with mode: 0755]
src/Calendar/ICalendar.cpp [new file with mode: 0755]
src/Calendar/ICalendar.h [new file with mode: 0755]
src/Calendar/ICalendarManager.cpp [new file with mode: 0755]
src/Calendar/ICalendarManager.h [new file with mode: 0755]
src/Calendar/IEventAddEvent.h [new file with mode: 0755]
src/Calendar/IEventAddEvents.h [new file with mode: 0755]
src/Calendar/IEventClearWatch.h [new file with mode: 0755]
src/Calendar/IEventCreateEventFromString.h [new file with mode: 0755]
src/Calendar/IEventDeleteEvent.h [new file with mode: 0755]
src/Calendar/IEventDeleteEvents.h [new file with mode: 0755]
src/Calendar/IEventExpandEventRecurrence.h [new file with mode: 0755]
src/Calendar/IEventExportEventToString.h [new file with mode: 0755]
src/Calendar/IEventFindEvents.h [new file with mode: 0755]
src/Calendar/IEventGet.h [new file with mode: 0755]
src/Calendar/IEventGetCalendar.h [new file with mode: 0755]
src/Calendar/IEventGetCalendars.h [new file with mode: 0755]
src/Calendar/IEventGetDefaultCalendar.h [new file with mode: 0755]
src/Calendar/IEventGetUnifiedCalendar.h [new file with mode: 0755]
src/Calendar/IEventUpdateEvent.h [new file with mode: 0755]
src/Calendar/IEventUpdateEvents.h [new file with mode: 0755]
src/Calendar/IEventWatchChanges.h [new file with mode: 0755]
src/Calendar/JSCalendar.cpp [new file with mode: 0755]
src/Calendar/JSCalendar.h [new file with mode: 0755]
src/Calendar/JSCalendarAlarm.cpp [new file with mode: 0755]
src/Calendar/JSCalendarAlarm.h [new file with mode: 0755]
src/Calendar/JSCalendarAttendee.cpp [new file with mode: 0755]
src/Calendar/JSCalendarAttendee.h [new file with mode: 0755]
src/Calendar/JSCalendarEvent.cpp [new file with mode: 0755]
src/Calendar/JSCalendarEvent.h [new file with mode: 0755]
src/Calendar/JSCalendarEventId.cpp [new file with mode: 0755]
src/Calendar/JSCalendarEventId.h [new file with mode: 0755]
src/Calendar/JSCalendarItemProperties.cpp [new file with mode: 0755]
src/Calendar/JSCalendarItemProperties.h [new file with mode: 0755]
src/Calendar/JSCalendarManager.cpp [new file with mode: 0755]
src/Calendar/JSCalendarManager.h [new file with mode: 0755]
src/Calendar/JSCalendarRecurrenceRule.cpp [new file with mode: 0755]
src/Calendar/JSCalendarRecurrenceRule.h [new file with mode: 0755]
src/Calendar/JSCalendarTask.cpp [new file with mode: 0755]
src/Calendar/JSCalendarTask.h [new file with mode: 0755]
src/Calendar/JSNumberArray.cpp [new file with mode: 0755]
src/Calendar/JSNumberArray.h [new file with mode: 0755]
src/Calendar/JSStringArray.cpp [new file with mode: 0755]
src/Calendar/JSStringArray.h [new file with mode: 0755]
src/Calendar/JSTZDateArray.cpp [new file with mode: 0755]
src/Calendar/JSTZDateArray.h [new file with mode: 0755]
src/Calendar/OnEventsChanged.h [new file with mode: 0755]
src/Calendar/config.xml [new file with mode: 0755]
src/Calendar/plugin_config.cpp [new file with mode: 0755]
src/Calendar/plugin_config.h [new file with mode: 0755]
src/Calendar/plugin_initializer.cpp [new file with mode: 0755]
src/Callhistory/CMakeLists.txt [new file with mode: 0755]
src/Callhistory/CallHistory.cpp [new file with mode: 0755]
src/Callhistory/CallHistory.h [new file with mode: 0755]
src/Callhistory/CallHistoryAsyncCallbackManager.cpp [new file with mode: 0755]
src/Callhistory/CallHistoryAsyncCallbackManager.h [new file with mode: 0755]
src/Callhistory/CallHistoryDefine.h [new file with mode: 0755]
src/Callhistory/CallHistoryEntry.cpp [new file with mode: 0755]
src/Callhistory/CallHistoryEntry.h [new file with mode: 0755]
src/Callhistory/CallHistoryEntryProperties.cpp [new file with mode: 0755]
src/Callhistory/CallHistoryEntryProperties.h [new file with mode: 0755]
src/Callhistory/CallHistoryFactory.cpp [new file with mode: 0755]
src/Callhistory/CallHistoryFactory.h [new file with mode: 0755]
src/Callhistory/CallHistoryFilter.cpp [new file with mode: 0755]
src/Callhistory/CallHistoryFilter.h [new file with mode: 0755]
src/Callhistory/CallHistoryListenerManager.cpp [new file with mode: 0755]
src/Callhistory/CallHistoryListenerManager.h [new file with mode: 0755]
src/Callhistory/CallHistoryMultiCallback.cpp [new file with mode: 0755]
src/Callhistory/CallHistoryMultiCallback.h [new file with mode: 0755]
src/Callhistory/CallHistoryStaticController.cpp [new file with mode: 0755]
src/Callhistory/CallHistoryStaticController.h [new file with mode: 0755]
src/Callhistory/Converter.cpp [new file with mode: 0755]
src/Callhistory/Converter.h [new file with mode: 0755]
src/Callhistory/EventCallHistory.h [new file with mode: 0755]
src/Callhistory/EventCallHistoryListener.cpp [new file with mode: 0755]
src/Callhistory/EventCallHistoryListener.h [new file with mode: 0755]
src/Callhistory/EventCallHistoryTemplate.h [new file with mode: 0755]
src/Callhistory/EventFindCallHistory.cpp [new file with mode: 0755]
src/Callhistory/EventFindCallHistory.h [new file with mode: 0755]
src/Callhistory/EventRemoveAll.h [new file with mode: 0755]
src/Callhistory/EventRemoveBatch.h [new file with mode: 0755]
src/Callhistory/ICallHistory.cpp [new file with mode: 0755]
src/Callhistory/ICallHistory.h [new file with mode: 0755]
src/Callhistory/ICallHistoryEntry.cpp [new file with mode: 0755]
src/Callhistory/ICallHistoryEntry.h [new file with mode: 0755]
src/Callhistory/JSCallHistory.cpp [new file with mode: 0755]
src/Callhistory/JSCallHistory.h [new file with mode: 0755]
src/Callhistory/JSCallHistoryEntry.cpp [new file with mode: 0755]
src/Callhistory/JSCallHistoryEntry.h [new file with mode: 0755]
src/Callhistory/JSRemoteParty.cpp [new file with mode: 0755]
src/Callhistory/JSRemoteParty.h [new file with mode: 0755]
src/Callhistory/RemoteParty.h [new file with mode: 0755]
src/Callhistory/ResponseDispatcher.cpp [new file with mode: 0755]
src/Callhistory/ResponseDispatcher.h [new file with mode: 0755]
src/Callhistory/config.xml [new file with mode: 0755]
src/Callhistory/plugin_config.cpp [new file with mode: 0755]
src/Callhistory/plugin_config.h [new file with mode: 0755]
src/Callhistory/plugin_initializer.cpp [new file with mode: 0755]
src/Common/ArgumentValidationChecker.cpp [new file with mode: 0755]
src/Common/ArgumentValidationChecker.h [new file with mode: 0755]
src/Common/ArgumentValidator.cpp [new file with mode: 0755]
src/Common/ArgumentValidator.h [new file with mode: 0755]
src/Common/AsyncCallbackManager.h [new file with mode: 0755]
src/Common/CMakeLists.txt [new file with mode: 0755]
src/Common/CallbackUserData.cpp [new file with mode: 0755]
src/Common/CallbackUserData.h [new file with mode: 0755]
src/Common/GlobalContextManager.cpp [new file with mode: 0755]
src/Common/GlobalContextManager.h [new file with mode: 0755]
src/Common/IListenerManager.h [new file with mode: 0755]
src/Common/JSTizenException.cpp [new file with mode: 0755]
src/Common/JSTizenException.h [new file with mode: 0755]
src/Common/JSTizenExceptionFactory.cpp [new file with mode: 0755]
src/Common/JSTizenExceptionFactory.h [new file with mode: 0755]
src/Common/JSUtil.cpp [new file with mode: 0755]
src/Common/JSUtil.h [new file with mode: 0755]
src/Common/JSWebAPIError.cpp [new file with mode: 0755]
src/Common/JSWebAPIError.h [new file with mode: 0755]
src/Common/JSWebAPIError2.cpp [new file with mode: 0644]
src/Common/JSWebAPIError2.h [new file with mode: 0644]
src/Common/JSWebAPIErrorFactory.cpp [new file with mode: 0644]
src/Common/JSWebAPIErrorFactory.h [new file with mode: 0644]
src/Common/Logger.h [new file with mode: 0644]
src/Common/MultiCallbackUserData.cpp [new file with mode: 0755]
src/Common/MultiCallbackUserData.h [new file with mode: 0755]
src/Common/PlatformException.cpp [new file with mode: 0755]
src/Common/PlatformException.h [new file with mode: 0755]
src/Common/SecurityExceptions.h [new file with mode: 0755]
src/Common/StandaloneConsole/CMakeLists.txt [new file with mode: 0755]
src/Common/StandaloneConsole/JSConsole.cpp [new file with mode: 0755]
src/Common/StandaloneConsole/JSConsole.h [new file with mode: 0755]
src/Common/StandaloneConsole/StandaloneConsole.cpp [new file with mode: 0755]
src/Common/StandaloneConsole/StandaloneConsole.h [new file with mode: 0755]
src/Common/TizenExceptionData.cpp [new file with mode: 0755]
src/Common/TizenExceptionData.h [new file with mode: 0755]
src/Common/WebAPIError.cpp [new file with mode: 0644]
src/Common/WebAPIError.h [new file with mode: 0644]
src/Contact/AddressBook.cpp [new file with mode: 0755]
src/Contact/AddressBook.h [new file with mode: 0755]
src/Contact/AddressBookController.cpp [new file with mode: 0755]
src/Contact/AddressBookController.h [new file with mode: 0755]
src/Contact/CMakeLists.txt [new file with mode: 0755]
src/Contact/Contact.cpp [new file with mode: 0755]
src/Contact/Contact.h [new file with mode: 0755]
src/Contact/ContactAddress.cpp [new file with mode: 0755]
src/Contact/ContactAddress.h [new file with mode: 0755]
src/Contact/ContactAnniversary.cpp [new file with mode: 0755]
src/Contact/ContactAnniversary.h [new file with mode: 0755]
src/Contact/ContactAsyncCallbackManager.cpp [new file with mode: 0755]
src/Contact/ContactAsyncCallbackManager.h [new file with mode: 0755]
src/Contact/ContactConverter.cpp [new file with mode: 0755]
src/Contact/ContactConverter.h [new file with mode: 0755]
src/Contact/ContactEmailAddress.cpp [new file with mode: 0755]
src/Contact/ContactEmailAddress.h [new file with mode: 0755]
src/Contact/ContactFactory.cpp [new file with mode: 0755]
src/Contact/ContactFactory.h [new file with mode: 0755]
src/Contact/ContactFilterValidator.cpp [new file with mode: 0755]
src/Contact/ContactFilterValidator.h [new file with mode: 0755]
src/Contact/ContactGroup.cpp [new file with mode: 0755]
src/Contact/ContactGroup.h [new file with mode: 0755]
src/Contact/ContactImpl.h [moved from src/platform/Tizen/Contact/ContactImpl.h with 100% similarity]
src/Contact/ContactListenerManager.cpp [new file with mode: 0755]
src/Contact/ContactListenerManager.h [new file with mode: 0755]
src/Contact/ContactManager.cpp [new file with mode: 0755]
src/Contact/ContactManager.h [new file with mode: 0755]
src/Contact/ContactManagerController.cpp [new file with mode: 0755]
src/Contact/ContactManagerController.h [new file with mode: 0755]
src/Contact/ContactName.cpp [new file with mode: 0755]
src/Contact/ContactName.h [new file with mode: 0755]
src/Contact/ContactObjectA2PConverter.cpp [new file with mode: 0755]
src/Contact/ContactObjectA2PConverter.h [new file with mode: 0755]
src/Contact/ContactObjectP2AConverter.cpp [new file with mode: 0755]
src/Contact/ContactObjectP2AConverter.h [new file with mode: 0755]
src/Contact/ContactOrganization.cpp [new file with mode: 0755]
src/Contact/ContactOrganization.h [new file with mode: 0755]
src/Contact/ContactPhoneNumber.cpp [new file with mode: 0755]
src/Contact/ContactPhoneNumber.h [new file with mode: 0755]
src/Contact/ContactQueue.cpp [new file with mode: 0644]
src/Contact/ContactQueue.h [new file with mode: 0644]
src/Contact/ContactRef.cpp [new file with mode: 0755]
src/Contact/ContactRef.h [new file with mode: 0755]
src/Contact/ContactSearchEngine.cpp [new file with mode: 0755]
src/Contact/ContactSearchEngine.h [new file with mode: 0755]
src/Contact/ContactTypes.h [new file with mode: 0755]
src/Contact/ContactUtility.cpp [new file with mode: 0755]
src/Contact/ContactUtility.h [new file with mode: 0755]
src/Contact/ContactWebSite.cpp [new file with mode: 0755]
src/Contact/ContactWebSite.h [new file with mode: 0755]
src/Contact/ContactsSvcChangeListenerManager.cpp [new file with mode: 0755]
src/Contact/ContactsSvcChangeListenerManager.h [new file with mode: 0755]
src/Contact/ContactsSvcObjectConverter.cpp [new file with mode: 0755]
src/Contact/ContactsSvcObjectConverter.h [new file with mode: 0755]
src/Contact/ContactsSvcWrapper.cpp [new file with mode: 0755]
src/Contact/ContactsSvcWrapper.h [new file with mode: 0755]
src/Contact/EventAddressBookAdd.h [new file with mode: 0755]
src/Contact/EventAddressBookAddBatch.h [new file with mode: 0755]
src/Contact/EventAddressBookAddChangeListener.h [new file with mode: 0755]
src/Contact/EventAddressBookAddGroup.h [new file with mode: 0755]
src/Contact/EventAddressBookChangeListener.h [new file with mode: 0755]
src/Contact/EventAddressBookFind.h [new file with mode: 0755]
src/Contact/EventAddressBookGet.h [new file with mode: 0755]
src/Contact/EventAddressBookGetGroup.h [new file with mode: 0755]
src/Contact/EventAddressBookGetGroups.h [new file with mode: 0755]
src/Contact/EventAddressBookRemove.h [new file with mode: 0755]
src/Contact/EventAddressBookRemoveBatch.h [new file with mode: 0755]
src/Contact/EventAddressBookRemoveChangeListener.h [new file with mode: 0755]
src/Contact/EventAddressBookRemoveGroup.h [new file with mode: 0755]
src/Contact/EventAddressBookUpdate.h [new file with mode: 0755]
src/Contact/EventAddressBookUpdateBatch.h [new file with mode: 0755]
src/Contact/EventAddressBookUpdateGroup.h [new file with mode: 0755]
src/Contact/EventContactManagerAddChangeListener.h [new file with mode: 0755]
src/Contact/EventContactManagerChangeListener.h [new file with mode: 0755]
src/Contact/EventContactManagerFind.h [new file with mode: 0755]
src/Contact/EventContactManagerGet.h [new file with mode: 0755]
src/Contact/EventContactManagerGetAddressBook.h [new file with mode: 0755]
src/Contact/EventContactManagerGetAddressBooks.h [new file with mode: 0755]
src/Contact/EventContactManagerGetDefaultAddressBook.h [new file with mode: 0755]
src/Contact/EventContactManagerGetUnifiedAddressBook.h [new file with mode: 0644]
src/Contact/EventContactManagerRemove.h [new file with mode: 0755]
src/Contact/EventContactManagerRemoveBatch.h [new file with mode: 0755]
src/Contact/EventContactManagerRemoveChangeListener.h [new file with mode: 0755]
src/Contact/EventContactManagerUpdate.h [new file with mode: 0755]
src/Contact/EventContactManagerUpdateBatch.h [new file with mode: 0755]
src/Contact/EventPersonLink.h [new file with mode: 0755]
src/Contact/EventPersonUnlink.h [new file with mode: 0755]
src/Contact/IAddressBook.cpp [new file with mode: 0755]
src/Contact/IAddressBook.h [new file with mode: 0755]
src/Contact/IContact.cpp [new file with mode: 0755]
src/Contact/IContact.h [new file with mode: 0755]
src/Contact/IContactEventPrivateData.h [new file with mode: 0755]
src/Contact/IContactManager.cpp [new file with mode: 0755]
src/Contact/IContactManager.h [new file with mode: 0755]
src/Contact/IPerson.cpp [new file with mode: 0755]
src/Contact/IPerson.h [new file with mode: 0755]
src/Contact/JSAddressBook.cpp [new file with mode: 0755]
src/Contact/JSAddressBook.h [new file with mode: 0755]
src/Contact/JSAddressBookArray.cpp [new file with mode: 0755]
src/Contact/JSAddressBookArray.h [new file with mode: 0755]
src/Contact/JSAddressBookChangeCallbackManager.cpp [new file with mode: 0755]
src/Contact/JSAddressBookChangeCallbackManager.h [new file with mode: 0755]
src/Contact/JSAttributesOfInterestArray.cpp [new file with mode: 0755]
src/Contact/JSAttributesOfInterestArray.h [new file with mode: 0755]
src/Contact/JSContact.cpp [new file with mode: 0755]
src/Contact/JSContact.h [new file with mode: 0755]
src/Contact/JSContactAddress.cpp [new file with mode: 0755]
src/Contact/JSContactAddress.h [new file with mode: 0755]
src/Contact/JSContactAddressArray.cpp [new file with mode: 0755]
src/Contact/JSContactAddressArray.h [new file with mode: 0755]
src/Contact/JSContactAddressTypeArray.cpp [new file with mode: 0755]
src/Contact/JSContactAddressTypeArray.h [new file with mode: 0755]
src/Contact/JSContactAnniversary.cpp [new file with mode: 0755]
src/Contact/JSContactAnniversary.h [new file with mode: 0755]
src/Contact/JSContactAnniversaryArray.cpp [new file with mode: 0755]
src/Contact/JSContactAnniversaryArray.h [new file with mode: 0755]
src/Contact/JSContactArray.cpp [new file with mode: 0755]
src/Contact/JSContactArray.h [new file with mode: 0755]
src/Contact/JSContactEmailAddress.cpp [new file with mode: 0755]
src/Contact/JSContactEmailAddress.h [new file with mode: 0755]
src/Contact/JSContactEmailAddressArray.cpp [new file with mode: 0755]
src/Contact/JSContactEmailAddressArray.h [new file with mode: 0755]
src/Contact/JSContactEmailAddressTypeArray.cpp [new file with mode: 0755]
src/Contact/JSContactEmailAddressTypeArray.h [new file with mode: 0755]
src/Contact/JSContactGroup.cpp [new file with mode: 0755]
src/Contact/JSContactGroup.h [new file with mode: 0755]
src/Contact/JSContactGroupArray.cpp [new file with mode: 0755]
src/Contact/JSContactGroupArray.h [new file with mode: 0755]
src/Contact/JSContactManager.cpp [new file with mode: 0755]
src/Contact/JSContactManager.h [new file with mode: 0755]
src/Contact/JSContactManagerChangeCallbackManager.cpp [new file with mode: 0755]
src/Contact/JSContactManagerChangeCallbackManager.h [new file with mode: 0755]
src/Contact/JSContactName.cpp [new file with mode: 0755]
src/Contact/JSContactName.h [new file with mode: 0755]
src/Contact/JSContactOrganization.cpp [new file with mode: 0755]
src/Contact/JSContactOrganization.h [new file with mode: 0755]
src/Contact/JSContactOrganizationArray.cpp [new file with mode: 0755]
src/Contact/JSContactOrganizationArray.h [new file with mode: 0755]
src/Contact/JSContactPhoneNumber.cpp [new file with mode: 0755]
src/Contact/JSContactPhoneNumber.h [new file with mode: 0755]
src/Contact/JSContactPhoneNumberArray.cpp [new file with mode: 0755]
src/Contact/JSContactPhoneNumberArray.h [new file with mode: 0755]
src/Contact/JSContactPhoneNumberTypeArray.cpp [new file with mode: 0755]
src/Contact/JSContactPhoneNumberTypeArray.h [new file with mode: 0755]
src/Contact/JSContactRef.cpp [new file with mode: 0755]
src/Contact/JSContactRef.h [new file with mode: 0755]
src/Contact/JSContactWebSite.cpp [new file with mode: 0755]
src/Contact/JSContactWebSite.h [new file with mode: 0755]
src/Contact/JSContactWebSiteArray.cpp [new file with mode: 0755]
src/Contact/JSContactWebSiteArray.h [new file with mode: 0755]
src/Contact/JSPerson.cpp [new file with mode: 0755]
src/Contact/JSPerson.h [new file with mode: 0755]
src/Contact/JSPersonArray.cpp [new file with mode: 0755]
src/Contact/JSPersonArray.h [new file with mode: 0755]
src/Contact/JSStringArray.cpp [new file with mode: 0755]
src/Contact/JSStringArray.h [new file with mode: 0755]
src/Contact/Person.cpp [new file with mode: 0755]
src/Contact/Person.h [new file with mode: 0755]
src/Contact/PersonFilterValidator.cpp [new file with mode: 0755]
src/Contact/PersonFilterValidator.h [new file with mode: 0755]
src/Contact/PersonSearchEngine.cpp [new file with mode: 0755]
src/Contact/PersonSearchEngine.h [new file with mode: 0755]
src/Contact/config.xml [new file with mode: 0755]
src/Contact/plugin_config.cpp [new file with mode: 0755]
src/Contact/plugin_config.h [new file with mode: 0755]
src/Contact/plugin_initializer.cpp [new file with mode: 0755]
src/Content/AudioLyrics.cpp [new file with mode: 0755]
src/Content/AudioLyrics.h [new file with mode: 0755]
src/Content/AudioLyricsUtil.cpp [new file with mode: 0755]
src/Content/AudioLyricsUtil.h [new file with mode: 0755]
src/Content/CMakeLists.txt [new file with mode: 0755]
src/Content/ContentAsyncCallbackManager.cpp [new file with mode: 0755]
src/Content/ContentAsyncCallbackManager.h [new file with mode: 0755]
src/Content/ContentAudio.cpp [new file with mode: 0755]
src/Content/ContentAudio.h [new file with mode: 0755]
src/Content/ContentController.cpp [new file with mode: 0755]
src/Content/ContentController.h [new file with mode: 0755]
src/Content/ContentConverter.cpp [new file with mode: 0755]
src/Content/ContentConverter.h [new file with mode: 0755]
src/Content/ContentFactory.cpp [new file with mode: 0755]
src/Content/ContentFactory.h [new file with mode: 0755]
src/Content/ContentFilterValidator.cpp [new file with mode: 0755]
src/Content/ContentFilterValidator.h [new file with mode: 0755]
src/Content/ContentFolder.cpp [new file with mode: 0755]
src/Content/ContentFolder.h [new file with mode: 0755]
src/Content/ContentImage.cpp [new file with mode: 0755]
src/Content/ContentImage.h [new file with mode: 0755]
src/Content/ContentListener.cpp [new file with mode: 0755]
src/Content/ContentListener.h [new file with mode: 0755]
src/Content/ContentManager.cpp [new file with mode: 0755]
src/Content/ContentManager.h [new file with mode: 0755]
src/Content/ContentMedia.cpp [new file with mode: 0755]
src/Content/ContentMedia.h [new file with mode: 0755]
src/Content/ContentSearchVisitor.cpp [new file with mode: 0755]
src/Content/ContentSearchVisitor.h [new file with mode: 0755]
src/Content/ContentUtility.cpp [new file with mode: 0755]
src/Content/ContentUtility.h [new file with mode: 0755]
src/Content/ContentVideo.cpp [new file with mode: 0755]
src/Content/ContentVideo.h [new file with mode: 0755]
src/Content/IContentManager.cpp [new file with mode: 0755]
src/Content/IContentManager.h [new file with mode: 0755]
src/Content/IEventFind.h [new file with mode: 0755]
src/Content/IEventFindMedia.h [new file with mode: 0755]
src/Content/IEventGetDirectories.h [new file with mode: 0755]
src/Content/IEventUpdate.h [new file with mode: 0755]
src/Content/IEventUpdateBatch.h [new file with mode: 0755]
src/Content/JSAudio.cpp [new file with mode: 0755]
src/Content/JSAudio.h [new file with mode: 0755]
src/Content/JSAudioLyrics.cpp [new file with mode: 0755]
src/Content/JSAudioLyrics.h [new file with mode: 0755]
src/Content/JSContent.cpp [new file with mode: 0755]
src/Content/JSContent.h [new file with mode: 0755]
src/Content/JSContentManager.cpp [new file with mode: 0755]
src/Content/JSContentManager.h [new file with mode: 0755]
src/Content/JSFolder.cpp [new file with mode: 0755]
src/Content/JSFolder.h [new file with mode: 0755]
src/Content/JSImage.cpp [new file with mode: 0755]
src/Content/JSImage.h [new file with mode: 0755]
src/Content/JSVideo.cpp [new file with mode: 0755]
src/Content/JSVideo.h [new file with mode: 0755]
src/Content/config.xml [new file with mode: 0755]
src/Content/plugin_config.cpp [new file with mode: 0755]
src/Content/plugin_config.h [new file with mode: 0755]
src/Content/plugin_initializer.cpp [new file with mode: 0755]
src/DataControl/CMakeLists.txt [new file with mode: 0755]
src/DataControl/DataControlAsyncCallbackManager.cpp [new file with mode: 0755]
src/DataControl/DataControlAsyncCallbackManager.h [new file with mode: 0755]
src/DataControl/DataControlConverter.cpp [new file with mode: 0755]
src/DataControl/DataControlConverter.h [new file with mode: 0755]
src/DataControl/DataControlErrorObject.h [new file with mode: 0755]
src/DataControl/DataControlFactory.cpp [new file with mode: 0755]
src/DataControl/DataControlFactory.h [new file with mode: 0755]
src/DataControl/DataControlListener.cpp [new file with mode: 0755]
src/DataControl/DataControlListener.h [new file with mode: 0755]
src/DataControl/DataType.h [new file with mode: 0644]
src/DataControl/EventAddValue.h [new file with mode: 0755]
src/DataControl/EventDelete.h [new file with mode: 0755]
src/DataControl/EventGetIndexedRow.h [new file with mode: 0755]
src/DataControl/EventGetValue.h [new file with mode: 0755]
src/DataControl/EventInsert.h [new file with mode: 0755]
src/DataControl/EventRemoveValue.h [new file with mode: 0755]
src/DataControl/EventSelect.h [new file with mode: 0755]
src/DataControl/EventUpdate.h [new file with mode: 0755]
src/DataControl/EventUpdateValue.h [new file with mode: 0755]
src/DataControl/IMappedDataControlConsumer.cpp [new file with mode: 0755]
src/DataControl/IMappedDataControlConsumer.h [new file with mode: 0755]
src/DataControl/ISelectDataObject.cpp [new file with mode: 0755]
src/DataControl/ISelectDataObject.h [new file with mode: 0755]
src/DataControl/ISqlDataControlConsumer.cpp [new file with mode: 0755]
src/DataControl/ISqlDataControlConsumer.h [new file with mode: 0755]
src/DataControl/JSDataControlManager.cpp [new file with mode: 0755]
src/DataControl/JSDataControlManager.h [new file with mode: 0755]
src/DataControl/JSMappedDataControlConsumer.cpp [new file with mode: 0755]
src/DataControl/JSMappedDataControlConsumer.h [new file with mode: 0755]
src/DataControl/JSSQLDataControlConsumer.cpp [new file with mode: 0755]
src/DataControl/JSSQLDataControlConsumer.h [new file with mode: 0755]
src/DataControl/JSSelectObjectArrayValues.cpp [new file with mode: 0755]
src/DataControl/JSSelectObjectArrayValues.h [new file with mode: 0755]
src/DataControl/MappedDataControlConsumer.cpp [new file with mode: 0755]
src/DataControl/MappedDataControlConsumer.h [new file with mode: 0755]
src/DataControl/RowData.h [new file with mode: 0755]
src/DataControl/SelectDataObject.cpp [new file with mode: 0755]
src/DataControl/SelectDataObject.h [new file with mode: 0755]
src/DataControl/SqlDataControlConsumer.cpp [new file with mode: 0755]
src/DataControl/SqlDataControlConsumer.h [new file with mode: 0755]
src/DataControl/config.xml [new file with mode: 0755]
src/DataControl/plugin_config.cpp [new file with mode: 0755]
src/DataControl/plugin_config.h [new file with mode: 0755]
src/DataControl/plugin_initializer.cpp [new file with mode: 0755]
src/DataSync/CMakeLists.txt [new file with mode: 0755]
src/DataSync/DataSyncConverter.cpp [new file with mode: 0755]
src/DataSync/DataSyncConverter.h [new file with mode: 0755]
src/DataSync/DataSyncListenerManager.cpp [new file with mode: 0755]
src/DataSync/DataSyncListenerManager.h [new file with mode: 0755]
src/DataSync/DataSyncManager.cpp [new file with mode: 0755]
src/DataSync/DataSyncManager.h [new file with mode: 0755]
src/DataSync/DataSyncMultiCallback.h [new file with mode: 0755]
src/DataSync/DataSyncResponseDispatcher.cpp [new file with mode: 0755]
src/DataSync/DataSyncResponseDispatcher.h [new file with mode: 0755]
src/DataSync/IDataSyncManager.cpp [new file with mode: 0755]
src/DataSync/IDataSyncManager.h [new file with mode: 0755]
src/DataSync/IEventAddProfile.h [new file with mode: 0755]
src/DataSync/IEventGetAllProfiles.h [new file with mode: 0755]
src/DataSync/IEventGetLastSyncStatistics.h [new file with mode: 0755]
src/DataSync/IEventGetMaxProfilesNum.h [new file with mode: 0755]
src/DataSync/IEventGetProfile.h [new file with mode: 0755]
src/DataSync/IEventGetProfilesNum.h [new file with mode: 0755]
src/DataSync/IEventRemoveProfile.h [new file with mode: 0755]
src/DataSync/IEventStartSync.h [new file with mode: 0755]
src/DataSync/IEventStopSync.h [new file with mode: 0755]
src/DataSync/IEventUpdateProfile.h [new file with mode: 0755]
src/DataSync/JSDataSyncManager.cpp [new file with mode: 0755]
src/DataSync/JSDataSyncManager.h [new file with mode: 0755]
src/DataSync/JSSyncInfo.cpp [new file with mode: 0755]
src/DataSync/JSSyncInfo.h [new file with mode: 0755]
src/DataSync/JSSyncProfileInfo.cpp [new file with mode: 0755]
src/DataSync/JSSyncProfileInfo.h [new file with mode: 0755]
src/DataSync/JSSyncServiceInfo.cpp [new file with mode: 0755]
src/DataSync/JSSyncServiceInfo.h [new file with mode: 0755]
src/DataSync/JSSyncStatistics.cpp [new file with mode: 0755]
src/DataSync/JSSyncStatistics.h [new file with mode: 0755]
src/DataSync/OnDataSyncStateChanged.h [new file with mode: 0755]
src/DataSync/SyncInfo.cpp [new file with mode: 0755]
src/DataSync/SyncInfo.h [new file with mode: 0755]
src/DataSync/SyncProfileInfo.cpp [new file with mode: 0755]
src/DataSync/SyncProfileInfo.h [new file with mode: 0755]
src/DataSync/SyncServiceInfo.cpp [new file with mode: 0755]
src/DataSync/SyncServiceInfo.h [new file with mode: 0755]
src/DataSync/SyncStatistics.cpp [new file with mode: 0755]
src/DataSync/SyncStatistics.h [new file with mode: 0755]
src/DataSync/config.xml [new file with mode: 0755]
src/DataSync/plugin_config.cpp [new file with mode: 0755]
src/DataSync/plugin_config.h [new file with mode: 0755]
src/DataSync/plugin_initializer.cpp [new file with mode: 0755]
src/Download/CMakeLists.txt [new file with mode: 0755]
src/Download/DownloadCallback.cpp [new file with mode: 0755]
src/Download/DownloadCallback.h [new file with mode: 0644]
src/Download/DownloadManager.cpp [new file with mode: 0644]
src/Download/DownloadManager.h [new file with mode: 0644]
src/Download/DownloadRequest.cpp [new file with mode: 0644]
src/Download/DownloadRequest.h [new file with mode: 0644]
src/Download/DownloadState.h [new file with mode: 0644]
src/Download/JSDownloadManager.cpp [new file with mode: 0644]
src/Download/JSDownloadManager.h [new file with mode: 0644]
src/Download/JSDownloadRequest.cpp [new file with mode: 0755]
src/Download/JSDownloadRequest.h [new file with mode: 0644]
src/Download/config.xml [new file with mode: 0755]
src/Download/plugin_config.cpp [new file with mode: 0755]
src/Download/plugin_config.h [new file with mode: 0755]
src/Download/plugin_initializer.cpp [new file with mode: 0644]
src/Filesystem/CMakeLists.txt [new file with mode: 0755]
src/Filesystem/Converter.cpp [new file with mode: 0755]
src/Filesystem/Converter.h [new file with mode: 0755]
src/Filesystem/Encodings.cpp [new file with mode: 0755]
src/Filesystem/Encodings.h [new file with mode: 0755]
src/Filesystem/Enums.h [new file with mode: 0755]
src/Filesystem/EventCopy.cpp [new file with mode: 0755]
src/Filesystem/EventCopy.h [new file with mode: 0755]
src/Filesystem/EventCreate.cpp [new file with mode: 0755]
src/Filesystem/EventCreate.h [new file with mode: 0755]
src/Filesystem/EventFind.cpp [new file with mode: 0755]
src/Filesystem/EventFind.h [new file with mode: 0755]
src/Filesystem/EventGetNodeData.cpp [new file with mode: 0755]
src/Filesystem/EventGetNodeData.h [new file with mode: 0755]
src/Filesystem/EventGetStorage.cpp [new file with mode: 0755]
src/Filesystem/EventGetStorage.h [new file with mode: 0755]
src/Filesystem/EventListNodes.cpp [new file with mode: 0755]
src/Filesystem/EventListNodes.h [new file with mode: 0755]
src/Filesystem/EventListStorages.cpp [new file with mode: 0755]
src/Filesystem/EventListStorages.h [new file with mode: 0755]
src/Filesystem/EventMove.cpp [new file with mode: 0755]
src/Filesystem/EventMove.h [new file with mode: 0755]
src/Filesystem/EventOpen.cpp [new file with mode: 0755]
src/Filesystem/EventOpen.h [new file with mode: 0755]
src/Filesystem/EventReadText.cpp [new file with mode: 0755]
src/Filesystem/EventReadText.h [new file with mode: 0755]
src/Filesystem/EventRemove.cpp [new file with mode: 0755]
src/Filesystem/EventRemove.h [new file with mode: 0755]
src/Filesystem/EventResolve.cpp [new file with mode: 0755]
src/Filesystem/EventResolve.h [new file with mode: 0755]
src/Filesystem/EventStorageStateChanged.h [new file with mode: 0755]
src/Filesystem/EventStoragestateChanged.cpp [new file with mode: 0755]
src/Filesystem/FilesystemAsyncCallbackManager.cpp [new file with mode: 0755]
src/Filesystem/FilesystemAsyncCallbackManager.h [new file with mode: 0755]
src/Filesystem/FilesystemListenerManager.cpp [new file with mode: 0755]
src/Filesystem/FilesystemListenerManager.h [new file with mode: 0755]
src/Filesystem/FilesystemUtils.cpp [new file with mode: 0755]
src/Filesystem/FilesystemUtils.h [new file with mode: 0755]
src/Filesystem/IManager.cpp [new file with mode: 0755]
src/Filesystem/IManager.h [new file with mode: 0755]
src/Filesystem/INode.cpp [new file with mode: 0755]
src/Filesystem/INode.h [new file with mode: 0755]
src/Filesystem/INodeTypes.h [new file with mode: 0755]
src/Filesystem/IPath.cpp [new file with mode: 0755]
src/Filesystem/IPath.h [new file with mode: 0755]
src/Filesystem/IStream.cpp [new file with mode: 0755]
src/Filesystem/IStream.h [new file with mode: 0755]
src/Filesystem/JSFile.cpp [new file with mode: 0755]
src/Filesystem/JSFile.h [new file with mode: 0755]
src/Filesystem/JSFilestream.cpp [new file with mode: 0755]
src/Filesystem/JSFilestream.h [new file with mode: 0755]
src/Filesystem/JSFilesystemManager.cpp [new file with mode: 0755]
src/Filesystem/JSFilesystemManager.h [new file with mode: 0755]
src/Filesystem/JSStorage.cpp [new file with mode: 0755]
src/Filesystem/JSStorage.h [new file with mode: 0755]
src/Filesystem/Manager.cpp [new file with mode: 0755]
src/Filesystem/Manager.h [new file with mode: 0755]
src/Filesystem/Node.cpp [new file with mode: 0755]
src/Filesystem/Node.h [new file with mode: 0755]
src/Filesystem/NodeFilter.cpp [new file with mode: 0755]
src/Filesystem/NodeFilter.h [new file with mode: 0755]
src/Filesystem/NodeFilterMatcher.cpp [new file with mode: 0755]
src/Filesystem/NodeFilterMatcher.h [new file with mode: 0755]
src/Filesystem/Path.cpp [new file with mode: 0755]
src/Filesystem/Path.h [new file with mode: 0755]
src/Filesystem/PathUtils.cpp [new file with mode: 0755]
src/Filesystem/PathUtils.h [new file with mode: 0755]
src/Filesystem/ResponseDispatcher.cpp [new file with mode: 0755]
src/Filesystem/ResponseDispatcher.h [new file with mode: 0755]
src/Filesystem/StorageProperties.cpp [new file with mode: 0755]
src/Filesystem/StorageProperties.h [new file with mode: 0755]
src/Filesystem/StorageStaticController.cpp [new file with mode: 0755]
src/Filesystem/StorageStaticController.h [new file with mode: 0755]
src/Filesystem/Stream.cpp [new file with mode: 0755]
src/Filesystem/Stream.h [new file with mode: 0755]
src/Filesystem/Utils.cpp [new file with mode: 0755]
src/Filesystem/Utils.h [new file with mode: 0755]
src/Filesystem/config.xml [new file with mode: 0755]
src/Filesystem/plugin_config.cpp [new file with mode: 0755]
src/Filesystem/plugin_config.h [new file with mode: 0755]
src/Filesystem/plugin_initializer.cpp [new file with mode: 0755]
src/Log/CMakeLists.txt [new file with mode: 0644]
src/Log/JSTizenLog.cpp [new file with mode: 0755]
src/Log/JSTizenLog.h [new file with mode: 0644]
src/Log/config.xml [new file with mode: 0644]
src/Log/plugin_initializer.cpp [new file with mode: 0644]
src/MessagePort/CMakeLists.txt [new file with mode: 0644]
src/MessagePort/EventLocalMessagePortAddMessagePortListener.h [new file with mode: 0644]
src/MessagePort/EventLocalMessagePortListener.h [new file with mode: 0644]
src/MessagePort/EventLocalMessagePortRemoveMessagePortListener.h [new file with mode: 0644]
src/MessagePort/EventMessagePortManagerRequestLocalMessagePort.h [new file with mode: 0644]
src/MessagePort/EventMessagePortManagerRequestRemoteMessagePort.h [new file with mode: 0644]
src/MessagePort/EventMessagePortManagerRequestTrustedLocalMessagePort.h [new file with mode: 0644]
src/MessagePort/EventMessagePortManagerRequestTrustedRemoteMessagePort.h [new file with mode: 0644]
src/MessagePort/EventRemoteMessagePortSendMessage.h [new file with mode: 0644]
src/MessagePort/ILocalMessagePort.cpp [new file with mode: 0644]
src/MessagePort/ILocalMessagePort.h [new file with mode: 0644]
src/MessagePort/IMessagePortManager.cpp [new file with mode: 0644]
src/MessagePort/IMessagePortManager.h [new file with mode: 0644]
src/MessagePort/IRemoteMessagePort.cpp [new file with mode: 0644]
src/MessagePort/IRemoteMessagePort.h [new file with mode: 0644]
src/MessagePort/JSLocalMessagePort.cpp [new file with mode: 0644]
src/MessagePort/JSLocalMessagePort.h [new file with mode: 0644]
src/MessagePort/JSMessagePortManager.cpp [new file with mode: 0644]
src/MessagePort/JSMessagePortManager.h [new file with mode: 0644]
src/MessagePort/JSRemoteMessagePort.cpp [new file with mode: 0644]
src/MessagePort/JSRemoteMessagePort.h [new file with mode: 0644]
src/MessagePort/LocalMessagePort.cpp [new file with mode: 0644]
src/MessagePort/LocalMessagePort.h [new file with mode: 0644]
src/MessagePort/LocalMessagePortController.cpp [new file with mode: 0644]
src/MessagePort/LocalMessagePortController.h [new file with mode: 0644]
src/MessagePort/MessagePortConverter.cpp [new file with mode: 0644]
src/MessagePort/MessagePortConverter.h [new file with mode: 0644]
src/MessagePort/MessagePortDataItem.h [new file with mode: 0644]
src/MessagePort/MessagePortFactory.cpp [new file with mode: 0644]
src/MessagePort/MessagePortFactory.h [new file with mode: 0644]
src/MessagePort/MessagePortImpl.h [new file with mode: 0644]
src/MessagePort/MessagePortListenerManager.cpp [new file with mode: 0644]
src/MessagePort/MessagePortListenerManager.h [new file with mode: 0644]
src/MessagePort/MessagePortManager.cpp [new file with mode: 0644]
src/MessagePort/MessagePortManager.h [new file with mode: 0644]
src/MessagePort/MessagePortManagerProxy.cpp [new file with mode: 0644]
src/MessagePort/MessagePortManagerProxy.h [new file with mode: 0644]
src/MessagePort/MessagePortUtility.cpp [new file with mode: 0644]
src/MessagePort/MessagePortUtility.h [new file with mode: 0644]
src/MessagePort/RemoteMessagePort.cpp [new file with mode: 0644]
src/MessagePort/RemoteMessagePort.h [new file with mode: 0644]
src/MessagePort/config.xml [new file with mode: 0644]
src/MessagePort/plugin_config.cpp [new file with mode: 0644]
src/MessagePort/plugin_config.h [new file with mode: 0644]
src/MessagePort/plugin_initializer.cpp [new file with mode: 0644]
src/Messaging/Attachment.cpp [new file with mode: 0644]
src/Messaging/Attachment.h [new file with mode: 0755]
src/Messaging/AttachmentFactory.cpp [new file with mode: 0755]
src/Messaging/AttachmentFactory.h [new file with mode: 0755]
src/Messaging/Attachments.cpp [new file with mode: 0755]
src/Messaging/Attachments.h [new file with mode: 0755]
src/Messaging/BccRecipient.cpp [new file with mode: 0755]
src/Messaging/BccRecipient.h [new file with mode: 0755]
src/Messaging/BinarySms.cpp [new file with mode: 0755]
src/Messaging/BinarySms.h [new file with mode: 0755]
src/Messaging/Body.cpp [new file with mode: 0755]
src/Messaging/Body.h [new file with mode: 0755]
src/Messaging/CMakeLists.txt [new file with mode: 0755]
src/Messaging/CallbackMgr.cpp [new file with mode: 0644]
src/Messaging/CallbackMgr.h [new file with mode: 0644]
src/Messaging/CallbackNumber.cpp [new file with mode: 0755]
src/Messaging/CallbackNumber.h [new file with mode: 0755]
src/Messaging/CcRecipient.cpp [new file with mode: 0755]
src/Messaging/CcRecipient.h [new file with mode: 0755]
src/Messaging/Conversation.cpp [new file with mode: 0644]
src/Messaging/Conversation.h [new file with mode: 0644]
src/Messaging/ConversationFilterValidator.cpp [new file with mode: 0755]
src/Messaging/ConversationFilterValidator.h [new file with mode: 0644]
src/Messaging/ConversationFilterValidatorFactory.cpp [new file with mode: 0755]
src/Messaging/ConversationFilterValidatorFactory.h [new file with mode: 0644]
src/Messaging/ConversationQueryGenerator.cpp [new file with mode: 0755]
src/Messaging/ConversationQueryGenerator.h [new file with mode: 0644]
src/Messaging/ConverterMessage.cpp [new file with mode: 0644]
src/Messaging/ConverterMessage.h [new file with mode: 0644]
src/Messaging/DBus/Connection.cpp [new file with mode: 0755]
src/Messaging/DBus/Connection.h [new file with mode: 0755]
src/Messaging/DBus/Message.cpp [new file with mode: 0755]
src/Messaging/DBus/Message.h [new file with mode: 0755]
src/Messaging/DBus/MessageEvent.h [new file with mode: 0755]
src/Messaging/Email.cpp [new file with mode: 0644]
src/Messaging/Email.h [new file with mode: 0755]
src/Messaging/EmailAccountInfo.cpp [new file with mode: 0755]
src/Messaging/EmailAccountInfo.h [new file with mode: 0755]
src/Messaging/EmailConverter.cpp [new file with mode: 0644]
src/Messaging/EmailConverter.h [new file with mode: 0644]
src/Messaging/EmailService.cpp [new file with mode: 0644]
src/Messaging/EmailService.h [new file with mode: 0644]
src/Messaging/EmailUtils.cpp [new file with mode: 0755]
src/Messaging/EmailUtils.h [new file with mode: 0755]
src/Messaging/EmitterConversationReceived.cpp [new file with mode: 0755]
src/Messaging/EmitterConversationReceived.h [new file with mode: 0755]
src/Messaging/EmitterFolderReceived.cpp [new file with mode: 0755]
src/Messaging/EmitterFolderReceived.h [new file with mode: 0755]
src/Messaging/EmitterMessageReceived.cpp [new file with mode: 0755]
src/Messaging/EmitterMessageReceived.h [new file with mode: 0755]
src/Messaging/EmptyMessage.cpp [new file with mode: 0644]
src/Messaging/EmptyMessage.h [new file with mode: 0644]
src/Messaging/EventAddDraftMessage.h [new file with mode: 0644]
src/Messaging/EventDeleteConversations.h [new file with mode: 0644]
src/Messaging/EventDeleteMessage.h [new file with mode: 0755]
src/Messaging/EventDeleteMessages.h [new file with mode: 0755]
src/Messaging/EventGetConversationId.h [new file with mode: 0755]
src/Messaging/EventGetMessagingService.h [new file with mode: 0755]
src/Messaging/EventMessageReceived.cpp [new file with mode: 0755]
src/Messaging/EventMessageReceived.h [new file with mode: 0755]
src/Messaging/EventMessagingService.h [new file with mode: 0755]
src/Messaging/EventMessagingServicePrivateData.cpp [new file with mode: 0755]
src/Messaging/EventMessagingServicePrivateData.h [new file with mode: 0755]
src/Messaging/EventMessagingStorage.h [new file with mode: 0755]
src/Messaging/EventOnSendingFailed.h [new file with mode: 0755]
src/Messaging/EventQueryConversations.h [new file with mode: 0644]
src/Messaging/EventQueryFolders.h [new file with mode: 0644]
src/Messaging/EventQueryMessages.h [new file with mode: 0644]
src/Messaging/EventSendMessage.h [new file with mode: 0755]
src/Messaging/EventSendMessagePrivateData.cpp [new file with mode: 0755]
src/Messaging/EventSendMessagePrivateData.h [new file with mode: 0755]
src/Messaging/EventUpdateMessage.h [new file with mode: 0755]
src/Messaging/EventUpdateMessages.h [new file with mode: 0755]
src/Messaging/FolderFilterValidator.cpp [new file with mode: 0644]
src/Messaging/FolderFilterValidator.h [new file with mode: 0644]
src/Messaging/FolderFilterValidatorFactory.cpp [new file with mode: 0755]
src/Messaging/FolderFilterValidatorFactory.h [new file with mode: 0644]
src/Messaging/FolderQueryGenerator.cpp [new file with mode: 0755]
src/Messaging/FolderQueryGenerator.h [new file with mode: 0644]
src/Messaging/From.cpp [new file with mode: 0755]
src/Messaging/From.h [new file with mode: 0755]
src/Messaging/IAttachment.cpp [new file with mode: 0755]
src/Messaging/IAttachment.h [new file with mode: 0755]
src/Messaging/IBinarySms.cpp [new file with mode: 0755]
src/Messaging/IBinarySms.h [new file with mode: 0755]
src/Messaging/IConversation.h [new file with mode: 0755]
src/Messaging/IEmail.cpp [new file with mode: 0755]
src/Messaging/IEmail.h [new file with mode: 0755]
src/Messaging/IEmailAccount.cpp [new file with mode: 0755]
src/Messaging/IEmailAccount.h [new file with mode: 0755]
src/Messaging/IEmptyMessage.cpp [new file with mode: 0644]
src/Messaging/IEmptyMessage.h [new file with mode: 0644]
src/Messaging/IMessage.cpp [new file with mode: 0755]
src/Messaging/IMessage.h [new file with mode: 0755]
src/Messaging/IMessageFolder.h [new file with mode: 0755]
src/Messaging/IMessaging.cpp [new file with mode: 0755]
src/Messaging/IMessaging.h [new file with mode: 0644]
src/Messaging/IMessagingService.cpp [new file with mode: 0755]
src/Messaging/IMessagingService.h [new file with mode: 0755]
src/Messaging/IMessagingServiceManager.cpp [new file with mode: 0755]
src/Messaging/IMessagingServiceManager.h [new file with mode: 0755]
src/Messaging/IMessagingTypes.h [new file with mode: 0644]
src/Messaging/IMms.cpp [new file with mode: 0755]
src/Messaging/IMms.h [new file with mode: 0755]
src/Messaging/IMmsSlide.h [new file with mode: 0755]
src/Messaging/IMmsSlideProperties.h [new file with mode: 0755]
src/Messaging/IMmsSlides.h [new file with mode: 0755]
src/Messaging/ISendingObserver.h [new file with mode: 0644]
src/Messaging/ISms.cpp [new file with mode: 0755]
src/Messaging/ISms.h [new file with mode: 0755]
src/Messaging/JSConversation.cpp [new file with mode: 0755]
src/Messaging/JSConversation.h [new file with mode: 0755]
src/Messaging/JSMessage.cpp [new file with mode: 0644]
src/Messaging/JSMessage.h [new file with mode: 0755]
src/Messaging/JSMessageAttachment.cpp [new file with mode: 0644]
src/Messaging/JSMessageAttachment.h [new file with mode: 0755]
src/Messaging/JSMessageBody.cpp [new file with mode: 0644]
src/Messaging/JSMessageBody.h [new file with mode: 0755]
src/Messaging/JSMessageFolder.cpp [new file with mode: 0644]
src/Messaging/JSMessageFolder.h [new file with mode: 0755]
src/Messaging/JSMessagePrivateObject.h [new file with mode: 0755]
src/Messaging/JSMessagingService.cpp [new file with mode: 0644]
src/Messaging/JSMessagingService.h [new file with mode: 0755]
src/Messaging/JSMessagingServiceManager.cpp [new file with mode: 0644]
src/Messaging/JSMessagingServiceManager.h [new file with mode: 0755]
src/Messaging/JSMessagingStorage.cpp [new file with mode: 0644]
src/Messaging/JSMessagingStorage.h [new file with mode: 0755]
src/Messaging/JSRecipientArray.cpp [new file with mode: 0755]
src/Messaging/JSRecipientArray.h [new file with mode: 0755]
src/Messaging/MailSender.cpp [new file with mode: 0644]
src/Messaging/MailSender.h [new file with mode: 0755]
src/Messaging/MailSync.cpp [new file with mode: 0644]
src/Messaging/MailSync.h [new file with mode: 0755]
src/Messaging/MessageAsyncCallbackManager.cpp [new file with mode: 0755]
src/Messaging/MessageAsyncCallbackManager.h [new file with mode: 0644]
src/Messaging/MessageEventPrivateData.h [new file with mode: 0755]
src/Messaging/MessageFactory.cpp [new file with mode: 0755]
src/Messaging/MessageFactory.h [new file with mode: 0755]
src/Messaging/MessageFilterValidator.cpp [new file with mode: 0755]
src/Messaging/MessageFilterValidator.h [new file with mode: 0644]
src/Messaging/MessageFilterValidatorFactory.cpp [new file with mode: 0755]
src/Messaging/MessageFilterValidatorFactory.h [new file with mode: 0644]
src/Messaging/MessageFolder.cpp [new file with mode: 0755]
src/Messaging/MessageFolder.h [new file with mode: 0644]
src/Messaging/MessageListenerManager.cpp [new file with mode: 0755]
src/Messaging/MessageListenerManager.h [new file with mode: 0644]
src/Messaging/MessagePriority.cpp [new file with mode: 0755]
src/Messaging/MessagePriority.h [new file with mode: 0755]
src/Messaging/MessageProperties.h [new file with mode: 0755]
src/Messaging/MessageQueryGenerator.cpp [new file with mode: 0755]
src/Messaging/MessageQueryGenerator.h [new file with mode: 0644]
src/Messaging/MessageSendCallback.h [new file with mode: 0755]
src/Messaging/MessageStorageFactory.cpp [new file with mode: 0755]
src/Messaging/MessageStorageFactory.h [new file with mode: 0644]
src/Messaging/Messaging.cpp [new file with mode: 0755]
src/Messaging/Messaging.h [new file with mode: 0644]
src/Messaging/MessagingController.cpp [new file with mode: 0644]
src/Messaging/MessagingController.h [new file with mode: 0755]
src/Messaging/MessagingErrorMsg.h [new file with mode: 0644]
src/Messaging/MessagingFactory.cpp [new file with mode: 0755]
src/Messaging/MessagingFactory.h [new file with mode: 0755]
src/Messaging/MessagingListener.cpp [new file with mode: 0644]
src/Messaging/MessagingListener.h [new file with mode: 0755]
src/Messaging/MessagingService.cpp [new file with mode: 0755]
src/Messaging/MessagingService.h [new file with mode: 0755]
src/Messaging/MessagingServiceManager.cpp [new file with mode: 0644]
src/Messaging/MessagingServiceManager.h [new file with mode: 0755]
src/Messaging/MessagingStorageMultiCallback.cpp [new file with mode: 0755]
src/Messaging/MessagingStorageMultiCallback.h [new file with mode: 0644]
src/Messaging/Mms.cpp [new file with mode: 0644]
src/Messaging/Mms.h [new file with mode: 0644]
src/Messaging/MmsSlide.cpp [new file with mode: 0755]
src/Messaging/MmsSlide.h [new file with mode: 0755]
src/Messaging/MmsSlideProperty.cpp [new file with mode: 0755]
src/Messaging/MmsSlideProperty.h [new file with mode: 0755]
src/Messaging/MmsSlides.cpp [new file with mode: 0755]
src/Messaging/MmsSlides.h [new file with mode: 0755]
src/Messaging/MsgServiceHandleMgr.h [new file with mode: 0644]
src/Messaging/NetworkStatus.cpp [new file with mode: 0755]
src/Messaging/NetworkStatus.h [new file with mode: 0755]
src/Messaging/Recipient.cpp [new file with mode: 0755]
src/Messaging/Recipient.h [new file with mode: 0755]
src/Messaging/ReqReceiverMessage.cpp [new file with mode: 0755]
src/Messaging/ReqReceiverMessage.h [new file with mode: 0755]
src/Messaging/ScopedMail.h [new file with mode: 0644]
src/Messaging/ScopedMailAttachment.h [new file with mode: 0644]
src/Messaging/ScopedMailbox.h [new file with mode: 0644]
src/Messaging/Sms.cpp [new file with mode: 0644]
src/Messaging/Sms.h [new file with mode: 0644]
src/Messaging/SourceAddress.cpp [new file with mode: 0755]
src/Messaging/SourceAddress.h [new file with mode: 0755]
src/Messaging/StorageChangesConversationFilterValidator.cpp [new file with mode: 0755]
src/Messaging/StorageChangesConversationFilterValidator.h [new file with mode: 0644]
src/Messaging/StorageChangesConversationFilterValidatorFactory.cpp [new file with mode: 0755]
src/Messaging/StorageChangesConversationFilterValidatorFactory.h [new file with mode: 0644]
src/Messaging/StorageChangesConversationGenerator.cpp [new file with mode: 0755]
src/Messaging/StorageChangesConversationGenerator.h [new file with mode: 0644]
src/Messaging/StorageChangesFolderFilterValidator.cpp [new file with mode: 0755]
src/Messaging/StorageChangesFolderFilterValidator.h [new file with mode: 0644]
src/Messaging/StorageChangesFolderFilterValidatorFactory.cpp [new file with mode: 0755]
src/Messaging/StorageChangesFolderFilterValidatorFactory.h [new file with mode: 0644]
src/Messaging/StorageChangesFolderGenerator.cpp [new file with mode: 0755]
src/Messaging/StorageChangesFolderGenerator.h [new file with mode: 0644]
src/Messaging/StorageChangesMessageFilterValidator.cpp [new file with mode: 0755]
src/Messaging/StorageChangesMessageFilterValidator.h [new file with mode: 0644]
src/Messaging/StorageChangesMessageFilterValidatorFactory.cpp [new file with mode: 0755]
src/Messaging/StorageChangesMessageFilterValidatorFactory.h [new file with mode: 0644]
src/Messaging/StorageChangesMessageGenerator.cpp [new file with mode: 0755]
src/Messaging/StorageChangesMessageGenerator.h [new file with mode: 0644]
src/Messaging/Subject.cpp [new file with mode: 0755]
src/Messaging/Subject.h [new file with mode: 0755]
src/Messaging/SyncNetworkStatus.cpp [new file with mode: 0755]
src/Messaging/SyncNetworkStatus.h [new file with mode: 0755]
src/Messaging/ToRecipient.cpp [new file with mode: 0755]
src/Messaging/ToRecipient.h [new file with mode: 0755]
src/Messaging/ValidityPeriodHours.cpp [new file with mode: 0755]
src/Messaging/ValidityPeriodHours.h [new file with mode: 0755]
src/Messaging/VirtualMessage.cpp [new file with mode: 0755]
src/Messaging/VirtualMessage.h [new file with mode: 0755]
src/Messaging/config.cmake [moved from src/platform/API/Messaging/config.cmake with 100% similarity]
src/Messaging/config.cmake.platformTizen [moved from src/platform/Tizen/Messaging/config.cmake with 100% similarity]
src/Messaging/config.xml [new file with mode: 0755]
src/Messaging/log.h [moved from src/platform/API/Messaging/log.h with 100% similarity]
src/Messaging/messageDB/MessageStorageReader.cpp [new file with mode: 0644]
src/Messaging/messageDB/MessageStorageReader.h [moved from src/platform/Tizen/Messaging/messageDB/MessageStorageReader.h with 100% similarity, mode: 0644]
src/Messaging/messageDB/MsgSqliteWrapper.cpp [moved from src/platform/Tizen/Messaging/messageDB/MsgSqliteWrapper.cpp with 100% similarity, mode: 0644]
src/Messaging/messageDB/MsgSqliteWrapper.h [moved from src/platform/Tizen/Messaging/messageDB/MsgSqliteWrapper.h with 100% similarity, mode: 0644]
src/Messaging/plugin_config.cpp [new file with mode: 0755]
src/Messaging/plugin_config.h [new file with mode: 0755]
src/Messaging/plugin_initializer.cpp [new file with mode: 0755]
src/NFC/CMakeLists.txt [new file with mode: 0755]
src/NFC/EventNFC.h [new file with mode: 0755]
src/NFC/EventNFCChanged.h [new file with mode: 0755]
src/NFC/EventNFCChangedPrivateData.cpp [new file with mode: 0755]
src/NFC/EventNFCChangedPrivateData.h [new file with mode: 0755]
src/NFC/EventTagAction.h [new file with mode: 0755]
src/NFC/EventTargetAction.h [new file with mode: 0755]
src/NFC/INFCAdapter.cpp [new file with mode: 0755]
src/NFC/INFCAdapter.h [new file with mode: 0755]
src/NFC/INFCTag.cpp [new file with mode: 0755]
src/NFC/INFCTag.h [new file with mode: 0755]
src/NFC/INFCTarget.cpp [new file with mode: 0755]
src/NFC/INFCTarget.h [new file with mode: 0755]
src/NFC/INdefMessage.h [new file with mode: 0755]
src/NFC/INdefRecord.h [new file with mode: 0755]
src/NFC/JSNFCAdapter.cpp [new file with mode: 0644]
src/NFC/JSNFCAdapter.h [new file with mode: 0755]
src/NFC/JSNFCManager.cpp [new file with mode: 0644]
src/NFC/JSNFCManager.h [new file with mode: 0755]
src/NFC/JSNFCTag.cpp [new file with mode: 0644]
src/NFC/JSNFCTag.h [new file with mode: 0755]
src/NFC/JSNFCTarget.cpp [new file with mode: 0644]
src/NFC/JSNFCTarget.h [new file with mode: 0755]
src/NFC/JSNdefMessage.cpp [new file with mode: 0644]
src/NFC/JSNdefMessage.h [new file with mode: 0755]
src/NFC/JSNdefRecord.cpp [new file with mode: 0644]
src/NFC/JSNdefRecord.h [new file with mode: 0755]
src/NFC/JSNdefRecordArray.cpp [new file with mode: 0644]
src/NFC/JSNdefRecordArray.h [new file with mode: 0755]
src/NFC/JSNdefRecordMedia.cpp [new file with mode: 0644]
src/NFC/JSNdefRecordMedia.h [new file with mode: 0755]
src/NFC/JSNdefRecordText.cpp [new file with mode: 0644]
src/NFC/JSNdefRecordText.h [new file with mode: 0755]
src/NFC/JSNdefRecordURI.cpp [new file with mode: 0644]
src/NFC/JSNdefRecordURI.h [new file with mode: 0755]
src/NFC/NFCAdapter.cpp [new file with mode: 0644]
src/NFC/NFCAdapter.h [new file with mode: 0755]
src/NFC/NFCAsyncCallbackManager.cpp [new file with mode: 0755]
src/NFC/NFCAsyncCallbackManager.h [new file with mode: 0644]
src/NFC/NFCChangedCallback.h [new file with mode: 0755]
src/NFC/NFCConverter.cpp [new file with mode: 0755]
src/NFC/NFCConverter.h [new file with mode: 0755]
src/NFC/NFCDefaultAdapter.cpp [new file with mode: 0644]
src/NFC/NFCDefaultAdapter.h [new file with mode: 0755]
src/NFC/NFCFactory.cpp [new file with mode: 0755]
src/NFC/NFCFactory.h [new file with mode: 0755]
src/NFC/NFCListenerManager.cpp [new file with mode: 0755]
src/NFC/NFCListenerManager.h [new file with mode: 0644]
src/NFC/NFCStaticController.cpp [new file with mode: 0644]
src/NFC/NFCStaticController.h [new file with mode: 0755]
src/NFC/NFCTag.cpp [new file with mode: 0644]
src/NFC/NFCTag.h [new file with mode: 0755]
src/NFC/NFCTagProperties.h [new file with mode: 0755]
src/NFC/NFCTarget.cpp [new file with mode: 0755]
src/NFC/NFCTarget.h [new file with mode: 0755]
src/NFC/NFCUtil.cpp [new file with mode: 0644]
src/NFC/NFCUtil.h [new file with mode: 0755]
src/NFC/NdefMessage.cpp [new file with mode: 0755]
src/NFC/NdefMessage.h [new file with mode: 0755]
src/NFC/NdefRecord.cpp [new file with mode: 0755]
src/NFC/NdefRecord.h [new file with mode: 0755]
src/NFC/NdefRecordProperties.h [new file with mode: 0755]
src/NFC/ResponseDispatcher.cpp [new file with mode: 0644]
src/NFC/ResponseDispatcher.h [new file with mode: 0755]
src/NFC/TagFilter.cpp [new file with mode: 0755]
src/NFC/TagFilter.h [new file with mode: 0755]
src/NFC/config.xml [new file with mode: 0755]
src/NFC/plugin_config.cpp [new file with mode: 0755]
src/NFC/plugin_config.h [new file with mode: 0755]
src/NFC/plugin_initializer.cpp [new file with mode: 0755]
src/NetworkBearerSelection/CMakeLists.txt [new file with mode: 0755]
src/NetworkBearerSelection/EventNetworkBearerRelease.h [new file with mode: 0755]
src/NetworkBearerSelection/EventNetworkBearerSelection.h [new file with mode: 0755]
src/NetworkBearerSelection/INetworkBearerSelection.cpp [new file with mode: 0755]
src/NetworkBearerSelection/INetworkBearerSelection.h [new file with mode: 0755]
src/NetworkBearerSelection/JSNetworkBearerSelection.cpp [new file with mode: 0755]
src/NetworkBearerSelection/JSNetworkBearerSelection.h [new file with mode: 0755]
src/NetworkBearerSelection/JSNetworkBearerSelectionCallbackManager.cpp [new file with mode: 0755]
src/NetworkBearerSelection/JSNetworkBearerSelectionCallbackManager.h [new file with mode: 0755]
src/NetworkBearerSelection/NetworkBearerSelection.cpp [new file with mode: 0755]
src/NetworkBearerSelection/NetworkBearerSelection.h [new file with mode: 0755]
src/NetworkBearerSelection/NetworkBearerSelectionFactory.cpp [new file with mode: 0755]
src/NetworkBearerSelection/NetworkBearerSelectionFactory.h [new file with mode: 0755]
src/NetworkBearerSelection/NetworkBearerSelectionResponseDispatcher.cpp [new file with mode: 0755]
src/NetworkBearerSelection/NetworkBearerSelectionResponseDispatcher.h [new file with mode: 0755]
src/NetworkBearerSelection/OnNetworkBearerSelectionStateChanged.h [new file with mode: 0755]
src/NetworkBearerSelection/config.xml [new file with mode: 0755]
src/NetworkBearerSelection/plugin_config.cpp [new file with mode: 0755]
src/NetworkBearerSelection/plugin_config.h [new file with mode: 0755]
src/NetworkBearerSelection/plugin_initializer.cpp [new file with mode: 0755]
src/Notification/CMakeLists.txt [new file with mode: 0755]
src/Notification/INotification.cpp [new file with mode: 0755]
src/Notification/INotification.h [new file with mode: 0755]
src/Notification/INotificationManager.cpp [new file with mode: 0755]
src/Notification/INotificationManager.h [new file with mode: 0755]
src/Notification/JSNotificationLine.cpp [new file with mode: 0755]
src/Notification/JSNotificationLine.h [new file with mode: 0755]
src/Notification/JSNotificationLineArray.cpp [new file with mode: 0755]
src/Notification/JSNotificationLineArray.h [new file with mode: 0755]
src/Notification/JSNotificationManager.cpp [new file with mode: 0644]
src/Notification/JSNotificationManager.h [new file with mode: 0755]
src/Notification/JSStatusNotification.cpp [new file with mode: 0755]
src/Notification/JSStatusNotification.h [new file with mode: 0755]
src/Notification/JSStringArray.cpp [new file with mode: 0755]
src/Notification/JSStringArray.h [new file with mode: 0755]
src/Notification/NotificationConverter.cpp [new file with mode: 0755]
src/Notification/NotificationConverter.h [new file with mode: 0755]
src/Notification/NotificationFactory.cpp [new file with mode: 0755]
src/Notification/NotificationFactory.h [new file with mode: 0755]
src/Notification/NotificationLine.cpp [new file with mode: 0755]
src/Notification/NotificationLine.h [new file with mode: 0755]
src/Notification/NotificationManager.cpp [new file with mode: 0755]
src/Notification/NotificationManager.h [new file with mode: 0755]
src/Notification/StatusNotification.cpp [new file with mode: 0755]
src/Notification/StatusNotification.h [new file with mode: 0755]
src/Notification/config.xml [new file with mode: 0644]
src/Notification/plugin_config.cpp [new file with mode: 0644]
src/Notification/plugin_config.h [new file with mode: 0644]
src/Notification/plugin_initializer.cpp [new file with mode: 0755]
src/Package/CMakeLists.txt [new file with mode: 0644]
src/Package/JSPackageInformation.cpp [new file with mode: 0644]
src/Package/JSPackageInformation.h [new file with mode: 0644]
src/Package/JSPackageManager.cpp [new file with mode: 0644]
src/Package/JSPackageManager.h [new file with mode: 0644]
src/Package/PackageInformation.cpp [new file with mode: 0644]
src/Package/PackageInformation.h [new file with mode: 0644]
src/Package/PackageManager.cpp [new file with mode: 0644]
src/Package/PackageManager.h [new file with mode: 0644]
src/Package/config.xml [new file with mode: 0755]
src/Package/plugin_config.cpp [new file with mode: 0644]
src/Package/plugin_config.h [new file with mode: 0644]
src/Package/plugin_initializer.cpp [new file with mode: 0644]
src/Power/CMakeLists.txt [new file with mode: 0755]
src/Power/JSPowerManager.cpp [new file with mode: 0755]
src/Power/JSPowerManager.h [new file with mode: 0755]
src/Power/PowerManager.cpp [new file with mode: 0755]
src/Power/PowerManager.h [new file with mode: 0755]
src/Power/config.xml [new file with mode: 0755]
src/Power/plugin_config.cpp [new file with mode: 0755]
src/Power/plugin_config.h [new file with mode: 0755]
src/Power/plugin_initializer.cpp [new file with mode: 0755]
src/Power/test/CMakeLists.txt [new file with mode: 0755]
src/Power/test/TestEngine.js [new file with mode: 0755]
src/Power/test/TestPower.js [new file with mode: 0755]
src/Power/test/main.cpp [new file with mode: 0755]
src/Push/CMakeLists.txt [new file with mode: 0755]
src/Push/IEventConnectService.h [new file with mode: 0755]
src/Push/IEventDisconnectService.h [new file with mode: 0755]
src/Push/IEventGetRegistrationId.h [new file with mode: 0755]
src/Push/IEventRegisterService.h [new file with mode: 0644]
src/Push/IEventUnregisterService.h [new file with mode: 0755]
src/Push/IPushManager.cpp [new file with mode: 0755]
src/Push/IPushManager.h [new file with mode: 0755]
src/Push/JSPushManager.cpp [new file with mode: 0644]
src/Push/JSPushManager.h [new file with mode: 0755]
src/Push/JSPushMessage.cpp [new file with mode: 0644]
src/Push/JSPushMessage.h [new file with mode: 0755]
src/Push/OnPushNotified.h [new file with mode: 0755]
src/Push/PushAsyncCallbackManager.cpp [new file with mode: 0755]
src/Push/PushAsyncCallbackManager.h [new file with mode: 0644]
src/Push/PushConverter.cpp [new file with mode: 0755]
src/Push/PushConverter.h [new file with mode: 0755]
src/Push/PushListenerManager.cpp [new file with mode: 0755]
src/Push/PushListenerManager.h [new file with mode: 0644]
src/Push/PushManager.cpp [new file with mode: 0644]
src/Push/PushManager.h [new file with mode: 0755]
src/Push/PushMessage.cpp [new file with mode: 0755]
src/Push/PushMessage.h [new file with mode: 0755]
src/Push/PushResponseDispatcher.cpp [new file with mode: 0644]
src/Push/PushResponseDispatcher.h [new file with mode: 0755]
src/Push/config.xml [new file with mode: 0755]
src/Push/plugin_config.cpp [new file with mode: 0755]
src/Push/plugin_config.h [new file with mode: 0755]
src/Push/plugin_initializer.cpp [new file with mode: 0644]
src/SecureElement/CMakeLists.txt [new file with mode: 0755]
src/SecureElement/EventSEService.h [new file with mode: 0755]
src/SecureElement/ISEChannel.cpp [new file with mode: 0755]
src/SecureElement/ISEChannel.h [new file with mode: 0755]
src/SecureElement/ISEReader.cpp [new file with mode: 0755]
src/SecureElement/ISEReader.h [new file with mode: 0755]
src/SecureElement/ISEService.cpp [new file with mode: 0755]
src/SecureElement/ISEService.h [new file with mode: 0755]
src/SecureElement/ISESession.cpp [new file with mode: 0755]
src/SecureElement/ISESession.h [new file with mode: 0755]
src/SecureElement/JSSEChannel.cpp [new file with mode: 0644]
src/SecureElement/JSSEChannel.h [new file with mode: 0755]
src/SecureElement/JSSEReader.cpp [new file with mode: 0644]
src/SecureElement/JSSEReader.h [new file with mode: 0755]
src/SecureElement/JSSEService.cpp [new file with mode: 0644]
src/SecureElement/JSSEService.h [new file with mode: 0755]
src/SecureElement/JSSESession.cpp [new file with mode: 0644]
src/SecureElement/JSSESession.h [new file with mode: 0755]
src/SecureElement/SEAsyncCallbackManager.cpp [new file with mode: 0755]
src/SecureElement/SEAsyncCallbackManager.h [new file with mode: 0644]
src/SecureElement/SEChannel.cpp [new file with mode: 0644]
src/SecureElement/SEChannel.h [new file with mode: 0755]
src/SecureElement/SEConverter.cpp [new file with mode: 0755]
src/SecureElement/SEConverter.h [new file with mode: 0755]
src/SecureElement/SEFactory.cpp [new file with mode: 0755]
src/SecureElement/SEFactory.h [new file with mode: 0755]
src/SecureElement/SEListener.h [new file with mode: 0755]
src/SecureElement/SEListenerManager.cpp [new file with mode: 0755]
src/SecureElement/SEListenerManager.h [new file with mode: 0644]
src/SecureElement/SEReader.cpp [new file with mode: 0755]
src/SecureElement/SEReader.h [new file with mode: 0755]
src/SecureElement/SEResponseDispatcher.cpp [new file with mode: 0644]
src/SecureElement/SEResponseDispatcher.h [new file with mode: 0755]
src/SecureElement/SEService.cpp [new file with mode: 0755]
src/SecureElement/SEService.h [new file with mode: 0755]
src/SecureElement/SESession.cpp [new file with mode: 0755]
src/SecureElement/SESession.h [new file with mode: 0755]
src/SecureElement/SEUtil.cpp [new file with mode: 0755]
src/SecureElement/SEUtil.h [new file with mode: 0755]
src/SecureElement/config.xml [new file with mode: 0755]
src/SecureElement/plugin_initializer.cpp [new file with mode: 0755]
src/SystemSetting/CMakeLists.txt [new file with mode: 0755]
src/SystemSetting/ConverterSystemSetting.cpp [new file with mode: 0755]
src/SystemSetting/ConverterSystemSetting.h [new file with mode: 0755]
src/SystemSetting/EventGetSetting.h [new file with mode: 0755]
src/SystemSetting/EventSetRingtone.h [new file with mode: 0755]
src/SystemSetting/EventSetSetting.h [new file with mode: 0755]
src/SystemSetting/EventSetWallpaper.h [new file with mode: 0755]
src/SystemSetting/ISystemSetting.cpp [new file with mode: 0755]
src/SystemSetting/ISystemSetting.h [new file with mode: 0755]
src/SystemSetting/ISystemSettingType.h [new file with mode: 0755]
src/SystemSetting/JSSystemSetting.cpp [new file with mode: 0755]
src/SystemSetting/JSSystemSetting.h [new file with mode: 0755]
src/SystemSetting/SystemSetting.cpp [new file with mode: 0755]
src/SystemSetting/SystemSetting.h [new file with mode: 0755]
src/SystemSetting/SystemSettingAsyncCallbackManager.cpp [new file with mode: 0755]
src/SystemSetting/SystemSettingAsyncCallbackManager.h [new file with mode: 0755]
src/SystemSetting/SystemSettingFactory.cpp [new file with mode: 0755]
src/SystemSetting/SystemSettingFactory.h [new file with mode: 0755]
src/SystemSetting/SystemSettingResponseDispatcher.cpp [new file with mode: 0755]
src/SystemSetting/SystemSettingResponseDispatcher.h [new file with mode: 0755]
src/SystemSetting/config.xml [new file with mode: 0755]
src/SystemSetting/plugin_config.cpp [new file with mode: 0755]
src/SystemSetting/plugin_config.h [new file with mode: 0755]
src/SystemSetting/plugin_initializer.cpp [new file with mode: 0755]
src/Systeminfo/BaseProperties.h [new file with mode: 0755]
src/Systeminfo/CMakeLists.txt [new file with mode: 0755]
src/Systeminfo/EventGetSysteminfo.cpp [new file with mode: 0755]
src/Systeminfo/EventGetSysteminfo.h [new file with mode: 0755]
src/Systeminfo/EventWatchSysteminfo.cpp [new file with mode: 0755]
src/Systeminfo/EventWatchSysteminfo.h [new file with mode: 0755]
src/Systeminfo/ISysteminfo.cpp [new file with mode: 0755]
src/Systeminfo/ISysteminfo.h [new file with mode: 0755]
src/Systeminfo/JSBatteryInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSBatteryInfo.h [new file with mode: 0755]
src/Systeminfo/JSBuildInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSBuildInfo.h [new file with mode: 0755]
src/Systeminfo/JSCellularNetworkInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSCellularNetworkInfo.h [new file with mode: 0755]
src/Systeminfo/JSCpuInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSCpuInfo.h [new file with mode: 0755]
src/Systeminfo/JSDeviceCapabilitiesInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSDeviceCapabilitiesInfo.h [new file with mode: 0755]
src/Systeminfo/JSDeviceOrientationInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSDeviceOrientationInfo.h [new file with mode: 0755]
src/Systeminfo/JSDisplayInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSDisplayInfo.h [new file with mode: 0755]
src/Systeminfo/JSLocaleInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSLocaleInfo.h [new file with mode: 0755]
src/Systeminfo/JSNetworkInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSNetworkInfo.h [new file with mode: 0755]
src/Systeminfo/JSPeripheralInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSPeripheralInfo.h [new file with mode: 0755]
src/Systeminfo/JSSIMInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSSIMInfo.h [new file with mode: 0755]
src/Systeminfo/JSStorageInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSStorageInfo.h [new file with mode: 0755]
src/Systeminfo/JSSysteminfo.cpp [new file with mode: 0755]
src/Systeminfo/JSSysteminfo.h [new file with mode: 0755]
src/Systeminfo/JSWifiNetworkInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSWifiNetworkInfo.h [new file with mode: 0755]
src/Systeminfo/Systeminfo.cpp [new file with mode: 0755]
src/Systeminfo/Systeminfo.h [new file with mode: 0755]
src/Systeminfo/SysteminfoAsyncCallbackManager.cpp [new file with mode: 0755]
src/Systeminfo/SysteminfoAsyncCallbackManager.h [new file with mode: 0755]
src/Systeminfo/SysteminfoFactory.cpp [new file with mode: 0755]
src/Systeminfo/SysteminfoFactory.h [new file with mode: 0755]
src/Systeminfo/SysteminfoListener.cpp [new file with mode: 0755]
src/Systeminfo/SysteminfoListener.h [new file with mode: 0755]
src/Systeminfo/SysteminfoListenerManager.cpp [new file with mode: 0755]
src/Systeminfo/SysteminfoListenerManager.h [new file with mode: 0755]
src/Systeminfo/SysteminfoPropertyInfo.h [new file with mode: 0755]
src/Systeminfo/config.xml [new file with mode: 0755]
src/Systeminfo/plugin_config.cpp [new file with mode: 0755]
src/Systeminfo/plugin_config.h [new file with mode: 0755]
src/Systeminfo/plugin_initializer.cpp [new file with mode: 0755]
src/TimeUtil/CMakeLists.txt [new file with mode: 0755]
src/TimeUtil/DurationProperties.h [new file with mode: 0755]
src/TimeUtil/JSTZDate.cpp [new file with mode: 0755]
src/TimeUtil/JSTZDate.h [new file with mode: 0755]
src/TimeUtil/JSTimeDuration.cpp [new file with mode: 0755]
src/TimeUtil/JSTimeDuration.h [new file with mode: 0755]
src/TimeUtil/JSTimeUtil.cpp [new file with mode: 0755]
src/TimeUtil/JSTimeUtil.h [new file with mode: 0755]
src/TimeUtil/TZDate.cpp [new file with mode: 0755]
src/TimeUtil/TZDate.h [new file with mode: 0755]
src/TimeUtil/TZDateProperties.h [new file with mode: 0755]
src/TimeUtil/TimeUtil.cpp [new file with mode: 0755]
src/TimeUtil/TimeUtil.h [new file with mode: 0755]
src/TimeUtil/TimeUtilConverter.cpp [new file with mode: 0755]
src/TimeUtil/TimeUtilConverter.h [new file with mode: 0755]
src/TimeUtil/TimeUtilTools.cpp [new file with mode: 0755]
src/TimeUtil/TimeUtilTools.h [new file with mode: 0755]
src/TimeUtil/config.xml [new file with mode: 0755]
src/TimeUtil/plugin_initializer.cpp [new file with mode: 0755]
src/Tizen/AnyType.cpp [new file with mode: 0644]
src/Tizen/AnyType.h [new file with mode: 0644]
src/Tizen/AttributeFilter.cpp [new file with mode: 0644]
src/Tizen/AttributeFilter.h [new file with mode: 0644]
src/Tizen/AttributeRangeFilter.cpp [new file with mode: 0644]
src/Tizen/AttributeRangeFilter.h [new file with mode: 0644]
src/Tizen/CMakeLists.txt [new file with mode: 0644]
src/Tizen/CompositeFilter.cpp [new file with mode: 0644]
src/Tizen/CompositeFilter.h [new file with mode: 0644]
src/Tizen/FilterConverter.cpp [new file with mode: 0644]
src/Tizen/FilterConverter.h [new file with mode: 0644]
src/Tizen/FilterFactory.cpp [new file with mode: 0644]
src/Tizen/FilterFactory.h [new file with mode: 0644]
src/Tizen/FilterTypes.h [new file with mode: 0644]
src/Tizen/FilterValidator.cpp [new file with mode: 0644]
src/Tizen/FilterValidator.h [new file with mode: 0644]
src/Tizen/IFilter.cpp [new file with mode: 0644]
src/Tizen/IFilter.h [new file with mode: 0644]
src/Tizen/IFilterVisitor.cpp [new file with mode: 0644]
src/Tizen/IFilterVisitor.h [new file with mode: 0644]
src/Tizen/JSAbstractFilterArray.cpp [new file with mode: 0644]
src/Tizen/JSAbstractFilterArray.h [new file with mode: 0644]
src/Tizen/JSAttributeFilter.cpp [new file with mode: 0644]
src/Tizen/JSAttributeFilter.h [new file with mode: 0644]
src/Tizen/JSAttributeRangeFilter.cpp [new file with mode: 0644]
src/Tizen/JSAttributeRangeFilter.h [new file with mode: 0644]
src/Tizen/JSCompositeFilter.cpp [new file with mode: 0644]
src/Tizen/JSCompositeFilter.h [new file with mode: 0644]
src/Tizen/JSFeature.cpp [new file with mode: 0644]
src/Tizen/JSFeature.h [new file with mode: 0644]
src/Tizen/JSFeatureParam.cpp [new file with mode: 0644]
src/Tizen/JSFeatureParam.h [new file with mode: 0644]
src/Tizen/JSSimpleCoordinates.cpp [new file with mode: 0644]
src/Tizen/JSSimpleCoordinates.h [new file with mode: 0644]
src/Tizen/JSSortMode.cpp [new file with mode: 0644]
src/Tizen/JSSortMode.h [new file with mode: 0644]
src/Tizen/JSTizen.cpp [new file with mode: 0644]
src/Tizen/JSTizen.h [new file with mode: 0644]
src/Tizen/PluginOnDemandPriv.cpp [new file with mode: 0644]
src/Tizen/PluginOnDemandPriv.h [new file with mode: 0644]
src/Tizen/SimpleCoordinates.cpp [new file with mode: 0644]
src/Tizen/SimpleCoordinates.h [new file with mode: 0644]
src/Tizen/SortMode.cpp [new file with mode: 0644]
src/Tizen/SortMode.h [new file with mode: 0644]
src/Tizen/config.xml [new file with mode: 0644]
src/Tizen/plugin_config.cpp [new file with mode: 0644]
src/Tizen/plugin_config.h [new file with mode: 0644]
src/Tizen/plugin_initializer.cpp [new file with mode: 0644]
src/platform/API/Application/ApplicationCert.cpp [deleted file]
src/platform/API/Application/ApplicationCert.h [deleted file]
src/platform/API/Application/ApplicationContext.cpp [deleted file]
src/platform/API/Application/ApplicationContext.h [deleted file]
src/platform/API/Application/ApplicationControl.cpp [deleted file]
src/platform/API/Application/ApplicationControl.h [deleted file]
src/platform/API/Application/ApplicationControlData.cpp [deleted file]
src/platform/API/Application/ApplicationControlData.h [deleted file]
src/platform/API/Application/ApplicationFactory.cpp [deleted file]
src/platform/API/Application/ApplicationFactory.h [deleted file]
src/platform/API/Application/ApplicationInformation.cpp [deleted file]
src/platform/API/Application/ApplicationInformation.h [deleted file]
src/platform/API/Application/ApplicationInstallInfo.cpp [deleted file]
src/platform/API/Application/ApplicationInstallInfo.h [deleted file]
src/platform/API/Application/EventApplicationAddAppInfoEventListener.h [deleted file]
src/platform/API/Application/EventApplicationAppInfoEventListener.h [deleted file]
src/platform/API/Application/EventApplicationFindAppControl.h [deleted file]
src/platform/API/Application/EventApplicationGetAppCerts.h [deleted file]
src/platform/API/Application/EventApplicationGetAppContext.h [deleted file]
src/platform/API/Application/EventApplicationGetAppInfo.h [deleted file]
src/platform/API/Application/EventApplicationGetAppsContext.h [deleted file]
src/platform/API/Application/EventApplicationGetAppsInfo.h [deleted file]
src/platform/API/Application/EventApplicationGetCurrApp.h [deleted file]
src/platform/API/Application/EventApplicationGetRequestedAppControl.h [deleted file]
src/platform/API/Application/EventApplicationInstall.h [deleted file]
src/platform/API/Application/EventApplicationKill.h [deleted file]
src/platform/API/Application/EventApplicationLaunch.h [deleted file]
src/platform/API/Application/EventApplicationLaunchAppControl.h [deleted file]
src/platform/API/Application/EventApplicationRemoveAppInfoEventListener.h [deleted file]
src/platform/API/Application/IApplicationManager.cpp [deleted file]
src/platform/API/Application/IApplicationManager.h [deleted file]
src/platform/API/Application/RequestedApplicationControl.cpp [deleted file]
src/platform/API/Application/RequestedApplicationControl.h [deleted file]
src/platform/API/Application/config.cmake [deleted file]
src/platform/API/Bluetooth/BTDevice.h [deleted file]
src/platform/API/Bluetooth/BluetoothFactory.cpp [deleted file]
src/platform/API/Bluetooth/BluetoothFactory.h [deleted file]
src/platform/API/Bluetooth/EventBTConnectToServiceByUUID.h [deleted file]
src/platform/API/Bluetooth/EventBTCreateDestroyBonding.cpp [deleted file]
src/platform/API/Bluetooth/EventBTCreateDestroyBonding.h [deleted file]
src/platform/API/Bluetooth/EventBTGetAdapter.h [deleted file]
src/platform/API/Bluetooth/EventBTGetDevice.cpp [deleted file]
src/platform/API/Bluetooth/EventBTGetDevice.h [deleted file]
src/platform/API/Bluetooth/EventBTGetKnownDevices.cpp [deleted file]
src/platform/API/Bluetooth/EventBTGetKnownDevices.h [deleted file]
src/platform/API/Bluetooth/EventBTOnDiscoveryDevices.cpp [deleted file]
src/platform/API/Bluetooth/EventBTOnDiscoveryDevices.h [deleted file]
src/platform/API/Bluetooth/EventBTRegisterRFCOMM.h [deleted file]
src/platform/API/Bluetooth/EventBTServiceOnConnect.cpp [deleted file]
src/platform/API/Bluetooth/EventBTServiceOnConnect.h [deleted file]
src/platform/API/Bluetooth/EventBTSetName.h [deleted file]
src/platform/API/Bluetooth/EventBTSetPowered.h [deleted file]
src/platform/API/Bluetooth/EventBTSetVisible.h [deleted file]
src/platform/API/Bluetooth/EventBTSocketNotification.cpp [deleted file]
src/platform/API/Bluetooth/EventBTSocketNotification.h [deleted file]
src/platform/API/Bluetooth/EventBTStopDiscovery.h [deleted file]
src/platform/API/Bluetooth/EventBTUnregisterRFCOMM.h [deleted file]
src/platform/API/Bluetooth/IBluetoothAdapterManager.cpp [deleted file]
src/platform/API/Bluetooth/IBluetoothAdapterManager.h [deleted file]
src/platform/API/Bluetooth/IBluetoothDeviceManager.cpp [deleted file]
src/platform/API/Bluetooth/IBluetoothDeviceManager.h [deleted file]
src/platform/API/Bluetooth/IBluetoothServiceHandlerManager.cpp [deleted file]
src/platform/API/Bluetooth/IBluetoothServiceHandlerManager.h [deleted file]
src/platform/API/Bluetooth/IBluetoothSocketManager.cpp [deleted file]
src/platform/API/Bluetooth/IBluetoothSocketManager.h [deleted file]
src/platform/API/Bluetooth/config.cmake [deleted file]
src/platform/API/Calendar/CalendarEvent.cpp [deleted file]
src/platform/API/Calendar/CalendarEvent.h [deleted file]
src/platform/API/Calendar/CalendarFactory.cpp [deleted file]
src/platform/API/Calendar/CalendarFactory.h [deleted file]
src/platform/API/Calendar/EventAlarm.cpp [deleted file]
src/platform/API/Calendar/EventAlarm.h [deleted file]
src/platform/API/Calendar/EventAttendee.cpp [deleted file]
src/platform/API/Calendar/EventAttendee.h [deleted file]
src/platform/API/Calendar/EventId.cpp [deleted file]
src/platform/API/Calendar/EventId.h [deleted file]
src/platform/API/Calendar/EventRecurrenceRule.cpp [deleted file]
src/platform/API/Calendar/EventRecurrenceRule.h [deleted file]
src/platform/API/Calendar/ICalendar.cpp [deleted file]
src/platform/API/Calendar/ICalendar.h [deleted file]
src/platform/API/Calendar/ICalendarManager.cpp [deleted file]
src/platform/API/Calendar/ICalendarManager.h [deleted file]
src/platform/API/Calendar/IEventAddEvent.h [deleted file]
src/platform/API/Calendar/IEventAddEvents.h [deleted file]
src/platform/API/Calendar/IEventClearWatch.h [deleted file]
src/platform/API/Calendar/IEventCreateEventFromString.h [deleted file]
src/platform/API/Calendar/IEventDeleteEvent.h [deleted file]
src/platform/API/Calendar/IEventDeleteEvents.h [deleted file]
src/platform/API/Calendar/IEventExpandEventRecurrence.h [deleted file]
src/platform/API/Calendar/IEventExportEventToString.h [deleted file]
src/platform/API/Calendar/IEventFindEvents.h [deleted file]
src/platform/API/Calendar/IEventGet.h [deleted file]
src/platform/API/Calendar/IEventGetCalendar.h [deleted file]
src/platform/API/Calendar/IEventGetCalendars.h [deleted file]
src/platform/API/Calendar/IEventGetDefaultCalendar.h [deleted file]
src/platform/API/Calendar/IEventUpdateEvent.h [deleted file]
src/platform/API/Calendar/IEventUpdateEvents.h [deleted file]
src/platform/API/Calendar/IEventWatchChanges.h [deleted file]
src/platform/API/Calendar/OnEventsChanged.h [deleted file]
src/platform/API/Calendar/config.cmake [deleted file]
src/platform/API/Callhistory/CallHistoryDefine.h [deleted file]
src/platform/API/Callhistory/CallHistoryEntryProperties.cpp [deleted file]
src/platform/API/Callhistory/CallHistoryEntryProperties.h [deleted file]
src/platform/API/Callhistory/CallHistoryFactory.cpp [deleted file]
src/platform/API/Callhistory/CallHistoryFactory.h [deleted file]
src/platform/API/Callhistory/EventCallHistory.h [deleted file]
src/platform/API/Callhistory/EventCallHistoryListener.cpp [deleted file]
src/platform/API/Callhistory/EventCallHistoryListener.h [deleted file]
src/platform/API/Callhistory/EventCallHistoryTemplate.h [deleted file]
src/platform/API/Callhistory/EventFindCallHistory.cpp [deleted file]
src/platform/API/Callhistory/EventFindCallHistory.h [deleted file]
src/platform/API/Callhistory/EventRemoveAll.h [deleted file]
src/platform/API/Callhistory/EventRemoveBatch.h [deleted file]
src/platform/API/Callhistory/ICallHistory.cpp [deleted file]
src/platform/API/Callhistory/ICallHistory.h [deleted file]
src/platform/API/Callhistory/ICallHistoryEntry.cpp [deleted file]
src/platform/API/Callhistory/ICallHistoryEntry.h [deleted file]
src/platform/API/Callhistory/RemoteParty.h [deleted file]
src/platform/API/Callhistory/config.cmake [deleted file]
src/platform/API/Contact/ContactAddress.cpp [deleted file]
src/platform/API/Contact/ContactAddress.h [deleted file]
src/platform/API/Contact/ContactAnniversary.cpp [deleted file]
src/platform/API/Contact/ContactAnniversary.h [deleted file]
src/platform/API/Contact/ContactEmailAddress.cpp [deleted file]
src/platform/API/Contact/ContactEmailAddress.h [deleted file]
src/platform/API/Contact/ContactFactory.cpp [deleted file]
src/platform/API/Contact/ContactFactory.h [deleted file]
src/platform/API/Contact/ContactGroup.cpp [deleted file]
src/platform/API/Contact/ContactGroup.h [deleted file]
src/platform/API/Contact/ContactName.cpp [deleted file]
src/platform/API/Contact/ContactName.h [deleted file]
src/platform/API/Contact/ContactOrganization.cpp [deleted file]
src/platform/API/Contact/ContactOrganization.h [deleted file]
src/platform/API/Contact/ContactPhoneNumber.cpp [deleted file]
src/platform/API/Contact/ContactPhoneNumber.h [deleted file]
src/platform/API/Contact/ContactRef.cpp [deleted file]
src/platform/API/Contact/ContactRef.h [deleted file]
src/platform/API/Contact/ContactTypes.h [deleted file]
src/platform/API/Contact/ContactWebSite.cpp [deleted file]
src/platform/API/Contact/ContactWebSite.h [deleted file]
src/platform/API/Contact/EventAddressBookAdd.h [deleted file]
src/platform/API/Contact/EventAddressBookAddBatch.h [deleted file]
src/platform/API/Contact/EventAddressBookAddChangeListener.h [deleted file]
src/platform/API/Contact/EventAddressBookAddGroup.h [deleted file]
src/platform/API/Contact/EventAddressBookChangeListener.h [deleted file]
src/platform/API/Contact/EventAddressBookFind.h [deleted file]
src/platform/API/Contact/EventAddressBookGet.h [deleted file]
src/platform/API/Contact/EventAddressBookGetGroup.h [deleted file]
src/platform/API/Contact/EventAddressBookGetGroups.h [deleted file]
src/platform/API/Contact/EventAddressBookRemove.h [deleted file]
src/platform/API/Contact/EventAddressBookRemoveBatch.h [deleted file]
src/platform/API/Contact/EventAddressBookRemoveChangeListener.h [deleted file]
src/platform/API/Contact/EventAddressBookRemoveGroup.h [deleted file]
src/platform/API/Contact/EventAddressBookUpdate.h [deleted file]
src/platform/API/Contact/EventAddressBookUpdateBatch.h [deleted file]
src/platform/API/Contact/EventAddressBookUpdateGroup.h [deleted file]
src/platform/API/Contact/EventContactManagerAddChangeListener.h [deleted file]
src/platform/API/Contact/EventContactManagerChangeListener.h [deleted file]
src/platform/API/Contact/EventContactManagerFind.h [deleted file]
src/platform/API/Contact/EventContactManagerGet.h [deleted file]
src/platform/API/Contact/EventContactManagerGetAddressBook.h [deleted file]
src/platform/API/Contact/EventContactManagerGetAddressBooks.h [deleted file]
src/platform/API/Contact/EventContactManagerGetDefaultAddressBook.h [deleted file]
src/platform/API/Contact/EventContactManagerRemove.h [deleted file]
src/platform/API/Contact/EventContactManagerRemoveBatch.h [deleted file]
src/platform/API/Contact/EventContactManagerRemoveChangeListener.h [deleted file]
src/platform/API/Contact/EventContactManagerUpdate.h [deleted file]
src/platform/API/Contact/EventContactManagerUpdateBatch.h [deleted file]
src/platform/API/Contact/EventPersonLink.h [deleted file]
src/platform/API/Contact/EventPersonUnlink.h [deleted file]
src/platform/API/Contact/IAddressBook.cpp [deleted file]
src/platform/API/Contact/IAddressBook.h [deleted file]
src/platform/API/Contact/IContact.cpp [deleted file]
src/platform/API/Contact/IContact.h [deleted file]
src/platform/API/Contact/IContactEventPrivateData.h [deleted file]
src/platform/API/Contact/IContactManager.cpp [deleted file]
src/platform/API/Contact/IContactManager.h [deleted file]
src/platform/API/Contact/IPerson.cpp [deleted file]
src/platform/API/Contact/IPerson.h [deleted file]
src/platform/API/Contact/config.cmake [deleted file]
src/platform/API/Content/IEventBrowseFolder.h [deleted file]
src/platform/API/Content/IEventFindFolder.h [deleted file]
src/platform/API/Content/IEventFindMedia.h [deleted file]
src/platform/API/Content/IEventUpdateMedia.h [deleted file]
src/platform/API/Content/IEventUpdateMediaItems.h [deleted file]
src/platform/API/Content/IMediacontentManager.cpp [deleted file]
src/platform/API/Content/IMediacontentManager.h [deleted file]
src/platform/API/Content/MediacontentAudio.cpp [deleted file]
src/platform/API/Content/MediacontentAudio.h [deleted file]
src/platform/API/Content/MediacontentFactory.cpp [deleted file]
src/platform/API/Content/MediacontentFactory.h [deleted file]
src/platform/API/Content/MediacontentFolder.cpp [deleted file]
src/platform/API/Content/MediacontentFolder.h [deleted file]
src/platform/API/Content/MediacontentImage.cpp [deleted file]
src/platform/API/Content/MediacontentImage.h [deleted file]
src/platform/API/Content/MediacontentLyrics.cpp [deleted file]
src/platform/API/Content/MediacontentLyrics.h [deleted file]
src/platform/API/Content/MediacontentMedia.cpp [deleted file]
src/platform/API/Content/MediacontentMedia.h [deleted file]
src/platform/API/Content/MediacontentVideo.cpp [deleted file]
src/platform/API/Content/MediacontentVideo.h [deleted file]
src/platform/API/Content/config.cmake [deleted file]
src/platform/API/Download/DownloadRequest.cpp [deleted file]
src/platform/API/Download/DownloadRequest.h [deleted file]
src/platform/API/Download/IDownloadManager.cpp [deleted file]
src/platform/API/Download/IDownloadManager.h [deleted file]
src/platform/API/Download/IEventCancelDownload.h [deleted file]
src/platform/API/Download/IEventGetDownloadRequest.h [deleted file]
src/platform/API/Download/IEventGetMIMEType.h [deleted file]
src/platform/API/Download/IEventGetState.h [deleted file]
src/platform/API/Download/IEventPauseDownload.h [deleted file]
src/platform/API/Download/IEventResumeDownload.h [deleted file]
src/platform/API/Download/IEventSetListener.h [deleted file]
src/platform/API/Download/IEventStartDownload.h [deleted file]
src/platform/API/Download/OnDownloadStateChanged.h [deleted file]
src/platform/API/Download/config.cmake [deleted file]
src/platform/API/Filesystem/Enums.h [deleted file]
src/platform/API/Filesystem/EventCopy.cpp [deleted file]
src/platform/API/Filesystem/EventCopy.h [deleted file]
src/platform/API/Filesystem/EventCreate.cpp [deleted file]
src/platform/API/Filesystem/EventCreate.h [deleted file]
src/platform/API/Filesystem/EventFind.cpp [deleted file]
src/platform/API/Filesystem/EventFind.h [deleted file]
src/platform/API/Filesystem/EventGetStorage.cpp [deleted file]
src/platform/API/Filesystem/EventGetStorage.h [deleted file]
src/platform/API/Filesystem/EventListNodes.cpp [deleted file]
src/platform/API/Filesystem/EventListNodes.h [deleted file]
src/platform/API/Filesystem/EventListStorages.cpp [deleted file]
src/platform/API/Filesystem/EventListStorages.h [deleted file]
src/platform/API/Filesystem/EventMove.cpp [deleted file]
src/platform/API/Filesystem/EventMove.h [deleted file]
src/platform/API/Filesystem/EventOpen.cpp [deleted file]
src/platform/API/Filesystem/EventOpen.h [deleted file]
src/platform/API/Filesystem/EventReadText.cpp [deleted file]
src/platform/API/Filesystem/EventReadText.h [deleted file]
src/platform/API/Filesystem/EventRemove.cpp [deleted file]
src/platform/API/Filesystem/EventRemove.h [deleted file]
src/platform/API/Filesystem/EventResolve.cpp [deleted file]
src/platform/API/Filesystem/EventResolve.h [deleted file]
src/platform/API/Filesystem/EventStorageStateChanged.h [deleted file]
src/platform/API/Filesystem/EventStoragestateChanged.cpp [deleted file]
src/platform/API/Filesystem/IManager.cpp [deleted file]
src/platform/API/Filesystem/IManager.h [deleted file]
src/platform/API/Filesystem/INode.cpp [deleted file]
src/platform/API/Filesystem/INode.h [deleted file]
src/platform/API/Filesystem/INodeTypes.h [deleted file]
src/platform/API/Filesystem/IPath.cpp [deleted file]
src/platform/API/Filesystem/IPath.h [deleted file]
src/platform/API/Filesystem/IStream.cpp [deleted file]
src/platform/API/Filesystem/IStream.h [deleted file]
src/platform/API/Filesystem/NodeFilter.cpp [deleted file]
src/platform/API/Filesystem/NodeFilter.h [deleted file]
src/platform/API/Filesystem/PathUtils.cpp [deleted file]
src/platform/API/Filesystem/PathUtils.h [deleted file]
src/platform/API/Filesystem/StorageProperties.cpp [deleted file]
src/platform/API/Filesystem/StorageProperties.h [deleted file]
src/platform/API/Filesystem/config.cmake [deleted file]
src/platform/API/Filter/AnyType.cpp [deleted file]
src/platform/API/Filter/AnyType.h [deleted file]
src/platform/API/Filter/AttributeFilter.cpp [deleted file]
src/platform/API/Filter/AttributeFilter.h [deleted file]
src/platform/API/Filter/AttributeRangeFilter.cpp [deleted file]
src/platform/API/Filter/AttributeRangeFilter.h [deleted file]
src/platform/API/Filter/CompositeFilter.cpp [deleted file]
src/platform/API/Filter/CompositeFilter.h [deleted file]
src/platform/API/Filter/FilterFactory.cpp [deleted file]
src/platform/API/Filter/FilterFactory.h [deleted file]
src/platform/API/Filter/FilterTypes.h [deleted file]
src/platform/API/Filter/FilterValidator.cpp [deleted file]
src/platform/API/Filter/FilterValidator.h [deleted file]
src/platform/API/Filter/IFilter.cpp [deleted file]
src/platform/API/Filter/IFilter.h [deleted file]
src/platform/API/Filter/IFilterVisitor.cpp [deleted file]
src/platform/API/Filter/IFilterVisitor.h [deleted file]
src/platform/API/Filter/SimpleCoordinates.cpp [deleted file]
src/platform/API/Filter/SimpleCoordinates.h [deleted file]
src/platform/API/Filter/SortMode.cpp [deleted file]
src/platform/API/Filter/SortMode.h [deleted file]
src/platform/API/Filter/config.cmake [deleted file]
src/platform/API/Messaging/AttachmentFactory.cpp [deleted file]
src/platform/API/Messaging/AttachmentFactory.h [deleted file]
src/platform/API/Messaging/Attachments.cpp [deleted file]
src/platform/API/Messaging/Attachments.h [deleted file]
src/platform/API/Messaging/BccRecipient.cpp [deleted file]
src/platform/API/Messaging/BccRecipient.h [deleted file]
src/platform/API/Messaging/Body.cpp [deleted file]
src/platform/API/Messaging/Body.h [deleted file]
src/platform/API/Messaging/CallbackNumber.cpp [deleted file]
src/platform/API/Messaging/CallbackNumber.h [deleted file]
src/platform/API/Messaging/CcRecipient.cpp [deleted file]
src/platform/API/Messaging/CcRecipient.h [deleted file]
src/platform/API/Messaging/ConversationFilterValidator.cpp [deleted file]
src/platform/API/Messaging/ConversationFilterValidator.h [deleted file]
src/platform/API/Messaging/ConversationFilterValidatorFactory.cpp [deleted file]
src/platform/API/Messaging/ConversationFilterValidatorFactory.h [deleted file]
src/platform/API/Messaging/EmailAccountInfo.cpp [deleted file]
src/platform/API/Messaging/EmailAccountInfo.h [deleted file]
src/platform/API/Messaging/EmitterConversationReceived.cpp [deleted file]
src/platform/API/Messaging/EmitterConversationReceived.h [deleted file]
src/platform/API/Messaging/EmitterFolderReceived.cpp [deleted file]
src/platform/API/Messaging/EmitterFolderReceived.h [deleted file]
src/platform/API/Messaging/EmitterMessageReceived.cpp [deleted file]
src/platform/API/Messaging/EmitterMessageReceived.h [deleted file]
src/platform/API/Messaging/EventAddDraftMessage.h [deleted file]
src/platform/API/Messaging/EventDeleteConversations.h [deleted file]
src/platform/API/Messaging/EventDeleteMessage.h [deleted file]
src/platform/API/Messaging/EventDeleteMessages.h [deleted file]
src/platform/API/Messaging/EventGetConversationId.h [deleted file]
src/platform/API/Messaging/EventGetMessagingService.h [deleted file]
src/platform/API/Messaging/EventMessageReceived.cpp [deleted file]
src/platform/API/Messaging/EventMessageReceived.h [deleted file]
src/platform/API/Messaging/EventMessagingService.h [deleted file]
src/platform/API/Messaging/EventMessagingStorage.h [deleted file]
src/platform/API/Messaging/EventOnSendingFailed.h [deleted file]
src/platform/API/Messaging/EventQueryConversations.h [deleted file]
src/platform/API/Messaging/EventQueryFolders.h [deleted file]
src/platform/API/Messaging/EventQueryMessages.h [deleted file]
src/platform/API/Messaging/EventSendMessage.h [deleted file]
src/platform/API/Messaging/EventUpdateMessage.h [deleted file]
src/platform/API/Messaging/EventUpdateMessages.h [deleted file]
src/platform/API/Messaging/FolderFilterValidator.cpp [deleted file]
src/platform/API/Messaging/FolderFilterValidator.h [deleted file]
src/platform/API/Messaging/FolderFilterValidatorFactory.cpp [deleted file]
src/platform/API/Messaging/FolderFilterValidatorFactory.h [deleted file]
src/platform/API/Messaging/From.cpp [deleted file]
src/platform/API/Messaging/From.h [deleted file]
src/platform/API/Messaging/IAttachment.cpp [deleted file]
src/platform/API/Messaging/IAttachment.h [deleted file]
src/platform/API/Messaging/IBinarySms.cpp [deleted file]
src/platform/API/Messaging/IBinarySms.h [deleted file]
src/platform/API/Messaging/IConversation.h [deleted file]
src/platform/API/Messaging/IEmail.cpp [deleted file]
src/platform/API/Messaging/IEmail.h [deleted file]
src/platform/API/Messaging/IEmailAccount.cpp [deleted file]
src/platform/API/Messaging/IEmailAccount.h [deleted file]
src/platform/API/Messaging/IEmptyMessage.cpp [deleted file]
src/platform/API/Messaging/IEmptyMessage.h [deleted file]
src/platform/API/Messaging/IMessage.cpp [deleted file]
src/platform/API/Messaging/IMessage.h [deleted file]
src/platform/API/Messaging/IMessageFolder.h [deleted file]
src/platform/API/Messaging/IMessaging.cpp [deleted file]
src/platform/API/Messaging/IMessaging.h [deleted file]
src/platform/API/Messaging/IMessagingService.cpp [deleted file]
src/platform/API/Messaging/IMessagingService.h [deleted file]
src/platform/API/Messaging/IMessagingServiceManager.cpp [deleted file]
src/platform/API/Messaging/IMessagingServiceManager.h [deleted file]
src/platform/API/Messaging/IMessagingTypes.h [deleted file]
src/platform/API/Messaging/IMms.cpp [deleted file]
src/platform/API/Messaging/IMms.h [deleted file]
src/platform/API/Messaging/IMmsSlide.h [deleted file]
src/platform/API/Messaging/IMmsSlideProperties.h [deleted file]
src/platform/API/Messaging/IMmsSlides.h [deleted file]
src/platform/API/Messaging/ISms.cpp [deleted file]
src/platform/API/Messaging/ISms.h [deleted file]
src/platform/API/Messaging/MessageEventPrivateData.h [deleted file]
src/platform/API/Messaging/MessageFactory.cpp [deleted file]
src/platform/API/Messaging/MessageFactory.h [deleted file]
src/platform/API/Messaging/MessageFilterValidator.cpp [deleted file]
src/platform/API/Messaging/MessageFilterValidator.h [deleted file]
src/platform/API/Messaging/MessageFilterValidatorFactory.cpp [deleted file]
src/platform/API/Messaging/MessageFilterValidatorFactory.h [deleted file]
src/platform/API/Messaging/MessagePriority.cpp [deleted file]
src/platform/API/Messaging/MessagePriority.h [deleted file]
src/platform/API/Messaging/MessageProperties.h [deleted file]
src/platform/API/Messaging/MessageStorageFactory.cpp [deleted file]
src/platform/API/Messaging/MessageStorageFactory.h [deleted file]
src/platform/API/Messaging/MessagingFactory.cpp [deleted file]
src/platform/API/Messaging/MessagingFactory.h [deleted file]
src/platform/API/Messaging/MmsSlide.cpp [deleted file]
src/platform/API/Messaging/MmsSlide.h [deleted file]
src/platform/API/Messaging/MmsSlideProperty.cpp [deleted file]
src/platform/API/Messaging/MmsSlideProperty.h [deleted file]
src/platform/API/Messaging/MmsSlides.cpp [deleted file]
src/platform/API/Messaging/MmsSlides.h [deleted file]
src/platform/API/Messaging/Recipient.cpp [deleted file]
src/platform/API/Messaging/Recipient.h [deleted file]
src/platform/API/Messaging/ReqReceiverMessage.cpp [deleted file]
src/platform/API/Messaging/ReqReceiverMessage.h [deleted file]
src/platform/API/Messaging/SourceAddress.cpp [deleted file]
src/platform/API/Messaging/SourceAddress.h [deleted file]
src/platform/API/Messaging/StorageChangesConversationFilterValidator.cpp [deleted file]
src/platform/API/Messaging/StorageChangesConversationFilterValidator.h [deleted file]
src/platform/API/Messaging/StorageChangesConversationFilterValidatorFactory.cpp [deleted file]
src/platform/API/Messaging/StorageChangesConversationFilterValidatorFactory.h [deleted file]
src/platform/API/Messaging/StorageChangesConversationGenerator.cpp [deleted file]
src/platform/API/Messaging/StorageChangesConversationGenerator.h [deleted file]
src/platform/API/Messaging/StorageChangesFolderFilterValidator.cpp [deleted file]
src/platform/API/Messaging/StorageChangesFolderFilterValidator.h [deleted file]
src/platform/API/Messaging/StorageChangesFolderFilterValidatorFactory.cpp [deleted file]
src/platform/API/Messaging/StorageChangesFolderFilterValidatorFactory.h [deleted file]
src/platform/API/Messaging/StorageChangesFolderGenerator.cpp [deleted file]
src/platform/API/Messaging/StorageChangesFolderGenerator.h [deleted file]
src/platform/API/Messaging/StorageChangesMessageFilterValidator.cpp [deleted file]
src/platform/API/Messaging/StorageChangesMessageFilterValidator.h [deleted file]
src/platform/API/Messaging/StorageChangesMessageFilterValidatorFactory.cpp [deleted file]
src/platform/API/Messaging/StorageChangesMessageFilterValidatorFactory.h [deleted file]
src/platform/API/Messaging/StorageChangesMessageGenerator.cpp [deleted file]
src/platform/API/Messaging/StorageChangesMessageGenerator.h [deleted file]
src/platform/API/Messaging/Subject.cpp [deleted file]
src/platform/API/Messaging/Subject.h [deleted file]
src/platform/API/Messaging/ToRecipient.cpp [deleted file]
src/platform/API/Messaging/ToRecipient.h [deleted file]
src/platform/API/Messaging/ValidityPeriodHours.cpp [deleted file]
src/platform/API/Messaging/ValidityPeriodHours.h [deleted file]
src/platform/API/Messaging/VirtualMessage.cpp [deleted file]
src/platform/API/Messaging/VirtualMessage.h [deleted file]
src/platform/API/NFC/EventNFC.h [deleted file]
src/platform/API/NFC/EventNFCChanged.h [deleted file]
src/platform/API/NFC/EventTagAction.h [deleted file]
src/platform/API/NFC/EventTargetAction.h [deleted file]
src/platform/API/NFC/INFCAdapter.cpp [deleted file]
src/platform/API/NFC/INFCAdapter.h [deleted file]
src/platform/API/NFC/INFCTag.cpp [deleted file]
src/platform/API/NFC/INFCTag.h [deleted file]
src/platform/API/NFC/INFCTarget.cpp [deleted file]
src/platform/API/NFC/INFCTarget.h [deleted file]
src/platform/API/NFC/INdefMessage.h [deleted file]
src/platform/API/NFC/INdefRecord.h [deleted file]
src/platform/API/NFC/NFCFactory.cpp [deleted file]
src/platform/API/NFC/NFCFactory.h [deleted file]
src/platform/API/NFC/NFCTagProperties.h [deleted file]
src/platform/API/NFC/NdefRecordProperties.h [deleted file]
src/platform/API/NFC/TagFilter.cpp [deleted file]
src/platform/API/NFC/TagFilter.h [deleted file]
src/platform/API/NFC/config.cmake [deleted file]
src/platform/API/NetworkBearerSelection/EventNetworkBearerRelease.h [deleted file]
src/platform/API/NetworkBearerSelection/EventNetworkBearerSelection.h [deleted file]
src/platform/API/NetworkBearerSelection/INetworkBearerSelection.cpp [deleted file]
src/platform/API/NetworkBearerSelection/INetworkBearerSelection.h [deleted file]
src/platform/API/NetworkBearerSelection/NetworkBearerSelectionFactory.cpp [deleted file]
src/platform/API/NetworkBearerSelection/NetworkBearerSelectionFactory.h [deleted file]
src/platform/API/NetworkBearerSelection/OnNetworkBearerSelectionStateChanged.h [deleted file]
src/platform/API/NetworkBearerSelection/config.cmake [deleted file]
src/platform/API/Notification/INotification.cpp [deleted file]
src/platform/API/Notification/INotification.h [deleted file]
src/platform/API/Notification/INotificationManager.cpp [deleted file]
src/platform/API/Notification/INotificationManager.h [deleted file]
src/platform/API/Notification/NotificationFactory.cpp [deleted file]
src/platform/API/Notification/NotificationFactory.h [deleted file]
src/platform/API/Notification/config.cmake [deleted file]
src/platform/API/Power/IEventGetScreenBrightness.h [deleted file]
src/platform/API/Power/IEventIsScreenOn.h [deleted file]
src/platform/API/Power/IEventRelease.h [deleted file]
src/platform/API/Power/IEventRequest.h [deleted file]
src/platform/API/Power/IEventRestoreScreenBrightness.h [deleted file]
src/platform/API/Power/IEventSetScreenBrightness.h [deleted file]
src/platform/API/Power/IEventSetScreenStateChangeListener.h [deleted file]
src/platform/API/Power/IEventTurnScreenOff.h [deleted file]
src/platform/API/Power/IEventTurnScreenOn.h [deleted file]
src/platform/API/Power/IEventUnsetScreenStateChangeListener.h [deleted file]
src/platform/API/Power/IPowerManager.cpp [deleted file]
src/platform/API/Power/IPowerManager.h [deleted file]
src/platform/API/Power/OnPowerStateChanged.h [deleted file]
src/platform/API/Power/PowerCommon.h [deleted file]
src/platform/API/Power/config.cmake [deleted file]
src/platform/API/SystemSetting/EventGetSetting.h [deleted file]
src/platform/API/SystemSetting/EventSetRingtone.h [deleted file]
src/platform/API/SystemSetting/EventSetSetting.h [deleted file]
src/platform/API/SystemSetting/EventSetWallpaper.h [deleted file]
src/platform/API/SystemSetting/ISystemSetting.cpp [deleted file]
src/platform/API/SystemSetting/ISystemSetting.h [deleted file]
src/platform/API/SystemSetting/ISystemSettingType.h [deleted file]
src/platform/API/SystemSetting/SystemSettingFactory.cpp [deleted file]
src/platform/API/SystemSetting/SystemSettingFactory.h [deleted file]
src/platform/API/SystemSetting/config.cmake [deleted file]
src/platform/API/Systeminfo/BaseProperties.h [deleted file]
src/platform/API/Systeminfo/EventGetSysteminfo.cpp [deleted file]
src/platform/API/Systeminfo/EventGetSysteminfo.h [deleted file]
src/platform/API/Systeminfo/EventWatchSysteminfo.cpp [deleted file]
src/platform/API/Systeminfo/EventWatchSysteminfo.h [deleted file]
src/platform/API/Systeminfo/ISysteminfo.cpp [deleted file]
src/platform/API/Systeminfo/ISysteminfo.h [deleted file]
src/platform/API/Systeminfo/SysteminfoFactory.cpp [deleted file]
src/platform/API/Systeminfo/SysteminfoFactory.h [deleted file]
src/platform/API/Systeminfo/SysteminfoPropertyInfo.h [deleted file]
src/platform/API/Systeminfo/config.cmake [deleted file]
src/platform/API/TimeUtil/DurationProperties.h [deleted file]
src/platform/API/TimeUtil/EventSetCurrentTZDate.h [deleted file]
src/platform/API/TimeUtil/ITZDate.h [deleted file]
src/platform/API/TimeUtil/ITimeUtil.h [deleted file]
src/platform/API/TimeUtil/TZDateProperties.h [deleted file]
src/platform/API/TimeUtil/TimeUtilFactory.cpp [deleted file]
src/platform/API/TimeUtil/TimeUtilFactory.h [deleted file]
src/platform/API/TimeUtil/TimezoneProperties.h [deleted file]
src/platform/API/TimeUtil/config.cmake [deleted file]
src/platform/API/config.cmake [deleted file]
src/platform/CMakeLists.txt [deleted file]
src/platform/Tizen/Application/AppManagerWrapper.cpp [deleted file]
src/platform/Tizen/Application/AppManagerWrapper.h [deleted file]
src/platform/Tizen/Application/Application.cpp [deleted file]
src/platform/Tizen/Application/Application.h [deleted file]
src/platform/Tizen/Application/ApplicationManager.cpp [deleted file]
src/platform/Tizen/Application/ApplicationManager.h [deleted file]
src/platform/Tizen/Application/config.cmake [deleted file]
src/platform/Tizen/Bluetooth/BluetoothAdapterManager.cpp [deleted file]
src/platform/Tizen/Bluetooth/BluetoothAdapterManager.h [deleted file]
src/platform/Tizen/Bluetooth/BluetoothCBManager.cpp [deleted file]
src/platform/Tizen/Bluetooth/BluetoothCBManager.h [deleted file]
src/platform/Tizen/Bluetooth/BluetoothDeviceManager.cpp [deleted file]
src/platform/Tizen/Bluetooth/BluetoothDeviceManager.h [deleted file]
src/platform/Tizen/Bluetooth/BluetoothServiceHandlerManager.cpp [deleted file]
src/platform/Tizen/Bluetooth/BluetoothServiceHandlerManager.h [deleted file]
src/platform/Tizen/Bluetooth/BluetoothSocketManager.cpp [deleted file]
src/platform/Tizen/Bluetooth/BluetoothSocketManager.h [deleted file]
src/platform/Tizen/Bluetooth/config.cmake [deleted file]
src/platform/Tizen/Calendar/Calendar.cpp [deleted file]
src/platform/Tizen/Calendar/Calendar.h [deleted file]
src/platform/Tizen/Calendar/CalendarFilter.cpp [deleted file]
src/platform/Tizen/Calendar/CalendarFilter.h [deleted file]
src/platform/Tizen/Calendar/CalendarFilterValidator.cpp [deleted file]
src/platform/Tizen/Calendar/CalendarFilterValidator.h [deleted file]
src/platform/Tizen/Calendar/CalendarManager.cpp [deleted file]
src/platform/Tizen/Calendar/CalendarManager.h [deleted file]
src/platform/Tizen/Calendar/EventWrapper.cpp [deleted file]
src/platform/Tizen/Calendar/EventWrapper.h [deleted file]
src/platform/Tizen/Calendar/config.cmake [deleted file]
src/platform/Tizen/Callhistory/CallHistory.cpp [deleted file]
src/platform/Tizen/Callhistory/CallHistory.h [deleted file]
src/platform/Tizen/Callhistory/CallHistoryEntry.cpp [deleted file]
src/platform/Tizen/Callhistory/CallHistoryEntry.h [deleted file]
src/platform/Tizen/Callhistory/CallHistoryFilter.cpp [deleted file]
src/platform/Tizen/Callhistory/CallHistoryFilter.h [deleted file]
src/platform/Tizen/Callhistory/config.cmake [deleted file]
src/platform/Tizen/Contact/AddressBook.cpp [deleted file]
src/platform/Tizen/Contact/AddressBook.h [deleted file]
src/platform/Tizen/Contact/Contact.cpp [deleted file]
src/platform/Tizen/Contact/Contact.h [deleted file]
src/platform/Tizen/Contact/ContactFilterValidator.cpp [deleted file]
src/platform/Tizen/Contact/ContactFilterValidator.h [deleted file]
src/platform/Tizen/Contact/ContactManager.cpp [deleted file]
src/platform/Tizen/Contact/ContactManager.h [deleted file]
src/platform/Tizen/Contact/ContactObjectA2PConverter.cpp [deleted file]
src/platform/Tizen/Contact/ContactObjectA2PConverter.h [deleted file]
src/platform/Tizen/Contact/ContactObjectP2AConverter.cpp [deleted file]
src/platform/Tizen/Contact/ContactObjectP2AConverter.h [deleted file]
src/platform/Tizen/Contact/ContactSearchEngine.cpp [deleted file]
src/platform/Tizen/Contact/ContactSearchEngine.h [deleted file]
src/platform/Tizen/Contact/ContactUtility.cpp [deleted file]
src/platform/Tizen/Contact/ContactUtility.h [deleted file]
src/platform/Tizen/Contact/ContactsSvcChangeListenerManager.cpp [deleted file]
src/platform/Tizen/Contact/ContactsSvcChangeListenerManager.h [deleted file]
src/platform/Tizen/Contact/ContactsSvcObjectConverter.cpp [deleted file]
src/platform/Tizen/Contact/ContactsSvcObjectConverter.h [deleted file]
src/platform/Tizen/Contact/ContactsSvcWrapper.cpp [deleted file]
src/platform/Tizen/Contact/ContactsSvcWrapper.h [deleted file]
src/platform/Tizen/Contact/Person.cpp [deleted file]
src/platform/Tizen/Contact/Person.h [deleted file]
src/platform/Tizen/Contact/PersonFilterValidator.cpp [deleted file]
src/platform/Tizen/Contact/PersonFilterValidator.h [deleted file]
src/platform/Tizen/Contact/PersonSearchEngine.cpp [deleted file]
src/platform/Tizen/Contact/PersonSearchEngine.h [deleted file]
src/platform/Tizen/Contact/config.cmake [deleted file]
src/platform/Tizen/Content/MediaFilterValidator.cpp [deleted file]
src/platform/Tizen/Content/MediaFilterValidator.h [deleted file]
src/platform/Tizen/Content/MediaSearchVisitor.cpp [deleted file]
src/platform/Tizen/Content/MediaSearchVisitor.h [deleted file]
src/platform/Tizen/Content/MediaWrapper.cpp [deleted file]
src/platform/Tizen/Content/MediaWrapper.h [deleted file]
src/platform/Tizen/Content/MediacontentManager.cpp [deleted file]
src/platform/Tizen/Content/MediacontentManager.h [deleted file]
src/platform/Tizen/Content/config.cmake [deleted file]
src/platform/Tizen/DBus/Connection.cpp [deleted file]
src/platform/Tizen/DBus/Connection.h [deleted file]
src/platform/Tizen/DBus/Message.cpp [deleted file]
src/platform/Tizen/DBus/Message.h [deleted file]
src/platform/Tizen/DBus/MessageEvent.h [deleted file]
src/platform/Tizen/DBus/config.cmake [deleted file]
src/platform/Tizen/Download/DownloadManager.cpp [deleted file]
src/platform/Tizen/Download/DownloadManager.h [deleted file]
src/platform/Tizen/Download/config.cmake [deleted file]
src/platform/Tizen/Filesystem/Manager.cpp [deleted file]
src/platform/Tizen/Filesystem/Manager.h [deleted file]
src/platform/Tizen/Filesystem/Node.cpp [deleted file]
src/platform/Tizen/Filesystem/Node.h [deleted file]
src/platform/Tizen/Filesystem/NodeFilterMatcher.cpp [deleted file]
src/platform/Tizen/Filesystem/NodeFilterMatcher.h [deleted file]
src/platform/Tizen/Filesystem/Path.cpp [deleted file]
src/platform/Tizen/Filesystem/Path.h [deleted file]
src/platform/Tizen/Filesystem/Stream.cpp [deleted file]
src/platform/Tizen/Filesystem/Stream.h [deleted file]
src/platform/Tizen/Filesystem/System.cpp [deleted file]
src/platform/Tizen/Filesystem/System.h [deleted file]
src/platform/Tizen/Filesystem/Utils.cpp [deleted file]
src/platform/Tizen/Filesystem/Utils.h [deleted file]
src/platform/Tizen/Filesystem/config.cmake [deleted file]
src/platform/Tizen/Messaging/Attachment.cpp [deleted file]
src/platform/Tizen/Messaging/Attachment.h [deleted file]
src/platform/Tizen/Messaging/BinarySms.cpp [deleted file]
src/platform/Tizen/Messaging/BinarySms.h [deleted file]
src/platform/Tizen/Messaging/CallbackMgr.cpp [deleted file]
src/platform/Tizen/Messaging/CallbackMgr.h [deleted file]
src/platform/Tizen/Messaging/Conversation.cpp [deleted file]
src/platform/Tizen/Messaging/Conversation.h [deleted file]
src/platform/Tizen/Messaging/ConversationQueryGenerator.cpp [deleted file]
src/platform/Tizen/Messaging/ConversationQueryGenerator.h [deleted file]
src/platform/Tizen/Messaging/Email.cpp [deleted file]
src/platform/Tizen/Messaging/Email.h [deleted file]
src/platform/Tizen/Messaging/EmailConverter.cpp [deleted file]
src/platform/Tizen/Messaging/EmailConverter.h [deleted file]
src/platform/Tizen/Messaging/EmailService.cpp [deleted file]
src/platform/Tizen/Messaging/EmailService.h [deleted file]
src/platform/Tizen/Messaging/EmailUtils.cpp [deleted file]
src/platform/Tizen/Messaging/EmailUtils.h [deleted file]
src/platform/Tizen/Messaging/EmptyMessage.cpp [deleted file]
src/platform/Tizen/Messaging/EmptyMessage.h [deleted file]
src/platform/Tizen/Messaging/FolderQueryGenerator.cpp [deleted file]
src/platform/Tizen/Messaging/FolderQueryGenerator.h [deleted file]
src/platform/Tizen/Messaging/ISendingObserver.h [deleted file]
src/platform/Tizen/Messaging/MailSender.cpp [deleted file]
src/platform/Tizen/Messaging/MailSender.h [deleted file]
src/platform/Tizen/Messaging/MailSync.cpp [deleted file]
src/platform/Tizen/Messaging/MailSync.h [deleted file]
src/platform/Tizen/Messaging/MessageFolder.cpp [deleted file]
src/platform/Tizen/Messaging/MessageFolder.h [deleted file]
src/platform/Tizen/Messaging/MessageQueryGenerator.cpp [deleted file]
src/platform/Tizen/Messaging/MessageQueryGenerator.h [deleted file]
src/platform/Tizen/Messaging/Messaging.cpp [deleted file]
src/platform/Tizen/Messaging/Messaging.h [deleted file]
src/platform/Tizen/Messaging/MessagingService.cpp [deleted file]
src/platform/Tizen/Messaging/MessagingService.h [deleted file]
src/platform/Tizen/Messaging/MessagingServiceManager.cpp [deleted file]
src/platform/Tizen/Messaging/MessagingServiceManager.h [deleted file]
src/platform/Tizen/Messaging/Mms.cpp [deleted file]
src/platform/Tizen/Messaging/Mms.h [deleted file]
src/platform/Tizen/Messaging/MmsSlide.cpp [deleted file]
src/platform/Tizen/Messaging/MmsSlide.h [deleted file]
src/platform/Tizen/Messaging/MsgServiceHandleMgr.h [deleted file]
src/platform/Tizen/Messaging/NetworkStatus.cpp [deleted file]
src/platform/Tizen/Messaging/NetworkStatus.h [deleted file]
src/platform/Tizen/Messaging/ScopedMail.h [deleted file]
src/platform/Tizen/Messaging/ScopedMailAttachment.h [deleted file]
src/platform/Tizen/Messaging/ScopedMailbox.h [deleted file]
src/platform/Tizen/Messaging/Sms.cpp [deleted file]
src/platform/Tizen/Messaging/Sms.h [deleted file]
src/platform/Tizen/Messaging/SyncNetworkStatus.cpp [deleted file]
src/platform/Tizen/Messaging/SyncNetworkStatus.h [deleted file]
src/platform/Tizen/Messaging/messageDB/MessageStorageReader.cpp [deleted file]
src/platform/Tizen/NFC/NFCAdapter.cpp [deleted file]
src/platform/Tizen/NFC/NFCAdapter.h [deleted file]
src/platform/Tizen/NFC/NFCDefaultAdapter.cpp [deleted file]
src/platform/Tizen/NFC/NFCDefaultAdapter.h [deleted file]
src/platform/Tizen/NFC/NFCTag.cpp [deleted file]
src/platform/Tizen/NFC/NFCTag.h [deleted file]
src/platform/Tizen/NFC/NFCTarget.cpp [deleted file]
src/platform/Tizen/NFC/NFCTarget.h [deleted file]
src/platform/Tizen/NFC/NFCUtil.cpp [deleted file]
src/platform/Tizen/NFC/NFCUtil.h [deleted file]
src/platform/Tizen/NFC/NdefMessage.cpp [deleted file]
src/platform/Tizen/NFC/NdefMessage.h [deleted file]
src/platform/Tizen/NFC/NdefRecord.cpp [deleted file]
src/platform/Tizen/NFC/NdefRecord.h [deleted file]
src/platform/Tizen/NFC/config.cmake [deleted file]
src/platform/Tizen/NetworkBearerSelection/NetworkBearerSelection.cpp [deleted file]
src/platform/Tizen/NetworkBearerSelection/NetworkBearerSelection.h [deleted file]
src/platform/Tizen/NetworkBearerSelection/config.cmake [deleted file]
src/platform/Tizen/Notification/NotificationManager.cpp [deleted file]
src/platform/Tizen/Notification/NotificationManager.h [deleted file]
src/platform/Tizen/Notification/StatusNotification.cpp [deleted file]
src/platform/Tizen/Notification/StatusNotification.h [deleted file]
src/platform/Tizen/Notification/config.cmake [deleted file]
src/platform/Tizen/Power/PowerManager.cpp [deleted file]
src/platform/Tizen/Power/PowerManager.h [deleted file]
src/platform/Tizen/Power/config.cmake [deleted file]
src/platform/Tizen/SystemSetting/SystemSetting.cpp [deleted file]
src/platform/Tizen/SystemSetting/SystemSetting.h [deleted file]
src/platform/Tizen/SystemSetting/config.cmake [deleted file]
src/platform/Tizen/Systeminfo/Systeminfo.cpp [deleted file]
src/platform/Tizen/Systeminfo/Systeminfo.h [deleted file]
src/platform/Tizen/Systeminfo/config.cmake [deleted file]
src/platform/Tizen/TimeUtil/TZDate.cpp [deleted file]
src/platform/Tizen/TimeUtil/TZDate.h [deleted file]
src/platform/Tizen/TimeUtil/TimeUtil.cpp [deleted file]
src/platform/Tizen/TimeUtil/TimeUtil.h [deleted file]
src/platform/Tizen/TimeUtil/TimeUtilTools.cpp [deleted file]
src/platform/Tizen/TimeUtil/TimeUtilTools.h [deleted file]
src/platform/Tizen/TimeUtil/config.cmake [deleted file]
src/platform/Tizen/config.cmake [deleted file]
src/standards/CMakeLists.txt [deleted file]
src/standards/Tizen/Alarm/AlarmAbsolute.cpp [deleted file]
src/standards/Tizen/Alarm/AlarmAbsolute.h [deleted file]
src/standards/Tizen/Alarm/AlarmConverter.cpp [deleted file]
src/standards/Tizen/Alarm/AlarmConverter.h [deleted file]
src/standards/Tizen/Alarm/AlarmRelative.cpp [deleted file]
src/standards/Tizen/Alarm/AlarmRelative.h [deleted file]
src/standards/Tizen/Alarm/CMakeLists.txt [deleted file]
src/standards/Tizen/Alarm/JSAlarmAbsolute.cpp [deleted file]
src/standards/Tizen/Alarm/JSAlarmAbsolute.h [deleted file]
src/standards/Tizen/Alarm/JSAlarmManager.cpp [deleted file]
src/standards/Tizen/Alarm/JSAlarmManager.h [deleted file]
src/standards/Tizen/Alarm/JSAlarmRelative.cpp [deleted file]
src/standards/Tizen/Alarm/JSAlarmRelative.h [deleted file]
src/standards/Tizen/Alarm/alarm_common.h [deleted file]
src/standards/Tizen/Alarm/config.xml [deleted file]
src/standards/Tizen/Alarm/plugin_config.cpp [deleted file]
src/standards/Tizen/Alarm/plugin_config.h [deleted file]
src/standards/Tizen/Alarm/plugin_initializer.cpp [deleted file]
src/standards/Tizen/Application/ApplicationAsyncCallbackManager.cpp [deleted file]
src/standards/Tizen/Application/ApplicationAsyncCallbackManager.h [deleted file]
src/standards/Tizen/Application/ApplicationController.cpp [deleted file]
src/standards/Tizen/Application/ApplicationController.h [deleted file]
src/standards/Tizen/Application/ApplicationConverter.cpp [deleted file]
src/standards/Tizen/Application/ApplicationConverter.h [deleted file]
src/standards/Tizen/Application/ApplicationInformationEventPrivateData.h [deleted file]
src/standards/Tizen/Application/ApplicationListenerManager.cpp [deleted file]
src/standards/Tizen/Application/ApplicationListenerManager.h [deleted file]
src/standards/Tizen/Application/ApplicationUtil.cpp [deleted file]
src/standards/Tizen/Application/ApplicationUtil.h [deleted file]
src/standards/Tizen/Application/CMakeLists.txt [deleted file]
src/standards/Tizen/Application/JSApplication.cpp [deleted file]
src/standards/Tizen/Application/JSApplication.h [deleted file]
src/standards/Tizen/Application/JSApplicationCert.cpp [deleted file]
src/standards/Tizen/Application/JSApplicationCert.h [deleted file]
src/standards/Tizen/Application/JSApplicationContext.cpp [deleted file]
src/standards/Tizen/Application/JSApplicationContext.h [deleted file]
src/standards/Tizen/Application/JSApplicationControl.cpp [deleted file]
src/standards/Tizen/Application/JSApplicationControl.h [deleted file]
src/standards/Tizen/Application/JSApplicationControlData.cpp [deleted file]
src/standards/Tizen/Application/JSApplicationControlData.h [deleted file]
src/standards/Tizen/Application/JSApplicationEventCallbackManager.cpp [deleted file]
src/standards/Tizen/Application/JSApplicationEventCallbackManager.h [deleted file]
src/standards/Tizen/Application/JSApplicationInformation.cpp [deleted file]
src/standards/Tizen/Application/JSApplicationInformation.h [deleted file]
src/standards/Tizen/Application/JSApplicationInstallInfo.cpp [deleted file]
src/standards/Tizen/Application/JSApplicationInstallInfo.h [deleted file]
src/standards/Tizen/Application/JSApplicationManager.cpp [deleted file]
src/standards/Tizen/Application/JSApplicationManager.h [deleted file]
src/standards/Tizen/Application/JSRequestedApplicationControl.cpp [deleted file]
src/standards/Tizen/Application/JSRequestedApplicationControl.h [deleted file]
src/standards/Tizen/Application/config.xml [deleted file]
src/standards/Tizen/Application/plugin_config.cpp [deleted file]
src/standards/Tizen/Application/plugin_config.h [deleted file]
src/standards/Tizen/Application/plugin_initializer.cpp [deleted file]
src/standards/Tizen/Bluetooth/BluetoothAdapterListener.cpp [deleted file]
src/standards/Tizen/Bluetooth/BluetoothAdapterListener.h [deleted file]
src/standards/Tizen/Bluetooth/BluetoothClass.cpp [deleted file]
src/standards/Tizen/Bluetooth/BluetoothClass.h [deleted file]
src/standards/Tizen/Bluetooth/BluetoothConverter.cpp [deleted file]
src/standards/Tizen/Bluetooth/BluetoothConverter.h [deleted file]
src/standards/Tizen/Bluetooth/BluetoothDeviceManagerListener.cpp [deleted file]
src/standards/Tizen/Bluetooth/BluetoothDeviceManagerListener.h [deleted file]
src/standards/Tizen/Bluetooth/BluetoothMultiCallback.cpp [deleted file]
src/standards/Tizen/Bluetooth/BluetoothMultiCallback.h [deleted file]
src/standards/Tizen/Bluetooth/BluetoothSocketListener.cpp [deleted file]
src/standards/Tizen/Bluetooth/BluetoothSocketListener.h [deleted file]
src/standards/Tizen/Bluetooth/CMakeLists.txt [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothAdapter.cpp [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothAdapter.h [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothClass.cpp [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothClass.h [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothClassDeviceMajor.cpp [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothClassDeviceMajor.h [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothClassDeviceMinor.cpp [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothClassDeviceMinor.h [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothClassDeviceService.cpp [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothClassDeviceService.h [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothDevice.cpp [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothDevice.h [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothManager.cpp [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothManager.h [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothServiceHandler.cpp [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothServiceHandler.h [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothSocket.cpp [deleted file]
src/standards/Tizen/Bluetooth/JSBluetoothSocket.h [deleted file]
src/standards/Tizen/Bluetooth/config.xml [deleted file]
src/standards/Tizen/Bluetooth/plugin_config.cpp [deleted file]
src/standards/Tizen/Bluetooth/plugin_config.h [deleted file]
src/standards/Tizen/Bluetooth/plugin_initializer.cpp [deleted file]
src/standards/Tizen/CMakeLists.txt [deleted file]
src/standards/Tizen/Calendar/CMakeLists.txt [deleted file]
src/standards/Tizen/Calendar/CalendarAsyncCallbackManager.cpp [deleted file]
src/standards/Tizen/Calendar/CalendarAsyncCallbackManager.h [deleted file]
src/standards/Tizen/Calendar/CalendarConverter.cpp [deleted file]
src/standards/Tizen/Calendar/CalendarConverter.h [deleted file]
src/standards/Tizen/Calendar/CalendarListenerManager.cpp [deleted file]
src/standards/Tizen/Calendar/CalendarListenerManager.h [deleted file]
src/standards/Tizen/Calendar/CalendarMultiCallback.h [deleted file]
src/standards/Tizen/Calendar/CalendarResponseDispatcher.cpp [deleted file]
src/standards/Tizen/Calendar/CalendarResponseDispatcher.h [deleted file]
src/standards/Tizen/Calendar/JSCalendar.cpp [deleted file]
src/standards/Tizen/Calendar/JSCalendar.h [deleted file]
src/standards/Tizen/Calendar/JSCalendarAlarm.cpp [deleted file]
src/standards/Tizen/Calendar/JSCalendarAlarm.h [deleted file]
src/standards/Tizen/Calendar/JSCalendarAttendee.cpp [deleted file]
src/standards/Tizen/Calendar/JSCalendarAttendee.h [deleted file]
src/standards/Tizen/Calendar/JSCalendarEvent.cpp [deleted file]
src/standards/Tizen/Calendar/JSCalendarEvent.h [deleted file]
src/standards/Tizen/Calendar/JSCalendarEventId.cpp [deleted file]
src/standards/Tizen/Calendar/JSCalendarEventId.h [deleted file]
src/standards/Tizen/Calendar/JSCalendarItemProperties.cpp [deleted file]
src/standards/Tizen/Calendar/JSCalendarItemProperties.h [deleted file]
src/standards/Tizen/Calendar/JSCalendarManager.cpp [deleted file]
src/standards/Tizen/Calendar/JSCalendarManager.h [deleted file]
src/standards/Tizen/Calendar/JSCalendarRecurrenceRule.cpp [deleted file]
src/standards/Tizen/Calendar/JSCalendarRecurrenceRule.h [deleted file]
src/standards/Tizen/Calendar/JSCalendarTask.cpp [deleted file]
src/standards/Tizen/Calendar/JSCalendarTask.h [deleted file]
src/standards/Tizen/Calendar/JSNumberArray.cpp [deleted file]
src/standards/Tizen/Calendar/JSNumberArray.h [deleted file]
src/standards/Tizen/Calendar/JSStringArray.cpp [deleted file]
src/standards/Tizen/Calendar/JSStringArray.h [deleted file]
src/standards/Tizen/Calendar/JSTZDateArray.cpp [deleted file]
src/standards/Tizen/Calendar/JSTZDateArray.h [deleted file]
src/standards/Tizen/Calendar/config.xml [deleted file]
src/standards/Tizen/Calendar/plugin_config.cpp [deleted file]
src/standards/Tizen/Calendar/plugin_config.h [deleted file]
src/standards/Tizen/Calendar/plugin_initializer.cpp [deleted file]
src/standards/Tizen/Callhistory/CMakeLists.txt [deleted file]
src/standards/Tizen/Callhistory/CallHistoryAsyncCallbackManager.cpp [deleted file]
src/standards/Tizen/Callhistory/CallHistoryAsyncCallbackManager.h [deleted file]
src/standards/Tizen/Callhistory/CallHistoryListenerManager.cpp [deleted file]
src/standards/Tizen/Callhistory/CallHistoryListenerManager.h [deleted file]
src/standards/Tizen/Callhistory/CallHistoryMultiCallback.cpp [deleted file]
src/standards/Tizen/Callhistory/CallHistoryMultiCallback.h [deleted file]
src/standards/Tizen/Callhistory/CallHistoryStaticController.cpp [deleted file]
src/standards/Tizen/Callhistory/CallHistoryStaticController.h [deleted file]
src/standards/Tizen/Callhistory/Converter.cpp [deleted file]
src/standards/Tizen/Callhistory/Converter.h [deleted file]
src/standards/Tizen/Callhistory/JSCallHistory.cpp [deleted file]
src/standards/Tizen/Callhistory/JSCallHistory.h [deleted file]
src/standards/Tizen/Callhistory/JSCallHistoryEntry.cpp [deleted file]
src/standards/Tizen/Callhistory/JSCallHistoryEntry.h [deleted file]
src/standards/Tizen/Callhistory/JSRemoteParty.cpp [deleted file]
src/standards/Tizen/Callhistory/JSRemoteParty.h [deleted file]
src/standards/Tizen/Callhistory/ResponseDispatcher.cpp [deleted file]
src/standards/Tizen/Callhistory/ResponseDispatcher.h [deleted file]
src/standards/Tizen/Callhistory/config.xml [deleted file]
src/standards/Tizen/Callhistory/plugin_config.cpp [deleted file]
src/standards/Tizen/Callhistory/plugin_config.h [deleted file]
src/standards/Tizen/Callhistory/plugin_initializer.cpp [deleted file]
src/standards/Tizen/Common/AsyncCallbackManager.h [deleted file]
src/standards/Tizen/Common/CMakeLists.txt [deleted file]
src/standards/Tizen/Common/IListenerManager.h [deleted file]
src/standards/Tizen/Common/JSTizenException.cpp [deleted file]
src/standards/Tizen/Common/JSTizenException.h [deleted file]
src/standards/Tizen/Common/JSTizenExceptionFactory.cpp [deleted file]
src/standards/Tizen/Common/JSTizenExceptionFactory.h [deleted file]
src/standards/Tizen/Common/JSWebAPIError.cpp [deleted file]
src/standards/Tizen/Common/JSWebAPIError.h [deleted file]
src/standards/Tizen/Common/SecurityExceptions.h [deleted file]
src/standards/Tizen/Common/TizenExceptionData.cpp [deleted file]
src/standards/Tizen/Common/TizenExceptionData.h [deleted file]
src/standards/Tizen/Contact/AddressBookController.cpp [deleted file]
src/standards/Tizen/Contact/AddressBookController.h [deleted file]
src/standards/Tizen/Contact/CMakeLists.txt [deleted file]
src/standards/Tizen/Contact/ContactAsyncCallbackManager.cpp [deleted file]
src/standards/Tizen/Contact/ContactAsyncCallbackManager.h [deleted file]
src/standards/Tizen/Contact/ContactConverter.cpp [deleted file]
src/standards/Tizen/Contact/ContactConverter.h [deleted file]
src/standards/Tizen/Contact/ContactListenerManager.cpp [deleted file]
src/standards/Tizen/Contact/ContactListenerManager.h [deleted file]
src/standards/Tizen/Contact/ContactManagerController.cpp [deleted file]
src/standards/Tizen/Contact/ContactManagerController.h [deleted file]
src/standards/Tizen/Contact/JSAddressBook.cpp [deleted file]
src/standards/Tizen/Contact/JSAddressBook.h [deleted file]
src/standards/Tizen/Contact/JSAddressBookArray.cpp [deleted file]
src/standards/Tizen/Contact/JSAddressBookArray.h [deleted file]
src/standards/Tizen/Contact/JSAddressBookChangeCallbackManager.cpp [deleted file]
src/standards/Tizen/Contact/JSAddressBookChangeCallbackManager.h [deleted file]
src/standards/Tizen/Contact/JSAttributesOfInterestArray.cpp [deleted file]
src/standards/Tizen/Contact/JSAttributesOfInterestArray.h [deleted file]
src/standards/Tizen/Contact/JSContact.cpp [deleted file]
src/standards/Tizen/Contact/JSContact.h [deleted file]
src/standards/Tizen/Contact/JSContactAddress.cpp [deleted file]
src/standards/Tizen/Contact/JSContactAddress.h [deleted file]
src/standards/Tizen/Contact/JSContactAddressArray.cpp [deleted file]
src/standards/Tizen/Contact/JSContactAddressArray.h [deleted file]
src/standards/Tizen/Contact/JSContactAddressTypeArray.cpp [deleted file]
src/standards/Tizen/Contact/JSContactAddressTypeArray.h [deleted file]
src/standards/Tizen/Contact/JSContactAnniversary.cpp [deleted file]
src/standards/Tizen/Contact/JSContactAnniversary.h [deleted file]
src/standards/Tizen/Contact/JSContactAnniversaryArray.cpp [deleted file]
src/standards/Tizen/Contact/JSContactAnniversaryArray.h [deleted file]
src/standards/Tizen/Contact/JSContactArray.cpp [deleted file]
src/standards/Tizen/Contact/JSContactArray.h [deleted file]
src/standards/Tizen/Contact/JSContactEmailAddress.cpp [deleted file]
src/standards/Tizen/Contact/JSContactEmailAddress.h [deleted file]
src/standards/Tizen/Contact/JSContactEmailAddressArray.cpp [deleted file]
src/standards/Tizen/Contact/JSContactEmailAddressArray.h [deleted file]
src/standards/Tizen/Contact/JSContactEmailAddressTypeArray.cpp [deleted file]
src/standards/Tizen/Contact/JSContactEmailAddressTypeArray.h [deleted file]
src/standards/Tizen/Contact/JSContactGroup.cpp [deleted file]
src/standards/Tizen/Contact/JSContactGroup.h [deleted file]
src/standards/Tizen/Contact/JSContactGroupArray.cpp [deleted file]
src/standards/Tizen/Contact/JSContactGroupArray.h [deleted file]
src/standards/Tizen/Contact/JSContactManager.cpp [deleted file]
src/standards/Tizen/Contact/JSContactManager.h [deleted file]
src/standards/Tizen/Contact/JSContactManagerChangeCallbackManager.cpp [deleted file]
src/standards/Tizen/Contact/JSContactManagerChangeCallbackManager.h [deleted file]
src/standards/Tizen/Contact/JSContactName.cpp [deleted file]
src/standards/Tizen/Contact/JSContactName.h [deleted file]
src/standards/Tizen/Contact/JSContactOrganization.cpp [deleted file]
src/standards/Tizen/Contact/JSContactOrganization.h [deleted file]
src/standards/Tizen/Contact/JSContactOrganizationArray.cpp [deleted file]
src/standards/Tizen/Contact/JSContactOrganizationArray.h [deleted file]
src/standards/Tizen/Contact/JSContactPhoneNumber.cpp [deleted file]
src/standards/Tizen/Contact/JSContactPhoneNumber.h [deleted file]
src/standards/Tizen/Contact/JSContactPhoneNumberArray.cpp [deleted file]
src/standards/Tizen/Contact/JSContactPhoneNumberArray.h [deleted file]
src/standards/Tizen/Contact/JSContactPhoneNumberTypeArray.cpp [deleted file]
src/standards/Tizen/Contact/JSContactPhoneNumberTypeArray.h [deleted file]
src/standards/Tizen/Contact/JSContactRef.cpp [deleted file]
src/standards/Tizen/Contact/JSContactRef.h [deleted file]
src/standards/Tizen/Contact/JSContactWebSite.cpp [deleted file]
src/standards/Tizen/Contact/JSContactWebSite.h [deleted file]
src/standards/Tizen/Contact/JSContactWebSiteArray.cpp [deleted file]
src/standards/Tizen/Contact/JSContactWebSiteArray.h [deleted file]
src/standards/Tizen/Contact/JSPerson.cpp [deleted file]
src/standards/Tizen/Contact/JSPerson.h [deleted file]
src/standards/Tizen/Contact/JSPersonArray.cpp [deleted file]
src/standards/Tizen/Contact/JSPersonArray.h [deleted file]
src/standards/Tizen/Contact/JSStringArray.cpp [deleted file]
src/standards/Tizen/Contact/JSStringArray.h [deleted file]
src/standards/Tizen/Contact/config.xml [deleted file]
src/standards/Tizen/Contact/plugin_config.cpp [deleted file]
src/standards/Tizen/Contact/plugin_config.h [deleted file]
src/standards/Tizen/Contact/plugin_initializer.cpp [deleted file]
src/standards/Tizen/Content/CMakeLists.txt [deleted file]
src/standards/Tizen/Content/ContentAsyncCallbackManager.cpp [deleted file]
src/standards/Tizen/Content/ContentAsyncCallbackManager.h [deleted file]
src/standards/Tizen/Content/ContentController.cpp [deleted file]
src/standards/Tizen/Content/ContentController.h [deleted file]
src/standards/Tizen/Content/ContentConverter.cpp [deleted file]
src/standards/Tizen/Content/ContentConverter.h [deleted file]
src/standards/Tizen/Content/JSAudio.cpp [deleted file]
src/standards/Tizen/Content/JSAudio.h [deleted file]
src/standards/Tizen/Content/JSContentManager.cpp [deleted file]
src/standards/Tizen/Content/JSContentManager.h [deleted file]
src/standards/Tizen/Content/JSFolder.cpp [deleted file]
src/standards/Tizen/Content/JSFolder.h [deleted file]
src/standards/Tizen/Content/JSImage.cpp [deleted file]
src/standards/Tizen/Content/JSImage.h [deleted file]
src/standards/Tizen/Content/JSMedia.cpp [deleted file]
src/standards/Tizen/Content/JSMedia.h [deleted file]
src/standards/Tizen/Content/JSMediaLyrics.cpp [deleted file]
src/standards/Tizen/Content/JSMediaLyrics.h [deleted file]
src/standards/Tizen/Content/JSVideo.cpp [deleted file]
src/standards/Tizen/Content/JSVideo.h [deleted file]
src/standards/Tizen/Content/MediaLyricsUtil.cpp [deleted file]
src/standards/Tizen/Content/MediaLyricsUtil.h [deleted file]
src/standards/Tizen/Content/config.xml [deleted file]
src/standards/Tizen/Content/plugin_config.cpp [deleted file]
src/standards/Tizen/Content/plugin_config.h [deleted file]
src/standards/Tizen/Content/plugin_initializer.cpp [deleted file]
src/standards/Tizen/Download/CMakeLists.txt [deleted file]
src/standards/Tizen/Download/DownloadConverter.cpp [deleted file]
src/standards/Tizen/Download/DownloadConverter.h [deleted file]
src/standards/Tizen/Download/DownloadListenerManager.cpp [deleted file]
src/standards/Tizen/Download/DownloadListenerManager.h [deleted file]
src/standards/Tizen/Download/DownloadMultiCallback.h [deleted file]
src/standards/Tizen/Download/DownloadResponseDispatcher.cpp [deleted file]
src/standards/Tizen/Download/DownloadResponseDispatcher.h [deleted file]
src/standards/Tizen/Download/JSDownloadManager.cpp [deleted file]
src/standards/Tizen/Download/JSDownloadManager.h [deleted file]
src/standards/Tizen/Download/JSDownloadRequest.cpp [deleted file]
src/standards/Tizen/Download/JSDownloadRequest.h [deleted file]
src/standards/Tizen/Download/config.xml [deleted file]
src/standards/Tizen/Download/plugin_config.cpp [deleted file]
src/standards/Tizen/Download/plugin_config.h [deleted file]
src/standards/Tizen/Download/plugin_initializer.cpp [deleted file]
src/standards/Tizen/Filesystem/CMakeLists.txt [deleted file]
src/standards/Tizen/Filesystem/Converter.cpp [deleted file]
src/standards/Tizen/Filesystem/Converter.h [deleted file]
src/standards/Tizen/Filesystem/Encodings.cpp [deleted file]
src/standards/Tizen/Filesystem/Encodings.h [deleted file]
src/standards/Tizen/Filesystem/EventGetNodeData.cpp [deleted file]
src/standards/Tizen/Filesystem/EventGetNodeData.h [deleted file]
src/standards/Tizen/Filesystem/FilesystemAsyncCallbackManager.cpp [deleted file]
src/standards/Tizen/Filesystem/FilesystemAsyncCallbackManager.h [deleted file]
src/standards/Tizen/Filesystem/FilesystemListenerManager.cpp [deleted file]
src/standards/Tizen/Filesystem/FilesystemListenerManager.h [deleted file]
src/standards/Tizen/Filesystem/FilesystemUtils.cpp [deleted file]
src/standards/Tizen/Filesystem/FilesystemUtils.h [deleted file]
src/standards/Tizen/Filesystem/JSFile.cpp [deleted file]
src/standards/Tizen/Filesystem/JSFile.h [deleted file]
src/standards/Tizen/Filesystem/JSFilestream.cpp [deleted file]
src/standards/Tizen/Filesystem/JSFilestream.h [deleted file]
src/standards/Tizen/Filesystem/JSFilesystemManager.cpp [deleted file]
src/standards/Tizen/Filesystem/JSFilesystemManager.h [deleted file]
src/standards/Tizen/Filesystem/JSStorage.cpp [deleted file]
src/standards/Tizen/Filesystem/JSStorage.h [deleted file]
src/standards/Tizen/Filesystem/ResponseDispatcher.cpp [deleted file]
src/standards/Tizen/Filesystem/ResponseDispatcher.h [deleted file]
src/standards/Tizen/Filesystem/StorageStaticController.cpp [deleted file]
src/standards/Tizen/Filesystem/StorageStaticController.h [deleted file]
src/standards/Tizen/Filesystem/config.xml [deleted file]
src/standards/Tizen/Filesystem/plugin_config.cpp [deleted file]
src/standards/Tizen/Filesystem/plugin_config.h [deleted file]
src/standards/Tizen/Filesystem/plugin_initializer.cpp [deleted file]
src/standards/Tizen/Messaging/CMakeLists.txt [deleted file]
src/standards/Tizen/Messaging/ConverterMessage.cpp [deleted file]
src/standards/Tizen/Messaging/ConverterMessage.h [deleted file]
src/standards/Tizen/Messaging/EventMessagingServicePrivateData.cpp [deleted file]
src/standards/Tizen/Messaging/EventMessagingServicePrivateData.h [deleted file]
src/standards/Tizen/Messaging/EventSendMessagePrivateData.cpp [deleted file]
src/standards/Tizen/Messaging/EventSendMessagePrivateData.h [deleted file]
src/standards/Tizen/Messaging/JSConversation.cpp [deleted file]
src/standards/Tizen/Messaging/JSConversation.h [deleted file]
src/standards/Tizen/Messaging/JSMessage.cpp [deleted file]
src/standards/Tizen/Messaging/JSMessage.h [deleted file]
src/standards/Tizen/Messaging/JSMessageAttachment.cpp [deleted file]
src/standards/Tizen/Messaging/JSMessageAttachment.h [deleted file]
src/standards/Tizen/Messaging/JSMessageBody.cpp [deleted file]
src/standards/Tizen/Messaging/JSMessageBody.h [deleted file]
src/standards/Tizen/Messaging/JSMessageFolder.cpp [deleted file]
src/standards/Tizen/Messaging/JSMessageFolder.h [deleted file]
src/standards/Tizen/Messaging/JSMessagePrivateObject.h [deleted file]
src/standards/Tizen/Messaging/JSMessagingService.cpp [deleted file]
src/standards/Tizen/Messaging/JSMessagingService.h [deleted file]
src/standards/Tizen/Messaging/JSMessagingServiceManager.cpp [deleted file]
src/standards/Tizen/Messaging/JSMessagingServiceManager.h [deleted file]
src/standards/Tizen/Messaging/JSMessagingStorage.cpp [deleted file]
src/standards/Tizen/Messaging/JSMessagingStorage.h [deleted file]
src/standards/Tizen/Messaging/JSRecipientArray.cpp [deleted file]
src/standards/Tizen/Messaging/JSRecipientArray.h [deleted file]
src/standards/Tizen/Messaging/MessageAsyncCallbackManager.cpp [deleted file]
src/standards/Tizen/Messaging/MessageAsyncCallbackManager.h [deleted file]
src/standards/Tizen/Messaging/MessageListenerManager.cpp [deleted file]
src/standards/Tizen/Messaging/MessageListenerManager.h [deleted file]
src/standards/Tizen/Messaging/MessageSendCallback.h [deleted file]
src/standards/Tizen/Messaging/MessagingController.cpp [deleted file]
src/standards/Tizen/Messaging/MessagingController.h [deleted file]
src/standards/Tizen/Messaging/MessagingErrorMsg.h [deleted file]
src/standards/Tizen/Messaging/MessagingListener.cpp [deleted file]
src/standards/Tizen/Messaging/MessagingListener.h [deleted file]
src/standards/Tizen/Messaging/MessagingStorageMultiCallback.cpp [deleted file]
src/standards/Tizen/Messaging/MessagingStorageMultiCallback.h [deleted file]
src/standards/Tizen/Messaging/config.xml [deleted file]
src/standards/Tizen/Messaging/plugin_config.cpp [deleted file]
src/standards/Tizen/Messaging/plugin_config.h [deleted file]
src/standards/Tizen/Messaging/plugin_initializer.cpp [deleted file]
src/standards/Tizen/NFC/CMakeLists.txt [deleted file]
src/standards/Tizen/NFC/EventNFCChangedPrivateData.cpp [deleted file]
src/standards/Tizen/NFC/EventNFCChangedPrivateData.h [deleted file]
src/standards/Tizen/NFC/JSNFCAdapter.cpp [deleted file]
src/standards/Tizen/NFC/JSNFCAdapter.h [deleted file]
src/standards/Tizen/NFC/JSNFCManager.cpp [deleted file]
src/standards/Tizen/NFC/JSNFCManager.h [deleted file]
src/standards/Tizen/NFC/JSNFCTag.cpp [deleted file]
src/standards/Tizen/NFC/JSNFCTag.h [deleted file]
src/standards/Tizen/NFC/JSNFCTarget.cpp [deleted file]
src/standards/Tizen/NFC/JSNFCTarget.h [deleted file]
src/standards/Tizen/NFC/JSNdefMessage.cpp [deleted file]
src/standards/Tizen/NFC/JSNdefMessage.h [deleted file]
src/standards/Tizen/NFC/JSNdefRecord.cpp [deleted file]
src/standards/Tizen/NFC/JSNdefRecord.h [deleted file]
src/standards/Tizen/NFC/JSNdefRecordArray.cpp [deleted file]
src/standards/Tizen/NFC/JSNdefRecordArray.h [deleted file]
src/standards/Tizen/NFC/JSNdefRecordMedia.cpp [deleted file]
src/standards/Tizen/NFC/JSNdefRecordMedia.h [deleted file]
src/standards/Tizen/NFC/JSNdefRecordText.cpp [deleted file]
src/standards/Tizen/NFC/JSNdefRecordText.h [deleted file]
src/standards/Tizen/NFC/JSNdefRecordURI.cpp [deleted file]
src/standards/Tizen/NFC/JSNdefRecordURI.h [deleted file]
src/standards/Tizen/NFC/NFCAsyncCallbackManager.cpp [deleted file]
src/standards/Tizen/NFC/NFCAsyncCallbackManager.h [deleted file]
src/standards/Tizen/NFC/NFCChangedCallback.h [deleted file]
src/standards/Tizen/NFC/NFCConverter.cpp [deleted file]
src/standards/Tizen/NFC/NFCConverter.h [deleted file]
src/standards/Tizen/NFC/NFCListenerManager.cpp [deleted file]
src/standards/Tizen/NFC/NFCListenerManager.h [deleted file]
src/standards/Tizen/NFC/NFCStaticController.cpp [deleted file]
src/standards/Tizen/NFC/NFCStaticController.h [deleted file]
src/standards/Tizen/NFC/ResponseDispatcher.cpp [deleted file]
src/standards/Tizen/NFC/ResponseDispatcher.h [deleted file]
src/standards/Tizen/NFC/config.xml [deleted file]
src/standards/Tizen/NFC/plugin_config.cpp [deleted file]
src/standards/Tizen/NFC/plugin_config.h [deleted file]
src/standards/Tizen/NFC/plugin_initializer.cpp [deleted file]
src/standards/Tizen/NetworkBearerSelection/CMakeLists.txt [deleted file]
src/standards/Tizen/NetworkBearerSelection/JSNetworkBearerSelection.cpp [deleted file]
src/standards/Tizen/NetworkBearerSelection/JSNetworkBearerSelection.h [deleted file]
src/standards/Tizen/NetworkBearerSelection/JSNetworkBearerSelectionCallbackManager.cpp [deleted file]
src/standards/Tizen/NetworkBearerSelection/JSNetworkBearerSelectionCallbackManager.h [deleted file]
src/standards/Tizen/NetworkBearerSelection/NetworkBearerSelectionResponseDispatcher.cpp [deleted file]
src/standards/Tizen/NetworkBearerSelection/NetworkBearerSelectionResponseDispatcher.h [deleted file]
src/standards/Tizen/NetworkBearerSelection/config.xml [deleted file]
src/standards/Tizen/NetworkBearerSelection/plugin_config.cpp [deleted file]
src/standards/Tizen/NetworkBearerSelection/plugin_config.h [deleted file]
src/standards/Tizen/NetworkBearerSelection/plugin_initializer.cpp [deleted file]
src/standards/Tizen/Notification/CMakeLists.txt [deleted file]
src/standards/Tizen/Notification/JSNotificationManager.cpp [deleted file]
src/standards/Tizen/Notification/JSNotificationManager.h [deleted file]
src/standards/Tizen/Notification/JSStatusNotification.cpp [deleted file]
src/standards/Tizen/Notification/JSStatusNotification.h [deleted file]
src/standards/Tizen/Notification/NotificationConverter.cpp [deleted file]
src/standards/Tizen/Notification/NotificationConverter.h [deleted file]
src/standards/Tizen/Notification/NotificationCoverter.cpp [deleted file]
src/standards/Tizen/Notification/config.xml [deleted file]
src/standards/Tizen/Notification/plugin_config.cpp [deleted file]
src/standards/Tizen/Notification/plugin_config.h [deleted file]
src/standards/Tizen/Notification/plugin_initializer.cpp [deleted file]
src/standards/Tizen/Power/CMakeLists.txt [deleted file]
src/standards/Tizen/Power/JSPowerManager.cpp [deleted file]
src/standards/Tizen/Power/JSPowerManager.h [deleted file]
src/standards/Tizen/Power/PowerConverter.cpp [deleted file]
src/standards/Tizen/Power/PowerConverter.h [deleted file]
src/standards/Tizen/Power/PowerListenerManager.cpp [deleted file]
src/standards/Tizen/Power/PowerListenerManager.h [deleted file]
src/standards/Tizen/Power/PowerResponseDispatcher.cpp [deleted file]
src/standards/Tizen/Power/PowerResponseDispatcher.h [deleted file]
src/standards/Tizen/Power/config.xml [deleted file]
src/standards/Tizen/Power/plugin_config.cpp [deleted file]
src/standards/Tizen/Power/plugin_config.h [deleted file]
src/standards/Tizen/Power/plugin_initializer.cpp [deleted file]
src/standards/Tizen/SecureStorage/CMakeLists.txt [deleted file]
src/standards/Tizen/SecureStorage/JSSecureStorageManager.cpp [deleted file]
src/standards/Tizen/SecureStorage/JSSecureStorageManager.h [deleted file]
src/standards/Tizen/SecureStorage/SecureStorageManager.cpp [deleted file]
src/standards/Tizen/SecureStorage/SecureStorageManager.h [deleted file]
src/standards/Tizen/SecureStorage/config.xml [deleted file]
src/standards/Tizen/SecureStorage/plugin_config.cpp [deleted file]
src/standards/Tizen/SecureStorage/plugin_config.h [deleted file]
src/standards/Tizen/SecureStorage/plugin_initializer.cpp [deleted file]
src/standards/Tizen/SystemSetting/CMakeLists.txt [deleted file]
src/standards/Tizen/SystemSetting/ConverterSystemSetting.cpp [deleted file]
src/standards/Tizen/SystemSetting/ConverterSystemSetting.h [deleted file]
src/standards/Tizen/SystemSetting/JSSystemSetting.cpp [deleted file]
src/standards/Tizen/SystemSetting/JSSystemSetting.h [deleted file]
src/standards/Tizen/SystemSetting/SystemSettingAsyncCallbackManager.cpp [deleted file]
src/standards/Tizen/SystemSetting/SystemSettingAsyncCallbackManager.h [deleted file]
src/standards/Tizen/SystemSetting/SystemSettingResponseDispatcher.cpp [deleted file]
src/standards/Tizen/SystemSetting/SystemSettingResponseDispatcher.h [deleted file]
src/standards/Tizen/SystemSetting/config.xml [deleted file]
src/standards/Tizen/SystemSetting/plugin_config.cpp [deleted file]
src/standards/Tizen/SystemSetting/plugin_config.h [deleted file]
src/standards/Tizen/SystemSetting/plugin_initializer.cpp [deleted file]
src/standards/Tizen/Systeminfo/CMakeLists.txt [deleted file]
src/standards/Tizen/Systeminfo/JSBatteryInfo.cpp [deleted file]
src/standards/Tizen/Systeminfo/JSBatteryInfo.h [deleted file]
src/standards/Tizen/Systeminfo/JSBuildInfo.cpp [deleted file]
src/standards/Tizen/Systeminfo/JSBuildInfo.h [deleted file]
src/standards/Tizen/Systeminfo/JSCellularNetworkInfo.cpp [deleted file]
src/standards/Tizen/Systeminfo/JSCellularNetworkInfo.h [deleted file]
src/standards/Tizen/Systeminfo/JSCpuInfo.cpp [deleted file]
src/standards/Tizen/Systeminfo/JSCpuInfo.h [deleted file]
src/standards/Tizen/Systeminfo/JSDeviceCapabilitiesInfo.cpp [deleted file]
src/standards/Tizen/Systeminfo/JSDeviceCapabilitiesInfo.h [deleted file]
src/standards/Tizen/Systeminfo/JSDeviceOrientationInfo.cpp [deleted file]
src/standards/Tizen/Systeminfo/JSDeviceOrientationInfo.h [deleted file]
src/standards/Tizen/Systeminfo/JSDisplayInfo.cpp [deleted file]
src/standards/Tizen/Systeminfo/JSDisplayInfo.h [deleted file]
src/standards/Tizen/Systeminfo/JSNetworkInfo.cpp [deleted file]
src/standards/Tizen/Systeminfo/JSNetworkInfo.h [deleted file]
src/standards/Tizen/Systeminfo/JSSIMInfo.cpp [deleted file]
src/standards/Tizen/Systeminfo/JSSIMInfo.h [deleted file]
src/standards/Tizen/Systeminfo/JSStorageInfo.cpp [deleted file]
src/standards/Tizen/Systeminfo/JSStorageInfo.h [deleted file]
src/standards/Tizen/Systeminfo/JSSysteminfo.cpp [deleted file]
src/standards/Tizen/Systeminfo/JSSysteminfo.h [deleted file]
src/standards/Tizen/Systeminfo/JSWifiNetworkInfo.cpp [deleted file]
src/standards/Tizen/Systeminfo/JSWifiNetworkInfo.h [deleted file]
src/standards/Tizen/Systeminfo/SysteminfoAsyncCallbackManager.cpp [deleted file]
src/standards/Tizen/Systeminfo/SysteminfoAsyncCallbackManager.h [deleted file]
src/standards/Tizen/Systeminfo/SysteminfoListener.cpp [deleted file]
src/standards/Tizen/Systeminfo/SysteminfoListener.h [deleted file]
src/standards/Tizen/Systeminfo/SysteminfoListenerManager.cpp [deleted file]
src/standards/Tizen/Systeminfo/SysteminfoListenerManager.h [deleted file]
src/standards/Tizen/Systeminfo/config.xml [deleted file]
src/standards/Tizen/Systeminfo/plugin_config.cpp [deleted file]
src/standards/Tizen/Systeminfo/plugin_config.h [deleted file]
src/standards/Tizen/Systeminfo/plugin_initializer.cpp [deleted file]
src/standards/Tizen/TimeUtil/CMakeLists.txt [deleted file]
src/standards/Tizen/TimeUtil/JSTZDate.cpp [deleted file]
src/standards/Tizen/TimeUtil/JSTZDate.h [deleted file]
src/standards/Tizen/TimeUtil/JSTimeDuration.cpp [deleted file]
src/standards/Tizen/TimeUtil/JSTimeDuration.h [deleted file]
src/standards/Tizen/TimeUtil/JSTimeUtil.cpp [deleted file]
src/standards/Tizen/TimeUtil/JSTimeUtil.h [deleted file]
src/standards/Tizen/TimeUtil/TimeUtilConverter.cpp [deleted file]
src/standards/Tizen/TimeUtil/TimeUtilConverter.h [deleted file]
src/standards/Tizen/TimeUtil/config.xml [deleted file]
src/standards/Tizen/TimeUtil/plugin_initializer.cpp [deleted file]
src/standards/Tizen/Tizen/CMakeLists.txt [deleted file]
src/standards/Tizen/Tizen/FilterConverter.cpp [deleted file]
src/standards/Tizen/Tizen/FilterConverter.h [deleted file]
src/standards/Tizen/Tizen/JSAbstractFilterArray.cpp [deleted file]
src/standards/Tizen/Tizen/JSAbstractFilterArray.h [deleted file]
src/standards/Tizen/Tizen/JSAttributeFilter.cpp [deleted file]
src/standards/Tizen/Tizen/JSAttributeFilter.h [deleted file]
src/standards/Tizen/Tizen/JSAttributeRangeFilter.cpp [deleted file]
src/standards/Tizen/Tizen/JSAttributeRangeFilter.h [deleted file]
src/standards/Tizen/Tizen/JSCompositeFilter.cpp [deleted file]
src/standards/Tizen/Tizen/JSCompositeFilter.h [deleted file]
src/standards/Tizen/Tizen/JSFeature.cpp [deleted file]
src/standards/Tizen/Tizen/JSFeature.h [deleted file]
src/standards/Tizen/Tizen/JSFeatureParam.cpp [deleted file]
src/standards/Tizen/Tizen/JSFeatureParam.h [deleted file]
src/standards/Tizen/Tizen/JSSimpleCoordinates.cpp [deleted file]
src/standards/Tizen/Tizen/JSSimpleCoordinates.h [deleted file]
src/standards/Tizen/Tizen/JSSortMode.cpp [deleted file]
src/standards/Tizen/Tizen/JSSortMode.h [deleted file]
src/standards/Tizen/Tizen/JSTizen.cpp [deleted file]
src/standards/Tizen/Tizen/JSTizen.h [deleted file]
src/standards/Tizen/Tizen/PluginOnDemandPriv.cpp [deleted file]
src/standards/Tizen/Tizen/PluginOnDemandPriv.h [deleted file]
src/standards/Tizen/Tizen/config.xml [deleted file]
src/standards/Tizen/Tizen/plugin_config.cpp [deleted file]
src/standards/Tizen/Tizen/plugin_config.h [deleted file]
src/standards/Tizen/Tizen/plugin_initializer.cpp [deleted file]