Initialize Tizen 2.3 tizen_2.3 2.3a_release submit/tizen_2.3/20140531.114626
authorSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 04:20:25 +0000 (13:20 +0900)
committerSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 04:20:25 +0000 (13:20 +0900)
commit59c401dcb6127a3ca74995bd3b3a7864a95fc418
tree1d621db3eb1506f2fa42f1c38e143b90e1c3984f
Initialize Tizen 2.3
1899 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0755]
Doxyfile [new file with mode: 0644]
LICENSE [new file with mode: 0755]
clean.sh [new file with mode: 0755]
config.dtd [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-alarm.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-application.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-bluetooth.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-bookmark.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-calendar.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-callhistory.pc.in [new file with mode: 0755]
mobile_pkgconfigs/wrt-plugins-tizen-common.pc.in [new file with mode: 0755]
mobile_pkgconfigs/wrt-plugins-tizen-contact.pc.in [new file with mode: 0755]
mobile_pkgconfigs/wrt-plugins-tizen-content.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-datacontrol.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-datasync.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-download.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-filesystem.pc.in [new file with mode: 0755]
mobile_pkgconfigs/wrt-plugins-tizen-log.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-messageport.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-messaging.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-networkbearerselection.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-nfc.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-notification.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-package.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-power.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-push.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-secureelement.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-sensor.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-systeminfo.pc.in [new file with mode: 0755]
mobile_pkgconfigs/wrt-plugins-tizen-systemsetting.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-timeutil.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-tizen.pc.in [new file with mode: 0644]
mobile_pkgconfigs/wrt-plugins-tizen-websetting.pc.in [new file with mode: 0755]
mobile_src/Alarm/AlarmAbsolute.cpp [new file with mode: 0644]
mobile_src/Alarm/AlarmAbsolute.h [new file with mode: 0755]
mobile_src/Alarm/AlarmConverter.cpp [new file with mode: 0644]
mobile_src/Alarm/AlarmConverter.h [new file with mode: 0755]
mobile_src/Alarm/AlarmRelative.cpp [new file with mode: 0644]
mobile_src/Alarm/AlarmRelative.h [new file with mode: 0755]
mobile_src/Alarm/CMakeLists.txt [new file with mode: 0644]
mobile_src/Alarm/JSAlarmAbsolute.cpp [new file with mode: 0644]
mobile_src/Alarm/JSAlarmAbsolute.h [new file with mode: 0755]
mobile_src/Alarm/JSAlarmManager.cpp [new file with mode: 0644]
mobile_src/Alarm/JSAlarmManager.h [new file with mode: 0755]
mobile_src/Alarm/JSAlarmRelative.cpp [new file with mode: 0644]
mobile_src/Alarm/JSAlarmRelative.h [new file with mode: 0755]
mobile_src/Alarm/alarm_common.h [new file with mode: 0755]
mobile_src/Alarm/config.xml [new file with mode: 0755]
mobile_src/Alarm/plugin_config.cpp [new file with mode: 0755]
mobile_src/Alarm/plugin_config.h [new file with mode: 0755]
mobile_src/Alarm/plugin_config_impl.h [new file with mode: 0755]
mobile_src/Alarm/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/Application/AppManagerWrapper.cpp [new file with mode: 0755]
mobile_src/Application/AppManagerWrapper.h [new file with mode: 0755]
mobile_src/Application/Application.cpp [new file with mode: 0644]
mobile_src/Application/Application.h [new file with mode: 0644]
mobile_src/Application/ApplicationAsyncCallbackManager.cpp [new file with mode: 0755]
mobile_src/Application/ApplicationAsyncCallbackManager.h [new file with mode: 0644]
mobile_src/Application/ApplicationCert.cpp [new file with mode: 0644]
mobile_src/Application/ApplicationCert.h [new file with mode: 0644]
mobile_src/Application/ApplicationContext.cpp [new file with mode: 0755]
mobile_src/Application/ApplicationContext.h [new file with mode: 0755]
mobile_src/Application/ApplicationControl.cpp [new file with mode: 0644]
mobile_src/Application/ApplicationControl.h [new file with mode: 0755]
mobile_src/Application/ApplicationControlData.cpp [new file with mode: 0644]
mobile_src/Application/ApplicationControlData.h [new file with mode: 0755]
mobile_src/Application/ApplicationController.cpp [new file with mode: 0755]
mobile_src/Application/ApplicationController.h [new file with mode: 0755]
mobile_src/Application/ApplicationConverter.cpp [new file with mode: 0644]
mobile_src/Application/ApplicationConverter.h [new file with mode: 0755]
mobile_src/Application/ApplicationFactory.cpp [new file with mode: 0755]
mobile_src/Application/ApplicationFactory.h [new file with mode: 0755]
mobile_src/Application/ApplicationInformation.cpp [new file with mode: 0755]
mobile_src/Application/ApplicationInformation.h [new file with mode: 0755]
mobile_src/Application/ApplicationInformationEventPrivateData.h [new file with mode: 0755]
mobile_src/Application/ApplicationListenerManager.cpp [new file with mode: 0755]
mobile_src/Application/ApplicationListenerManager.h [new file with mode: 0644]
mobile_src/Application/ApplicationManager.cpp [new file with mode: 0755]
mobile_src/Application/ApplicationManager.h [new file with mode: 0644]
mobile_src/Application/ApplicationMetaData.cpp [new file with mode: 0644]
mobile_src/Application/ApplicationMetaData.h [new file with mode: 0644]
mobile_src/Application/ApplicationUtil.cpp [new file with mode: 0755]
mobile_src/Application/ApplicationUtil.h [new file with mode: 0755]
mobile_src/Application/CMakeLists.txt [new file with mode: 0644]
mobile_src/Application/EventApplicationAddAppInfoEventListener.h [new file with mode: 0755]
mobile_src/Application/EventApplicationAppInfoEventListener.h [new file with mode: 0755]
mobile_src/Application/EventApplicationFindAppControl.h [new file with mode: 0755]
mobile_src/Application/EventApplicationGetAppCerts.h [new file with mode: 0644]
mobile_src/Application/EventApplicationGetAppContext.h [new file with mode: 0755]
mobile_src/Application/EventApplicationGetAppInfo.h [new file with mode: 0755]
mobile_src/Application/EventApplicationGetAppSharedURI.h [new file with mode: 0644]
mobile_src/Application/EventApplicationGetAppsContext.h [new file with mode: 0755]
mobile_src/Application/EventApplicationGetAppsInfo.h [new file with mode: 0755]
mobile_src/Application/EventApplicationGetCurrApp.h [new file with mode: 0644]
mobile_src/Application/EventApplicationGetRequestedAppControl.h [new file with mode: 0644]
mobile_src/Application/EventApplicationKill.h [new file with mode: 0755]
mobile_src/Application/EventApplicationLaunch.h [new file with mode: 0755]
mobile_src/Application/EventApplicationLaunchAppControl.h [new file with mode: 0755]
mobile_src/Application/EventApplicationRemoveAppInfoEventListener.h [new file with mode: 0755]
mobile_src/Application/IApplicationManager.cpp [new file with mode: 0644]
mobile_src/Application/IApplicationManager.h [new file with mode: 0644]
mobile_src/Application/JSApplication.cpp [new file with mode: 0755]
mobile_src/Application/JSApplication.h [new file with mode: 0644]
mobile_src/Application/JSApplicationCert.cpp [new file with mode: 0644]
mobile_src/Application/JSApplicationCert.h [new file with mode: 0644]
mobile_src/Application/JSApplicationContext.cpp [new file with mode: 0644]
mobile_src/Application/JSApplicationContext.h [new file with mode: 0755]
mobile_src/Application/JSApplicationControl.cpp [new file with mode: 0644]
mobile_src/Application/JSApplicationControl.h [new file with mode: 0755]
mobile_src/Application/JSApplicationControlData.cpp [new file with mode: 0644]
mobile_src/Application/JSApplicationControlData.h [new file with mode: 0755]
mobile_src/Application/JSApplicationEventCallbackManager.cpp [new file with mode: 0755]
mobile_src/Application/JSApplicationEventCallbackManager.h [new file with mode: 0755]
mobile_src/Application/JSApplicationInformation.cpp [new file with mode: 0755]
mobile_src/Application/JSApplicationInformation.h [new file with mode: 0755]
mobile_src/Application/JSApplicationManager.cpp [new file with mode: 0755]
mobile_src/Application/JSApplicationManager.h [new file with mode: 0644]
mobile_src/Application/JSApplicationMetaData.cpp [new file with mode: 0644]
mobile_src/Application/JSApplicationMetaData.h [new file with mode: 0644]
mobile_src/Application/JSRequestedApplicationControl.cpp [new file with mode: 0755]
mobile_src/Application/JSRequestedApplicationControl.h [new file with mode: 0644]
mobile_src/Application/RequestedApplicationControl.cpp [new file with mode: 0644]
mobile_src/Application/RequestedApplicationControl.h [new file with mode: 0644]
mobile_src/Application/config.xml [new file with mode: 0755]
mobile_src/Application/plugin_config.cpp [new file with mode: 0755]
mobile_src/Application/plugin_config.h [new file with mode: 0755]
mobile_src/Application/plugin_config_impl.h [new file with mode: 0755]
mobile_src/Application/plugin_initializer.cpp [new file with mode: 0755]
mobile_src/Bluetooth/BluetoothAdapter.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothAdapter.h [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothCallback.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothCallback.h [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothCallbackUtil.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothCallbackUtil.h [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothClass.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothClass.h [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothClassDeviceMajor.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothClassDeviceMajor.h [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothClassDeviceMinor.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothClassDeviceMinor.h [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothClassDeviceService.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothClassDeviceService.h [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothDevice.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothDevice.h [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothHealthApplication.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothHealthApplication.h [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothHealthChannel.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothHealthChannel.h [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothHealthProfileHandler.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothHealthProfileHandler.h [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothHealthProfileHandlerCallback.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothHealthProfileHandlerCallback.h [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothServiceHandler.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothServiceHandler.h [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothSocket.cpp [new file with mode: 0644]
mobile_src/Bluetooth/BluetoothSocket.h [new file with mode: 0644]
mobile_src/Bluetooth/CMakeLists.txt [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothAdapter.cpp [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothAdapter.h [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothClass.cpp [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothClass.h [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothClassDeviceMajor.cpp [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothClassDeviceMajor.h [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothClassDeviceMinor.cpp [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothClassDeviceMinor.h [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothClassDeviceService.cpp [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothClassDeviceService.h [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothDevice.cpp [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothDevice.h [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothHealthApplication.cpp [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothHealthApplication.h [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothHealthChannel.cpp [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothHealthChannel.h [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothHealthProfileHandler.cpp [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothHealthProfileHandler.h [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothManager.cpp [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothManager.h [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothProfileHandler.cpp [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothProfileHandler.h [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothServiceHandler.cpp [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothServiceHandler.h [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothSocket.cpp [new file with mode: 0644]
mobile_src/Bluetooth/JSBluetoothSocket.h [new file with mode: 0644]
mobile_src/Bluetooth/config.xml [new file with mode: 0644]
mobile_src/Bluetooth/plugin_config.cpp [new file with mode: 0644]
mobile_src/Bluetooth/plugin_config.h [new file with mode: 0644]
mobile_src/Bluetooth/plugin_config_impl.h [new file with mode: 0644]
mobile_src/Bluetooth/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/Bookmark/BookmarkData.h [new file with mode: 0755]
mobile_src/Bookmark/BookmarkManager.cpp [new file with mode: 0644]
mobile_src/Bookmark/BookmarkManager.h [new file with mode: 0755]
mobile_src/Bookmark/CMakeLists.txt [new file with mode: 0755]
mobile_src/Bookmark/JSBookmarkFolder.cpp [new file with mode: 0755]
mobile_src/Bookmark/JSBookmarkFolder.h [new file with mode: 0755]
mobile_src/Bookmark/JSBookmarkItem.cpp [new file with mode: 0755]
mobile_src/Bookmark/JSBookmarkItem.h [new file with mode: 0755]
mobile_src/Bookmark/JSBookmarkManager.cpp [new file with mode: 0644]
mobile_src/Bookmark/JSBookmarkManager.h [new file with mode: 0755]
mobile_src/Bookmark/config.xml [new file with mode: 0755]
mobile_src/Bookmark/plugin_config.cpp [new file with mode: 0755]
mobile_src/Bookmark/plugin_config.h [new file with mode: 0755]
mobile_src/Bookmark/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/CMakeLists.txt [new file with mode: 0755]
mobile_src/Calendar/CMakeLists.txt [new file with mode: 0755]
mobile_src/Calendar/Calendar.cpp [new file with mode: 0755]
mobile_src/Calendar/Calendar.h [new file with mode: 0755]
mobile_src/Calendar/CalendarConverter.cpp [new file with mode: 0755]
mobile_src/Calendar/CalendarConverter.h [new file with mode: 0755]
mobile_src/Calendar/CalendarEvent.cpp [new file with mode: 0755]
mobile_src/Calendar/CalendarEvent.h [new file with mode: 0755]
mobile_src/Calendar/CalendarFactory.cpp [new file with mode: 0755]
mobile_src/Calendar/CalendarFactory.h [new file with mode: 0755]
mobile_src/Calendar/CalendarFilter.cpp [new file with mode: 0755]
mobile_src/Calendar/CalendarFilter.h [new file with mode: 0755]
mobile_src/Calendar/CalendarFilterConverter.cpp [new file with mode: 0755]
mobile_src/Calendar/CalendarFilterConverter.h [new file with mode: 0755]
mobile_src/Calendar/CalendarFilterValidator.cpp [new file with mode: 0755]
mobile_src/Calendar/CalendarFilterValidator.h [new file with mode: 0755]
mobile_src/Calendar/CalendarListenerManager.cpp [new file with mode: 0755]
mobile_src/Calendar/CalendarListenerManager.h [new file with mode: 0644]
mobile_src/Calendar/CalendarManager.cpp [new file with mode: 0644]
mobile_src/Calendar/CalendarManager.h [new file with mode: 0755]
mobile_src/Calendar/CalendarMultiCallback.h [new file with mode: 0755]
mobile_src/Calendar/CalendarResponseDispatcher.cpp [new file with mode: 0755]
mobile_src/Calendar/CalendarResponseDispatcher.h [new file with mode: 0755]
mobile_src/Calendar/CalendarUtility.cpp [new file with mode: 0644]
mobile_src/Calendar/CalendarUtility.h [new file with mode: 0755]
mobile_src/Calendar/EventAlarm.cpp [new file with mode: 0755]
mobile_src/Calendar/EventAlarm.h [new file with mode: 0755]
mobile_src/Calendar/EventAttendee.cpp [new file with mode: 0755]
mobile_src/Calendar/EventAttendee.h [new file with mode: 0755]
mobile_src/Calendar/EventId.cpp [new file with mode: 0755]
mobile_src/Calendar/EventId.h [new file with mode: 0755]
mobile_src/Calendar/EventRecurrenceRule.cpp [new file with mode: 0644]
mobile_src/Calendar/EventRecurrenceRule.h [new file with mode: 0755]
mobile_src/Calendar/EventWrapper.cpp [new file with mode: 0755]
mobile_src/Calendar/EventWrapper.h [new file with mode: 0755]
mobile_src/Calendar/ICalendar.cpp [new file with mode: 0755]
mobile_src/Calendar/ICalendar.h [new file with mode: 0755]
mobile_src/Calendar/ICalendarManager.cpp [new file with mode: 0755]
mobile_src/Calendar/ICalendarManager.h [new file with mode: 0755]
mobile_src/Calendar/IEventAddEvent.h [new file with mode: 0755]
mobile_src/Calendar/IEventAddEvents.h [new file with mode: 0755]
mobile_src/Calendar/IEventClearWatch.h [new file with mode: 0755]
mobile_src/Calendar/IEventCreateEventFromString.h [new file with mode: 0755]
mobile_src/Calendar/IEventDeleteEvent.h [new file with mode: 0755]
mobile_src/Calendar/IEventDeleteEvents.h [new file with mode: 0755]
mobile_src/Calendar/IEventExpandEventRecurrence.h [new file with mode: 0755]
mobile_src/Calendar/IEventExportEventToString.h [new file with mode: 0755]
mobile_src/Calendar/IEventFindEvents.h [new file with mode: 0755]
mobile_src/Calendar/IEventGet.h [new file with mode: 0755]
mobile_src/Calendar/IEventGetCalendar.h [new file with mode: 0755]
mobile_src/Calendar/IEventGetCalendars.h [new file with mode: 0755]
mobile_src/Calendar/IEventGetDefaultCalendar.h [new file with mode: 0755]
mobile_src/Calendar/IEventGetUnifiedCalendar.h [new file with mode: 0755]
mobile_src/Calendar/IEventUpdateEvent.h [new file with mode: 0755]
mobile_src/Calendar/IEventUpdateEvents.h [new file with mode: 0755]
mobile_src/Calendar/IEventWatchChanges.h [new file with mode: 0755]
mobile_src/Calendar/JSCalendar.cpp [new file with mode: 0755]
mobile_src/Calendar/JSCalendar.h [new file with mode: 0755]
mobile_src/Calendar/JSCalendarAlarm.cpp [new file with mode: 0755]
mobile_src/Calendar/JSCalendarAlarm.h [new file with mode: 0755]
mobile_src/Calendar/JSCalendarAttendee.cpp [new file with mode: 0755]
mobile_src/Calendar/JSCalendarAttendee.h [new file with mode: 0755]
mobile_src/Calendar/JSCalendarEvent.cpp [new file with mode: 0755]
mobile_src/Calendar/JSCalendarEvent.h [new file with mode: 0755]
mobile_src/Calendar/JSCalendarEventId.cpp [new file with mode: 0755]
mobile_src/Calendar/JSCalendarEventId.h [new file with mode: 0755]
mobile_src/Calendar/JSCalendarItemProperties.cpp [new file with mode: 0755]
mobile_src/Calendar/JSCalendarItemProperties.h [new file with mode: 0755]
mobile_src/Calendar/JSCalendarManager.cpp [new file with mode: 0755]
mobile_src/Calendar/JSCalendarManager.h [new file with mode: 0755]
mobile_src/Calendar/JSCalendarRecurrenceRule.cpp [new file with mode: 0755]
mobile_src/Calendar/JSCalendarRecurrenceRule.h [new file with mode: 0755]
mobile_src/Calendar/JSCalendarTask.cpp [new file with mode: 0755]
mobile_src/Calendar/JSCalendarTask.h [new file with mode: 0755]
mobile_src/Calendar/OnEventsChanged.h [new file with mode: 0755]
mobile_src/Calendar/config.xml [new file with mode: 0755]
mobile_src/Calendar/plugin_config.cpp [new file with mode: 0755]
mobile_src/Calendar/plugin_config.h [new file with mode: 0755]
mobile_src/Calendar/plugin_config_impl.h [new file with mode: 0755]
mobile_src/Calendar/plugin_initializer.cpp [new file with mode: 0755]
mobile_src/Callhistory/CMakeLists.txt [new file with mode: 0755]
mobile_src/Callhistory/CallHistory.cpp [new file with mode: 0755]
mobile_src/Callhistory/CallHistory.h [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryAsyncCallbackManager.cpp [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryAsyncCallbackManager.h [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryDefine.h [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryEntry.cpp [new file with mode: 0644]
mobile_src/Callhistory/CallHistoryEntry.h [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryEntryProperties.cpp [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryEntryProperties.h [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryFactory.cpp [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryFactory.h [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryFilter.cpp [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryFilter.h [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryFilterConverter.cpp [new file with mode: 0644]
mobile_src/Callhistory/CallHistoryFilterConverter.h [new file with mode: 0644]
mobile_src/Callhistory/CallHistoryListenerManager.cpp [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryListenerManager.h [new file with mode: 0644]
mobile_src/Callhistory/CallHistoryMultiCallback.cpp [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryMultiCallback.h [new file with mode: 0755]
mobile_src/Callhistory/CallHistoryStaticController.cpp [new file with mode: 0644]
mobile_src/Callhistory/CallHistoryStaticController.h [new file with mode: 0755]
mobile_src/Callhistory/Converter.cpp [new file with mode: 0755]
mobile_src/Callhistory/Converter.h [new file with mode: 0755]
mobile_src/Callhistory/EventCallHistory.h [new file with mode: 0755]
mobile_src/Callhistory/EventCallHistoryListener.cpp [new file with mode: 0755]
mobile_src/Callhistory/EventCallHistoryListener.h [new file with mode: 0755]
mobile_src/Callhistory/EventCallHistoryTemplate.h [new file with mode: 0755]
mobile_src/Callhistory/EventFindCallHistory.cpp [new file with mode: 0755]
mobile_src/Callhistory/EventFindCallHistory.h [new file with mode: 0755]
mobile_src/Callhistory/EventRemoveAll.h [new file with mode: 0755]
mobile_src/Callhistory/EventRemoveBatch.h [new file with mode: 0755]
mobile_src/Callhistory/ICallHistory.cpp [new file with mode: 0755]
mobile_src/Callhistory/ICallHistory.h [new file with mode: 0755]
mobile_src/Callhistory/ICallHistoryEntry.cpp [new file with mode: 0755]
mobile_src/Callhistory/ICallHistoryEntry.h [new file with mode: 0755]
mobile_src/Callhistory/JSCallHistory.cpp [new file with mode: 0755]
mobile_src/Callhistory/JSCallHistory.h [new file with mode: 0755]
mobile_src/Callhistory/JSCallHistoryEntry.cpp [new file with mode: 0755]
mobile_src/Callhistory/JSCallHistoryEntry.h [new file with mode: 0755]
mobile_src/Callhistory/JSRemoteParty.cpp [new file with mode: 0755]
mobile_src/Callhistory/JSRemoteParty.h [new file with mode: 0755]
mobile_src/Callhistory/RemoteParty.h [new file with mode: 0755]
mobile_src/Callhistory/ResponseDispatcher.cpp [new file with mode: 0755]
mobile_src/Callhistory/ResponseDispatcher.h [new file with mode: 0755]
mobile_src/Callhistory/config.xml [new file with mode: 0755]
mobile_src/Callhistory/plugin_config.cpp [new file with mode: 0755]
mobile_src/Callhistory/plugin_config.h [new file with mode: 0755]
mobile_src/Callhistory/plugin_config_impl.h [new file with mode: 0755]
mobile_src/Callhistory/plugin_initializer.cpp [new file with mode: 0755]
mobile_src/Common/ArgumentValidator.cpp [new file with mode: 0755]
mobile_src/Common/ArgumentValidator.h [new file with mode: 0755]
mobile_src/Common/AsyncCallbackManager.h [new file with mode: 0644]
mobile_src/Common/CMakeLists.txt [new file with mode: 0755]
mobile_src/Common/CallbackUserData.cpp [new file with mode: 0644]
mobile_src/Common/CallbackUserData.h [new file with mode: 0644]
mobile_src/Common/Export.h [new file with mode: 0644]
mobile_src/Common/GlobalContextManager.cpp [new file with mode: 0644]
mobile_src/Common/GlobalContextManager.h [new file with mode: 0644]
mobile_src/Common/IListenerManager.h [new file with mode: 0644]
mobile_src/Common/JSArray.cpp [new file with mode: 0755]
mobile_src/Common/JSArray.h [new file with mode: 0755]
mobile_src/Common/JSStringRefWrapper.cpp [new file with mode: 0644]
mobile_src/Common/JSStringRefWrapper.h [new file with mode: 0644]
mobile_src/Common/JSTizenSecurityObject.cpp [new file with mode: 0755]
mobile_src/Common/JSTizenSecurityObject.h [new file with mode: 0755]
mobile_src/Common/JSUtil.cpp [new file with mode: 0755]
mobile_src/Common/JSUtil.h [new file with mode: 0644]
mobile_src/Common/JSWebAPIError.cpp [new file with mode: 0644]
mobile_src/Common/JSWebAPIError.h [new file with mode: 0644]
mobile_src/Common/JSWebAPIErrorFactory.cpp [new file with mode: 0644]
mobile_src/Common/JSWebAPIErrorFactory.h [new file with mode: 0644]
mobile_src/Common/JSWebAPIException.cpp [new file with mode: 0644]
mobile_src/Common/JSWebAPIException.h [new file with mode: 0644]
mobile_src/Common/Logger.h [new file with mode: 0644]
mobile_src/Common/MultiCallbackUserData.cpp [new file with mode: 0755]
mobile_src/Common/MultiCallbackUserData.h [new file with mode: 0755]
mobile_src/Common/PlatformException.cpp [new file with mode: 0644]
mobile_src/Common/PlatformException.h [new file with mode: 0644]
mobile_src/Common/PropertyBag.cpp [new file with mode: 0755]
mobile_src/Common/PropertyBag.h [new file with mode: 0755]
mobile_src/Common/Security.h [new file with mode: 0644]
mobile_src/Common/SecurityAccessor.cpp [new file with mode: 0644]
mobile_src/Common/SecurityAccessor.h [new file with mode: 0644]
mobile_src/Common/SecurityExceptions.h [new file with mode: 0644]
mobile_src/Common/Singleton.h [new file with mode: 0644]
mobile_src/Common/StandaloneConsole/CMakeLists.txt [new file with mode: 0644]
mobile_src/Common/StandaloneConsole/JSConsole.cpp [new file with mode: 0755]
mobile_src/Common/StandaloneConsole/JSConsole.h [new file with mode: 0644]
mobile_src/Common/StandaloneConsole/StandaloneConsole.cpp [new file with mode: 0755]
mobile_src/Common/StandaloneConsole/StandaloneConsole.h [new file with mode: 0644]
mobile_src/Common/TimeTracer/CMakeLists.txt [new file with mode: 0644]
mobile_src/Common/TimeTracer/TimeTracer.c [new file with mode: 0644]
mobile_src/Common/TimeTracer/TimeTracer.h [new file with mode: 0644]
mobile_src/Common/WebAPIError.cpp [new file with mode: 0644]
mobile_src/Common/WebAPIError.h [new file with mode: 0644]
mobile_src/Common/WebKitProxy.cpp [new file with mode: 0755]
mobile_src/Common/WebKitProxy.h [new file with mode: 0755]
mobile_src/Contact/AddressBook.cpp [new file with mode: 0644]
mobile_src/Contact/AddressBook.h [new file with mode: 0644]
mobile_src/Contact/AddressBookController.cpp [new file with mode: 0644]
mobile_src/Contact/AddressBookController.h [new file with mode: 0644]
mobile_src/Contact/CMakeLists.txt [new file with mode: 0755]
mobile_src/Contact/Contact.cpp [new file with mode: 0644]
mobile_src/Contact/Contact.h [new file with mode: 0644]
mobile_src/Contact/ContactAddress.cpp [new file with mode: 0644]
mobile_src/Contact/ContactAddress.h [new file with mode: 0644]
mobile_src/Contact/ContactAnniversary.cpp [new file with mode: 0644]
mobile_src/Contact/ContactAnniversary.h [new file with mode: 0644]
mobile_src/Contact/ContactAsyncCallbackManager.cpp [new file with mode: 0644]
mobile_src/Contact/ContactAsyncCallbackManager.h [new file with mode: 0644]
mobile_src/Contact/ContactConverter.cpp [new file with mode: 0644]
mobile_src/Contact/ContactConverter.h [new file with mode: 0644]
mobile_src/Contact/ContactEmailAddress.cpp [new file with mode: 0644]
mobile_src/Contact/ContactEmailAddress.h [new file with mode: 0644]
mobile_src/Contact/ContactFactory.cpp [new file with mode: 0644]
mobile_src/Contact/ContactFactory.h [new file with mode: 0644]
mobile_src/Contact/ContactFilterConverter.cpp [new file with mode: 0644]
mobile_src/Contact/ContactFilterConverter.h [new file with mode: 0644]
mobile_src/Contact/ContactFilterValidator.cpp [new file with mode: 0644]
mobile_src/Contact/ContactFilterValidator.h [new file with mode: 0644]
mobile_src/Contact/ContactGroup.cpp [new file with mode: 0644]
mobile_src/Contact/ContactGroup.h [new file with mode: 0644]
mobile_src/Contact/ContactImpl.h [new file with mode: 0644]
mobile_src/Contact/ContactListenerManager.cpp [new file with mode: 0644]
mobile_src/Contact/ContactListenerManager.h [new file with mode: 0644]
mobile_src/Contact/ContactManager.cpp [new file with mode: 0644]
mobile_src/Contact/ContactManager.h [new file with mode: 0644]
mobile_src/Contact/ContactManagerController.cpp [new file with mode: 0644]
mobile_src/Contact/ContactManagerController.h [new file with mode: 0644]
mobile_src/Contact/ContactName.cpp [new file with mode: 0644]
mobile_src/Contact/ContactName.h [new file with mode: 0644]
mobile_src/Contact/ContactObjectA2PConverter.cpp [new file with mode: 0644]
mobile_src/Contact/ContactObjectA2PConverter.h [new file with mode: 0644]
mobile_src/Contact/ContactObjectP2AConverter.cpp [new file with mode: 0644]
mobile_src/Contact/ContactObjectP2AConverter.h [new file with mode: 0644]
mobile_src/Contact/ContactOrganization.cpp [new file with mode: 0644]
mobile_src/Contact/ContactOrganization.h [new file with mode: 0644]
mobile_src/Contact/ContactPhoneNumber.cpp [new file with mode: 0644]
mobile_src/Contact/ContactPhoneNumber.h [new file with mode: 0644]
mobile_src/Contact/ContactQueue.cpp [new file with mode: 0755]
mobile_src/Contact/ContactQueue.h [new file with mode: 0644]
mobile_src/Contact/ContactRef.cpp [new file with mode: 0644]
mobile_src/Contact/ContactRef.h [new file with mode: 0644]
mobile_src/Contact/ContactSearchEngine.cpp [new file with mode: 0644]
mobile_src/Contact/ContactSearchEngine.h [new file with mode: 0644]
mobile_src/Contact/ContactTypes.h [new file with mode: 0644]
mobile_src/Contact/ContactUtility.cpp [new file with mode: 0644]
mobile_src/Contact/ContactUtility.h [new file with mode: 0644]
mobile_src/Contact/ContactWebSite.cpp [new file with mode: 0644]
mobile_src/Contact/ContactWebSite.h [new file with mode: 0644]
mobile_src/Contact/ContactsSvcChangeListenerManager.cpp [new file with mode: 0644]
mobile_src/Contact/ContactsSvcChangeListenerManager.h [new file with mode: 0644]
mobile_src/Contact/ContactsSvcObjectConverter.cpp [new file with mode: 0644]
mobile_src/Contact/ContactsSvcObjectConverter.h [new file with mode: 0644]
mobile_src/Contact/ContactsSvcWrapper.cpp [new file with mode: 0644]
mobile_src/Contact/ContactsSvcWrapper.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookAdd.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookAddBatch.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookAddChangeListener.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookAddGroup.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookChangeListener.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookFind.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookGet.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookGetGroup.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookGetGroups.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookRemove.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookRemoveBatch.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookRemoveChangeListener.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookRemoveGroup.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookUpdate.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookUpdateBatch.h [new file with mode: 0644]
mobile_src/Contact/EventAddressBookUpdateGroup.h [new file with mode: 0644]
mobile_src/Contact/EventContactManagerAddChangeListener.h [new file with mode: 0644]
mobile_src/Contact/EventContactManagerChangeListener.h [new file with mode: 0644]
mobile_src/Contact/EventContactManagerFind.h [new file with mode: 0644]
mobile_src/Contact/EventContactManagerGet.h [new file with mode: 0644]
mobile_src/Contact/EventContactManagerGetAddressBook.h [new file with mode: 0644]
mobile_src/Contact/EventContactManagerGetAddressBooks.h [new file with mode: 0644]
mobile_src/Contact/EventContactManagerGetDefaultAddressBook.h [new file with mode: 0644]
mobile_src/Contact/EventContactManagerGetUnifiedAddressBook.h [new file with mode: 0644]
mobile_src/Contact/EventContactManagerRemove.h [new file with mode: 0644]
mobile_src/Contact/EventContactManagerRemoveBatch.h [new file with mode: 0644]
mobile_src/Contact/EventContactManagerRemoveChangeListener.h [new file with mode: 0644]
mobile_src/Contact/EventContactManagerUpdate.h [new file with mode: 0644]
mobile_src/Contact/EventContactManagerUpdateBatch.h [new file with mode: 0644]
mobile_src/Contact/EventPersonLink.h [new file with mode: 0644]
mobile_src/Contact/EventPersonUnlink.h [new file with mode: 0644]
mobile_src/Contact/IAddressBook.cpp [new file with mode: 0644]
mobile_src/Contact/IAddressBook.h [new file with mode: 0644]
mobile_src/Contact/IContact.cpp [new file with mode: 0644]
mobile_src/Contact/IContact.h [new file with mode: 0644]
mobile_src/Contact/IContactEventPrivateData.h [new file with mode: 0644]
mobile_src/Contact/IContactManager.cpp [new file with mode: 0644]
mobile_src/Contact/IContactManager.h [new file with mode: 0644]
mobile_src/Contact/IPerson.cpp [new file with mode: 0644]
mobile_src/Contact/IPerson.h [new file with mode: 0644]
mobile_src/Contact/JSAddressBook.cpp [new file with mode: 0644]
mobile_src/Contact/JSAddressBook.h [new file with mode: 0644]
mobile_src/Contact/JSAddressBookChangeCallbackManager.cpp [new file with mode: 0755]
mobile_src/Contact/JSAddressBookChangeCallbackManager.h [new file with mode: 0644]
mobile_src/Contact/JSContact.cpp [new file with mode: 0644]
mobile_src/Contact/JSContact.h [new file with mode: 0644]
mobile_src/Contact/JSContactAddress.cpp [new file with mode: 0644]
mobile_src/Contact/JSContactAddress.h [new file with mode: 0644]
mobile_src/Contact/JSContactAnniversary.cpp [new file with mode: 0644]
mobile_src/Contact/JSContactAnniversary.h [new file with mode: 0644]
mobile_src/Contact/JSContactEmailAddress.cpp [new file with mode: 0644]
mobile_src/Contact/JSContactEmailAddress.h [new file with mode: 0644]
mobile_src/Contact/JSContactGroup.cpp [new file with mode: 0644]
mobile_src/Contact/JSContactGroup.h [new file with mode: 0644]
mobile_src/Contact/JSContactManager.cpp [new file with mode: 0644]
mobile_src/Contact/JSContactManager.h [new file with mode: 0644]
mobile_src/Contact/JSContactManagerChangeCallbackManager.cpp [new file with mode: 0755]
mobile_src/Contact/JSContactManagerChangeCallbackManager.h [new file with mode: 0644]
mobile_src/Contact/JSContactName.cpp [new file with mode: 0644]
mobile_src/Contact/JSContactName.h [new file with mode: 0644]
mobile_src/Contact/JSContactOrganization.cpp [new file with mode: 0644]
mobile_src/Contact/JSContactOrganization.h [new file with mode: 0644]
mobile_src/Contact/JSContactPhoneNumber.cpp [new file with mode: 0644]
mobile_src/Contact/JSContactPhoneNumber.h [new file with mode: 0644]
mobile_src/Contact/JSContactRef.cpp [new file with mode: 0644]
mobile_src/Contact/JSContactRef.h [new file with mode: 0644]
mobile_src/Contact/JSContactWebSite.cpp [new file with mode: 0644]
mobile_src/Contact/JSContactWebSite.h [new file with mode: 0644]
mobile_src/Contact/JSPerson.cpp [new file with mode: 0644]
mobile_src/Contact/JSPerson.h [new file with mode: 0644]
mobile_src/Contact/Person.cpp [new file with mode: 0644]
mobile_src/Contact/Person.h [new file with mode: 0644]
mobile_src/Contact/PersonFilterValidator.cpp [new file with mode: 0644]
mobile_src/Contact/PersonFilterValidator.h [new file with mode: 0644]
mobile_src/Contact/PersonSearchEngine.cpp [new file with mode: 0644]
mobile_src/Contact/PersonSearchEngine.h [new file with mode: 0644]
mobile_src/Contact/config.xml [new file with mode: 0755]
mobile_src/Contact/plugin_config.cpp [new file with mode: 0755]
mobile_src/Contact/plugin_config.h [new file with mode: 0755]
mobile_src/Contact/plugin_config_impl.h [new file with mode: 0755]
mobile_src/Contact/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/Content/AudioLyrics.cpp [new file with mode: 0755]
mobile_src/Content/AudioLyrics.h [new file with mode: 0755]
mobile_src/Content/AudioLyricsUtil.cpp [new file with mode: 0755]
mobile_src/Content/AudioLyricsUtil.h [new file with mode: 0755]
mobile_src/Content/CMakeLists.txt [new file with mode: 0755]
mobile_src/Content/ContentAsyncCallbackManager.cpp [new file with mode: 0755]
mobile_src/Content/ContentAsyncCallbackManager.h [new file with mode: 0755]
mobile_src/Content/ContentAudio.cpp [new file with mode: 0755]
mobile_src/Content/ContentAudio.h [new file with mode: 0755]
mobile_src/Content/ContentController.cpp [new file with mode: 0755]
mobile_src/Content/ContentController.h [new file with mode: 0755]
mobile_src/Content/ContentConverter.cpp [new file with mode: 0755]
mobile_src/Content/ContentConverter.h [new file with mode: 0755]
mobile_src/Content/ContentFactory.cpp [new file with mode: 0755]
mobile_src/Content/ContentFactory.h [new file with mode: 0755]
mobile_src/Content/ContentFilterConverter.cpp [new file with mode: 0644]
mobile_src/Content/ContentFilterConverter.h [new file with mode: 0644]
mobile_src/Content/ContentFilterValidator.cpp [new file with mode: 0755]
mobile_src/Content/ContentFilterValidator.h [new file with mode: 0755]
mobile_src/Content/ContentFolder.cpp [new file with mode: 0755]
mobile_src/Content/ContentFolder.h [new file with mode: 0755]
mobile_src/Content/ContentImage.cpp [new file with mode: 0755]
mobile_src/Content/ContentImage.h [new file with mode: 0755]
mobile_src/Content/ContentListener.cpp [new file with mode: 0755]
mobile_src/Content/ContentListener.h [new file with mode: 0755]
mobile_src/Content/ContentManager.cpp [new file with mode: 0755]
mobile_src/Content/ContentManager.h [new file with mode: 0755]
mobile_src/Content/ContentMedia.cpp [new file with mode: 0755]
mobile_src/Content/ContentMedia.h [new file with mode: 0755]
mobile_src/Content/ContentSearchVisitor.cpp [new file with mode: 0755]
mobile_src/Content/ContentSearchVisitor.h [new file with mode: 0755]
mobile_src/Content/ContentUtility.cpp [new file with mode: 0755]
mobile_src/Content/ContentUtility.h [new file with mode: 0755]
mobile_src/Content/ContentVideo.cpp [new file with mode: 0755]
mobile_src/Content/ContentVideo.h [new file with mode: 0755]
mobile_src/Content/IContentManager.cpp [new file with mode: 0755]
mobile_src/Content/IContentManager.h [new file with mode: 0755]
mobile_src/Content/IEventFind.h [new file with mode: 0755]
mobile_src/Content/IEventFindMedia.h [new file with mode: 0755]
mobile_src/Content/IEventGetDirectories.h [new file with mode: 0755]
mobile_src/Content/IEventUpdate.h [new file with mode: 0755]
mobile_src/Content/IEventUpdateBatch.h [new file with mode: 0755]
mobile_src/Content/JSAudio.cpp [new file with mode: 0755]
mobile_src/Content/JSAudio.h [new file with mode: 0755]
mobile_src/Content/JSAudioLyrics.cpp [new file with mode: 0755]
mobile_src/Content/JSAudioLyrics.h [new file with mode: 0755]
mobile_src/Content/JSContent.cpp [new file with mode: 0755]
mobile_src/Content/JSContent.h [new file with mode: 0755]
mobile_src/Content/JSContentManager.cpp [new file with mode: 0755]
mobile_src/Content/JSContentManager.h [new file with mode: 0755]
mobile_src/Content/JSFolder.cpp [new file with mode: 0755]
mobile_src/Content/JSFolder.h [new file with mode: 0755]
mobile_src/Content/JSImage.cpp [new file with mode: 0755]
mobile_src/Content/JSImage.h [new file with mode: 0755]
mobile_src/Content/JSVideo.cpp [new file with mode: 0755]
mobile_src/Content/JSVideo.h [new file with mode: 0755]
mobile_src/Content/config.xml [new file with mode: 0755]
mobile_src/Content/plugin_config.cpp [new file with mode: 0755]
mobile_src/Content/plugin_config.h [new file with mode: 0755]
mobile_src/Content/plugin_config_impl.h [new file with mode: 0755]
mobile_src/Content/plugin_initializer.cpp [new file with mode: 0755]
mobile_src/DataControl/CMakeLists.txt [new file with mode: 0755]
mobile_src/DataControl/DataControlAsyncCallbackManager.cpp [new file with mode: 0755]
mobile_src/DataControl/DataControlAsyncCallbackManager.h [new file with mode: 0755]
mobile_src/DataControl/DataControlCallback.cpp [new file with mode: 0644]
mobile_src/DataControl/DataControlCallback.h [new file with mode: 0755]
mobile_src/DataControl/DataControlConverter.cpp [new file with mode: 0644]
mobile_src/DataControl/DataControlConverter.h [new file with mode: 0755]
mobile_src/DataControl/DataControlErrorObject.h [new file with mode: 0755]
mobile_src/DataControl/DataControlFactory.cpp [new file with mode: 0755]
mobile_src/DataControl/DataControlFactory.h [new file with mode: 0755]
mobile_src/DataControl/DataControlListener.cpp [new file with mode: 0644]
mobile_src/DataControl/DataControlListener.h [new file with mode: 0755]
mobile_src/DataControl/DataControlPendingEvent.h [new file with mode: 0755]
mobile_src/DataControl/DataType.h [new file with mode: 0644]
mobile_src/DataControl/EventAddValue.h [new file with mode: 0644]
mobile_src/DataControl/EventDelete.h [new file with mode: 0644]
mobile_src/DataControl/EventGetValue.h [new file with mode: 0644]
mobile_src/DataControl/EventInsert.h [new file with mode: 0644]
mobile_src/DataControl/EventRemoveValue.h [new file with mode: 0644]
mobile_src/DataControl/EventSelect.h [new file with mode: 0644]
mobile_src/DataControl/EventUpdate.h [new file with mode: 0644]
mobile_src/DataControl/EventUpdateValue.h [new file with mode: 0644]
mobile_src/DataControl/IMappedDataControlConsumer.cpp [new file with mode: 0755]
mobile_src/DataControl/IMappedDataControlConsumer.h [new file with mode: 0755]
mobile_src/DataControl/ISelectDataObject.cpp [new file with mode: 0755]
mobile_src/DataControl/ISelectDataObject.h [new file with mode: 0755]
mobile_src/DataControl/ISqlDataControlConsumer.cpp [new file with mode: 0755]
mobile_src/DataControl/ISqlDataControlConsumer.h [new file with mode: 0755]
mobile_src/DataControl/JSDataControlManager.cpp [new file with mode: 0644]
mobile_src/DataControl/JSDataControlManager.h [new file with mode: 0755]
mobile_src/DataControl/JSMappedDataControlConsumer.cpp [new file with mode: 0644]
mobile_src/DataControl/JSMappedDataControlConsumer.h [new file with mode: 0755]
mobile_src/DataControl/JSSQLDataControlConsumer.cpp [new file with mode: 0644]
mobile_src/DataControl/JSSQLDataControlConsumer.h [new file with mode: 0755]
mobile_src/DataControl/JSSelectObjectArrayValues.cpp [new file with mode: 0644]
mobile_src/DataControl/JSSelectObjectArrayValues.h [new file with mode: 0755]
mobile_src/DataControl/MappedDataControlConsumer.cpp [new file with mode: 0644]
mobile_src/DataControl/MappedDataControlConsumer.h [new file with mode: 0755]
mobile_src/DataControl/RowData.h [new file with mode: 0644]
mobile_src/DataControl/SelectDataObject.cpp [new file with mode: 0644]
mobile_src/DataControl/SelectDataObject.h [new file with mode: 0755]
mobile_src/DataControl/SqlDataControlConsumer.cpp [new file with mode: 0644]
mobile_src/DataControl/SqlDataControlConsumer.h [new file with mode: 0755]
mobile_src/DataControl/config.xml [new file with mode: 0755]
mobile_src/DataControl/plugin_config.cpp [new file with mode: 0755]
mobile_src/DataControl/plugin_config.h [new file with mode: 0755]
mobile_src/DataControl/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/DataSync/CMakeLists.txt [new file with mode: 0755]
mobile_src/DataSync/DataSyncConverter.cpp [new file with mode: 0755]
mobile_src/DataSync/DataSyncConverter.h [new file with mode: 0755]
mobile_src/DataSync/DataSyncManager.cpp [new file with mode: 0755]
mobile_src/DataSync/DataSyncManager.h [new file with mode: 0755]
mobile_src/DataSync/DataSyncMultiCallback.h [new file with mode: 0755]
mobile_src/DataSync/DataSyncResponseDispatcher.cpp [new file with mode: 0755]
mobile_src/DataSync/DataSyncResponseDispatcher.h [new file with mode: 0755]
mobile_src/DataSync/IDataSyncManager.cpp [new file with mode: 0755]
mobile_src/DataSync/IDataSyncManager.h [new file with mode: 0755]
mobile_src/DataSync/IEventAddProfile.h [new file with mode: 0755]
mobile_src/DataSync/IEventGetAllProfiles.h [new file with mode: 0755]
mobile_src/DataSync/IEventGetLastSyncStatistics.h [new file with mode: 0755]
mobile_src/DataSync/IEventGetMaxProfilesNum.h [new file with mode: 0755]
mobile_src/DataSync/IEventGetProfile.h [new file with mode: 0755]
mobile_src/DataSync/IEventGetProfilesNum.h [new file with mode: 0755]
mobile_src/DataSync/IEventRemoveProfile.h [new file with mode: 0755]
mobile_src/DataSync/IEventStartSync.h [new file with mode: 0755]
mobile_src/DataSync/IEventStopSync.h [new file with mode: 0755]
mobile_src/DataSync/IEventUpdateProfile.h [new file with mode: 0755]
mobile_src/DataSync/JSDataSyncManager.cpp [new file with mode: 0755]
mobile_src/DataSync/JSDataSyncManager.h [new file with mode: 0755]
mobile_src/DataSync/JSSyncInfo.cpp [new file with mode: 0755]
mobile_src/DataSync/JSSyncInfo.h [new file with mode: 0755]
mobile_src/DataSync/JSSyncProfileInfo.cpp [new file with mode: 0755]
mobile_src/DataSync/JSSyncProfileInfo.h [new file with mode: 0755]
mobile_src/DataSync/JSSyncServiceInfo.cpp [new file with mode: 0755]
mobile_src/DataSync/JSSyncServiceInfo.h [new file with mode: 0755]
mobile_src/DataSync/JSSyncStatistics.cpp [new file with mode: 0644]
mobile_src/DataSync/JSSyncStatistics.h [new file with mode: 0755]
mobile_src/DataSync/OnDataSyncStateChanged.h [new file with mode: 0755]
mobile_src/DataSync/SyncInfo.cpp [new file with mode: 0755]
mobile_src/DataSync/SyncInfo.h [new file with mode: 0755]
mobile_src/DataSync/SyncProfileInfo.cpp [new file with mode: 0755]
mobile_src/DataSync/SyncProfileInfo.h [new file with mode: 0755]
mobile_src/DataSync/SyncServiceInfo.cpp [new file with mode: 0755]
mobile_src/DataSync/SyncServiceInfo.h [new file with mode: 0755]
mobile_src/DataSync/SyncStatistics.cpp [new file with mode: 0755]
mobile_src/DataSync/SyncStatistics.h [new file with mode: 0755]
mobile_src/DataSync/config.xml [new file with mode: 0755]
mobile_src/DataSync/plugin_config.cpp [new file with mode: 0755]
mobile_src/DataSync/plugin_config.h [new file with mode: 0755]
mobile_src/DataSync/plugin_initializer.cpp [new file with mode: 0755]
mobile_src/Download/CMakeLists.txt [new file with mode: 0755]
mobile_src/Download/DownloadCallback.cpp [new file with mode: 0755]
mobile_src/Download/DownloadCallback.h [new file with mode: 0644]
mobile_src/Download/DownloadManager.cpp [new file with mode: 0755]
mobile_src/Download/DownloadManager.h [new file with mode: 0644]
mobile_src/Download/DownloadNetworkType.h [new file with mode: 0755]
mobile_src/Download/DownloadRequest.cpp [new file with mode: 0644]
mobile_src/Download/DownloadRequest.h [new file with mode: 0644]
mobile_src/Download/DownloadState.h [new file with mode: 0644]
mobile_src/Download/JSDownloadManager.cpp [new file with mode: 0644]
mobile_src/Download/JSDownloadManager.h [new file with mode: 0644]
mobile_src/Download/JSDownloadRequest.cpp [new file with mode: 0644]
mobile_src/Download/JSDownloadRequest.h [new file with mode: 0644]
mobile_src/Download/config.xml [new file with mode: 0755]
mobile_src/Download/plugin_config.cpp [new file with mode: 0755]
mobile_src/Download/plugin_config.h [new file with mode: 0755]
mobile_src/Download/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/Filesystem/CMakeLists.txt [new file with mode: 0755]
mobile_src/Filesystem/Converter.cpp [new file with mode: 0755]
mobile_src/Filesystem/Converter.h [new file with mode: 0755]
mobile_src/Filesystem/Encodings.cpp [new file with mode: 0755]
mobile_src/Filesystem/Encodings.h [new file with mode: 0755]
mobile_src/Filesystem/Enums.h [new file with mode: 0755]
mobile_src/Filesystem/EventCopy.cpp [new file with mode: 0755]
mobile_src/Filesystem/EventCopy.h [new file with mode: 0755]
mobile_src/Filesystem/EventCreate.cpp [new file with mode: 0755]
mobile_src/Filesystem/EventCreate.h [new file with mode: 0755]
mobile_src/Filesystem/EventFind.cpp [new file with mode: 0755]
mobile_src/Filesystem/EventFind.h [new file with mode: 0755]
mobile_src/Filesystem/EventGetNodeData.cpp [new file with mode: 0755]
mobile_src/Filesystem/EventGetNodeData.h [new file with mode: 0755]
mobile_src/Filesystem/EventGetStorage.cpp [new file with mode: 0755]
mobile_src/Filesystem/EventGetStorage.h [new file with mode: 0755]
mobile_src/Filesystem/EventListNodes.cpp [new file with mode: 0755]
mobile_src/Filesystem/EventListNodes.h [new file with mode: 0755]
mobile_src/Filesystem/EventListStorages.cpp [new file with mode: 0755]
mobile_src/Filesystem/EventListStorages.h [new file with mode: 0755]
mobile_src/Filesystem/EventMove.cpp [new file with mode: 0755]
mobile_src/Filesystem/EventMove.h [new file with mode: 0755]
mobile_src/Filesystem/EventOpen.cpp [new file with mode: 0755]
mobile_src/Filesystem/EventOpen.h [new file with mode: 0755]
mobile_src/Filesystem/EventReadText.cpp [new file with mode: 0755]
mobile_src/Filesystem/EventReadText.h [new file with mode: 0755]
mobile_src/Filesystem/EventRemove.cpp [new file with mode: 0755]
mobile_src/Filesystem/EventRemove.h [new file with mode: 0755]
mobile_src/Filesystem/EventResolve.cpp [new file with mode: 0755]
mobile_src/Filesystem/EventResolve.h [new file with mode: 0755]
mobile_src/Filesystem/EventStorageStateChanged.h [new file with mode: 0755]
mobile_src/Filesystem/EventStoragestateChanged.cpp [new file with mode: 0755]
mobile_src/Filesystem/FilesystemAsyncCallbackManager.cpp [new file with mode: 0755]
mobile_src/Filesystem/FilesystemAsyncCallbackManager.h [new file with mode: 0755]
mobile_src/Filesystem/FilesystemListenerManager.cpp [new file with mode: 0755]
mobile_src/Filesystem/FilesystemListenerManager.h [new file with mode: 0644]
mobile_src/Filesystem/FilesystemUtils.cpp [new file with mode: 0644]
mobile_src/Filesystem/FilesystemUtils.h [new file with mode: 0755]
mobile_src/Filesystem/IManager.cpp [new file with mode: 0755]
mobile_src/Filesystem/IManager.h [new file with mode: 0755]
mobile_src/Filesystem/INode.cpp [new file with mode: 0755]
mobile_src/Filesystem/INode.h [new file with mode: 0755]
mobile_src/Filesystem/INodeTypes.h [new file with mode: 0755]
mobile_src/Filesystem/IPath.cpp [new file with mode: 0755]
mobile_src/Filesystem/IPath.h [new file with mode: 0755]
mobile_src/Filesystem/IStream.cpp [new file with mode: 0755]
mobile_src/Filesystem/IStream.h [new file with mode: 0755]
mobile_src/Filesystem/JSFile.cpp [new file with mode: 0755]
mobile_src/Filesystem/JSFile.h [new file with mode: 0755]
mobile_src/Filesystem/JSFilestream.cpp [new file with mode: 0644]
mobile_src/Filesystem/JSFilestream.h [new file with mode: 0755]
mobile_src/Filesystem/JSFilesystemManager.cpp [new file with mode: 0644]
mobile_src/Filesystem/JSFilesystemManager.h [new file with mode: 0755]
mobile_src/Filesystem/JSStorage.cpp [new file with mode: 0644]
mobile_src/Filesystem/JSStorage.h [new file with mode: 0755]
mobile_src/Filesystem/Manager.cpp [new file with mode: 0644]
mobile_src/Filesystem/Manager.h [new file with mode: 0755]
mobile_src/Filesystem/Node.cpp [new file with mode: 0644]
mobile_src/Filesystem/Node.h [new file with mode: 0755]
mobile_src/Filesystem/NodeFilter.cpp [new file with mode: 0755]
mobile_src/Filesystem/NodeFilter.h [new file with mode: 0755]
mobile_src/Filesystem/NodeFilterMatcher.cpp [new file with mode: 0755]
mobile_src/Filesystem/NodeFilterMatcher.h [new file with mode: 0755]
mobile_src/Filesystem/Path.cpp [new file with mode: 0644]
mobile_src/Filesystem/Path.h [new file with mode: 0755]
mobile_src/Filesystem/PathUtils.cpp [new file with mode: 0755]
mobile_src/Filesystem/PathUtils.h [new file with mode: 0755]
mobile_src/Filesystem/ResponseDispatcher.cpp [new file with mode: 0644]
mobile_src/Filesystem/ResponseDispatcher.h [new file with mode: 0755]
mobile_src/Filesystem/StorageProperties.cpp [new file with mode: 0755]
mobile_src/Filesystem/StorageProperties.h [new file with mode: 0755]
mobile_src/Filesystem/StorageStaticController.cpp [new file with mode: 0644]
mobile_src/Filesystem/StorageStaticController.h [new file with mode: 0755]
mobile_src/Filesystem/Stream.cpp [new file with mode: 0644]
mobile_src/Filesystem/Stream.h [new file with mode: 0755]
mobile_src/Filesystem/Utils.cpp [new file with mode: 0755]
mobile_src/Filesystem/Utils.h [new file with mode: 0755]
mobile_src/Filesystem/config.xml [new file with mode: 0755]
mobile_src/Filesystem/plugin_config.cpp [new file with mode: 0755]
mobile_src/Filesystem/plugin_config.h [new file with mode: 0755]
mobile_src/Filesystem/plugin_config_impl.h [new file with mode: 0755]
mobile_src/Filesystem/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/MessagePort/CMakeLists.txt [new file with mode: 0644]
mobile_src/MessagePort/EventLocalMessagePortAddMessagePortListener.h [new file with mode: 0644]
mobile_src/MessagePort/EventLocalMessagePortListener.h [new file with mode: 0644]
mobile_src/MessagePort/EventLocalMessagePortRemoveMessagePortListener.h [new file with mode: 0644]
mobile_src/MessagePort/EventMessagePortManagerRequestLocalMessagePort.h [new file with mode: 0644]
mobile_src/MessagePort/EventMessagePortManagerRequestRemoteMessagePort.h [new file with mode: 0644]
mobile_src/MessagePort/EventMessagePortManagerRequestTrustedLocalMessagePort.h [new file with mode: 0644]
mobile_src/MessagePort/EventMessagePortManagerRequestTrustedRemoteMessagePort.h [new file with mode: 0644]
mobile_src/MessagePort/EventRemoteMessagePortSendMessage.h [new file with mode: 0644]
mobile_src/MessagePort/ILocalMessagePort.cpp [new file with mode: 0644]
mobile_src/MessagePort/ILocalMessagePort.h [new file with mode: 0644]
mobile_src/MessagePort/IMessagePortManager.cpp [new file with mode: 0644]
mobile_src/MessagePort/IMessagePortManager.h [new file with mode: 0644]
mobile_src/MessagePort/IRemoteMessagePort.cpp [new file with mode: 0644]
mobile_src/MessagePort/IRemoteMessagePort.h [new file with mode: 0644]
mobile_src/MessagePort/JSLocalMessagePort.cpp [new file with mode: 0644]
mobile_src/MessagePort/JSLocalMessagePort.h [new file with mode: 0644]
mobile_src/MessagePort/JSMessagePortManager.cpp [new file with mode: 0644]
mobile_src/MessagePort/JSMessagePortManager.h [new file with mode: 0644]
mobile_src/MessagePort/JSRemoteMessagePort.cpp [new file with mode: 0644]
mobile_src/MessagePort/JSRemoteMessagePort.h [new file with mode: 0644]
mobile_src/MessagePort/LocalMessagePort.cpp [new file with mode: 0644]
mobile_src/MessagePort/LocalMessagePort.h [new file with mode: 0644]
mobile_src/MessagePort/LocalMessagePortController.cpp [new file with mode: 0644]
mobile_src/MessagePort/LocalMessagePortController.h [new file with mode: 0644]
mobile_src/MessagePort/MessagePortDataItem.h [new file with mode: 0644]
mobile_src/MessagePort/MessagePortFactory.cpp [new file with mode: 0644]
mobile_src/MessagePort/MessagePortFactory.h [new file with mode: 0644]
mobile_src/MessagePort/MessagePortImpl.h [new file with mode: 0644]
mobile_src/MessagePort/MessagePortJSUtil.cpp [new file with mode: 0644]
mobile_src/MessagePort/MessagePortJSUtil.h [new file with mode: 0644]
mobile_src/MessagePort/MessagePortListenerManager.cpp [new file with mode: 0644]
mobile_src/MessagePort/MessagePortListenerManager.h [new file with mode: 0644]
mobile_src/MessagePort/MessagePortManager.cpp [new file with mode: 0644]
mobile_src/MessagePort/MessagePortManager.h [new file with mode: 0644]
mobile_src/MessagePort/MessagePortManagerProxy.cpp [new file with mode: 0644]
mobile_src/MessagePort/MessagePortManagerProxy.h [new file with mode: 0644]
mobile_src/MessagePort/MessagePortUtility.cpp [new file with mode: 0644]
mobile_src/MessagePort/MessagePortUtility.h [new file with mode: 0644]
mobile_src/MessagePort/RemoteMessagePort.cpp [new file with mode: 0644]
mobile_src/MessagePort/RemoteMessagePort.h [new file with mode: 0644]
mobile_src/MessagePort/config.xml [new file with mode: 0644]
mobile_src/MessagePort/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/Messaging/Attachment.cpp [new file with mode: 0644]
mobile_src/Messaging/Attachment.h [new file with mode: 0755]
mobile_src/Messaging/AttachmentFactory.cpp [new file with mode: 0755]
mobile_src/Messaging/AttachmentFactory.h [new file with mode: 0755]
mobile_src/Messaging/Attachments.cpp [new file with mode: 0755]
mobile_src/Messaging/Attachments.h [new file with mode: 0755]
mobile_src/Messaging/BccRecipient.cpp [new file with mode: 0755]
mobile_src/Messaging/BccRecipient.h [new file with mode: 0755]
mobile_src/Messaging/BinarySms.cpp [new file with mode: 0755]
mobile_src/Messaging/BinarySms.h [new file with mode: 0755]
mobile_src/Messaging/Body.cpp [new file with mode: 0755]
mobile_src/Messaging/Body.h [new file with mode: 0755]
mobile_src/Messaging/CMakeLists.txt [new file with mode: 0755]
mobile_src/Messaging/CallbackMgr.cpp [new file with mode: 0644]
mobile_src/Messaging/CallbackMgr.h [new file with mode: 0644]
mobile_src/Messaging/CallbackNumber.cpp [new file with mode: 0755]
mobile_src/Messaging/CallbackNumber.h [new file with mode: 0755]
mobile_src/Messaging/CcRecipient.cpp [new file with mode: 0755]
mobile_src/Messaging/CcRecipient.h [new file with mode: 0755]
mobile_src/Messaging/Conversation.cpp [new file with mode: 0644]
mobile_src/Messaging/Conversation.h [new file with mode: 0644]
mobile_src/Messaging/ConversationFilterValidator.cpp [new file with mode: 0755]
mobile_src/Messaging/ConversationFilterValidator.h [new file with mode: 0644]
mobile_src/Messaging/ConversationFilterValidatorFactory.cpp [new file with mode: 0755]
mobile_src/Messaging/ConversationFilterValidatorFactory.h [new file with mode: 0644]
mobile_src/Messaging/ConversationQueryGenerator.cpp [new file with mode: 0755]
mobile_src/Messaging/ConversationQueryGenerator.h [new file with mode: 0644]
mobile_src/Messaging/ConverterMessage.cpp [new file with mode: 0644]
mobile_src/Messaging/ConverterMessage.h [new file with mode: 0644]
mobile_src/Messaging/DBus/Connection.cpp [new file with mode: 0755]
mobile_src/Messaging/DBus/Connection.h [new file with mode: 0755]
mobile_src/Messaging/DBus/Message.cpp [new file with mode: 0755]
mobile_src/Messaging/DBus/Message.h [new file with mode: 0755]
mobile_src/Messaging/DBus/MessageEvent.h [new file with mode: 0755]
mobile_src/Messaging/Email.cpp [new file with mode: 0644]
mobile_src/Messaging/Email.h [new file with mode: 0755]
mobile_src/Messaging/EmailAccountInfo.cpp [new file with mode: 0755]
mobile_src/Messaging/EmailAccountInfo.h [new file with mode: 0755]
mobile_src/Messaging/EmailConverter.cpp [new file with mode: 0644]
mobile_src/Messaging/EmailConverter.h [new file with mode: 0644]
mobile_src/Messaging/EmailService.cpp [new file with mode: 0644]
mobile_src/Messaging/EmailService.h [new file with mode: 0644]
mobile_src/Messaging/EmailUtils.cpp [new file with mode: 0755]
mobile_src/Messaging/EmailUtils.h [new file with mode: 0755]
mobile_src/Messaging/EmitterConversationReceived.cpp [new file with mode: 0755]
mobile_src/Messaging/EmitterConversationReceived.h [new file with mode: 0755]
mobile_src/Messaging/EmitterFolderReceived.cpp [new file with mode: 0755]
mobile_src/Messaging/EmitterFolderReceived.h [new file with mode: 0755]
mobile_src/Messaging/EmitterMessageReceived.cpp [new file with mode: 0755]
mobile_src/Messaging/EmitterMessageReceived.h [new file with mode: 0755]
mobile_src/Messaging/EmptyMessage.cpp [new file with mode: 0644]
mobile_src/Messaging/EmptyMessage.h [new file with mode: 0644]
mobile_src/Messaging/EventAddDraftMessage.h [new file with mode: 0644]
mobile_src/Messaging/EventDeleteConversations.h [new file with mode: 0644]
mobile_src/Messaging/EventDeleteMessage.h [new file with mode: 0755]
mobile_src/Messaging/EventDeleteMessages.h [new file with mode: 0755]
mobile_src/Messaging/EventGetConversationId.h [new file with mode: 0755]
mobile_src/Messaging/EventGetMessagingService.h [new file with mode: 0755]
mobile_src/Messaging/EventMessageReceived.cpp [new file with mode: 0755]
mobile_src/Messaging/EventMessageReceived.h [new file with mode: 0755]
mobile_src/Messaging/EventMessagingService.h [new file with mode: 0755]
mobile_src/Messaging/EventMessagingServicePrivateData.cpp [new file with mode: 0755]
mobile_src/Messaging/EventMessagingServicePrivateData.h [new file with mode: 0755]
mobile_src/Messaging/EventMessagingStorage.h [new file with mode: 0755]
mobile_src/Messaging/EventOnSendingFailed.h [new file with mode: 0755]
mobile_src/Messaging/EventQueryConversations.h [new file with mode: 0644]
mobile_src/Messaging/EventQueryFolders.h [new file with mode: 0644]
mobile_src/Messaging/EventQueryMessages.h [new file with mode: 0644]
mobile_src/Messaging/EventSendMessage.h [new file with mode: 0755]
mobile_src/Messaging/EventSendMessagePrivateData.cpp [new file with mode: 0755]
mobile_src/Messaging/EventSendMessagePrivateData.h [new file with mode: 0755]
mobile_src/Messaging/EventUpdateMessage.h [new file with mode: 0755]
mobile_src/Messaging/EventUpdateMessages.h [new file with mode: 0755]
mobile_src/Messaging/FolderFilterValidator.cpp [new file with mode: 0644]
mobile_src/Messaging/FolderFilterValidator.h [new file with mode: 0644]
mobile_src/Messaging/FolderFilterValidatorFactory.cpp [new file with mode: 0755]
mobile_src/Messaging/FolderFilterValidatorFactory.h [new file with mode: 0644]
mobile_src/Messaging/FolderQueryGenerator.cpp [new file with mode: 0755]
mobile_src/Messaging/FolderQueryGenerator.h [new file with mode: 0644]
mobile_src/Messaging/From.cpp [new file with mode: 0755]
mobile_src/Messaging/From.h [new file with mode: 0755]
mobile_src/Messaging/IAttachment.cpp [new file with mode: 0755]
mobile_src/Messaging/IAttachment.h [new file with mode: 0755]
mobile_src/Messaging/IBinarySms.cpp [new file with mode: 0755]
mobile_src/Messaging/IBinarySms.h [new file with mode: 0755]
mobile_src/Messaging/IConversation.h [new file with mode: 0755]
mobile_src/Messaging/IEmail.cpp [new file with mode: 0755]
mobile_src/Messaging/IEmail.h [new file with mode: 0755]
mobile_src/Messaging/IEmailAccount.cpp [new file with mode: 0755]
mobile_src/Messaging/IEmailAccount.h [new file with mode: 0755]
mobile_src/Messaging/IEmptyMessage.cpp [new file with mode: 0644]
mobile_src/Messaging/IEmptyMessage.h [new file with mode: 0644]
mobile_src/Messaging/IMessage.cpp [new file with mode: 0755]
mobile_src/Messaging/IMessage.h [new file with mode: 0644]
mobile_src/Messaging/IMessageFolder.h [new file with mode: 0755]
mobile_src/Messaging/IMessaging.cpp [new file with mode: 0755]
mobile_src/Messaging/IMessaging.h [new file with mode: 0644]
mobile_src/Messaging/IMessagingService.cpp [new file with mode: 0755]
mobile_src/Messaging/IMessagingService.h [new file with mode: 0755]
mobile_src/Messaging/IMessagingServiceManager.cpp [new file with mode: 0755]
mobile_src/Messaging/IMessagingServiceManager.h [new file with mode: 0755]
mobile_src/Messaging/IMessagingTypes.h [new file with mode: 0644]
mobile_src/Messaging/IMms.cpp [new file with mode: 0755]
mobile_src/Messaging/IMms.h [new file with mode: 0755]
mobile_src/Messaging/IMmsSlide.h [new file with mode: 0755]
mobile_src/Messaging/IMmsSlideProperties.h [new file with mode: 0755]
mobile_src/Messaging/IMmsSlides.h [new file with mode: 0755]
mobile_src/Messaging/ISendingObserver.h [new file with mode: 0644]
mobile_src/Messaging/ISms.cpp [new file with mode: 0755]
mobile_src/Messaging/ISms.h [new file with mode: 0755]
mobile_src/Messaging/JSConversation.cpp [new file with mode: 0755]
mobile_src/Messaging/JSConversation.h [new file with mode: 0755]
mobile_src/Messaging/JSMessage.cpp [new file with mode: 0644]
mobile_src/Messaging/JSMessage.h [new file with mode: 0755]
mobile_src/Messaging/JSMessageAttachment.cpp [new file with mode: 0644]
mobile_src/Messaging/JSMessageAttachment.h [new file with mode: 0755]
mobile_src/Messaging/JSMessageBody.cpp [new file with mode: 0644]
mobile_src/Messaging/JSMessageBody.h [new file with mode: 0755]
mobile_src/Messaging/JSMessageFolder.cpp [new file with mode: 0644]
mobile_src/Messaging/JSMessageFolder.h [new file with mode: 0755]
mobile_src/Messaging/JSMessagePrivateObject.h [new file with mode: 0755]
mobile_src/Messaging/JSMessagingService.cpp [new file with mode: 0644]
mobile_src/Messaging/JSMessagingService.h [new file with mode: 0755]
mobile_src/Messaging/JSMessagingServiceManager.cpp [new file with mode: 0644]
mobile_src/Messaging/JSMessagingServiceManager.h [new file with mode: 0755]
mobile_src/Messaging/JSMessagingStorage.cpp [new file with mode: 0644]
mobile_src/Messaging/JSMessagingStorage.h [new file with mode: 0755]
mobile_src/Messaging/JSRecipientArray.cpp [new file with mode: 0644]
mobile_src/Messaging/JSRecipientArray.h [new file with mode: 0755]
mobile_src/Messaging/MailRemover.cpp [new file with mode: 0644]
mobile_src/Messaging/MailRemover.h [new file with mode: 0755]
mobile_src/Messaging/MailSender.cpp [new file with mode: 0644]
mobile_src/Messaging/MailSender.h [new file with mode: 0755]
mobile_src/Messaging/MailSync.cpp [new file with mode: 0644]
mobile_src/Messaging/MailSync.h [new file with mode: 0755]
mobile_src/Messaging/MessageAsyncCallbackManager.cpp [new file with mode: 0755]
mobile_src/Messaging/MessageAsyncCallbackManager.h [new file with mode: 0644]
mobile_src/Messaging/MessageEventPrivateData.h [new file with mode: 0755]
mobile_src/Messaging/MessageFactory.cpp [new file with mode: 0644]
mobile_src/Messaging/MessageFactory.h [new file with mode: 0755]
mobile_src/Messaging/MessageFilterConverter.cpp [new file with mode: 0644]
mobile_src/Messaging/MessageFilterConverter.h [new file with mode: 0644]
mobile_src/Messaging/MessageFilterValidator.cpp [new file with mode: 0644]
mobile_src/Messaging/MessageFilterValidator.h [new file with mode: 0644]
mobile_src/Messaging/MessageFilterValidatorFactory.cpp [new file with mode: 0755]
mobile_src/Messaging/MessageFilterValidatorFactory.h [new file with mode: 0644]
mobile_src/Messaging/MessageFolder.cpp [new file with mode: 0755]
mobile_src/Messaging/MessageFolder.h [new file with mode: 0644]
mobile_src/Messaging/MessageListenerManager.cpp [new file with mode: 0755]
mobile_src/Messaging/MessageListenerManager.h [new file with mode: 0644]
mobile_src/Messaging/MessagePriority.cpp [new file with mode: 0755]
mobile_src/Messaging/MessagePriority.h [new file with mode: 0755]
mobile_src/Messaging/MessageProperties.h [new file with mode: 0755]
mobile_src/Messaging/MessageQueryGenerator.cpp [new file with mode: 0644]
mobile_src/Messaging/MessageQueryGenerator.h [new file with mode: 0644]
mobile_src/Messaging/MessageSendCallback.h [new file with mode: 0755]
mobile_src/Messaging/MessageStorageFactory.cpp [new file with mode: 0755]
mobile_src/Messaging/MessageStorageFactory.h [new file with mode: 0644]
mobile_src/Messaging/Messaging.cpp [new file with mode: 0644]
mobile_src/Messaging/Messaging.h [new file with mode: 0644]
mobile_src/Messaging/MessagingController.cpp [new file with mode: 0644]
mobile_src/Messaging/MessagingController.h [new file with mode: 0755]
mobile_src/Messaging/MessagingErrorMsg.h [new file with mode: 0644]
mobile_src/Messaging/MessagingFactory.cpp [new file with mode: 0755]
mobile_src/Messaging/MessagingFactory.h [new file with mode: 0755]
mobile_src/Messaging/MessagingListener.cpp [new file with mode: 0644]
mobile_src/Messaging/MessagingListener.h [new file with mode: 0755]
mobile_src/Messaging/MessagingService.cpp [new file with mode: 0644]
mobile_src/Messaging/MessagingService.h [new file with mode: 0755]
mobile_src/Messaging/MessagingServiceManager.cpp [new file with mode: 0755]
mobile_src/Messaging/MessagingServiceManager.h [new file with mode: 0755]
mobile_src/Messaging/MessagingStorageMultiCallback.cpp [new file with mode: 0755]
mobile_src/Messaging/MessagingStorageMultiCallback.h [new file with mode: 0644]
mobile_src/Messaging/Mms.cpp [new file with mode: 0644]
mobile_src/Messaging/Mms.h [new file with mode: 0644]
mobile_src/Messaging/MmsMime.h [new file with mode: 0644]
mobile_src/Messaging/MmsSlide.cpp [new file with mode: 0755]
mobile_src/Messaging/MmsSlide.h [new file with mode: 0755]
mobile_src/Messaging/MmsSlideProperty.cpp [new file with mode: 0755]
mobile_src/Messaging/MmsSlideProperty.h [new file with mode: 0755]
mobile_src/Messaging/MmsSlides.cpp [new file with mode: 0755]
mobile_src/Messaging/MmsSlides.h [new file with mode: 0755]
mobile_src/Messaging/MsgServiceHandleMgr.h [new file with mode: 0644]
mobile_src/Messaging/NetworkStatus.cpp [new file with mode: 0755]
mobile_src/Messaging/NetworkStatus.h [new file with mode: 0755]
mobile_src/Messaging/Recipient.cpp [new file with mode: 0644]
mobile_src/Messaging/Recipient.h [new file with mode: 0755]
mobile_src/Messaging/ReqReceiverMessage.cpp [new file with mode: 0644]
mobile_src/Messaging/ReqReceiverMessage.h [new file with mode: 0755]
mobile_src/Messaging/ScopedMail.h [new file with mode: 0644]
mobile_src/Messaging/ScopedMailAttachment.h [new file with mode: 0644]
mobile_src/Messaging/ScopedMailbox.h [new file with mode: 0644]
mobile_src/Messaging/Sms.cpp [new file with mode: 0644]
mobile_src/Messaging/Sms.h [new file with mode: 0644]
mobile_src/Messaging/SourceAddress.cpp [new file with mode: 0644]
mobile_src/Messaging/SourceAddress.h [new file with mode: 0755]
mobile_src/Messaging/StorageChangesConversationFilterValidator.cpp [new file with mode: 0644]
mobile_src/Messaging/StorageChangesConversationFilterValidator.h [new file with mode: 0644]
mobile_src/Messaging/StorageChangesConversationFilterValidatorFactory.cpp [new file with mode: 0755]
mobile_src/Messaging/StorageChangesConversationFilterValidatorFactory.h [new file with mode: 0644]
mobile_src/Messaging/StorageChangesConversationGenerator.cpp [new file with mode: 0644]
mobile_src/Messaging/StorageChangesConversationGenerator.h [new file with mode: 0644]
mobile_src/Messaging/StorageChangesFolderFilterValidator.cpp [new file with mode: 0644]
mobile_src/Messaging/StorageChangesFolderFilterValidator.h [new file with mode: 0644]
mobile_src/Messaging/StorageChangesFolderFilterValidatorFactory.cpp [new file with mode: 0755]
mobile_src/Messaging/StorageChangesFolderFilterValidatorFactory.h [new file with mode: 0644]
mobile_src/Messaging/StorageChangesFolderGenerator.cpp [new file with mode: 0644]
mobile_src/Messaging/StorageChangesFolderGenerator.h [new file with mode: 0644]
mobile_src/Messaging/StorageChangesMessageFilterValidator.cpp [new file with mode: 0644]
mobile_src/Messaging/StorageChangesMessageFilterValidator.h [new file with mode: 0644]
mobile_src/Messaging/StorageChangesMessageFilterValidatorFactory.cpp [new file with mode: 0755]
mobile_src/Messaging/StorageChangesMessageFilterValidatorFactory.h [new file with mode: 0644]
mobile_src/Messaging/StorageChangesMessageGenerator.cpp [new file with mode: 0644]
mobile_src/Messaging/StorageChangesMessageGenerator.h [new file with mode: 0644]
mobile_src/Messaging/Subject.cpp [new file with mode: 0755]
mobile_src/Messaging/Subject.h [new file with mode: 0755]
mobile_src/Messaging/SyncNetworkStatus.cpp [new file with mode: 0644]
mobile_src/Messaging/SyncNetworkStatus.h [new file with mode: 0755]
mobile_src/Messaging/ToRecipient.cpp [new file with mode: 0644]
mobile_src/Messaging/ToRecipient.h [new file with mode: 0755]
mobile_src/Messaging/ValidityPeriodHours.cpp [new file with mode: 0755]
mobile_src/Messaging/ValidityPeriodHours.h [new file with mode: 0755]
mobile_src/Messaging/VirtualMessage.cpp [new file with mode: 0755]
mobile_src/Messaging/VirtualMessage.h [new file with mode: 0755]
mobile_src/Messaging/WidgetFilePathMgr.h [new file with mode: 0644]
mobile_src/Messaging/config.cmake [new file with mode: 0755]
mobile_src/Messaging/config.cmake.platformTizen [new file with mode: 0755]
mobile_src/Messaging/config.xml [new file with mode: 0755]
mobile_src/Messaging/log.h [new file with mode: 0755]
mobile_src/Messaging/messageDB/MessageStorageReader.cpp [new file with mode: 0644]
mobile_src/Messaging/messageDB/MessageStorageReader.h [new file with mode: 0644]
mobile_src/Messaging/messageDB/MessageStorageReaderData.h [new file with mode: 0644]
mobile_src/Messaging/messageDB/MsgSqliteWrapper.cpp [new file with mode: 0644]
mobile_src/Messaging/messageDB/MsgSqliteWrapper.h [new file with mode: 0644]
mobile_src/Messaging/plugin_config.cpp [new file with mode: 0755]
mobile_src/Messaging/plugin_config.h [new file with mode: 0755]
mobile_src/Messaging/plugin_config_impl.h [new file with mode: 0755]
mobile_src/Messaging/plugin_initializer.cpp [new file with mode: 0755]
mobile_src/NFC/CMakeLists.txt [new file with mode: 0755]
mobile_src/NFC/EventNFC.h [new file with mode: 0755]
mobile_src/NFC/EventNFCChanged.h [new file with mode: 0755]
mobile_src/NFC/EventNFCChangedPrivateData.cpp [new file with mode: 0755]
mobile_src/NFC/EventNFCChangedPrivateData.h [new file with mode: 0755]
mobile_src/NFC/EventTagAction.h [new file with mode: 0755]
mobile_src/NFC/EventTargetAction.h [new file with mode: 0755]
mobile_src/NFC/INFCAdapter.cpp [new file with mode: 0755]
mobile_src/NFC/INFCAdapter.h [new file with mode: 0755]
mobile_src/NFC/INFCTag.cpp [new file with mode: 0755]
mobile_src/NFC/INFCTag.h [new file with mode: 0755]
mobile_src/NFC/INFCTarget.cpp [new file with mode: 0755]
mobile_src/NFC/INFCTarget.h [new file with mode: 0755]
mobile_src/NFC/INdefMessage.h [new file with mode: 0755]
mobile_src/NFC/INdefRecord.h [new file with mode: 0755]
mobile_src/NFC/JSNFCAdapter.cpp [new file with mode: 0755]
mobile_src/NFC/JSNFCAdapter.h [new file with mode: 0755]
mobile_src/NFC/JSNFCManager.cpp [new file with mode: 0755]
mobile_src/NFC/JSNFCManager.h [new file with mode: 0755]
mobile_src/NFC/JSNFCTag.cpp [new file with mode: 0755]
mobile_src/NFC/JSNFCTag.h [new file with mode: 0755]
mobile_src/NFC/JSNFCTarget.cpp [new file with mode: 0755]
mobile_src/NFC/JSNFCTarget.h [new file with mode: 0755]
mobile_src/NFC/JSNdefMessage.cpp [new file with mode: 0755]
mobile_src/NFC/JSNdefMessage.h [new file with mode: 0755]
mobile_src/NFC/JSNdefRecord.cpp [new file with mode: 0755]
mobile_src/NFC/JSNdefRecord.h [new file with mode: 0755]
mobile_src/NFC/JSNdefRecordMedia.cpp [new file with mode: 0755]
mobile_src/NFC/JSNdefRecordMedia.h [new file with mode: 0755]
mobile_src/NFC/JSNdefRecordText.cpp [new file with mode: 0755]
mobile_src/NFC/JSNdefRecordText.h [new file with mode: 0755]
mobile_src/NFC/JSNdefRecordURI.cpp [new file with mode: 0755]
mobile_src/NFC/JSNdefRecordURI.h [new file with mode: 0755]
mobile_src/NFC/NFCAdapter.cpp [new file with mode: 0755]
mobile_src/NFC/NFCAdapter.h [new file with mode: 0755]
mobile_src/NFC/NFCAsyncCallbackManager.cpp [new file with mode: 0755]
mobile_src/NFC/NFCAsyncCallbackManager.h [new file with mode: 0644]
mobile_src/NFC/NFCChangedCallback.h [new file with mode: 0755]
mobile_src/NFC/NFCConverter.cpp [new file with mode: 0755]
mobile_src/NFC/NFCConverter.h [new file with mode: 0755]
mobile_src/NFC/NFCDefaultAdapter.cpp [new file with mode: 0755]
mobile_src/NFC/NFCDefaultAdapter.h [new file with mode: 0755]
mobile_src/NFC/NFCFactory.cpp [new file with mode: 0755]
mobile_src/NFC/NFCFactory.h [new file with mode: 0755]
mobile_src/NFC/NFCListenerManager.cpp [new file with mode: 0755]
mobile_src/NFC/NFCListenerManager.h [new file with mode: 0644]
mobile_src/NFC/NFCStaticController.cpp [new file with mode: 0755]
mobile_src/NFC/NFCStaticController.h [new file with mode: 0755]
mobile_src/NFC/NFCTag.cpp [new file with mode: 0755]
mobile_src/NFC/NFCTag.h [new file with mode: 0755]
mobile_src/NFC/NFCTagProperties.h [new file with mode: 0755]
mobile_src/NFC/NFCTarget.cpp [new file with mode: 0755]
mobile_src/NFC/NFCTarget.h [new file with mode: 0755]
mobile_src/NFC/NFCUtil.cpp [new file with mode: 0755]
mobile_src/NFC/NFCUtil.h [new file with mode: 0755]
mobile_src/NFC/NdefMessage.cpp [new file with mode: 0755]
mobile_src/NFC/NdefMessage.h [new file with mode: 0755]
mobile_src/NFC/NdefRecord.cpp [new file with mode: 0755]
mobile_src/NFC/NdefRecord.h [new file with mode: 0755]
mobile_src/NFC/NdefRecordMedia.cpp [new file with mode: 0755]
mobile_src/NFC/NdefRecordMedia.h [new file with mode: 0755]
mobile_src/NFC/NdefRecordProperties.h [new file with mode: 0755]
mobile_src/NFC/NdefRecordText.cpp [new file with mode: 0755]
mobile_src/NFC/NdefRecordText.h [new file with mode: 0755]
mobile_src/NFC/NdefRecordURI.cpp [new file with mode: 0755]
mobile_src/NFC/NdefRecordURI.h [new file with mode: 0755]
mobile_src/NFC/ResponseDispatcher.cpp [new file with mode: 0755]
mobile_src/NFC/ResponseDispatcher.h [new file with mode: 0755]
mobile_src/NFC/TagFilter.cpp [new file with mode: 0755]
mobile_src/NFC/TagFilter.h [new file with mode: 0755]
mobile_src/NFC/config.xml [new file with mode: 0755]
mobile_src/NFC/plugin_config.cpp [new file with mode: 0755]
mobile_src/NFC/plugin_config.h [new file with mode: 0755]
mobile_src/NFC/plugin_config_impl.h [new file with mode: 0755]
mobile_src/NFC/plugin_initializer.cpp [new file with mode: 0755]
mobile_src/NetworkBearerSelection/CMakeLists.txt [new file with mode: 0755]
mobile_src/NetworkBearerSelection/EventNetworkBearerRelease.h [new file with mode: 0755]
mobile_src/NetworkBearerSelection/EventNetworkBearerSelection.h [new file with mode: 0755]
mobile_src/NetworkBearerSelection/INetworkBearerSelection.cpp [new file with mode: 0755]
mobile_src/NetworkBearerSelection/INetworkBearerSelection.h [new file with mode: 0755]
mobile_src/NetworkBearerSelection/JSNetworkBearerSelection.cpp [new file with mode: 0755]
mobile_src/NetworkBearerSelection/JSNetworkBearerSelection.h [new file with mode: 0755]
mobile_src/NetworkBearerSelection/JSNetworkBearerSelectionCallbackManager.cpp [new file with mode: 0755]
mobile_src/NetworkBearerSelection/JSNetworkBearerSelectionCallbackManager.h [new file with mode: 0755]
mobile_src/NetworkBearerSelection/NetworkBearerSelection.cpp [new file with mode: 0755]
mobile_src/NetworkBearerSelection/NetworkBearerSelection.h [new file with mode: 0755]
mobile_src/NetworkBearerSelection/NetworkBearerSelectionFactory.cpp [new file with mode: 0755]
mobile_src/NetworkBearerSelection/NetworkBearerSelectionFactory.h [new file with mode: 0755]
mobile_src/NetworkBearerSelection/NetworkBearerSelectionResponseDispatcher.cpp [new file with mode: 0755]
mobile_src/NetworkBearerSelection/NetworkBearerSelectionResponseDispatcher.h [new file with mode: 0755]
mobile_src/NetworkBearerSelection/OnNetworkBearerSelectionStateChanged.h [new file with mode: 0755]
mobile_src/NetworkBearerSelection/config.xml [new file with mode: 0755]
mobile_src/NetworkBearerSelection/plugin_config.cpp [new file with mode: 0755]
mobile_src/NetworkBearerSelection/plugin_config.h [new file with mode: 0755]
mobile_src/NetworkBearerSelection/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/Notification/CMakeLists.txt [new file with mode: 0755]
mobile_src/Notification/JSNotificationDetailInfo.cpp [new file with mode: 0755]
mobile_src/Notification/JSNotificationDetailInfo.h [new file with mode: 0755]
mobile_src/Notification/JSNotificationManager.cpp [new file with mode: 0755]
mobile_src/Notification/JSNotificationManager.h [new file with mode: 0644]
mobile_src/Notification/JSStatusNotification.cpp [new file with mode: 0755]
mobile_src/Notification/JSStatusNotification.h [new file with mode: 0755]
mobile_src/Notification/NotificationDetailInfo.cpp [new file with mode: 0755]
mobile_src/Notification/NotificationDetailInfo.h [new file with mode: 0755]
mobile_src/Notification/NotificationLine.cpp [new file with mode: 0644]
mobile_src/Notification/NotificationManager.cpp [new file with mode: 0755]
mobile_src/Notification/NotificationManager.h [new file with mode: 0755]
mobile_src/Notification/NotificationTypes.h [new file with mode: 0755]
mobile_src/Notification/StatusNotification.cpp [new file with mode: 0755]
mobile_src/Notification/StatusNotification.h [new file with mode: 0755]
mobile_src/Notification/config.xml [new file with mode: 0644]
mobile_src/Notification/plugin_config.cpp [new file with mode: 0755]
mobile_src/Notification/plugin_config.h [new file with mode: 0755]
mobile_src/Notification/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/Package/CMakeLists.txt [new file with mode: 0644]
mobile_src/Package/JSPackageInformation.cpp [new file with mode: 0644]
mobile_src/Package/JSPackageInformation.h [new file with mode: 0644]
mobile_src/Package/JSPackageManager.cpp [new file with mode: 0644]
mobile_src/Package/JSPackageManager.h [new file with mode: 0644]
mobile_src/Package/PackageInformation.cpp [new file with mode: 0644]
mobile_src/Package/PackageInformation.h [new file with mode: 0644]
mobile_src/Package/PackageManager.cpp [new file with mode: 0755]
mobile_src/Package/PackageManager.h [new file with mode: 0755]
mobile_src/Package/config.xml [new file with mode: 0755]
mobile_src/Package/plugin_config.cpp [new file with mode: 0644]
mobile_src/Package/plugin_config.h [new file with mode: 0644]
mobile_src/Package/plugin_initializer.cpp [new file with mode: 0755]
mobile_src/Power/CMakeLists.txt [new file with mode: 0755]
mobile_src/Power/JSPowerManager.cpp [new file with mode: 0755]
mobile_src/Power/JSPowerManager.h [new file with mode: 0755]
mobile_src/Power/PowerManager.cpp [new file with mode: 0755]
mobile_src/Power/PowerManager.h [new file with mode: 0755]
mobile_src/Power/config.xml [new file with mode: 0755]
mobile_src/Power/plugin_config.cpp [new file with mode: 0755]
mobile_src/Power/plugin_config.h [new file with mode: 0755]
mobile_src/Power/plugin_config_impl.h [new file with mode: 0755]
mobile_src/Power/plugin_initializer.cpp [new file with mode: 0755]
mobile_src/Push/CMakeLists.txt [new file with mode: 0644]
mobile_src/Push/JSPushManager.cpp [new file with mode: 0644]
mobile_src/Push/JSPushManager.h [new file with mode: 0644]
mobile_src/Push/JSPushMessage.cpp [new file with mode: 0644]
mobile_src/Push/JSPushMessage.h [new file with mode: 0644]
mobile_src/Push/PushManager.cpp [new file with mode: 0755]
mobile_src/Push/PushManager.h [new file with mode: 0755]
mobile_src/Push/PushMessage.cpp [new file with mode: 0644]
mobile_src/Push/PushMessage.h [new file with mode: 0644]
mobile_src/Push/PushTypes.h [new file with mode: 0644]
mobile_src/Push/config.xml [new file with mode: 0644]
mobile_src/Push/plugin_config.cpp [new file with mode: 0644]
mobile_src/Push/plugin_config.h [new file with mode: 0644]
mobile_src/Push/plugin_initializer.cpp [new file with mode: 0755]
mobile_src/SecureElement/CMakeLists.txt [new file with mode: 0755]
mobile_src/SecureElement/EventSEService.h [new file with mode: 0755]
mobile_src/SecureElement/ISEChannel.cpp [new file with mode: 0755]
mobile_src/SecureElement/ISEChannel.h [new file with mode: 0755]
mobile_src/SecureElement/ISEReader.cpp [new file with mode: 0755]
mobile_src/SecureElement/ISEReader.h [new file with mode: 0755]
mobile_src/SecureElement/ISEService.cpp [new file with mode: 0755]
mobile_src/SecureElement/ISEService.h [new file with mode: 0755]
mobile_src/SecureElement/ISESession.cpp [new file with mode: 0755]
mobile_src/SecureElement/ISESession.h [new file with mode: 0755]
mobile_src/SecureElement/JSSEChannel.cpp [new file with mode: 0755]
mobile_src/SecureElement/JSSEChannel.h [new file with mode: 0755]
mobile_src/SecureElement/JSSEReader.cpp [new file with mode: 0755]
mobile_src/SecureElement/JSSEReader.h [new file with mode: 0755]
mobile_src/SecureElement/JSSEService.cpp [new file with mode: 0755]
mobile_src/SecureElement/JSSEService.h [new file with mode: 0755]
mobile_src/SecureElement/JSSESession.cpp [new file with mode: 0755]
mobile_src/SecureElement/JSSESession.h [new file with mode: 0755]
mobile_src/SecureElement/SEAsyncCallbackManager.cpp [new file with mode: 0755]
mobile_src/SecureElement/SEAsyncCallbackManager.h [new file with mode: 0644]
mobile_src/SecureElement/SEChannel.cpp [new file with mode: 0644]
mobile_src/SecureElement/SEChannel.h [new file with mode: 0755]
mobile_src/SecureElement/SEConverter.cpp [new file with mode: 0644]
mobile_src/SecureElement/SEConverter.h [new file with mode: 0755]
mobile_src/SecureElement/SEFactory.cpp [new file with mode: 0755]
mobile_src/SecureElement/SEFactory.h [new file with mode: 0755]
mobile_src/SecureElement/SEListener.h [new file with mode: 0755]
mobile_src/SecureElement/SEListenerManager.cpp [new file with mode: 0755]
mobile_src/SecureElement/SEListenerManager.h [new file with mode: 0644]
mobile_src/SecureElement/SEReader.cpp [new file with mode: 0755]
mobile_src/SecureElement/SEReader.h [new file with mode: 0755]
mobile_src/SecureElement/SEResponseDispatcher.cpp [new file with mode: 0644]
mobile_src/SecureElement/SEResponseDispatcher.h [new file with mode: 0755]
mobile_src/SecureElement/SEService.cpp [new file with mode: 0644]
mobile_src/SecureElement/SEService.h [new file with mode: 0755]
mobile_src/SecureElement/SESession.cpp [new file with mode: 0644]
mobile_src/SecureElement/SESession.h [new file with mode: 0755]
mobile_src/SecureElement/SEUtil.cpp [new file with mode: 0644]
mobile_src/SecureElement/SEUtil.h [new file with mode: 0755]
mobile_src/SecureElement/config.xml [new file with mode: 0755]
mobile_src/SecureElement/plugin_config.cpp [new file with mode: 0755]
mobile_src/SecureElement/plugin_config.h [new file with mode: 0755]
mobile_src/SecureElement/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/Sensor/CMakeLists.txt [new file with mode: 0755]
mobile_src/Sensor/JSSensorData.cpp [new file with mode: 0755]
mobile_src/Sensor/JSSensorData.h [new file with mode: 0755]
mobile_src/Sensor/JSSensorService.cpp [new file with mode: 0755]
mobile_src/Sensor/JSSensorService.h [new file with mode: 0755]
mobile_src/Sensor/SensorData.cpp [new file with mode: 0755]
mobile_src/Sensor/SensorData.h [new file with mode: 0755]
mobile_src/Sensor/SensorService.cpp [new file with mode: 0755]
mobile_src/Sensor/SensorService.h [new file with mode: 0755]
mobile_src/Sensor/config.xml [new file with mode: 0755]
mobile_src/Sensor/plugin_config.cpp [new file with mode: 0644]
mobile_src/Sensor/plugin_config.h [new file with mode: 0755]
mobile_src/Sensor/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/SystemSetting/CMakeLists.txt [new file with mode: 0644]
mobile_src/SystemSetting/ConverterSystemSetting.cpp [new file with mode: 0755]
mobile_src/SystemSetting/ConverterSystemSetting.h [new file with mode: 0755]
mobile_src/SystemSetting/EventGetSetting.h [new file with mode: 0755]
mobile_src/SystemSetting/EventSetRingtone.h [new file with mode: 0755]
mobile_src/SystemSetting/EventSetSetting.h [new file with mode: 0755]
mobile_src/SystemSetting/EventSetWallpaper.h [new file with mode: 0755]
mobile_src/SystemSetting/ISystemSetting.cpp [new file with mode: 0755]
mobile_src/SystemSetting/ISystemSetting.h [new file with mode: 0755]
mobile_src/SystemSetting/ISystemSettingType.h [new file with mode: 0755]
mobile_src/SystemSetting/JSSystemSetting.cpp [new file with mode: 0755]
mobile_src/SystemSetting/JSSystemSetting.h [new file with mode: 0755]
mobile_src/SystemSetting/SystemSetting.cpp [new file with mode: 0755]
mobile_src/SystemSetting/SystemSetting.h [new file with mode: 0755]
mobile_src/SystemSetting/SystemSettingAsyncCallbackManager.cpp [new file with mode: 0755]
mobile_src/SystemSetting/SystemSettingAsyncCallbackManager.h [new file with mode: 0755]
mobile_src/SystemSetting/SystemSettingFactory.cpp [new file with mode: 0755]
mobile_src/SystemSetting/SystemSettingFactory.h [new file with mode: 0755]
mobile_src/SystemSetting/SystemSettingResponseDispatcher.cpp [new file with mode: 0755]
mobile_src/SystemSetting/SystemSettingResponseDispatcher.h [new file with mode: 0755]
mobile_src/SystemSetting/config.xml [new file with mode: 0644]
mobile_src/SystemSetting/plugin_config.cpp [new file with mode: 0755]
mobile_src/SystemSetting/plugin_config.h [new file with mode: 0755]
mobile_src/SystemSetting/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/Systeminfo/BaseProperties.h [new file with mode: 0755]
mobile_src/Systeminfo/CMakeLists.txt [new file with mode: 0755]
mobile_src/Systeminfo/EventGetSysteminfo.cpp [new file with mode: 0755]
mobile_src/Systeminfo/EventGetSysteminfo.h [new file with mode: 0755]
mobile_src/Systeminfo/EventWatchSysteminfo.cpp [new file with mode: 0755]
mobile_src/Systeminfo/EventWatchSysteminfo.h [new file with mode: 0755]
mobile_src/Systeminfo/ISysteminfo.cpp [new file with mode: 0755]
mobile_src/Systeminfo/ISysteminfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSBatteryInfo.cpp [new file with mode: 0644]
mobile_src/Systeminfo/JSBatteryInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSBuildInfo.cpp [new file with mode: 0755]
mobile_src/Systeminfo/JSBuildInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSCellularNetworkInfo.cpp [new file with mode: 0755]
mobile_src/Systeminfo/JSCellularNetworkInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSCpuInfo.cpp [new file with mode: 0644]
mobile_src/Systeminfo/JSCpuInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSDeviceCapabilitiesInfo.cpp [new file with mode: 0755]
mobile_src/Systeminfo/JSDeviceCapabilitiesInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSDeviceOrientationInfo.cpp [new file with mode: 0755]
mobile_src/Systeminfo/JSDeviceOrientationInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSDisplayInfo.cpp [new file with mode: 0644]
mobile_src/Systeminfo/JSDisplayInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSLocaleInfo.cpp [new file with mode: 0644]
mobile_src/Systeminfo/JSLocaleInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSNetworkInfo.cpp [new file with mode: 0644]
mobile_src/Systeminfo/JSNetworkInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSPeripheralInfo.cpp [new file with mode: 0644]
mobile_src/Systeminfo/JSPeripheralInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSSIMInfo.cpp [new file with mode: 0755]
mobile_src/Systeminfo/JSSIMInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSStorageInfo.cpp [new file with mode: 0755]
mobile_src/Systeminfo/JSStorageInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSStorageUnitInfo.cpp [new file with mode: 0755]
mobile_src/Systeminfo/JSStorageUnitInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSSysteminfo.cpp [new file with mode: 0755]
mobile_src/Systeminfo/JSSysteminfo.h [new file with mode: 0755]
mobile_src/Systeminfo/JSWifiNetworkInfo.cpp [new file with mode: 0644]
mobile_src/Systeminfo/JSWifiNetworkInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/Systeminfo.cpp [new file with mode: 0755]
mobile_src/Systeminfo/Systeminfo.h [new file with mode: 0755]
mobile_src/Systeminfo/SysteminfoAsyncCallbackManager.cpp [new file with mode: 0755]
mobile_src/Systeminfo/SysteminfoAsyncCallbackManager.h [new file with mode: 0755]
mobile_src/Systeminfo/SysteminfoFactory.cpp [new file with mode: 0755]
mobile_src/Systeminfo/SysteminfoFactory.h [new file with mode: 0755]
mobile_src/Systeminfo/SysteminfoListener.cpp [new file with mode: 0755]
mobile_src/Systeminfo/SysteminfoListener.h [new file with mode: 0755]
mobile_src/Systeminfo/SysteminfoListenerManager.cpp [new file with mode: 0755]
mobile_src/Systeminfo/SysteminfoListenerManager.h [new file with mode: 0644]
mobile_src/Systeminfo/SysteminfoPropertyInfo.h [new file with mode: 0755]
mobile_src/Systeminfo/config.xml [new file with mode: 0755]
mobile_src/Systeminfo/plugin_config.cpp [new file with mode: 0755]
mobile_src/Systeminfo/plugin_config.h [new file with mode: 0755]
mobile_src/Systeminfo/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/TimeUtil/CMakeLists.txt [new file with mode: 0755]
mobile_src/TimeUtil/DurationProperties.h [new file with mode: 0755]
mobile_src/TimeUtil/JSTZDate.cpp [new file with mode: 0644]
mobile_src/TimeUtil/JSTZDate.h [new file with mode: 0755]
mobile_src/TimeUtil/JSTimeDuration.cpp [new file with mode: 0755]
mobile_src/TimeUtil/JSTimeDuration.h [new file with mode: 0755]
mobile_src/TimeUtil/JSTimeUtil.cpp [new file with mode: 0755]
mobile_src/TimeUtil/JSTimeUtil.h [new file with mode: 0755]
mobile_src/TimeUtil/TZDate.cpp [new file with mode: 0755]
mobile_src/TimeUtil/TZDate.h [new file with mode: 0755]
mobile_src/TimeUtil/TZDateProperties.h [new file with mode: 0755]
mobile_src/TimeUtil/TimeUtil.cpp [new file with mode: 0755]
mobile_src/TimeUtil/TimeUtil.h [new file with mode: 0755]
mobile_src/TimeUtil/TimeUtilConverter.cpp [new file with mode: 0755]
mobile_src/TimeUtil/TimeUtilConverter.h [new file with mode: 0755]
mobile_src/TimeUtil/TimeUtilTools.cpp [new file with mode: 0755]
mobile_src/TimeUtil/TimeUtilTools.h [new file with mode: 0755]
mobile_src/TimeUtil/config.xml [new file with mode: 0755]
mobile_src/TimeUtil/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/Tizen/AnyFactory.cpp [new file with mode: 0644]
mobile_src/Tizen/AnyFactory.h [new file with mode: 0644]
mobile_src/Tizen/AnyType.cpp [new file with mode: 0644]
mobile_src/Tizen/AnyType.h [new file with mode: 0644]
mobile_src/Tizen/AttributeFilter.cpp [new file with mode: 0644]
mobile_src/Tizen/AttributeFilter.h [new file with mode: 0644]
mobile_src/Tizen/AttributeRangeFilter.cpp [new file with mode: 0644]
mobile_src/Tizen/AttributeRangeFilter.h [new file with mode: 0644]
mobile_src/Tizen/CMakeLists.txt [new file with mode: 0644]
mobile_src/Tizen/CompositeFilter.cpp [new file with mode: 0644]
mobile_src/Tizen/CompositeFilter.h [new file with mode: 0644]
mobile_src/Tizen/FilterConverter.cpp [new file with mode: 0644]
mobile_src/Tizen/FilterConverter.h [new file with mode: 0644]
mobile_src/Tizen/FilterFactory.cpp [new file with mode: 0644]
mobile_src/Tizen/FilterFactory.h [new file with mode: 0644]
mobile_src/Tizen/FilterTypes.h [new file with mode: 0644]
mobile_src/Tizen/FilterValidator.cpp [new file with mode: 0644]
mobile_src/Tizen/FilterValidator.h [new file with mode: 0644]
mobile_src/Tizen/IFilter.cpp [new file with mode: 0644]
mobile_src/Tizen/IFilter.h [new file with mode: 0644]
mobile_src/Tizen/IFilterProperties.cpp [new file with mode: 0644]
mobile_src/Tizen/IFilterProperties.h [new file with mode: 0644]
mobile_src/Tizen/IFilterVisitor.cpp [new file with mode: 0644]
mobile_src/Tizen/IFilterVisitor.h [new file with mode: 0644]
mobile_src/Tizen/JSAttributeFilter.cpp [new file with mode: 0644]
mobile_src/Tizen/JSAttributeFilter.h [new file with mode: 0644]
mobile_src/Tizen/JSAttributeRangeFilter.cpp [new file with mode: 0644]
mobile_src/Tizen/JSAttributeRangeFilter.h [new file with mode: 0644]
mobile_src/Tizen/JSCompositeFilter.cpp [new file with mode: 0644]
mobile_src/Tizen/JSCompositeFilter.h [new file with mode: 0644]
mobile_src/Tizen/JSSimpleCoordinates.cpp [new file with mode: 0644]
mobile_src/Tizen/JSSimpleCoordinates.h [new file with mode: 0644]
mobile_src/Tizen/JSSortMode.cpp [new file with mode: 0644]
mobile_src/Tizen/JSSortMode.h [new file with mode: 0644]
mobile_src/Tizen/JSTizen.cpp [new file with mode: 0644]
mobile_src/Tizen/JSTizen.h [new file with mode: 0644]
mobile_src/Tizen/PluginOnDemandPriv.cpp [new file with mode: 0644]
mobile_src/Tizen/PluginOnDemandPriv.h [new file with mode: 0644]
mobile_src/Tizen/SimpleCoordinates.cpp [new file with mode: 0644]
mobile_src/Tizen/SimpleCoordinates.h [new file with mode: 0644]
mobile_src/Tizen/SortMode.cpp [new file with mode: 0644]
mobile_src/Tizen/SortMode.h [new file with mode: 0644]
mobile_src/Tizen/config.xml [new file with mode: 0644]
mobile_src/Tizen/plugin_config.cpp [new file with mode: 0644]
mobile_src/Tizen/plugin_config.h [new file with mode: 0644]
mobile_src/Tizen/plugin_initializer.cpp [new file with mode: 0644]
mobile_src/WebSetting/CMakeLists.txt [new file with mode: 0755]
mobile_src/WebSetting/JSWebSettingManager.cpp [new file with mode: 0755]
mobile_src/WebSetting/JSWebSettingManager.h [new file with mode: 0755]
mobile_src/WebSetting/WebSettingManager.cpp [new file with mode: 0755]
mobile_src/WebSetting/WebSettingManager.h [new file with mode: 0755]
mobile_src/WebSetting/WebSettingTypes.h [new file with mode: 0755]
mobile_src/WebSetting/config.xml [new file with mode: 0644]
mobile_src/WebSetting/plugin_config.cpp [new file with mode: 0755]
mobile_src/WebSetting/plugin_config.h [new file with mode: 0755]
mobile_src/WebSetting/plugin_initializer.cpp [new file with mode: 0755]
packaging/wrt-plugins-tizen.spec [new file with mode: 0755]
wearable_pkgconfigs/wrt-plugins-tizen-alarm.pc.in [new file with mode: 0644]
wearable_pkgconfigs/wrt-plugins-tizen-application.pc.in [new file with mode: 0644]
wearable_pkgconfigs/wrt-plugins-tizen-bluetooth.pc.in [new file with mode: 0644]
wearable_pkgconfigs/wrt-plugins-tizen-common.pc.in [new file with mode: 0755]
wearable_pkgconfigs/wrt-plugins-tizen-content.pc.in [new file with mode: 0644]
wearable_pkgconfigs/wrt-plugins-tizen-filesystem.pc.in [new file with mode: 0755]
wearable_pkgconfigs/wrt-plugins-tizen-humanactivitymonitor.pc.in [new file with mode: 0644]
wearable_pkgconfigs/wrt-plugins-tizen-log.pc.in [new file with mode: 0644]
wearable_pkgconfigs/wrt-plugins-tizen-package.pc.in [new file with mode: 0644]
wearable_pkgconfigs/wrt-plugins-tizen-power.pc.in [new file with mode: 0644]
wearable_pkgconfigs/wrt-plugins-tizen-sensor.pc.in [new file with mode: 0644]
wearable_pkgconfigs/wrt-plugins-tizen-systeminfo.pc.in [new file with mode: 0755]
wearable_pkgconfigs/wrt-plugins-tizen-timeutil.pc.in [new file with mode: 0644]
wearable_pkgconfigs/wrt-plugins-tizen-tizen.pc.in [new file with mode: 0644]
wearable_src/Alarm/AlarmAbsolute.cpp [new file with mode: 0644]
wearable_src/Alarm/AlarmAbsolute.h [new file with mode: 0755]
wearable_src/Alarm/AlarmConverter.cpp [new file with mode: 0644]
wearable_src/Alarm/AlarmConverter.h [new file with mode: 0755]
wearable_src/Alarm/AlarmRelative.cpp [new file with mode: 0644]
wearable_src/Alarm/AlarmRelative.h [new file with mode: 0755]
wearable_src/Alarm/CMakeLists.txt [new file with mode: 0644]
wearable_src/Alarm/JSAlarmAbsolute.cpp [new file with mode: 0644]
wearable_src/Alarm/JSAlarmAbsolute.h [new file with mode: 0755]
wearable_src/Alarm/JSAlarmManager.cpp [new file with mode: 0644]
wearable_src/Alarm/JSAlarmManager.h [new file with mode: 0755]
wearable_src/Alarm/JSAlarmRelative.cpp [new file with mode: 0644]
wearable_src/Alarm/JSAlarmRelative.h [new file with mode: 0755]
wearable_src/Alarm/alarm_common.h [new file with mode: 0755]
wearable_src/Alarm/config.xml [new file with mode: 0755]
wearable_src/Alarm/plugin_config.cpp [new file with mode: 0755]
wearable_src/Alarm/plugin_config.h [new file with mode: 0755]
wearable_src/Alarm/plugin_initializer.cpp [new file with mode: 0644]
wearable_src/Application/AppManagerWrapper.cpp [new file with mode: 0644]
wearable_src/Application/AppManagerWrapper.h [new file with mode: 0644]
wearable_src/Application/Application.cpp [new file with mode: 0644]
wearable_src/Application/Application.h [new file with mode: 0644]
wearable_src/Application/ApplicationAsyncCallbackManager.cpp [new file with mode: 0755]
wearable_src/Application/ApplicationAsyncCallbackManager.h [new file with mode: 0644]
wearable_src/Application/ApplicationCert.cpp [new file with mode: 0644]
wearable_src/Application/ApplicationCert.h [new file with mode: 0644]
wearable_src/Application/ApplicationContext.cpp [new file with mode: 0755]
wearable_src/Application/ApplicationContext.h [new file with mode: 0755]
wearable_src/Application/ApplicationControl.cpp [new file with mode: 0644]
wearable_src/Application/ApplicationControl.h [new file with mode: 0755]
wearable_src/Application/ApplicationControlData.cpp [new file with mode: 0644]
wearable_src/Application/ApplicationControlData.h [new file with mode: 0755]
wearable_src/Application/ApplicationController.cpp [new file with mode: 0644]
wearable_src/Application/ApplicationController.h [new file with mode: 0755]
wearable_src/Application/ApplicationConverter.cpp [new file with mode: 0644]
wearable_src/Application/ApplicationConverter.h [new file with mode: 0755]
wearable_src/Application/ApplicationFactory.cpp [new file with mode: 0755]
wearable_src/Application/ApplicationFactory.h [new file with mode: 0755]
wearable_src/Application/ApplicationInformation.cpp [new file with mode: 0755]
wearable_src/Application/ApplicationInformation.h [new file with mode: 0755]
wearable_src/Application/ApplicationInformationEventPrivateData.h [new file with mode: 0755]
wearable_src/Application/ApplicationListenerManager.cpp [new file with mode: 0755]
wearable_src/Application/ApplicationListenerManager.h [new file with mode: 0644]
wearable_src/Application/ApplicationManager.cpp [new file with mode: 0644]
wearable_src/Application/ApplicationManager.h [new file with mode: 0644]
wearable_src/Application/ApplicationMetaData.cpp [new file with mode: 0644]
wearable_src/Application/ApplicationMetaData.h [new file with mode: 0644]
wearable_src/Application/ApplicationUtil.cpp [new file with mode: 0755]
wearable_src/Application/ApplicationUtil.h [new file with mode: 0755]
wearable_src/Application/CMakeLists.txt [new file with mode: 0644]
wearable_src/Application/EventApplicationAddAppInfoEventListener.h [new file with mode: 0755]
wearable_src/Application/EventApplicationAppInfoEventListener.h [new file with mode: 0755]
wearable_src/Application/EventApplicationFindAppControl.h [new file with mode: 0755]
wearable_src/Application/EventApplicationGetAppCerts.h [new file with mode: 0644]
wearable_src/Application/EventApplicationGetAppContext.h [new file with mode: 0755]
wearable_src/Application/EventApplicationGetAppInfo.h [new file with mode: 0755]
wearable_src/Application/EventApplicationGetAppSharedURI.h [new file with mode: 0644]
wearable_src/Application/EventApplicationGetAppsContext.h [new file with mode: 0755]
wearable_src/Application/EventApplicationGetAppsInfo.h [new file with mode: 0755]
wearable_src/Application/EventApplicationGetCurrApp.h [new file with mode: 0644]
wearable_src/Application/EventApplicationGetRequestedAppControl.h [new file with mode: 0644]
wearable_src/Application/EventApplicationKill.h [new file with mode: 0755]
wearable_src/Application/EventApplicationLaunch.h [new file with mode: 0755]
wearable_src/Application/EventApplicationLaunchAppControl.h [new file with mode: 0755]
wearable_src/Application/EventApplicationRemoveAppInfoEventListener.h [new file with mode: 0755]
wearable_src/Application/IApplicationManager.cpp [new file with mode: 0644]
wearable_src/Application/IApplicationManager.h [new file with mode: 0644]
wearable_src/Application/JSApplication.cpp [new file with mode: 0644]
wearable_src/Application/JSApplication.h [new file with mode: 0644]
wearable_src/Application/JSApplicationCert.cpp [new file with mode: 0644]
wearable_src/Application/JSApplicationCert.h [new file with mode: 0644]
wearable_src/Application/JSApplicationContext.cpp [new file with mode: 0644]
wearable_src/Application/JSApplicationContext.h [new file with mode: 0755]
wearable_src/Application/JSApplicationControl.cpp [new file with mode: 0644]
wearable_src/Application/JSApplicationControl.h [new file with mode: 0755]
wearable_src/Application/JSApplicationControlData.cpp [new file with mode: 0644]
wearable_src/Application/JSApplicationControlData.h [new file with mode: 0755]
wearable_src/Application/JSApplicationEventCallbackManager.cpp [new file with mode: 0644]
wearable_src/Application/JSApplicationEventCallbackManager.h [new file with mode: 0755]
wearable_src/Application/JSApplicationInformation.cpp [new file with mode: 0755]
wearable_src/Application/JSApplicationInformation.h [new file with mode: 0755]
wearable_src/Application/JSApplicationManager.cpp [new file with mode: 0644]
wearable_src/Application/JSApplicationManager.h [new file with mode: 0644]
wearable_src/Application/JSApplicationMetaData.cpp [new file with mode: 0644]
wearable_src/Application/JSApplicationMetaData.h [new file with mode: 0644]
wearable_src/Application/JSRequestedApplicationControl.cpp [new file with mode: 0644]
wearable_src/Application/JSRequestedApplicationControl.h [new file with mode: 0644]
wearable_src/Application/RequestedApplicationControl.cpp [new file with mode: 0644]
wearable_src/Application/RequestedApplicationControl.h [new file with mode: 0644]
wearable_src/Application/config.xml [new file with mode: 0755]
wearable_src/Application/plugin_config.cpp [new file with mode: 0755]
wearable_src/Application/plugin_config.h [new file with mode: 0755]
wearable_src/Application/plugin_initializer.cpp [new file with mode: 0644]
wearable_src/CMakeLists.txt [new file with mode: 0755]
wearable_src/Common/ArgumentValidator.cpp [new file with mode: 0755]
wearable_src/Common/ArgumentValidator.h [new file with mode: 0755]
wearable_src/Common/AsyncCallbackManager.h [new file with mode: 0644]
wearable_src/Common/CMakeLists.txt [new file with mode: 0755]
wearable_src/Common/CallbackUserData.cpp [new file with mode: 0755]
wearable_src/Common/CallbackUserData.h [new file with mode: 0755]
wearable_src/Common/Export.h [new file with mode: 0644]
wearable_src/Common/GlobalContextManager.cpp [new file with mode: 0644]
wearable_src/Common/GlobalContextManager.h [new file with mode: 0644]
wearable_src/Common/IListenerManager.h [new file with mode: 0644]
wearable_src/Common/JSArray.cpp [new file with mode: 0755]
wearable_src/Common/JSArray.h [new file with mode: 0755]
wearable_src/Common/JSFunctionWrapper.cpp [new file with mode: 0644]
wearable_src/Common/JSFunctionWrapper.h [new file with mode: 0644]
wearable_src/Common/JSObjectRefWrapper.cpp [new file with mode: 0644]
wearable_src/Common/JSObjectRefWrapper.h [new file with mode: 0644]
wearable_src/Common/JSStringRefWrapper.cpp [new file with mode: 0644]
wearable_src/Common/JSStringRefWrapper.h [new file with mode: 0644]
wearable_src/Common/JSUtil.cpp [new file with mode: 0755]
wearable_src/Common/JSUtil.h [new file with mode: 0755]
wearable_src/Common/JSWebAPIError.cpp [new file with mode: 0644]
wearable_src/Common/JSWebAPIError.h [new file with mode: 0644]
wearable_src/Common/JSWebAPIErrorFactory.cpp [new file with mode: 0644]
wearable_src/Common/JSWebAPIErrorFactory.h [new file with mode: 0644]
wearable_src/Common/JSWebAPIException.cpp [new file with mode: 0644]
wearable_src/Common/JSWebAPIException.h [new file with mode: 0644]
wearable_src/Common/Logger.h [new file with mode: 0644]
wearable_src/Common/MultiCallbackUserData.cpp [new file with mode: 0755]
wearable_src/Common/MultiCallbackUserData.h [new file with mode: 0755]
wearable_src/Common/PlatformException.cpp [new file with mode: 0644]
wearable_src/Common/PlatformException.h [new file with mode: 0644]
wearable_src/Common/PropertyBag.cpp [new file with mode: 0755]
wearable_src/Common/PropertyBag.h [new file with mode: 0755]
wearable_src/Common/SecurityExceptions.h [new file with mode: 0644]
wearable_src/Common/Singleton.h [new file with mode: 0644]
wearable_src/Common/StandaloneConsole/CMakeLists.txt [new file with mode: 0644]
wearable_src/Common/StandaloneConsole/JSConsole.cpp [new file with mode: 0755]
wearable_src/Common/StandaloneConsole/JSConsole.h [new file with mode: 0644]
wearable_src/Common/StandaloneConsole/StandaloneConsole.cpp [new file with mode: 0755]
wearable_src/Common/StandaloneConsole/StandaloneConsole.h [new file with mode: 0644]
wearable_src/Common/TimeTracer/CMakeLists.txt [new file with mode: 0644]
wearable_src/Common/TimeTracer/TimeTracer.c [new file with mode: 0644]
wearable_src/Common/TimeTracer/TimeTracer.h [new file with mode: 0644]
wearable_src/Common/WebAPIError.cpp [new file with mode: 0644]
wearable_src/Common/WebAPIError.h [new file with mode: 0644]
wearable_src/Content/AudioLyrics.cpp [new file with mode: 0755]
wearable_src/Content/AudioLyrics.h [new file with mode: 0755]
wearable_src/Content/AudioLyricsUtil.cpp [new file with mode: 0755]
wearable_src/Content/AudioLyricsUtil.h [new file with mode: 0755]
wearable_src/Content/CMakeLists.txt [new file with mode: 0755]
wearable_src/Content/ContentAsyncCallbackManager.cpp [new file with mode: 0755]
wearable_src/Content/ContentAsyncCallbackManager.h [new file with mode: 0755]
wearable_src/Content/ContentAudio.cpp [new file with mode: 0755]
wearable_src/Content/ContentAudio.h [new file with mode: 0755]
wearable_src/Content/ContentController.cpp [new file with mode: 0755]
wearable_src/Content/ContentController.h [new file with mode: 0755]
wearable_src/Content/ContentConverter.cpp [new file with mode: 0755]
wearable_src/Content/ContentConverter.h [new file with mode: 0755]
wearable_src/Content/ContentFactory.cpp [new file with mode: 0755]
wearable_src/Content/ContentFactory.h [new file with mode: 0755]
wearable_src/Content/ContentFilterConverter.cpp [new file with mode: 0755]
wearable_src/Content/ContentFilterConverter.h [new file with mode: 0644]
wearable_src/Content/ContentFilterValidator.cpp [new file with mode: 0755]
wearable_src/Content/ContentFilterValidator.h [new file with mode: 0755]
wearable_src/Content/ContentFolder.cpp [new file with mode: 0755]
wearable_src/Content/ContentFolder.h [new file with mode: 0755]
wearable_src/Content/ContentImage.cpp [new file with mode: 0755]
wearable_src/Content/ContentImage.h [new file with mode: 0755]
wearable_src/Content/ContentListener.cpp [new file with mode: 0755]
wearable_src/Content/ContentListener.h [new file with mode: 0755]
wearable_src/Content/ContentManager.cpp [new file with mode: 0755]
wearable_src/Content/ContentManager.h [new file with mode: 0755]
wearable_src/Content/ContentMedia.cpp [new file with mode: 0755]
wearable_src/Content/ContentMedia.h [new file with mode: 0755]
wearable_src/Content/ContentSearchVisitor.cpp [new file with mode: 0755]
wearable_src/Content/ContentSearchVisitor.h [new file with mode: 0755]
wearable_src/Content/ContentUtility.cpp [new file with mode: 0755]
wearable_src/Content/ContentUtility.h [new file with mode: 0755]
wearable_src/Content/ContentVideo.cpp [new file with mode: 0755]
wearable_src/Content/ContentVideo.h [new file with mode: 0755]
wearable_src/Content/IContentManager.cpp [new file with mode: 0755]
wearable_src/Content/IContentManager.h [new file with mode: 0755]
wearable_src/Content/IEventFind.h [new file with mode: 0755]
wearable_src/Content/IEventFindMedia.h [new file with mode: 0755]
wearable_src/Content/IEventGetDirectories.h [new file with mode: 0755]
wearable_src/Content/IEventUpdate.h [new file with mode: 0755]
wearable_src/Content/IEventUpdateBatch.h [new file with mode: 0755]
wearable_src/Content/JSAudio.cpp [new file with mode: 0755]
wearable_src/Content/JSAudio.h [new file with mode: 0755]
wearable_src/Content/JSAudioLyrics.cpp [new file with mode: 0755]
wearable_src/Content/JSAudioLyrics.h [new file with mode: 0755]
wearable_src/Content/JSContent.cpp [new file with mode: 0755]
wearable_src/Content/JSContent.h [new file with mode: 0755]
wearable_src/Content/JSContentManager.cpp [new file with mode: 0755]
wearable_src/Content/JSContentManager.h [new file with mode: 0755]
wearable_src/Content/JSFolder.cpp [new file with mode: 0755]
wearable_src/Content/JSFolder.h [new file with mode: 0755]
wearable_src/Content/JSImage.cpp [new file with mode: 0755]
wearable_src/Content/JSImage.h [new file with mode: 0755]
wearable_src/Content/JSVideo.cpp [new file with mode: 0755]
wearable_src/Content/JSVideo.h [new file with mode: 0755]
wearable_src/Content/config.xml [new file with mode: 0755]
wearable_src/Content/plugin_config.cpp [new file with mode: 0755]
wearable_src/Content/plugin_config.h [new file with mode: 0755]
wearable_src/Content/plugin_initializer.cpp [new file with mode: 0755]
wearable_src/Filesystem/CMakeLists.txt [new file with mode: 0755]
wearable_src/Filesystem/Converter.cpp [new file with mode: 0755]
wearable_src/Filesystem/Converter.h [new file with mode: 0755]
wearable_src/Filesystem/Encodings.cpp [new file with mode: 0755]
wearable_src/Filesystem/Encodings.h [new file with mode: 0755]
wearable_src/Filesystem/Enums.h [new file with mode: 0755]
wearable_src/Filesystem/EventCopy.cpp [new file with mode: 0755]
wearable_src/Filesystem/EventCopy.h [new file with mode: 0755]
wearable_src/Filesystem/EventCreate.cpp [new file with mode: 0755]
wearable_src/Filesystem/EventCreate.h [new file with mode: 0755]
wearable_src/Filesystem/EventFind.cpp [new file with mode: 0755]
wearable_src/Filesystem/EventFind.h [new file with mode: 0755]
wearable_src/Filesystem/EventGetNodeData.cpp [new file with mode: 0755]
wearable_src/Filesystem/EventGetNodeData.h [new file with mode: 0755]
wearable_src/Filesystem/EventGetStorage.cpp [new file with mode: 0755]
wearable_src/Filesystem/EventGetStorage.h [new file with mode: 0755]
wearable_src/Filesystem/EventListNodes.cpp [new file with mode: 0755]
wearable_src/Filesystem/EventListNodes.h [new file with mode: 0755]
wearable_src/Filesystem/EventListStorages.cpp [new file with mode: 0755]
wearable_src/Filesystem/EventListStorages.h [new file with mode: 0755]
wearable_src/Filesystem/EventMove.cpp [new file with mode: 0755]
wearable_src/Filesystem/EventMove.h [new file with mode: 0755]
wearable_src/Filesystem/EventOpen.cpp [new file with mode: 0755]
wearable_src/Filesystem/EventOpen.h [new file with mode: 0755]
wearable_src/Filesystem/EventReadText.cpp [new file with mode: 0755]
wearable_src/Filesystem/EventReadText.h [new file with mode: 0755]
wearable_src/Filesystem/EventRemove.cpp [new file with mode: 0755]
wearable_src/Filesystem/EventRemove.h [new file with mode: 0755]
wearable_src/Filesystem/EventResolve.cpp [new file with mode: 0755]
wearable_src/Filesystem/EventResolve.h [new file with mode: 0755]
wearable_src/Filesystem/EventStorageStateChanged.h [new file with mode: 0755]
wearable_src/Filesystem/EventStoragestateChanged.cpp [new file with mode: 0755]
wearable_src/Filesystem/FilesystemAsyncCallbackManager.cpp [new file with mode: 0755]
wearable_src/Filesystem/FilesystemAsyncCallbackManager.h [new file with mode: 0755]
wearable_src/Filesystem/FilesystemListenerManager.cpp [new file with mode: 0755]
wearable_src/Filesystem/FilesystemListenerManager.h [new file with mode: 0644]
wearable_src/Filesystem/FilesystemUtils.cpp [new file with mode: 0644]
wearable_src/Filesystem/FilesystemUtils.h [new file with mode: 0755]
wearable_src/Filesystem/IManager.cpp [new file with mode: 0755]
wearable_src/Filesystem/IManager.h [new file with mode: 0755]
wearable_src/Filesystem/INode.cpp [new file with mode: 0755]
wearable_src/Filesystem/INode.h [new file with mode: 0755]
wearable_src/Filesystem/INodeTypes.h [new file with mode: 0755]
wearable_src/Filesystem/IPath.cpp [new file with mode: 0755]
wearable_src/Filesystem/IPath.h [new file with mode: 0755]
wearable_src/Filesystem/IStream.cpp [new file with mode: 0755]
wearable_src/Filesystem/IStream.h [new file with mode: 0755]
wearable_src/Filesystem/JSFile.cpp [new file with mode: 0755]
wearable_src/Filesystem/JSFile.h [new file with mode: 0755]
wearable_src/Filesystem/JSFilestream.cpp [new file with mode: 0644]
wearable_src/Filesystem/JSFilestream.h [new file with mode: 0755]
wearable_src/Filesystem/JSFilesystemManager.cpp [new file with mode: 0644]
wearable_src/Filesystem/JSFilesystemManager.h [new file with mode: 0755]
wearable_src/Filesystem/JSStorage.cpp [new file with mode: 0644]
wearable_src/Filesystem/JSStorage.h [new file with mode: 0755]
wearable_src/Filesystem/Manager.cpp [new file with mode: 0644]
wearable_src/Filesystem/Manager.h [new file with mode: 0755]
wearable_src/Filesystem/Node.cpp [new file with mode: 0644]
wearable_src/Filesystem/Node.h [new file with mode: 0755]
wearable_src/Filesystem/NodeFilter.cpp [new file with mode: 0755]
wearable_src/Filesystem/NodeFilter.h [new file with mode: 0755]
wearable_src/Filesystem/NodeFilterMatcher.cpp [new file with mode: 0755]
wearable_src/Filesystem/NodeFilterMatcher.h [new file with mode: 0755]
wearable_src/Filesystem/Path.cpp [new file with mode: 0644]
wearable_src/Filesystem/Path.h [new file with mode: 0755]
wearable_src/Filesystem/PathUtils.cpp [new file with mode: 0755]
wearable_src/Filesystem/PathUtils.h [new file with mode: 0755]
wearable_src/Filesystem/ResponseDispatcher.cpp [new file with mode: 0644]
wearable_src/Filesystem/ResponseDispatcher.h [new file with mode: 0755]
wearable_src/Filesystem/StorageProperties.cpp [new file with mode: 0755]
wearable_src/Filesystem/StorageProperties.h [new file with mode: 0755]
wearable_src/Filesystem/StorageStaticController.cpp [new file with mode: 0644]
wearable_src/Filesystem/StorageStaticController.h [new file with mode: 0755]
wearable_src/Filesystem/Stream.cpp [new file with mode: 0644]
wearable_src/Filesystem/Stream.h [new file with mode: 0755]
wearable_src/Filesystem/Utils.cpp [new file with mode: 0755]
wearable_src/Filesystem/Utils.h [new file with mode: 0755]
wearable_src/Filesystem/config.xml [new file with mode: 0755]
wearable_src/Filesystem/plugin_config.cpp [new file with mode: 0755]
wearable_src/Filesystem/plugin_config.h [new file with mode: 0755]
wearable_src/Filesystem/plugin_initializer.cpp [new file with mode: 0644]
wearable_src/HumanActivityMonitor/CMakeLists.txt [new file with mode: 0755]
wearable_src/HumanActivityMonitor/ContextTypes.h [new file with mode: 0755]
wearable_src/HumanActivityMonitor/JSMotionManager.cpp [new file with mode: 0755]
wearable_src/HumanActivityMonitor/JSMotionManager.h [new file with mode: 0755]
wearable_src/HumanActivityMonitor/JSPedometerInfo.cpp [new file with mode: 0755]
wearable_src/HumanActivityMonitor/JSPedometerInfo.h [new file with mode: 0755]
wearable_src/HumanActivityMonitor/MotionManager.cpp [new file with mode: 0755]
wearable_src/HumanActivityMonitor/MotionManager.h [new file with mode: 0755]
wearable_src/HumanActivityMonitor/PedometerInfo.cpp [new file with mode: 0755]
wearable_src/HumanActivityMonitor/PedometerInfo.h [new file with mode: 0755]
wearable_src/HumanActivityMonitor/config.xml [new file with mode: 0755]
wearable_src/HumanActivityMonitor/plugin_config.cpp [new file with mode: 0755]
wearable_src/HumanActivityMonitor/plugin_config.h [new file with mode: 0755]
wearable_src/HumanActivityMonitor/plugin_initializer.cpp [new file with mode: 0755]
wearable_src/Package/CMakeLists.txt [new file with mode: 0644]
wearable_src/Package/JSPackageInformation.cpp [new file with mode: 0644]
wearable_src/Package/JSPackageInformation.h [new file with mode: 0644]
wearable_src/Package/JSPackageManager.cpp [new file with mode: 0644]
wearable_src/Package/JSPackageManager.h [new file with mode: 0644]
wearable_src/Package/PackageInformation.cpp [new file with mode: 0644]
wearable_src/Package/PackageInformation.h [new file with mode: 0644]
wearable_src/Package/PackageManager.cpp [new file with mode: 0644]
wearable_src/Package/PackageManager.h [new file with mode: 0644]
wearable_src/Package/config.xml [new file with mode: 0755]
wearable_src/Package/plugin_config.cpp [new file with mode: 0644]
wearable_src/Package/plugin_config.h [new file with mode: 0644]
wearable_src/Package/plugin_initializer.cpp [new file with mode: 0644]
wearable_src/Power/CMakeLists.txt [new file with mode: 0755]
wearable_src/Power/JSPowerManager.cpp [new file with mode: 0644]
wearable_src/Power/JSPowerManager.h [new file with mode: 0755]
wearable_src/Power/PowerManager.cpp [new file with mode: 0755]
wearable_src/Power/PowerManager.h [new file with mode: 0755]
wearable_src/Power/config.xml [new file with mode: 0755]
wearable_src/Power/plugin_config.cpp [new file with mode: 0755]
wearable_src/Power/plugin_config.h [new file with mode: 0755]
wearable_src/Power/plugin_initializer.cpp [new file with mode: 0644]
wearable_src/RefImpl/CMakeLists.txt [new file with mode: 0755]
wearable_src/RefImpl/JSNestedValue.cpp [new file with mode: 0755]
wearable_src/RefImpl/JSNestedValue.h [new file with mode: 0755]
wearable_src/RefImpl/JSRefImplManager.cpp [new file with mode: 0755]
wearable_src/RefImpl/JSRefImplManager.h [new file with mode: 0644]
wearable_src/RefImpl/JSSub.cpp [new file with mode: 0755]
wearable_src/RefImpl/JSSub.h [new file with mode: 0755]
wearable_src/RefImpl/JSSuper.cpp [new file with mode: 0755]
wearable_src/RefImpl/JSSuper.h [new file with mode: 0755]
wearable_src/RefImpl/NestedValue.cpp [new file with mode: 0755]
wearable_src/RefImpl/NestedValue.h [new file with mode: 0755]
wearable_src/RefImpl/RefImplManager.cpp [new file with mode: 0755]
wearable_src/RefImpl/RefImplManager.h [new file with mode: 0755]
wearable_src/RefImpl/Sub.cpp [new file with mode: 0755]
wearable_src/RefImpl/Sub.h [new file with mode: 0755]
wearable_src/RefImpl/Super.cpp [new file with mode: 0755]
wearable_src/RefImpl/Super.h [new file with mode: 0755]
wearable_src/RefImpl/config.xml [new file with mode: 0755]
wearable_src/RefImpl/mock.cpp [new file with mode: 0755]
wearable_src/RefImpl/mock.h [new file with mode: 0755]
wearable_src/RefImpl/plugin_initializer.cpp [new file with mode: 0644]
wearable_src/RefImpl/test/CMakeLists.txt [new file with mode: 0755]
wearable_src/RefImpl/test/main.cpp [new file with mode: 0755]
wearable_src/RefImpl/test/test.js [new file with mode: 0755]
wearable_src/Sensor/CMakeLists.txt [new file with mode: 0755]
wearable_src/Sensor/JSSensorData.cpp [new file with mode: 0755]
wearable_src/Sensor/JSSensorData.h [new file with mode: 0755]
wearable_src/Sensor/JSSensorService.cpp [new file with mode: 0755]
wearable_src/Sensor/JSSensorService.h [new file with mode: 0755]
wearable_src/Sensor/SensorData.cpp [new file with mode: 0755]
wearable_src/Sensor/SensorData.h [new file with mode: 0755]
wearable_src/Sensor/SensorService.cpp [new file with mode: 0755]
wearable_src/Sensor/SensorService.h [new file with mode: 0755]
wearable_src/Sensor/config.xml [new file with mode: 0755]
wearable_src/Sensor/plugin_config.cpp [new file with mode: 0644]
wearable_src/Sensor/plugin_config.h [new file with mode: 0755]
wearable_src/Sensor/plugin_initializer.cpp [new file with mode: 0644]
wearable_src/Systeminfo/BaseProperties.h [new file with mode: 0755]
wearable_src/Systeminfo/CMakeLists.txt [new file with mode: 0755]
wearable_src/Systeminfo/EventGetSysteminfo.cpp [new file with mode: 0755]
wearable_src/Systeminfo/EventGetSysteminfo.h [new file with mode: 0755]
wearable_src/Systeminfo/EventWatchSysteminfo.cpp [new file with mode: 0755]
wearable_src/Systeminfo/EventWatchSysteminfo.h [new file with mode: 0755]
wearable_src/Systeminfo/ISysteminfo.cpp [new file with mode: 0755]
wearable_src/Systeminfo/ISysteminfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSBatteryInfo.cpp [new file with mode: 0644]
wearable_src/Systeminfo/JSBatteryInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSBuildInfo.cpp [new file with mode: 0755]
wearable_src/Systeminfo/JSBuildInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSCellularNetworkInfo.cpp [new file with mode: 0755]
wearable_src/Systeminfo/JSCellularNetworkInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSCpuInfo.cpp [new file with mode: 0644]
wearable_src/Systeminfo/JSCpuInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSDeviceCapabilitiesInfo.cpp [new file with mode: 0755]
wearable_src/Systeminfo/JSDeviceCapabilitiesInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSDeviceOrientationInfo.cpp [new file with mode: 0755]
wearable_src/Systeminfo/JSDeviceOrientationInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSDisplayInfo.cpp [new file with mode: 0755]
wearable_src/Systeminfo/JSDisplayInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSLocaleInfo.cpp [new file with mode: 0644]
wearable_src/Systeminfo/JSLocaleInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSNetworkInfo.cpp [new file with mode: 0644]
wearable_src/Systeminfo/JSNetworkInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSPeripheralInfo.cpp [new file with mode: 0644]
wearable_src/Systeminfo/JSPeripheralInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSSIMInfo.cpp [new file with mode: 0755]
wearable_src/Systeminfo/JSSIMInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSStorageInfo.cpp [new file with mode: 0755]
wearable_src/Systeminfo/JSStorageInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSStorageUnitInfo.cpp [new file with mode: 0755]
wearable_src/Systeminfo/JSStorageUnitInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSSysteminfo.cpp [new file with mode: 0755]
wearable_src/Systeminfo/JSSysteminfo.h [new file with mode: 0755]
wearable_src/Systeminfo/JSWifiNetworkInfo.cpp [new file with mode: 0644]
wearable_src/Systeminfo/JSWifiNetworkInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/Systeminfo.cpp [new file with mode: 0755]
wearable_src/Systeminfo/Systeminfo.h [new file with mode: 0755]
wearable_src/Systeminfo/SysteminfoAsyncCallbackManager.cpp [new file with mode: 0755]
wearable_src/Systeminfo/SysteminfoAsyncCallbackManager.h [new file with mode: 0755]
wearable_src/Systeminfo/SysteminfoFactory.cpp [new file with mode: 0755]
wearable_src/Systeminfo/SysteminfoFactory.h [new file with mode: 0755]
wearable_src/Systeminfo/SysteminfoListener.cpp [new file with mode: 0755]
wearable_src/Systeminfo/SysteminfoListener.h [new file with mode: 0755]
wearable_src/Systeminfo/SysteminfoListenerManager.cpp [new file with mode: 0755]
wearable_src/Systeminfo/SysteminfoListenerManager.h [new file with mode: 0755]
wearable_src/Systeminfo/SysteminfoPropertyInfo.h [new file with mode: 0755]
wearable_src/Systeminfo/config.xml [new file with mode: 0755]
wearable_src/Systeminfo/plugin_config.cpp [new file with mode: 0755]
wearable_src/Systeminfo/plugin_config.h [new file with mode: 0755]
wearable_src/Systeminfo/plugin_initializer.cpp [new file with mode: 0644]
wearable_src/TimeUtil/CMakeLists.txt [new file with mode: 0755]
wearable_src/TimeUtil/DurationProperties.h [new file with mode: 0755]
wearable_src/TimeUtil/JSTZDate.cpp [new file with mode: 0644]
wearable_src/TimeUtil/JSTZDate.h [new file with mode: 0755]
wearable_src/TimeUtil/JSTimeDuration.cpp [new file with mode: 0755]
wearable_src/TimeUtil/JSTimeDuration.h [new file with mode: 0755]
wearable_src/TimeUtil/JSTimeUtil.cpp [new file with mode: 0755]
wearable_src/TimeUtil/JSTimeUtil.h [new file with mode: 0755]
wearable_src/TimeUtil/TZDate.cpp [new file with mode: 0755]
wearable_src/TimeUtil/TZDate.h [new file with mode: 0755]
wearable_src/TimeUtil/TZDateProperties.h [new file with mode: 0755]
wearable_src/TimeUtil/TimeUtil.cpp [new file with mode: 0755]
wearable_src/TimeUtil/TimeUtil.h [new file with mode: 0755]
wearable_src/TimeUtil/TimeUtilConverter.cpp [new file with mode: 0755]
wearable_src/TimeUtil/TimeUtilConverter.h [new file with mode: 0755]
wearable_src/TimeUtil/TimeUtilTools.cpp [new file with mode: 0755]
wearable_src/TimeUtil/TimeUtilTools.h [new file with mode: 0755]
wearable_src/TimeUtil/config.xml [new file with mode: 0755]
wearable_src/TimeUtil/plugin_initializer.cpp [new file with mode: 0644]
wearable_src/Tizen/AnyFactory.cpp [new file with mode: 0644]
wearable_src/Tizen/AnyFactory.h [new file with mode: 0644]
wearable_src/Tizen/AnyType.cpp [new file with mode: 0644]
wearable_src/Tizen/AnyType.h [new file with mode: 0644]
wearable_src/Tizen/AttributeFilter.cpp [new file with mode: 0644]
wearable_src/Tizen/AttributeFilter.h [new file with mode: 0644]
wearable_src/Tizen/AttributeRangeFilter.cpp [new file with mode: 0644]
wearable_src/Tizen/AttributeRangeFilter.h [new file with mode: 0644]
wearable_src/Tizen/CMakeLists.txt [new file with mode: 0644]
wearable_src/Tizen/CompositeFilter.cpp [new file with mode: 0644]
wearable_src/Tizen/CompositeFilter.h [new file with mode: 0644]
wearable_src/Tizen/FilterConverter.cpp [new file with mode: 0644]
wearable_src/Tizen/FilterConverter.h [new file with mode: 0644]
wearable_src/Tizen/FilterFactory.cpp [new file with mode: 0644]
wearable_src/Tizen/FilterFactory.h [new file with mode: 0644]
wearable_src/Tizen/FilterTypes.h [new file with mode: 0644]
wearable_src/Tizen/FilterValidator.cpp [new file with mode: 0644]
wearable_src/Tizen/FilterValidator.h [new file with mode: 0644]
wearable_src/Tizen/IFilter.cpp [new file with mode: 0644]
wearable_src/Tizen/IFilter.h [new file with mode: 0644]
wearable_src/Tizen/IFilterProperties.cpp [new file with mode: 0644]
wearable_src/Tizen/IFilterProperties.h [new file with mode: 0644]
wearable_src/Tizen/IFilterVisitor.cpp [new file with mode: 0644]
wearable_src/Tizen/IFilterVisitor.h [new file with mode: 0644]
wearable_src/Tizen/JSAttributeFilter.cpp [new file with mode: 0644]
wearable_src/Tizen/JSAttributeFilter.h [new file with mode: 0644]
wearable_src/Tizen/JSAttributeRangeFilter.cpp [new file with mode: 0644]
wearable_src/Tizen/JSAttributeRangeFilter.h [new file with mode: 0644]
wearable_src/Tizen/JSCompositeFilter.cpp [new file with mode: 0644]
wearable_src/Tizen/JSCompositeFilter.h [new file with mode: 0644]
wearable_src/Tizen/JSSimpleCoordinates.cpp [new file with mode: 0644]
wearable_src/Tizen/JSSimpleCoordinates.h [new file with mode: 0644]
wearable_src/Tizen/JSSortMode.cpp [new file with mode: 0644]
wearable_src/Tizen/JSSortMode.h [new file with mode: 0644]
wearable_src/Tizen/JSTizen.cpp [new file with mode: 0644]
wearable_src/Tizen/JSTizen.h [new file with mode: 0644]
wearable_src/Tizen/PluginOnDemandPriv.cpp [new file with mode: 0644]
wearable_src/Tizen/PluginOnDemandPriv.h [new file with mode: 0644]
wearable_src/Tizen/SimpleCoordinates.cpp [new file with mode: 0644]
wearable_src/Tizen/SimpleCoordinates.h [new file with mode: 0644]
wearable_src/Tizen/SortMode.cpp [new file with mode: 0644]
wearable_src/Tizen/SortMode.h [new file with mode: 0644]
wearable_src/Tizen/config.xml [new file with mode: 0644]
wearable_src/Tizen/plugin_config.cpp [new file with mode: 0644]
wearable_src/Tizen/plugin_config.h [new file with mode: 0644]
wearable_src/Tizen/plugin_initializer.cpp [new file with mode: 0644]
wrt-plugins-tizen.manifest [new file with mode: 0644]