tizen 2.3 release tizen_2.3 submit/tizen_2.3/20150202.082020 tizen_2.3_release
authorjk7744.park <jk7744.park@samsung.com>
Sun, 1 Feb 2015 05:37:21 +0000 (14:37 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Sun, 1 Feb 2015 05:37:21 +0000 (14:37 +0900)
commit231be13d74b5891ab4140fabd31113d0f65cb3dc
tree94c853d54fcce07c894ed6870ffd8a8b6df80690
parent76ac912343601e7ad4ff60985b014142b292e3d6
tizen 2.3 release
673 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-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-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-package.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-power.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/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/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/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/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/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/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/JSSoundManager.cpp [new file with mode: 0755]
src/Sound/JSSoundManager.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: 0755]
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]