tizen 2.3.1 release submit/tizen_2.3.1/20150915.091116 tizen_2.3.1_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 16:34:12 +0000 (01:34 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 16:34:12 +0000 (01:34 +0900)
commit676deaa852191bcca4ef738158bce5615d3b7892
treeccb47945e1ff86b5cfd1691d44b5b72a2fdfcf59
parent76ac912343601e7ad4ff60985b014142b292e3d6
tizen 2.3.1 release
973 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]
packaging/wrt-plugins-tizen.spec [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-alarm.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-application.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-archive.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-badge.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-bluetooth.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-common.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-content.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-download.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-exif.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-filesystem.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-humanactivitymonitor.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-log.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-mediakey.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-messageport.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-nfc.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-notification.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-package.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-power.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-push.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-secureelement.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-sensor.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-sound.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-systeminfo.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-systemsetting.pc.in [new file with mode: 0755]
pkgconfigs/wrt-plugins-tizen-timeutil.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-tizen.pc.in [new file with mode: 0644]
src/Alarm/AlarmAbsolute.cpp [new file with mode: 0755]
src/Alarm/AlarmAbsolute.h [new file with mode: 0755]
src/Alarm/AlarmConverter.cpp [new file with mode: 0755]
src/Alarm/AlarmConverter.h [new file with mode: 0755]
src/Alarm/AlarmRelative.cpp [new file with mode: 0755]
src/Alarm/AlarmRelative.h [new file with mode: 0644]
src/Alarm/AlarmUtil.cpp [new file with mode: 0755]
src/Alarm/AlarmUtil.h [new file with mode: 0755]
src/Alarm/CMakeLists.txt [new file with mode: 0755]
src/Alarm/JSAlarmAbsolute.cpp [new file with mode: 0755]
src/Alarm/JSAlarmAbsolute.h [new file with mode: 0755]
src/Alarm/JSAlarmManager.cpp [new file with mode: 0755]
src/Alarm/JSAlarmManager.h [new file with mode: 0755]
src/Alarm/JSAlarmRelative.cpp [new file with mode: 0755]
src/Alarm/JSAlarmRelative.h [new file with mode: 0755]
src/Alarm/alarm_common.h [new file with mode: 0755]
src/Alarm/config.xml [new file with mode: 0755]
src/Alarm/plugin_config.cpp [new file with mode: 0755]
src/Alarm/plugin_config.h [new file with mode: 0755]
src/Alarm/plugin_config_impl.h [new file with mode: 0755]
src/Alarm/plugin_initializer.cpp [new file with mode: 0755]
src/Application/AppManagerWrapper.cpp [new file with mode: 0755]
src/Application/AppManagerWrapper.h [new file with mode: 0755]
src/Application/Application.cpp [new file with mode: 0755]
src/Application/Application.h [new file with mode: 0644]
src/Application/ApplicationAsyncCallbackManager.cpp [new file with mode: 0755]
src/Application/ApplicationAsyncCallbackManager.h [new file with mode: 0644]
src/Application/ApplicationCert.cpp [new file with mode: 0755]
src/Application/ApplicationCert.h [new file with mode: 0644]
src/Application/ApplicationContext.cpp [new file with mode: 0755]
src/Application/ApplicationContext.h [new file with mode: 0755]
src/Application/ApplicationControl.cpp [new file with mode: 0755]
src/Application/ApplicationControl.h [new file with mode: 0755]
src/Application/ApplicationControlData.cpp [new file with mode: 0644]
src/Application/ApplicationControlData.h [new file with mode: 0755]
src/Application/ApplicationController.cpp [new file with mode: 0755]
src/Application/ApplicationController.h [new file with mode: 0755]
src/Application/ApplicationConverter.cpp [new file with mode: 0755]
src/Application/ApplicationConverter.h [new file with mode: 0755]
src/Application/ApplicationFactory.cpp [new file with mode: 0755]
src/Application/ApplicationFactory.h [new file with mode: 0755]
src/Application/ApplicationInformation.cpp [new file with mode: 0755]
src/Application/ApplicationInformation.h [new file with mode: 0755]
src/Application/ApplicationInformationEventPrivateData.h [new file with mode: 0755]
src/Application/ApplicationListenerManager.cpp [new file with mode: 0755]
src/Application/ApplicationListenerManager.h [new file with mode: 0755]
src/Application/ApplicationManager.cpp [new file with mode: 0755]
src/Application/ApplicationManager.h [new file with mode: 0755]
src/Application/ApplicationMetaData.cpp [new file with mode: 0644]
src/Application/ApplicationMetaData.h [new file with mode: 0644]
src/Application/ApplicationUtil.cpp [new file with mode: 0755]
src/Application/ApplicationUtil.h [new file with mode: 0755]
src/Application/CMakeLists.txt [new file with mode: 0644]
src/Application/EventApplicationAddAppInfoEventListener.h [new file with mode: 0755]
src/Application/EventApplicationAppInfoEventListener.h [new file with mode: 0755]
src/Application/EventApplicationFindAppControl.h [new file with mode: 0755]
src/Application/EventApplicationGetAppCerts.h [new file with mode: 0755]
src/Application/EventApplicationGetAppContext.h [new file with mode: 0755]
src/Application/EventApplicationGetAppInfo.h [new file with mode: 0755]
src/Application/EventApplicationGetAppSharedURI.h [new file with mode: 0755]
src/Application/EventApplicationGetAppsContext.h [new file with mode: 0755]
src/Application/EventApplicationGetAppsInfo.h [new file with mode: 0755]
src/Application/EventApplicationGetCurrApp.h [new file with mode: 0755]
src/Application/EventApplicationGetRequestedAppControl.h [new file with mode: 0755]
src/Application/EventApplicationKill.h [new file with mode: 0755]
src/Application/EventApplicationLaunch.h [new file with mode: 0755]
src/Application/EventApplicationLaunchAppControl.h [new file with mode: 0755]
src/Application/EventApplicationRemoveAppInfoEventListener.h [new file with mode: 0755]
src/Application/IApplicationManager.cpp [new file with mode: 0644]
src/Application/IApplicationManager.h [new file with mode: 0644]
src/Application/JSApplication.cpp [new file with mode: 0755]
src/Application/JSApplication.h [new file with mode: 0755]
src/Application/JSApplicationCert.cpp [new file with mode: 0755]
src/Application/JSApplicationCert.h [new file with mode: 0644]
src/Application/JSApplicationContext.cpp [new file with mode: 0755]
src/Application/JSApplicationContext.h [new file with mode: 0755]
src/Application/JSApplicationControl.cpp [new file with mode: 0755]
src/Application/JSApplicationControl.h [new file with mode: 0755]
src/Application/JSApplicationControlData.cpp [new file with mode: 0755]
src/Application/JSApplicationControlData.h [new file with mode: 0755]
src/Application/JSApplicationEventCallbackManager.cpp [new file with mode: 0755]
src/Application/JSApplicationEventCallbackManager.h [new file with mode: 0755]
src/Application/JSApplicationInformation.cpp [new file with mode: 0755]
src/Application/JSApplicationInformation.h [new file with mode: 0755]
src/Application/JSApplicationManager.cpp [new file with mode: 0755]
src/Application/JSApplicationManager.h [new file with mode: 0755]
src/Application/JSApplicationMetaData.cpp [new file with mode: 0755]
src/Application/JSApplicationMetaData.h [new file with mode: 0644]
src/Application/JSRequestedApplicationControl.cpp [new file with mode: 0755]
src/Application/JSRequestedApplicationControl.h [new file with mode: 0755]
src/Application/RequestedApplicationControl.cpp [new file with mode: 0755]
src/Application/RequestedApplicationControl.h [new file with mode: 0644]
src/Application/config.xml [new file with mode: 0755]
src/Application/plugin_config.cpp [new file with mode: 0755]
src/Application/plugin_config.h [new file with mode: 0755]
src/Application/plugin_config_impl.h [new file with mode: 0755]
src/Application/plugin_initializer.cpp [new file with mode: 0644]
src/Archive/ArchiveCallbackData.cpp [new file with mode: 0755]
src/Archive/ArchiveCallbackData.h [new file with mode: 0644]
src/Archive/ArchiveFile.cpp [new file with mode: 0644]
src/Archive/ArchiveFile.h [new file with mode: 0755]
src/Archive/ArchiveFileEntry.cpp [new file with mode: 0644]
src/Archive/ArchiveFileEntry.h [new file with mode: 0755]
src/Archive/ArchiveManager.cpp [new file with mode: 0644]
src/Archive/ArchiveManager.h [new file with mode: 0755]
src/Archive/ArchiveUtils.cpp [new file with mode: 0644]
src/Archive/ArchiveUtils.h [new file with mode: 0644]
src/Archive/CMakeLists.txt [new file with mode: 0755]
src/Archive/JSArchiveFile.cpp [new file with mode: 0755]
src/Archive/JSArchiveFile.h [new file with mode: 0644]
src/Archive/JSArchiveFileEntry.cpp [new file with mode: 0755]
src/Archive/JSArchiveFileEntry.h [new file with mode: 0644]
src/Archive/JSArchiveManager.cpp [new file with mode: 0755]
src/Archive/JSArchiveManager.h [new file with mode: 0644]
src/Archive/UnZip.cpp [new file with mode: 0644]
src/Archive/UnZip.h [new file with mode: 0644]
src/Archive/UnZipExtractRequest.cpp [new file with mode: 0644]
src/Archive/UnZipExtractRequest.h [new file with mode: 0644]
src/Archive/Zip.cpp [new file with mode: 0644]
src/Archive/Zip.h [new file with mode: 0644]
src/Archive/ZipAddRequest.cpp [new file with mode: 0644]
src/Archive/ZipAddRequest.h [new file with mode: 0644]
src/Archive/config.xml [new file with mode: 0755]
src/Archive/plugin_config.cpp [new file with mode: 0755]
src/Archive/plugin_config.h [new file with mode: 0755]
src/Archive/plugin_config_impl.h [new file with mode: 0755]
src/Archive/plugin_initializer.cpp [new file with mode: 0644]
src/Badge/BadgeManager.cpp [new file with mode: 0755]
src/Badge/BadgeManager.h [new file with mode: 0755]
src/Badge/BadgeUtil.cpp [new file with mode: 0755]
src/Badge/BadgeUtil.h [new file with mode: 0755]
src/Badge/CMakeLists.txt [new file with mode: 0755]
src/Badge/JSBadgeManager.cpp [new file with mode: 0755]
src/Badge/JSBadgeManager.h [new file with mode: 0755]
src/Badge/config.xml [new file with mode: 0755]
src/Badge/plugin_config.cpp [new file with mode: 0755]
src/Badge/plugin_config.h [new file with mode: 0755]
src/Badge/plugin_initializer.cpp [new file with mode: 0755]
src/Bluetooth/BluetoothAdapter.cpp [new file with mode: 0755]
src/Bluetooth/BluetoothAdapter.h [new file with mode: 0755]
src/Bluetooth/BluetoothCallback.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothCallback.h [new file with mode: 0644]
src/Bluetooth/BluetoothCallbackUtil.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothCallbackUtil.h [new file with mode: 0644]
src/Bluetooth/BluetoothClass.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothClass.h [new file with mode: 0644]
src/Bluetooth/BluetoothClassDeviceMajor.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothClassDeviceMajor.h [new file with mode: 0644]
src/Bluetooth/BluetoothClassDeviceMinor.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothClassDeviceMinor.h [new file with mode: 0644]
src/Bluetooth/BluetoothClassDeviceService.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothClassDeviceService.h [new file with mode: 0644]
src/Bluetooth/BluetoothConverter.cpp [new file with mode: 0755]
src/Bluetooth/BluetoothConverter.h [new file with mode: 0755]
src/Bluetooth/BluetoothDevice.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothDevice.h [new file with mode: 0644]
src/Bluetooth/BluetoothGATTBase.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothGATTBase.h [new file with mode: 0644]
src/Bluetooth/BluetoothGATTCharacteristic.cpp [new file with mode: 0755]
src/Bluetooth/BluetoothGATTCharacteristic.h [new file with mode: 0644]
src/Bluetooth/BluetoothGATTDescriptor.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothGATTDescriptor.h [new file with mode: 0644]
src/Bluetooth/BluetoothGATTService.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothGATTService.h [new file with mode: 0644]
src/Bluetooth/BluetoothGattClientWrapper.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothGattClientWrapper.h [new file with mode: 0644]
src/Bluetooth/BluetoothHealthApplication.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothHealthApplication.h [new file with mode: 0644]
src/Bluetooth/BluetoothHealthChannel.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothHealthChannel.h [new file with mode: 0644]
src/Bluetooth/BluetoothHealthProfileHandler.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothHealthProfileHandler.h [new file with mode: 0644]
src/Bluetooth/BluetoothHealthProfileHandlerCallback.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothHealthProfileHandlerCallback.h [new file with mode: 0644]
src/Bluetooth/BluetoothLEAdvertiseData.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothLEAdvertiseData.h [new file with mode: 0644]
src/Bluetooth/BluetoothLEDevice.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothLEDevice.h [new file with mode: 0755]
src/Bluetooth/BluetoothLEManufacturerData.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothLEManufacturerData.h [new file with mode: 0644]
src/Bluetooth/BluetoothLEScanCallback.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothLEScanCallback.h [new file with mode: 0644]
src/Bluetooth/BluetoothLEServiceData.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothLEServiceData.h [new file with mode: 0644]
src/Bluetooth/BluetoothLowEnergyAdapter.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothLowEnergyAdapter.h [new file with mode: 0644]
src/Bluetooth/BluetoothServiceHandler.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothServiceHandler.h [new file with mode: 0644]
src/Bluetooth/BluetoothSocket.cpp [new file with mode: 0755]
src/Bluetooth/BluetoothSocket.h [new file with mode: 0644]
src/Bluetooth/BluetoothUtil.cpp [new file with mode: 0644]
src/Bluetooth/BluetoothUtil.h [new file with mode: 0644]
src/Bluetooth/CMakeLists.txt [new file with mode: 0644]
src/Bluetooth/JSBluetoothAdapter.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothAdapter.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothClass.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothClass.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothClassDeviceMajor.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothClassDeviceMajor.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothClassDeviceMinor.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothClassDeviceMinor.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothClassDeviceService.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothClassDeviceService.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothDevice.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothDevice.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothGATTBase.cpp [new file with mode: 0755]
src/Bluetooth/JSBluetoothGATTBase.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothGATTCharacteristic.cpp [new file with mode: 0755]
src/Bluetooth/JSBluetoothGATTCharacteristic.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothGATTDescriptor.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothGATTDescriptor.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothGATTService.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothGATTService.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothHealthApplication.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothHealthApplication.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothHealthChannel.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothHealthChannel.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothHealthProfileHandler.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothHealthProfileHandler.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothLEAdvertiseData.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothLEAdvertiseData.h [new file with mode: 0755]
src/Bluetooth/JSBluetoothLEDevice.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothLEDevice.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothLEManufacturerData.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothLEManufacturerData.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothLEServiceData.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothLEServiceData.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothLowEnergyAdapter.cpp [new file with mode: 0755]
src/Bluetooth/JSBluetoothLowEnergyAdapter.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothManager.cpp [new file with mode: 0755]
src/Bluetooth/JSBluetoothManager.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothProfileHandler.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothProfileHandler.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothServiceHandler.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothServiceHandler.h [new file with mode: 0644]
src/Bluetooth/JSBluetoothSocket.cpp [new file with mode: 0644]
src/Bluetooth/JSBluetoothSocket.h [new file with mode: 0644]
src/Bluetooth/config.xml [new file with mode: 0644]
src/Bluetooth/plugin_config.cpp [new file with mode: 0755]
src/Bluetooth/plugin_config.h [new file with mode: 0644]
src/Bluetooth/plugin_config_impl.h [new file with mode: 0644]
src/Bluetooth/plugin_initializer.cpp [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0755]
src/Common/ArgumentValidator.cpp [new file with mode: 0755]
src/Common/ArgumentValidator.h [new file with mode: 0755]
src/Common/AsyncCallbackManager.cpp [new file with mode: 0644]
src/Common/AsyncCallbackManager.h [new file with mode: 0644]
src/Common/CMakeLists.txt [new file with mode: 0755]
src/Common/CallbackUserData.cpp [new file with mode: 0644]
src/Common/CallbackUserData.h [new file with mode: 0644]
src/Common/DBusOperation.cpp [new file with mode: 0755]
src/Common/DBusOperation.h [new file with mode: 0755]
src/Common/Export.h [new file with mode: 0644]
src/Common/GlobalContextManager.cpp [new file with mode: 0644]
src/Common/GlobalContextManager.h [new file with mode: 0644]
src/Common/IListenerManager.h [new file with mode: 0644]
src/Common/JSArray.cpp [new file with mode: 0755]
src/Common/JSArray.h [new file with mode: 0755]
src/Common/JSStringRefWrapper.cpp [new file with mode: 0644]
src/Common/JSStringRefWrapper.h [new file with mode: 0644]
src/Common/JSTizenSecurityObject.cpp [new file with mode: 0644]
src/Common/JSTizenSecurityObject.h [new file with mode: 0644]
src/Common/JSUtil.cpp [new file with mode: 0755]
src/Common/JSUtil.h [new file with mode: 0644]
src/Common/JSVector.h [new file with mode: 0644]
src/Common/JSWebAPIError.cpp [new file with mode: 0644]
src/Common/JSWebAPIError.h [new file with mode: 0644]
src/Common/JSWebAPIErrorFactory.cpp [new file with mode: 0644]
src/Common/JSWebAPIErrorFactory.h [new file with mode: 0644]
src/Common/JSWebAPIException.cpp [new file with mode: 0644]
src/Common/JSWebAPIException.h [new file with mode: 0644]
src/Common/Logger.h [new file with mode: 0755]
src/Common/MultiCallbackUserData.cpp [new file with mode: 0755]
src/Common/MultiCallbackUserData.h [new file with mode: 0755]
src/Common/OldIListenerManager.h [new file with mode: 0644]
src/Common/PlatformException.cpp [new file with mode: 0644]
src/Common/PlatformException.h [new file with mode: 0644]
src/Common/PropertyBag.cpp [new file with mode: 0755]
src/Common/PropertyBag.h [new file with mode: 0755]
src/Common/Security.h [new file with mode: 0644]
src/Common/SecurityAccessor.cpp [new file with mode: 0644]
src/Common/SecurityAccessor.h [new file with mode: 0644]
src/Common/SecurityExceptions.h [new file with mode: 0644]
src/Common/Singleton.h [new file with mode: 0644]
src/Common/StandaloneConsole/CMakeLists.txt [new file with mode: 0644]
src/Common/StandaloneConsole/JSConsole.cpp [new file with mode: 0755]
src/Common/StandaloneConsole/JSConsole.h [new file with mode: 0644]
src/Common/StandaloneConsole/StandaloneConsole.cpp [new file with mode: 0755]
src/Common/StandaloneConsole/StandaloneConsole.h [new file with mode: 0644]
src/Common/TimeTracer/CMakeLists.txt [new file with mode: 0644]
src/Common/TimeTracer/TimeTracer.c [new file with mode: 0755]
src/Common/TimeTracer/TimeTracer.h [new file with mode: 0755]
src/Common/WebAPIError.cpp [new file with mode: 0644]
src/Common/WebAPIError.h [new file with mode: 0644]
src/Common/WebKitProxy.cpp [new file with mode: 0644]
src/Common/WebKitProxy.h [new file with mode: 0644]
src/Content/AddBatchCallbackUserData.cpp [new file with mode: 0644]
src/Content/AddBatchCallbackUserData.h [new file with mode: 0644]
src/Content/AudioContent.cpp [new file with mode: 0755]
src/Content/AudioContent.h [new file with mode: 0755]
src/Content/AudioContentLyrics.cpp [new file with mode: 0644]
src/Content/AudioContentLyrics.h [new file with mode: 0755]
src/Content/AudioLyricsUtil.cpp [new file with mode: 0755]
src/Content/AudioLyricsUtil.h [new file with mode: 0755]
src/Content/BaseCallbackUserData.cpp [new file with mode: 0644]
src/Content/BaseCallbackUserData.h [new file with mode: 0644]
src/Content/CMakeLists.txt [new file with mode: 0755]
src/Content/Content.cpp [new file with mode: 0755]
src/Content/Content.h [new file with mode: 0755]
src/Content/ContentCallback.cpp [new file with mode: 0644]
src/Content/ContentCallback.h [new file with mode: 0755]
src/Content/ContentChangeCallback.cpp [new file with mode: 0755]
src/Content/ContentChangeCallback.h [new file with mode: 0755]
src/Content/ContentDirectory.cpp [new file with mode: 0644]
src/Content/ContentDirectory.h [new file with mode: 0755]
src/Content/ContentFilterQueryGenerator.cpp [new file with mode: 0644]
src/Content/ContentFilterQueryGenerator.h [new file with mode: 0644]
src/Content/ContentFindCallback.h [new file with mode: 0755]
src/Content/ContentGetDirectoryCallback.h [new file with mode: 0755]
src/Content/ContentHelper.cpp [new file with mode: 0755]
src/Content/ContentHelper.h [new file with mode: 0755]
src/Content/ContentManager.cpp [new file with mode: 0755]
src/Content/ContentManager.h [new file with mode: 0755]
src/Content/ContentScanFileCallback.h [new file with mode: 0755]
src/Content/ContentTypes.h [new file with mode: 0644]
src/Content/ContentUpdateBatchCallback.h [new file with mode: 0755]
src/Content/ContentUtility.cpp [new file with mode: 0755]
src/Content/ContentUtility.h [new file with mode: 0755]
src/Content/CreatePlaylistCallbackUserData.cpp [new file with mode: 0644]
src/Content/CreatePlaylistCallbackUserData.h [new file with mode: 0644]
src/Content/GetPlaylistItemsRequest.cpp [new file with mode: 0755]
src/Content/GetPlaylistItemsRequest.h [new file with mode: 0644]
src/Content/GetPlaylistsRequest.cpp [new file with mode: 0644]
src/Content/GetPlaylistsRequest.h [new file with mode: 0644]
src/Content/ImageContent.cpp [new file with mode: 0755]
src/Content/ImageContent.h [new file with mode: 0755]
src/Content/JSAudioContent.cpp [new file with mode: 0755]
src/Content/JSAudioContent.h [new file with mode: 0755]
src/Content/JSAudioContentLyrics.cpp [new file with mode: 0755]
src/Content/JSAudioContentLyrics.h [new file with mode: 0755]
src/Content/JSContent.cpp [new file with mode: 0755]
src/Content/JSContent.h [new file with mode: 0755]
src/Content/JSContentDirectory.cpp [new file with mode: 0755]
src/Content/JSContentDirectory.h [new file with mode: 0755]
src/Content/JSContentManager.cpp [new file with mode: 0755]
src/Content/JSContentManager.h [new file with mode: 0644]
src/Content/JSImageContent.cpp [new file with mode: 0755]
src/Content/JSImageContent.h [new file with mode: 0755]
src/Content/JSPlaylist.cpp [new file with mode: 0644]
src/Content/JSPlaylist.h [new file with mode: 0644]
src/Content/JSPlaylistItem.cpp [new file with mode: 0644]
src/Content/JSPlaylistItem.h [new file with mode: 0644]
src/Content/JSVideoContent.cpp [new file with mode: 0755]
src/Content/JSVideoContent.h [new file with mode: 0755]
src/Content/MoveItemCallbackUserData.cpp [new file with mode: 0644]
src/Content/MoveItemCallbackUserData.h [new file with mode: 0644]
src/Content/Playlist.cpp [new file with mode: 0644]
src/Content/Playlist.h [new file with mode: 0644]
src/Content/PlaylistArraySuccessCallbackUserData.cpp [new file with mode: 0644]
src/Content/PlaylistArraySuccessCallbackUserData.h [new file with mode: 0644]
src/Content/PlaylistContentCallback.cpp [new file with mode: 0644]
src/Content/PlaylistContentCallback.h [new file with mode: 0755]
src/Content/PlaylistCopyUtil.cpp [new file with mode: 0644]
src/Content/PlaylistCopyUtil.h [new file with mode: 0644]
src/Content/PlaylistItem.cpp [new file with mode: 0644]
src/Content/PlaylistItem.h [new file with mode: 0644]
src/Content/PlaylistUtils.cpp [new file with mode: 0644]
src/Content/PlaylistUtils.h [new file with mode: 0644]
src/Content/RemoveBatchCallbackUserData.cpp [new file with mode: 0644]
src/Content/RemoveBatchCallbackUserData.h [new file with mode: 0644]
src/Content/RemovePlaylistCallbackUserData.cpp [new file with mode: 0644]
src/Content/RemovePlaylistCallbackUserData.h [new file with mode: 0644]
src/Content/SetItemsOrderCallbackUserData.cpp [new file with mode: 0644]
src/Content/SetItemsOrderCallbackUserData.h [new file with mode: 0644]
src/Content/VideoContent.cpp [new file with mode: 0755]
src/Content/VideoContent.h [new file with mode: 0755]
src/Content/config.xml [new file with mode: 0644]
src/Content/plugin_config.cpp [new file with mode: 0755]
src/Content/plugin_config.h [new file with mode: 0644]
src/Content/plugin_config_impl.h [new file with mode: 0644]
src/Content/plugin_initializer.cpp [new file with mode: 0755]
src/Download/CMakeLists.txt [new file with mode: 0755]
src/Download/DownloadCallback.cpp [new file with mode: 0644]
src/Download/DownloadCallback.h [new file with mode: 0755]
src/Download/DownloadManager.cpp [new file with mode: 0755]
src/Download/DownloadManager.h [new file with mode: 0755]
src/Download/DownloadNetworkType.h [new file with mode: 0755]
src/Download/DownloadRequest.cpp [new file with mode: 0755]
src/Download/DownloadRequest.h [new file with mode: 0755]
src/Download/DownloadState.h [new file with mode: 0755]
src/Download/DownloadUtil.cpp [new file with mode: 0755]
src/Download/DownloadUtil.h [new file with mode: 0755]
src/Download/JSDownloadManager.cpp [new file with mode: 0755]
src/Download/JSDownloadManager.h [new file with mode: 0755]
src/Download/JSDownloadRequest.cpp [new file with mode: 0755]
src/Download/JSDownloadRequest.h [new file with mode: 0755]
src/Download/config.xml [new file with mode: 0644]
src/Download/plugin_config.cpp [new file with mode: 0644]
src/Download/plugin_config.h [new file with mode: 0644]
src/Download/plugin_config_impl.h [new file with mode: 0755]
src/Download/plugin_initializer.cpp [new file with mode: 0755]
src/Exif/CMakeLists.txt [new file with mode: 0644]
src/Exif/ExifGPSLocation.cpp [new file with mode: 0644]
src/Exif/ExifGPSLocation.h [new file with mode: 0644]
src/Exif/ExifGPSTime.cpp [new file with mode: 0644]
src/Exif/ExifGPSTime.h [new file with mode: 0644]
src/Exif/ExifInformation.cpp [new file with mode: 0644]
src/Exif/ExifInformation.h [new file with mode: 0644]
src/Exif/ExifManager.cpp [new file with mode: 0755]
src/Exif/ExifManager.h [new file with mode: 0755]
src/Exif/ExifManagerCallbacks.cpp [new file with mode: 0644]
src/Exif/ExifManagerCallbacks.h [new file with mode: 0755]
src/Exif/ExifTagSaver.cpp [new file with mode: 0755]
src/Exif/ExifTagSaver.h [new file with mode: 0644]
src/Exif/ExifUtil.cpp [new file with mode: 0644]
src/Exif/ExifUtil.h [new file with mode: 0644]
src/Exif/JSExifInformation.cpp [new file with mode: 0644]
src/Exif/JSExifInformation.h [new file with mode: 0644]
src/Exif/JSExifManager.cpp [new file with mode: 0755]
src/Exif/JSExifManager.h [new file with mode: 0644]
src/Exif/JpegFile.cpp [new file with mode: 0755]
src/Exif/JpegFile.h [new file with mode: 0644]
src/Exif/Rational.cpp [new file with mode: 0644]
src/Exif/Rational.h [new file with mode: 0644]
src/Exif/config.xml [new file with mode: 0644]
src/Exif/plugin_config.cpp [new file with mode: 0644]
src/Exif/plugin_config.h [new file with mode: 0644]
src/Exif/plugin_config_impl.h [new file with mode: 0644]
src/Exif/plugin_initializer.cpp [new file with mode: 0644]
src/Filesystem/CMakeLists.txt [new file with mode: 0644]
src/Filesystem/Converter.cpp [new file with mode: 0755]
src/Filesystem/Converter.h [new file with mode: 0644]
src/Filesystem/Encodings.cpp [new file with mode: 0755]
src/Filesystem/Encodings.h [new file with mode: 0644]
src/Filesystem/Enums.h [new file with mode: 0644]
src/Filesystem/EventCopy.cpp [new file with mode: 0755]
src/Filesystem/EventCopy.h [new file with mode: 0644]
src/Filesystem/EventGetStorage.cpp [new file with mode: 0755]
src/Filesystem/EventGetStorage.h [new file with mode: 0644]
src/Filesystem/EventListNodes.cpp [new file with mode: 0755]
src/Filesystem/EventListNodes.h [new file with mode: 0644]
src/Filesystem/EventListStorages.cpp [new file with mode: 0755]
src/Filesystem/EventListStorages.h [new file with mode: 0644]
src/Filesystem/EventMove.cpp [new file with mode: 0755]
src/Filesystem/EventMove.h [new file with mode: 0644]
src/Filesystem/EventOpen.cpp [new file with mode: 0755]
src/Filesystem/EventOpen.h [new file with mode: 0644]
src/Filesystem/EventReadText.h [new file with mode: 0644]
src/Filesystem/EventRemove.cpp [new file with mode: 0755]
src/Filesystem/EventRemove.h [new file with mode: 0644]
src/Filesystem/EventResolve.cpp [new file with mode: 0755]
src/Filesystem/EventResolve.h [new file with mode: 0644]
src/Filesystem/EventStorageStateChanged.cpp [new file with mode: 0755]
src/Filesystem/EventStorageStateChanged.h [new file with mode: 0644]
src/Filesystem/File.cpp [new file with mode: 0644]
src/Filesystem/File.h [new file with mode: 0644]
src/Filesystem/FilesystemErrorUtil.cpp [new file with mode: 0755]
src/Filesystem/FilesystemErrorUtil.h [new file with mode: 0755]
src/Filesystem/FilesystemExternalUtils.cpp [new file with mode: 0755]
src/Filesystem/FilesystemExternalUtils.h [new file with mode: 0644]
src/Filesystem/FilesystemPathUtils.cpp [new file with mode: 0755]
src/Filesystem/FilesystemPathUtils.h [new file with mode: 0644]
src/Filesystem/FilesystemUtils.cpp [new file with mode: 0755]
src/Filesystem/FilesystemUtils.h [new file with mode: 0755]
src/Filesystem/JSErrors.cpp [new file with mode: 0755]
src/Filesystem/JSErrors.h [new file with mode: 0644]
src/Filesystem/JSFile.cpp [new file with mode: 0755]
src/Filesystem/JSFile.h [new file with mode: 0644]
src/Filesystem/JSFilestream.cpp [new file with mode: 0755]
src/Filesystem/JSFilestream.h [new file with mode: 0644]
src/Filesystem/JSFilesystemManager.cpp [new file with mode: 0755]
src/Filesystem/JSFilesystemManager.h [new file with mode: 0644]
src/Filesystem/JSStorage.cpp [new file with mode: 0755]
src/Filesystem/JSStorage.h [new file with mode: 0644]
src/Filesystem/Manager.cpp [new file with mode: 0644]
src/Filesystem/Manager.h [new file with mode: 0644]
src/Filesystem/Node.cpp [new file with mode: 0755]
src/Filesystem/Node.h [new file with mode: 0644]
src/Filesystem/NodeFilter.cpp [new file with mode: 0644]
src/Filesystem/NodeFilter.h [new file with mode: 0644]
src/Filesystem/NodeFilterMatcher.cpp [new file with mode: 0755]
src/Filesystem/NodeFilterMatcher.h [new file with mode: 0644]
src/Filesystem/NodeTypes.h [new file with mode: 0644]
src/Filesystem/Path.cpp [new file with mode: 0755]
src/Filesystem/Path.h [new file with mode: 0644]
src/Filesystem/StorageProperties.cpp [new file with mode: 0755]
src/Filesystem/StorageProperties.h [new file with mode: 0644]
src/Filesystem/Stream.cpp [new file with mode: 0755]
src/Filesystem/Stream.h [new file with mode: 0644]
src/Filesystem/config.xml [new file with mode: 0644]
src/Filesystem/plugin_config.cpp [new file with mode: 0644]
src/Filesystem/plugin_config.h [new file with mode: 0644]
src/Filesystem/plugin_config_impl.h [new file with mode: 0644]
src/Filesystem/plugin_initializer.cpp [new file with mode: 0644]
src/HumanActivityMonitor/CMakeLists.txt [new file with mode: 0755]
src/HumanActivityMonitor/ContextTypes.h [new file with mode: 0755]
src/HumanActivityMonitor/JSMotionManager.cpp [new file with mode: 0755]
src/HumanActivityMonitor/JSMotionManager.h [new file with mode: 0755]
src/HumanActivityMonitor/JSPedometerInfo.cpp [new file with mode: 0755]
src/HumanActivityMonitor/JSPedometerInfo.h [new file with mode: 0755]
src/HumanActivityMonitor/MotionManager.cpp [new file with mode: 0755]
src/HumanActivityMonitor/MotionManager.h [new file with mode: 0755]
src/HumanActivityMonitor/PedometerInfo.cpp [new file with mode: 0755]
src/HumanActivityMonitor/PedometerInfo.h [new file with mode: 0755]
src/HumanActivityMonitor/config.xml [new file with mode: 0755]
src/HumanActivityMonitor/plugin_config.cpp [new file with mode: 0755]
src/HumanActivityMonitor/plugin_config.h [new file with mode: 0755]
src/HumanActivityMonitor/plugin_initializer.cpp [new file with mode: 0755]
src/Mediakey/CMakeLists.txt [new file with mode: 0755]
src/Mediakey/JSMediaKeyManager.cpp [new file with mode: 0755]
src/Mediakey/JSMediaKeyManager.h [new file with mode: 0755]
src/Mediakey/MediaKeyEventCallback.cpp [new file with mode: 0755]
src/Mediakey/MediaKeyEventCallback.h [new file with mode: 0755]
src/Mediakey/MediaKeyManager.cpp [new file with mode: 0755]
src/Mediakey/MediaKeyManager.h [new file with mode: 0755]
src/Mediakey/MediaKeyUtil.cpp [new file with mode: 0755]
src/Mediakey/MediaKeyUtil.h [new file with mode: 0755]
src/Mediakey/config.xml [new file with mode: 0755]
src/Mediakey/plugin_config.cpp [new file with mode: 0755]
src/Mediakey/plugin_config.h [new file with mode: 0755]
src/Mediakey/plugin_initializer.cpp [new file with mode: 0755]
src/MessagePort/CMakeLists.txt [new file with mode: 0755]
src/MessagePort/EventLocalMessagePortAddMessagePortListener.h [new file with mode: 0755]
src/MessagePort/EventLocalMessagePortListener.h [new file with mode: 0755]
src/MessagePort/EventLocalMessagePortRemoveMessagePortListener.h [new file with mode: 0755]
src/MessagePort/EventMessagePortManagerRequestLocalMessagePort.h [new file with mode: 0755]
src/MessagePort/EventMessagePortManagerRequestRemoteMessagePort.h [new file with mode: 0755]
src/MessagePort/EventMessagePortManagerRequestTrustedLocalMessagePort.h [new file with mode: 0755]
src/MessagePort/EventMessagePortManagerRequestTrustedRemoteMessagePort.h [new file with mode: 0755]
src/MessagePort/EventRemoteMessagePortSendMessage.h [new file with mode: 0755]
src/MessagePort/ILocalMessagePort.cpp [new file with mode: 0755]
src/MessagePort/ILocalMessagePort.h [new file with mode: 0755]
src/MessagePort/IMessagePortManager.cpp [new file with mode: 0755]
src/MessagePort/IMessagePortManager.h [new file with mode: 0755]
src/MessagePort/IRemoteMessagePort.cpp [new file with mode: 0755]
src/MessagePort/IRemoteMessagePort.h [new file with mode: 0755]
src/MessagePort/JSLocalMessagePort.cpp [new file with mode: 0755]
src/MessagePort/JSLocalMessagePort.h [new file with mode: 0755]
src/MessagePort/JSMessagePortManager.cpp [new file with mode: 0755]
src/MessagePort/JSMessagePortManager.h [new file with mode: 0755]
src/MessagePort/JSRemoteMessagePort.cpp [new file with mode: 0755]
src/MessagePort/JSRemoteMessagePort.h [new file with mode: 0755]
src/MessagePort/LocalMessagePort.cpp [new file with mode: 0755]
src/MessagePort/LocalMessagePort.h [new file with mode: 0755]
src/MessagePort/LocalMessagePortController.cpp [new file with mode: 0755]
src/MessagePort/LocalMessagePortController.h [new file with mode: 0755]
src/MessagePort/MessagePortDataItem.h [new file with mode: 0755]
src/MessagePort/MessagePortFactory.cpp [new file with mode: 0755]
src/MessagePort/MessagePortFactory.h [new file with mode: 0755]
src/MessagePort/MessagePortImpl.h [new file with mode: 0755]
src/MessagePort/MessagePortJSUtil.cpp [new file with mode: 0755]
src/MessagePort/MessagePortJSUtil.h [new file with mode: 0755]
src/MessagePort/MessagePortListenerManager.cpp [new file with mode: 0755]
src/MessagePort/MessagePortListenerManager.h [new file with mode: 0755]
src/MessagePort/MessagePortManager.cpp [new file with mode: 0755]
src/MessagePort/MessagePortManager.h [new file with mode: 0755]
src/MessagePort/MessagePortManagerProxy.cpp [new file with mode: 0755]
src/MessagePort/MessagePortManagerProxy.h [new file with mode: 0755]
src/MessagePort/MessagePortUtility.cpp [new file with mode: 0755]
src/MessagePort/MessagePortUtility.h [new file with mode: 0755]
src/MessagePort/RemoteMessagePort.cpp [new file with mode: 0755]
src/MessagePort/RemoteMessagePort.h [new file with mode: 0755]
src/MessagePort/config.xml [new file with mode: 0755]
src/MessagePort/plugin_initializer.cpp [new file with mode: 0755]
src/NFC/AIDData.cpp [new file with mode: 0755]
src/NFC/AIDData.h [new file with mode: 0755]
src/NFC/CMakeLists.txt [new file with mode: 0755]
src/NFC/HCEEventData.cpp [new file with mode: 0755]
src/NFC/HCEEventData.h [new file with mode: 0755]
src/NFC/JSAIDData.cpp [new file with mode: 0755]
src/NFC/JSAIDData.h [new file with mode: 0755]
src/NFC/JSHCEEventData.cpp [new file with mode: 0755]
src/NFC/JSHCEEventData.h [new file with mode: 0755]
src/NFC/JSNFCAdapter.cpp [new file with mode: 0755]
src/NFC/JSNFCAdapter.h [new file with mode: 0755]
src/NFC/JSNFCManager.cpp [new file with mode: 0755]
src/NFC/JSNFCManager.h [new file with mode: 0755]
src/NFC/JSNFCPeer.cpp [new file with mode: 0755]
src/NFC/JSNFCPeer.h [new file with mode: 0755]
src/NFC/JSNFCTag.cpp [new file with mode: 0755]
src/NFC/JSNFCTag.h [new file with mode: 0755]
src/NFC/JSNdefMessage.cpp [new file with mode: 0755]
src/NFC/JSNdefMessage.h [new file with mode: 0755]
src/NFC/JSNdefRecord.cpp [new file with mode: 0755]
src/NFC/JSNdefRecord.h [new file with mode: 0755]
src/NFC/JSNdefRecordMedia.cpp [new file with mode: 0755]
src/NFC/JSNdefRecordMedia.h [new file with mode: 0755]
src/NFC/JSNdefRecordText.cpp [new file with mode: 0755]
src/NFC/JSNdefRecordText.h [new file with mode: 0755]
src/NFC/JSNdefRecordURI.cpp [new file with mode: 0755]
src/NFC/JSNdefRecordURI.h [new file with mode: 0755]
src/NFC/JSNdefRecordVector.cpp [new file with mode: 0755]
src/NFC/JSNdefRecordVector.h [new file with mode: 0755]
src/NFC/NFCAdapter.cpp [new file with mode: 0755]
src/NFC/NFCAdapter.h [new file with mode: 0755]
src/NFC/NFCCallbackData.cpp [new file with mode: 0755]
src/NFC/NFCCallbackData.h [new file with mode: 0755]
src/NFC/NFCManager.cpp [new file with mode: 0755]
src/NFC/NFCManager.h [new file with mode: 0755]
src/NFC/NFCPeer.cpp [new file with mode: 0755]
src/NFC/NFCPeer.h [new file with mode: 0755]
src/NFC/NFCPeerDetectCallback.cpp [new file with mode: 0755]
src/NFC/NFCPeerDetectCallback.h [new file with mode: 0755]
src/NFC/NFCTag.cpp [new file with mode: 0755]
src/NFC/NFCTag.h [new file with mode: 0755]
src/NFC/NFCTagDetectCallback.cpp [new file with mode: 0755]
src/NFC/NFCTagDetectCallback.h [new file with mode: 0755]
src/NFC/NFCUtil.cpp [new file with mode: 0755]
src/NFC/NFCUtil.h [new file with mode: 0755]
src/NFC/NdefMessage.cpp [new file with mode: 0755]
src/NFC/NdefMessage.h [new file with mode: 0755]
src/NFC/NdefRecord.cpp [new file with mode: 0755]
src/NFC/NdefRecord.h [new file with mode: 0755]
src/NFC/NdefRecordMedia.cpp [new file with mode: 0755]
src/NFC/NdefRecordMedia.h [new file with mode: 0755]
src/NFC/NdefRecordText.cpp [new file with mode: 0755]
src/NFC/NdefRecordText.h [new file with mode: 0755]
src/NFC/NdefRecordURI.cpp [new file with mode: 0755]
src/NFC/NdefRecordURI.h [new file with mode: 0755]
src/NFC/config.xml [new file with mode: 0755]
src/NFC/plugin_config.cpp [new file with mode: 0755]
src/NFC/plugin_config.h [new file with mode: 0755]
src/NFC/plugin_config_impl.h [new file with mode: 0755]
src/NFC/plugin_initializer.cpp [new file with mode: 0755]
src/Notification/CMakeLists.txt [new file with mode: 0755]
src/Notification/JSNotificationDetailInfo.cpp [new file with mode: 0755]
src/Notification/JSNotificationDetailInfo.h [new file with mode: 0755]
src/Notification/JSNotificationManager.cpp [new file with mode: 0755]
src/Notification/JSNotificationManager.h [new file with mode: 0644]
src/Notification/JSStatusNotification.cpp [new file with mode: 0755]
src/Notification/JSStatusNotification.h [new file with mode: 0755]
src/Notification/NotificationDetailInfo.cpp [new file with mode: 0755]
src/Notification/NotificationDetailInfo.h [new file with mode: 0755]
src/Notification/NotificationLine.cpp [new file with mode: 0755]
src/Notification/NotificationManager.cpp [new file with mode: 0755]
src/Notification/NotificationManager.h [new file with mode: 0755]
src/Notification/NotificationTypes.h [new file with mode: 0755]
src/Notification/NotificationUtil.cpp [new file with mode: 0644]
src/Notification/NotificationUtil.h [new file with mode: 0644]
src/Notification/StatusNotification.cpp [new file with mode: 0755]
src/Notification/StatusNotification.h [new file with mode: 0755]
src/Notification/config.xml [new file with mode: 0644]
src/Notification/plugin_config.cpp [new file with mode: 0755]
src/Notification/plugin_config.h [new file with mode: 0755]
src/Notification/plugin_initializer.cpp [new file with mode: 0644]
src/Package/CMakeLists.txt [new file with mode: 0644]
src/Package/JSPackageInformation.cpp [new file with mode: 0644]
src/Package/JSPackageInformation.h [new file with mode: 0644]
src/Package/JSPackageManager.cpp [new file with mode: 0644]
src/Package/JSPackageManager.h [new file with mode: 0644]
src/Package/PackageInformation.cpp [new file with mode: 0644]
src/Package/PackageInformation.h [new file with mode: 0644]
src/Package/PackageManager.cpp [new file with mode: 0644]
src/Package/PackageManager.h [new file with mode: 0644]
src/Package/PackageUtil.cpp [new file with mode: 0755]
src/Package/PackageUtil.h [new file with mode: 0755]
src/Package/config.xml [new file with mode: 0755]
src/Package/plugin_config.cpp [new file with mode: 0644]
src/Package/plugin_config.h [new file with mode: 0644]
src/Package/plugin_initializer.cpp [new file with mode: 0644]
src/Power/CMakeLists.txt [new file with mode: 0755]
src/Power/JSPowerManager.cpp [new file with mode: 0644]
src/Power/JSPowerManager.h [new file with mode: 0755]
src/Power/PowerManager.cpp [new file with mode: 0755]
src/Power/PowerManager.h [new file with mode: 0755]
src/Power/PowerPlatformProxy.cpp [new file with mode: 0755]
src/Power/PowerPlatformProxy.h [new file with mode: 0755]
src/Power/PowerUtil.cpp [new file with mode: 0755]
src/Power/PowerUtil.h [new file with mode: 0755]
src/Power/config.xml [new file with mode: 0755]
src/Power/plugin_config.cpp [new file with mode: 0755]
src/Power/plugin_config.h [new file with mode: 0755]
src/Power/plugin_config_impl.h [new file with mode: 0755]
src/Power/plugin_initializer.cpp [new file with mode: 0644]
src/Push/CMakeLists.txt [new file with mode: 0644]
src/Push/JSPushManager.cpp [new file with mode: 0644]
src/Push/JSPushManager.h [new file with mode: 0644]
src/Push/JSPushMessage.cpp [new file with mode: 0644]
src/Push/JSPushMessage.h [new file with mode: 0644]
src/Push/PushManager.cpp [new file with mode: 0755]
src/Push/PushManager.h [new file with mode: 0755]
src/Push/PushMessage.cpp [new file with mode: 0644]
src/Push/PushMessage.h [new file with mode: 0644]
src/Push/PushTypes.h [new file with mode: 0644]
src/Push/PushUtil.cpp [new file with mode: 0644]
src/Push/PushUtil.h [new file with mode: 0644]
src/Push/config.xml [new file with mode: 0644]
src/Push/plugin_config.cpp [new file with mode: 0644]
src/Push/plugin_config.h [new file with mode: 0644]
src/Push/plugin_config_impl.h [new file with mode: 0644]
src/Push/plugin_initializer.cpp [new file with mode: 0755]
src/RefImpl/CMakeLists.txt [new file with mode: 0755]
src/RefImpl/JSNestedValue.cpp [new file with mode: 0755]
src/RefImpl/JSNestedValue.h [new file with mode: 0755]
src/RefImpl/JSRefImplManager.cpp [new file with mode: 0755]
src/RefImpl/JSRefImplManager.h [new file with mode: 0644]
src/RefImpl/JSSub.cpp [new file with mode: 0755]
src/RefImpl/JSSub.h [new file with mode: 0755]
src/RefImpl/JSSuper.cpp [new file with mode: 0755]
src/RefImpl/JSSuper.h [new file with mode: 0755]
src/RefImpl/NestedValue.cpp [new file with mode: 0755]
src/RefImpl/NestedValue.h [new file with mode: 0755]
src/RefImpl/RefImplManager.cpp [new file with mode: 0755]
src/RefImpl/RefImplManager.h [new file with mode: 0755]
src/RefImpl/Sub.cpp [new file with mode: 0755]
src/RefImpl/Sub.h [new file with mode: 0755]
src/RefImpl/Super.cpp [new file with mode: 0755]
src/RefImpl/Super.h [new file with mode: 0755]
src/RefImpl/config.xml [new file with mode: 0755]
src/RefImpl/mock.cpp [new file with mode: 0755]
src/RefImpl/mock.h [new file with mode: 0755]
src/RefImpl/plugin_initializer.cpp [new file with mode: 0644]
src/RefImpl/test/CMakeLists.txt [new file with mode: 0755]
src/RefImpl/test/main.cpp [new file with mode: 0755]
src/RefImpl/test/test.js [new file with mode: 0755]
src/SecureElement/CMakeLists.txt [new file with mode: 0755]
src/SecureElement/JSChannel.cpp [new file with mode: 0755]
src/SecureElement/JSChannel.h [new file with mode: 0755]
src/SecureElement/JSReader.cpp [new file with mode: 0755]
src/SecureElement/JSReader.h [new file with mode: 0755]
src/SecureElement/JSSEService.cpp [new file with mode: 0755]
src/SecureElement/JSSEService.h [new file with mode: 0755]
src/SecureElement/JSSession.cpp [new file with mode: 0755]
src/SecureElement/JSSession.h [new file with mode: 0755]
src/SecureElement/SECallbackData.cpp [new file with mode: 0644]
src/SecureElement/SECallbackData.h [new file with mode: 0644]
src/SecureElement/SEChangeListener.cpp [new file with mode: 0644]
src/SecureElement/SEChangeListener.h [new file with mode: 0644]
src/SecureElement/SEChannel.cpp [new file with mode: 0755]
src/SecureElement/SEChannel.h [new file with mode: 0755]
src/SecureElement/SEReader.cpp [new file with mode: 0644]
src/SecureElement/SEReader.h [new file with mode: 0644]
src/SecureElement/SEService.cpp [new file with mode: 0644]
src/SecureElement/SEService.h [new file with mode: 0644]
src/SecureElement/SEUtils.cpp [new file with mode: 0644]
src/SecureElement/SEUtils.h [new file with mode: 0644]
src/SecureElement/Session.cpp [new file with mode: 0755]
src/SecureElement/Session.h [new file with mode: 0755]
src/SecureElement/config.xml [new file with mode: 0755]
src/SecureElement/plugin_config.cpp [new file with mode: 0755]
src/SecureElement/plugin_config.h [new file with mode: 0755]
src/SecureElement/plugin_config_impl.h [new file with mode: 0644]
src/SecureElement/plugin_initializer.cpp [new file with mode: 0644]
src/Sensor/CMakeLists.txt [new file with mode: 0755]
src/Sensor/JSSensorData.cpp [new file with mode: 0755]
src/Sensor/JSSensorData.h [new file with mode: 0755]
src/Sensor/JSSensorService.cpp [new file with mode: 0755]
src/Sensor/JSSensorService.h [new file with mode: 0755]
src/Sensor/SensorData.cpp [new file with mode: 0755]
src/Sensor/SensorData.h [new file with mode: 0755]
src/Sensor/SensorService.cpp [new file with mode: 0755]
src/Sensor/SensorService.h [new file with mode: 0755]
src/Sensor/SensorUtil.cpp [new file with mode: 0755]
src/Sensor/SensorUtil.h [new file with mode: 0755]
src/Sensor/config.xml [new file with mode: 0755]
src/Sensor/plugin_config.cpp [new file with mode: 0755]
src/Sensor/plugin_config.h [new file with mode: 0755]
src/Sensor/plugin_initializer.cpp [new file with mode: 0755]
src/Sound/CMakeLists.txt [new file with mode: 0755]
src/Sound/JSSoundDeviceInfo.cpp [new file with mode: 0755]
src/Sound/JSSoundDeviceInfo.h [new file with mode: 0755]
src/Sound/JSSoundManager.cpp [new file with mode: 0755]
src/Sound/JSSoundManager.h [new file with mode: 0755]
src/Sound/SoundDeviceInfo.cpp [new file with mode: 0755]
src/Sound/SoundDeviceInfo.h [new file with mode: 0755]
src/Sound/SoundDeviceStateChangeCallback.cpp [new file with mode: 0755]
src/Sound/SoundDeviceStateChangeCallback.h [new file with mode: 0755]
src/Sound/SoundManager.cpp [new file with mode: 0755]
src/Sound/SoundManager.h [new file with mode: 0755]
src/Sound/SoundTypes.h [new file with mode: 0755]
src/Sound/SoundUtil.cpp [new file with mode: 0755]
src/Sound/SoundUtil.h [new file with mode: 0755]
src/Sound/VolumeChangeCallback.cpp [new file with mode: 0755]
src/Sound/VolumeChangeCallback.h [new file with mode: 0755]
src/Sound/config.xml [new file with mode: 0755]
src/Sound/plugin_config.cpp [new file with mode: 0755]
src/Sound/plugin_config.h [new file with mode: 0755]
src/Sound/plugin_initializer.cpp [new file with mode: 0755]
src/SystemSetting/CMakeLists.txt [new file with mode: 0644]
src/SystemSetting/ConverterSystemSetting.cpp [new file with mode: 0755]
src/SystemSetting/ConverterSystemSetting.h [new file with mode: 0644]
src/SystemSetting/EventGetSetting.h [new file with mode: 0644]
src/SystemSetting/EventSetRingtone.h [new file with mode: 0644]
src/SystemSetting/EventSetSetting.h [new file with mode: 0644]
src/SystemSetting/EventSetWallpaper.h [new file with mode: 0644]
src/SystemSetting/ISystemSetting.cpp [new file with mode: 0644]
src/SystemSetting/ISystemSetting.h [new file with mode: 0644]
src/SystemSetting/ISystemSettingType.h [new file with mode: 0644]
src/SystemSetting/JSSystemSetting.cpp [new file with mode: 0755]
src/SystemSetting/JSSystemSetting.h [new file with mode: 0644]
src/SystemSetting/SystemSetting.cpp [new file with mode: 0755]
src/SystemSetting/SystemSetting.h [new file with mode: 0644]
src/SystemSetting/SystemSettingAsyncCallbackManager.cpp [new file with mode: 0644]
src/SystemSetting/SystemSettingAsyncCallbackManager.h [new file with mode: 0644]
src/SystemSetting/SystemSettingFactory.cpp [new file with mode: 0644]
src/SystemSetting/SystemSettingFactory.h [new file with mode: 0644]
src/SystemSetting/SystemSettingResponseDispatcher.cpp [new file with mode: 0755]
src/SystemSetting/SystemSettingResponseDispatcher.h [new file with mode: 0644]
src/SystemSetting/config.xml [new file with mode: 0644]
src/SystemSetting/plugin_config.cpp [new file with mode: 0644]
src/SystemSetting/plugin_config.h [new file with mode: 0644]
src/SystemSetting/plugin_config_impl.h [new file with mode: 0755]
src/SystemSetting/plugin_initializer.cpp [new file with mode: 0644]
src/Systeminfo/CMakeLists.txt [new file with mode: 0755]
src/Systeminfo/JSSystemInfo.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfo.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoBattery.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoBattery.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoBuild.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoBuild.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoCellularNetwork.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoCellularNetwork.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoCpu.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoCpu.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoDeviceCapability.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoDeviceCapability.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoDeviceOrientation.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoDeviceOrientation.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoDisplay.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoDisplay.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoLocale.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoLocale.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoMemory.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoMemory.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoNetwork.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoNetwork.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoPeripheral.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoPeripheral.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoProperty.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoProperty.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoSIM.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoSIM.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoStorage.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoStorage.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoStorageUnit.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoStorageUnit.h [new file with mode: 0755]
src/Systeminfo/JSSystemInfoWifiNetwork.cpp [new file with mode: 0755]
src/Systeminfo/JSSystemInfoWifiNetwork.h [new file with mode: 0755]
src/Systeminfo/SystemInfo.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfo.h [new file with mode: 0755]
src/Systeminfo/SystemInfoBattery.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoBattery.h [new file with mode: 0755]
src/Systeminfo/SystemInfoBuild.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoBuild.h [new file with mode: 0755]
src/Systeminfo/SystemInfoCellularNetwork.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoCellularNetwork.h [new file with mode: 0755]
src/Systeminfo/SystemInfoCpu.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoCpu.h [new file with mode: 0755]
src/Systeminfo/SystemInfoDeviceCapability.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoDeviceCapability.h [new file with mode: 0755]
src/Systeminfo/SystemInfoDeviceOrientation.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoDeviceOrientation.h [new file with mode: 0755]
src/Systeminfo/SystemInfoDisplay.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoDisplay.h [new file with mode: 0755]
src/Systeminfo/SystemInfoLocale.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoLocale.h [new file with mode: 0755]
src/Systeminfo/SystemInfoMemory.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoMemory.h [new file with mode: 0755]
src/Systeminfo/SystemInfoNetwork.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoNetwork.h [new file with mode: 0755]
src/Systeminfo/SystemInfoPeripheral.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoPeripheral.h [new file with mode: 0755]
src/Systeminfo/SystemInfoProperty.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoProperty.h [new file with mode: 0755]
src/Systeminfo/SystemInfoPropertySuccessCallbackData.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoPropertySuccessCallbackData.h [new file with mode: 0755]
src/Systeminfo/SystemInfoSIM.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoSIM.h [new file with mode: 0755]
src/Systeminfo/SystemInfoStorage.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoStorage.h [new file with mode: 0755]
src/Systeminfo/SystemInfoStorageUnit.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoStorageUnit.h [new file with mode: 0755]
src/Systeminfo/SystemInfoUtil.cpp [new file with mode: 0755]
src/Systeminfo/SystemInfoUtil.h [new file with mode: 0755]
src/Systeminfo/SystemInfoWifiNetwork.cpp [new file with mode: 0644]
src/Systeminfo/SystemInfoWifiNetwork.h [new file with mode: 0755]
src/Systeminfo/SysteminfoDeviceCapabilityKeys.h [new file with mode: 0755]
src/Systeminfo/config.xml [new file with mode: 0755]
src/Systeminfo/plugin_config.cpp [new file with mode: 0755]
src/Systeminfo/plugin_config.h [new file with mode: 0755]
src/Systeminfo/plugin_config_impl.h [new file with mode: 0755]
src/Systeminfo/plugin_initializer.cpp [new file with mode: 0755]
src/TimeUtil/CMakeLists.txt [new file with mode: 0755]
src/TimeUtil/DurationProperties.h [new file with mode: 0755]
src/TimeUtil/JSTZDate.cpp [new file with mode: 0755]
src/TimeUtil/JSTZDate.h [new file with mode: 0755]
src/TimeUtil/JSTimeDuration.cpp [new file with mode: 0755]
src/TimeUtil/JSTimeDuration.h [new file with mode: 0755]
src/TimeUtil/JSTimeUtil.cpp [new file with mode: 0755]
src/TimeUtil/JSTimeUtil.h [new file with mode: 0755]
src/TimeUtil/TZDate.cpp [new file with mode: 0755]
src/TimeUtil/TZDate.h [new file with mode: 0755]
src/TimeUtil/TZDateProperties.h [new file with mode: 0755]
src/TimeUtil/TimeDuration.cpp [new file with mode: 0755]
src/TimeUtil/TimeDuration.h [new file with mode: 0755]
src/TimeUtil/TimeUtil.cpp [new file with mode: 0755]
src/TimeUtil/TimeUtil.h [new file with mode: 0755]
src/TimeUtil/TimeUtilConverter.cpp [new file with mode: 0755]
src/TimeUtil/TimeUtilConverter.h [new file with mode: 0755]
src/TimeUtil/TimeUtilTools.cpp [new file with mode: 0755]
src/TimeUtil/TimeUtilTools.h [new file with mode: 0755]
src/TimeUtil/config.xml [new file with mode: 0755]
src/TimeUtil/plugin_config_impl.h [new file with mode: 0755]
src/TimeUtil/plugin_initializer.cpp [new file with mode: 0755]
src/Tizen/AbstractFilter.cpp [new file with mode: 0644]
src/Tizen/AbstractFilter.h [new file with mode: 0644]
src/Tizen/Any.cpp [new file with mode: 0644]
src/Tizen/Any.h [new file with mode: 0644]
src/Tizen/AttributeFilter.cpp [new file with mode: 0644]
src/Tizen/AttributeFilter.h [new file with mode: 0644]
src/Tizen/AttributeRangeFilter.cpp [new file with mode: 0644]
src/Tizen/AttributeRangeFilter.h [new file with mode: 0644]
src/Tizen/CMakeLists.txt [new file with mode: 0644]
src/Tizen/CompositeFilter.cpp [new file with mode: 0644]
src/Tizen/CompositeFilter.h [new file with mode: 0644]
src/Tizen/FilterIterator.cpp [new file with mode: 0644]
src/Tizen/FilterIterator.h [new file with mode: 0644]
src/Tizen/JSAttributeFilter.cpp [new file with mode: 0644]
src/Tizen/JSAttributeFilter.h [new file with mode: 0644]
src/Tizen/JSAttributeRangeFilter.cpp [new file with mode: 0644]
src/Tizen/JSAttributeRangeFilter.h [new file with mode: 0644]
src/Tizen/JSCompositeFilter.cpp [new file with mode: 0644]
src/Tizen/JSCompositeFilter.h [new file with mode: 0644]
src/Tizen/JSSimpleCoordinates.cpp [new file with mode: 0644]
src/Tizen/JSSimpleCoordinates.h [new file with mode: 0644]
src/Tizen/JSSortMode.cpp [new file with mode: 0644]
src/Tizen/JSSortMode.h [new file with mode: 0644]
src/Tizen/JSTizen.cpp [new file with mode: 0644]
src/Tizen/JSTizen.h [new file with mode: 0644]
src/Tizen/PluginPriv.cpp [new file with mode: 0644]
src/Tizen/PluginPriv.h [new file with mode: 0644]
src/Tizen/SimpleCoordinates.cpp [new file with mode: 0644]
src/Tizen/SimpleCoordinates.h [new file with mode: 0644]
src/Tizen/SortMode.cpp [new file with mode: 0644]
src/Tizen/SortMode.h [new file with mode: 0644]
src/Tizen/config.xml [new file with mode: 0644]
src/Tizen/plugin_config.cpp [new file with mode: 0644]
src/Tizen/plugin_config.h [new file with mode: 0644]
src/Tizen/plugin_initializer.cpp [new file with mode: 0644]
wrt-plugins-tizen.manifest [new file with mode: 0644]