Tizen 2.0 Release tizen_2.0 accepted/tizen_2.0/20130215.202742 submit/tizen_2.0/20130215.191925
authorHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 15:33:31 +0000 (00:33 +0900)
committerHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 15:33:31 +0000 (00:33 +0900)
commit2c2b61551c657e5ab05cce7bf320b43c62de1258
tree1ac1bd394d29af1ef80ce92e895bcbdf95c8620f
parenta3f30e3e61a72e5d9c0252d3edc359c2c12887a5
Tizen 2.0 Release
1222 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0755]
LICENSE.APLv2 [new file with mode: 0644]
NOTICE [new file with mode: 0644]
clean.sh [new file with mode: 0755]
config.dtd [new file with mode: 0644]
debian_DEPRECATED/changelog [new file with mode: 0644]
debian_DEPRECATED/compat [new file with mode: 0755]
debian_DEPRECATED/control [new file with mode: 0755]
debian_DEPRECATED/rules [new file with mode: 0755]
debian_DEPRECATED/wrt-plugins-tizen.install.in [new file with mode: 0755]
packaging/wrt-plugins-tizen.spec [new file with mode: 0755]
src/CMakeLists.txt [new file with mode: 0644]
src/platform/API/Application/ApplicationCert.cpp [new file with mode: 0644]
src/platform/API/Application/ApplicationCert.h [new file with mode: 0644]
src/platform/API/Application/ApplicationContext.cpp [new file with mode: 0755]
src/platform/API/Application/ApplicationContext.h [new file with mode: 0755]
src/platform/API/Application/ApplicationControl.cpp [new file with mode: 0755]
src/platform/API/Application/ApplicationControl.h [new file with mode: 0755]
src/platform/API/Application/ApplicationControlData.cpp [new file with mode: 0755]
src/platform/API/Application/ApplicationControlData.h [new file with mode: 0755]
src/platform/API/Application/ApplicationFactory.cpp [new file with mode: 0755]
src/platform/API/Application/ApplicationFactory.h [new file with mode: 0755]
src/platform/API/Application/ApplicationInformation.cpp [new file with mode: 0755]
src/platform/API/Application/ApplicationInformation.h [new file with mode: 0755]
src/platform/API/Application/ApplicationInstallInfo.cpp [new file with mode: 0755]
src/platform/API/Application/ApplicationInstallInfo.h [new file with mode: 0755]
src/platform/API/Application/EventApplicationAddAppInfoEventListener.h [new file with mode: 0755]
src/platform/API/Application/EventApplicationAppInfoEventListener.h [new file with mode: 0755]
src/platform/API/Application/EventApplicationFindAppControl.h [new file with mode: 0755]
src/platform/API/Application/EventApplicationGetAppCerts.h [new file with mode: 0644]
src/platform/API/Application/EventApplicationGetAppContext.h [new file with mode: 0755]
src/platform/API/Application/EventApplicationGetAppInfo.h [new file with mode: 0755]
src/platform/API/Application/EventApplicationGetAppsContext.h [new file with mode: 0755]
src/platform/API/Application/EventApplicationGetAppsInfo.h [new file with mode: 0755]
src/platform/API/Application/EventApplicationGetCurrApp.h [new file with mode: 0644]
src/platform/API/Application/EventApplicationGetRequestedAppControl.h [new file with mode: 0644]
src/platform/API/Application/EventApplicationInstall.h [new file with mode: 0755]
src/platform/API/Application/EventApplicationKill.h [new file with mode: 0755]
src/platform/API/Application/EventApplicationLaunch.h [new file with mode: 0755]
src/platform/API/Application/EventApplicationLaunchAppControl.h [new file with mode: 0755]
src/platform/API/Application/EventApplicationRemoveAppInfoEventListener.h [new file with mode: 0755]
src/platform/API/Application/IApplicationManager.cpp [new file with mode: 0644]
src/platform/API/Application/IApplicationManager.h [new file with mode: 0644]
src/platform/API/Application/RequestedApplicationControl.cpp [new file with mode: 0644]
src/platform/API/Application/RequestedApplicationControl.h [new file with mode: 0644]
src/platform/API/Application/config.cmake [new file with mode: 0755]
src/platform/API/Bluetooth/BTDevice.h [new file with mode: 0644]
src/platform/API/Bluetooth/BluetoothFactory.cpp [new file with mode: 0644]
src/platform/API/Bluetooth/BluetoothFactory.h [new file with mode: 0644]
src/platform/API/Bluetooth/BluetoothProperty.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTConnectToServiceByUUID.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTCreateDestroyBonding.cpp [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTCreateDestroyBonding.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTGetAdapter.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTGetDevice.cpp [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTGetDevice.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTGetKnownDevices.cpp [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTGetKnownDevices.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTOnDiscoveryDevices.cpp [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTOnDiscoveryDevices.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTRegisterRFCOMM.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTServiceOnConnect.cpp [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTServiceOnConnect.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTSetName.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTSetPowered.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTSetVisible.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTSocketNotification.cpp [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTSocketNotification.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTStopDiscovery.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTUnregisterRFCOMM.h [new file with mode: 0644]
src/platform/API/Bluetooth/IBluetoothAdapterManager.cpp [new file with mode: 0644]
src/platform/API/Bluetooth/IBluetoothAdapterManager.h [new file with mode: 0644]
src/platform/API/Bluetooth/IBluetoothDeviceManager.cpp [new file with mode: 0644]
src/platform/API/Bluetooth/IBluetoothDeviceManager.h [new file with mode: 0644]
src/platform/API/Bluetooth/IBluetoothServiceHandlerManager.cpp [new file with mode: 0644]
src/platform/API/Bluetooth/IBluetoothServiceHandlerManager.h [new file with mode: 0644]
src/platform/API/Bluetooth/IBluetoothSocketManager.cpp [new file with mode: 0644]
src/platform/API/Bluetooth/IBluetoothSocketManager.h [new file with mode: 0644]
src/platform/API/Bluetooth/config.cmake [new file with mode: 0644]
src/platform/API/Calendar/CalendarEvent.cpp [new file with mode: 0755]
src/platform/API/Calendar/CalendarEvent.h [new file with mode: 0755]
src/platform/API/Calendar/CalendarFactory.cpp [new file with mode: 0755]
src/platform/API/Calendar/CalendarFactory.h [new file with mode: 0755]
src/platform/API/Calendar/EventAlarm.cpp [new file with mode: 0755]
src/platform/API/Calendar/EventAlarm.h [new file with mode: 0755]
src/platform/API/Calendar/EventAttendee.cpp [new file with mode: 0755]
src/platform/API/Calendar/EventAttendee.h [new file with mode: 0755]
src/platform/API/Calendar/EventId.cpp [new file with mode: 0755]
src/platform/API/Calendar/EventId.h [new file with mode: 0755]
src/platform/API/Calendar/EventRecurrenceRule.cpp [new file with mode: 0755]
src/platform/API/Calendar/EventRecurrenceRule.h [new file with mode: 0755]
src/platform/API/Calendar/ICalendar.cpp [new file with mode: 0755]
src/platform/API/Calendar/ICalendar.h [new file with mode: 0755]
src/platform/API/Calendar/ICalendarManager.cpp [new file with mode: 0755]
src/platform/API/Calendar/ICalendarManager.h [new file with mode: 0755]
src/platform/API/Calendar/IEventAddEvent.h [new file with mode: 0755]
src/platform/API/Calendar/IEventAddEvents.h [new file with mode: 0755]
src/platform/API/Calendar/IEventClearWatch.h [new file with mode: 0755]
src/platform/API/Calendar/IEventCreateEventFromString.h [new file with mode: 0755]
src/platform/API/Calendar/IEventDeleteEvent.h [new file with mode: 0755]
src/platform/API/Calendar/IEventDeleteEvents.h [new file with mode: 0755]
src/platform/API/Calendar/IEventExpandEventRecurrence.h [new file with mode: 0755]
src/platform/API/Calendar/IEventExportEventToString.h [new file with mode: 0755]
src/platform/API/Calendar/IEventFindEvents.h [new file with mode: 0755]
src/platform/API/Calendar/IEventGet.h [new file with mode: 0755]
src/platform/API/Calendar/IEventGetCalendar.h [new file with mode: 0755]
src/platform/API/Calendar/IEventGetCalendars.h [new file with mode: 0755]
src/platform/API/Calendar/IEventGetDefaultCalendar.h [new file with mode: 0755]
src/platform/API/Calendar/IEventUpdateEvent.h [new file with mode: 0755]
src/platform/API/Calendar/IEventUpdateEvents.h [new file with mode: 0755]
src/platform/API/Calendar/IEventWatchChanges.h [new file with mode: 0755]
src/platform/API/Calendar/OnEventsChanged.h [new file with mode: 0755]
src/platform/API/Calendar/config.cmake [new file with mode: 0755]
src/platform/API/Callhistory/CallHistoryDefine.h [new file with mode: 0755]
src/platform/API/Callhistory/CallHistoryEntryProperties.cpp [new file with mode: 0755]
src/platform/API/Callhistory/CallHistoryEntryProperties.h [new file with mode: 0755]
src/platform/API/Callhistory/CallHistoryFactory.cpp [new file with mode: 0755]
src/platform/API/Callhistory/CallHistoryFactory.h [new file with mode: 0755]
src/platform/API/Callhistory/EventCallHistory.h [new file with mode: 0755]
src/platform/API/Callhistory/EventCallHistoryListener.cpp [new file with mode: 0755]
src/platform/API/Callhistory/EventCallHistoryListener.h [new file with mode: 0755]
src/platform/API/Callhistory/EventCallHistoryTemplate.h [new file with mode: 0755]
src/platform/API/Callhistory/EventFindCallHistory.cpp [new file with mode: 0755]
src/platform/API/Callhistory/EventFindCallHistory.h [new file with mode: 0755]
src/platform/API/Callhistory/EventRemoveAll.h [new file with mode: 0755]
src/platform/API/Callhistory/EventRemoveBatch.h [new file with mode: 0755]
src/platform/API/Callhistory/ICallHistory.cpp [new file with mode: 0755]
src/platform/API/Callhistory/ICallHistory.h [new file with mode: 0755]
src/platform/API/Callhistory/ICallHistoryEntry.cpp [new file with mode: 0755]
src/platform/API/Callhistory/ICallHistoryEntry.h [new file with mode: 0755]
src/platform/API/Callhistory/RemoteParty.h [new file with mode: 0755]
src/platform/API/Callhistory/config.cmake [new file with mode: 0755]
src/platform/API/Contact/ContactAddress.cpp [new file with mode: 0755]
src/platform/API/Contact/ContactAddress.h [new file with mode: 0755]
src/platform/API/Contact/ContactAnniversary.cpp [new file with mode: 0755]
src/platform/API/Contact/ContactAnniversary.h [new file with mode: 0755]
src/platform/API/Contact/ContactEmailAddress.cpp [new file with mode: 0755]
src/platform/API/Contact/ContactEmailAddress.h [new file with mode: 0755]
src/platform/API/Contact/ContactFactory.cpp [new file with mode: 0755]
src/platform/API/Contact/ContactFactory.h [new file with mode: 0755]
src/platform/API/Contact/ContactGroup.cpp [new file with mode: 0755]
src/platform/API/Contact/ContactGroup.h [new file with mode: 0755]
src/platform/API/Contact/ContactName.cpp [new file with mode: 0755]
src/platform/API/Contact/ContactName.h [new file with mode: 0755]
src/platform/API/Contact/ContactOrganization.cpp [new file with mode: 0755]
src/platform/API/Contact/ContactOrganization.h [new file with mode: 0755]
src/platform/API/Contact/ContactPhoneNumber.cpp [new file with mode: 0755]
src/platform/API/Contact/ContactPhoneNumber.h [new file with mode: 0755]
src/platform/API/Contact/ContactRef.cpp [new file with mode: 0755]
src/platform/API/Contact/ContactRef.h [new file with mode: 0755]
src/platform/API/Contact/ContactTypes.h [new file with mode: 0755]
src/platform/API/Contact/ContactWebSite.cpp [new file with mode: 0755]
src/platform/API/Contact/ContactWebSite.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookAdd.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookAddBatch.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookAddChangeListener.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookAddGroup.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookChangeListener.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookFind.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookGet.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookGetGroup.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookGetGroups.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookRemove.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookRemoveBatch.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookRemoveChangeListener.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookRemoveGroup.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookUpdate.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookUpdateBatch.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookUpdateGroup.h [new file with mode: 0755]
src/platform/API/Contact/EventContactManagerAddChangeListener.h [new file with mode: 0755]
src/platform/API/Contact/EventContactManagerChangeListener.h [new file with mode: 0755]
src/platform/API/Contact/EventContactManagerFind.h [new file with mode: 0755]
src/platform/API/Contact/EventContactManagerGet.h [new file with mode: 0755]
src/platform/API/Contact/EventContactManagerGetAddressBook.h [new file with mode: 0755]
src/platform/API/Contact/EventContactManagerGetAddressBooks.h [new file with mode: 0755]
src/platform/API/Contact/EventContactManagerGetDefaultAddressBook.h [new file with mode: 0755]
src/platform/API/Contact/EventContactManagerRemove.h [new file with mode: 0755]
src/platform/API/Contact/EventContactManagerRemoveBatch.h [new file with mode: 0755]
src/platform/API/Contact/EventContactManagerRemoveChangeListener.h [new file with mode: 0755]
src/platform/API/Contact/EventContactManagerUpdate.h [new file with mode: 0755]
src/platform/API/Contact/EventContactManagerUpdateBatch.h [new file with mode: 0755]
src/platform/API/Contact/EventPersonLink.h [new file with mode: 0755]
src/platform/API/Contact/EventPersonUnlink.h [new file with mode: 0755]
src/platform/API/Contact/IAddressBook.cpp [new file with mode: 0755]
src/platform/API/Contact/IAddressBook.h [new file with mode: 0755]
src/platform/API/Contact/IContact.cpp [new file with mode: 0755]
src/platform/API/Contact/IContact.h [new file with mode: 0755]
src/platform/API/Contact/IContactEventPrivateData.h [new file with mode: 0755]
src/platform/API/Contact/IContactManager.cpp [new file with mode: 0755]
src/platform/API/Contact/IContactManager.h [new file with mode: 0755]
src/platform/API/Contact/IPerson.cpp [new file with mode: 0755]
src/platform/API/Contact/IPerson.h [new file with mode: 0755]
src/platform/API/Contact/config.cmake [new file with mode: 0755]
src/platform/API/Content/IEventBrowseFolder.h [new file with mode: 0755]
src/platform/API/Content/IEventFindFolder.h [new file with mode: 0755]
src/platform/API/Content/IEventFindMedia.h [new file with mode: 0755]
src/platform/API/Content/IEventUpdateMedia.h [new file with mode: 0755]
src/platform/API/Content/IEventUpdateMediaItems.h [new file with mode: 0755]
src/platform/API/Content/IMediacontentManager.cpp [new file with mode: 0755]
src/platform/API/Content/IMediacontentManager.h [new file with mode: 0755]
src/platform/API/Content/MediacontentAudio.cpp [new file with mode: 0755]
src/platform/API/Content/MediacontentAudio.h [new file with mode: 0755]
src/platform/API/Content/MediacontentFactory.cpp [new file with mode: 0755]
src/platform/API/Content/MediacontentFactory.h [new file with mode: 0755]
src/platform/API/Content/MediacontentFolder.cpp [new file with mode: 0755]
src/platform/API/Content/MediacontentFolder.h [new file with mode: 0755]
src/platform/API/Content/MediacontentImage.cpp [new file with mode: 0755]
src/platform/API/Content/MediacontentImage.h [new file with mode: 0755]
src/platform/API/Content/MediacontentLyrics.cpp [new file with mode: 0755]
src/platform/API/Content/MediacontentLyrics.h [new file with mode: 0755]
src/platform/API/Content/MediacontentMedia.cpp [new file with mode: 0755]
src/platform/API/Content/MediacontentMedia.h [new file with mode: 0755]
src/platform/API/Content/MediacontentVideo.cpp [new file with mode: 0755]
src/platform/API/Content/MediacontentVideo.h [new file with mode: 0755]
src/platform/API/Content/config.cmake [new file with mode: 0755]
src/platform/API/Download/DownloadRequest.cpp [new file with mode: 0644]
src/platform/API/Download/DownloadRequest.h [new file with mode: 0644]
src/platform/API/Download/IDownloadManager.cpp [new file with mode: 0755]
src/platform/API/Download/IDownloadManager.h [new file with mode: 0755]
src/platform/API/Download/IEventCancelDownload.h [new file with mode: 0644]
src/platform/API/Download/IEventGetDownloadRequest.h [new file with mode: 0644]
src/platform/API/Download/IEventGetMIMEType.h [new file with mode: 0644]
src/platform/API/Download/IEventGetState.h [new file with mode: 0755]
src/platform/API/Download/IEventPauseDownload.h [new file with mode: 0755]
src/platform/API/Download/IEventResumeDownload.h [new file with mode: 0755]
src/platform/API/Download/IEventSetListener.h [new file with mode: 0755]
src/platform/API/Download/IEventStartDownload.h [new file with mode: 0755]
src/platform/API/Download/OnDownloadStateChanged.h [new file with mode: 0755]
src/platform/API/Download/config.cmake [new file with mode: 0755]
src/platform/API/Filesystem/Enums.h [new file with mode: 0755]
src/platform/API/Filesystem/EventCopy.cpp [new file with mode: 0755]
src/platform/API/Filesystem/EventCopy.h [new file with mode: 0755]
src/platform/API/Filesystem/EventCreate.cpp [new file with mode: 0755]
src/platform/API/Filesystem/EventCreate.h [new file with mode: 0755]
src/platform/API/Filesystem/EventFind.cpp [new file with mode: 0755]
src/platform/API/Filesystem/EventFind.h [new file with mode: 0755]
src/platform/API/Filesystem/EventGetStorage.cpp [new file with mode: 0755]
src/platform/API/Filesystem/EventGetStorage.h [new file with mode: 0755]
src/platform/API/Filesystem/EventListNodes.cpp [new file with mode: 0755]
src/platform/API/Filesystem/EventListNodes.h [new file with mode: 0755]
src/platform/API/Filesystem/EventListStorages.cpp [new file with mode: 0755]
src/platform/API/Filesystem/EventListStorages.h [new file with mode: 0755]
src/platform/API/Filesystem/EventMove.cpp [new file with mode: 0755]
src/platform/API/Filesystem/EventMove.h [new file with mode: 0755]
src/platform/API/Filesystem/EventOpen.cpp [new file with mode: 0755]
src/platform/API/Filesystem/EventOpen.h [new file with mode: 0755]
src/platform/API/Filesystem/EventReadText.cpp [new file with mode: 0755]
src/platform/API/Filesystem/EventReadText.h [new file with mode: 0755]
src/platform/API/Filesystem/EventRemove.cpp [new file with mode: 0755]
src/platform/API/Filesystem/EventRemove.h [new file with mode: 0755]
src/platform/API/Filesystem/EventResolve.cpp [new file with mode: 0755]
src/platform/API/Filesystem/EventResolve.h [new file with mode: 0755]
src/platform/API/Filesystem/EventStorageStateChanged.h [new file with mode: 0755]
src/platform/API/Filesystem/EventStoragestateChanged.cpp [new file with mode: 0755]
src/platform/API/Filesystem/IManager.cpp [new file with mode: 0755]
src/platform/API/Filesystem/IManager.h [new file with mode: 0755]
src/platform/API/Filesystem/INode.cpp [new file with mode: 0755]
src/platform/API/Filesystem/INode.h [new file with mode: 0755]
src/platform/API/Filesystem/INodeTypes.h [new file with mode: 0755]
src/platform/API/Filesystem/IPath.cpp [new file with mode: 0755]
src/platform/API/Filesystem/IPath.h [new file with mode: 0755]
src/platform/API/Filesystem/IStream.cpp [new file with mode: 0755]
src/platform/API/Filesystem/IStream.h [new file with mode: 0755]
src/platform/API/Filesystem/NodeFilter.cpp [new file with mode: 0755]
src/platform/API/Filesystem/NodeFilter.h [new file with mode: 0755]
src/platform/API/Filesystem/PathUtils.cpp [new file with mode: 0755]
src/platform/API/Filesystem/PathUtils.h [new file with mode: 0755]
src/platform/API/Filesystem/StorageProperties.cpp [new file with mode: 0755]
src/platform/API/Filesystem/StorageProperties.h [new file with mode: 0755]
src/platform/API/Filesystem/config.cmake [new file with mode: 0755]
src/platform/API/Filter/AnyType.cpp [new file with mode: 0755]
src/platform/API/Filter/AnyType.h [new file with mode: 0755]
src/platform/API/Filter/AttributeFilter.cpp [new file with mode: 0644]
src/platform/API/Filter/AttributeFilter.h [new file with mode: 0644]
src/platform/API/Filter/AttributeRangeFilter.cpp [new file with mode: 0644]
src/platform/API/Filter/AttributeRangeFilter.h [new file with mode: 0644]
src/platform/API/Filter/CompositeFilter.cpp [new file with mode: 0644]
src/platform/API/Filter/CompositeFilter.h [new file with mode: 0644]
src/platform/API/Filter/FilterFactory.cpp [new file with mode: 0644]
src/platform/API/Filter/FilterFactory.h [new file with mode: 0644]
src/platform/API/Filter/FilterTypes.h [new file with mode: 0644]
src/platform/API/Filter/FilterValidator.cpp [new file with mode: 0644]
src/platform/API/Filter/FilterValidator.h [new file with mode: 0644]
src/platform/API/Filter/IFilter.cpp [new file with mode: 0644]
src/platform/API/Filter/IFilter.h [new file with mode: 0644]
src/platform/API/Filter/IFilterVisitor.cpp [new file with mode: 0644]
src/platform/API/Filter/IFilterVisitor.h [new file with mode: 0644]
src/platform/API/Filter/SimpleCoordinates.cpp [new file with mode: 0644]
src/platform/API/Filter/SimpleCoordinates.h [new file with mode: 0644]
src/platform/API/Filter/SortMode.cpp [new file with mode: 0644]
src/platform/API/Filter/SortMode.h [new file with mode: 0644]
src/platform/API/Filter/config.cmake [new file with mode: 0755]
src/platform/API/Messaging/AttachmentFactory.cpp [new file with mode: 0755]
src/platform/API/Messaging/AttachmentFactory.h [new file with mode: 0755]
src/platform/API/Messaging/Attachments.cpp [new file with mode: 0755]
src/platform/API/Messaging/Attachments.h [new file with mode: 0755]
src/platform/API/Messaging/BccRecipient.cpp [new file with mode: 0755]
src/platform/API/Messaging/BccRecipient.h [new file with mode: 0755]
src/platform/API/Messaging/Body.cpp [new file with mode: 0755]
src/platform/API/Messaging/Body.h [new file with mode: 0755]
src/platform/API/Messaging/CallbackNumber.cpp [new file with mode: 0755]
src/platform/API/Messaging/CallbackNumber.h [new file with mode: 0755]
src/platform/API/Messaging/CcRecipient.cpp [new file with mode: 0755]
src/platform/API/Messaging/CcRecipient.h [new file with mode: 0755]
src/platform/API/Messaging/ConversationFilterValidator.cpp [new file with mode: 0755]
src/platform/API/Messaging/ConversationFilterValidator.h [new file with mode: 0755]
src/platform/API/Messaging/ConversationFilterValidatorFactory.cpp [new file with mode: 0755]
src/platform/API/Messaging/ConversationFilterValidatorFactory.h [new file with mode: 0755]
src/platform/API/Messaging/EmailAccountInfo.cpp [new file with mode: 0755]
src/platform/API/Messaging/EmailAccountInfo.h [new file with mode: 0755]
src/platform/API/Messaging/EmitterConversationReceived.cpp [new file with mode: 0755]
src/platform/API/Messaging/EmitterConversationReceived.h [new file with mode: 0755]
src/platform/API/Messaging/EmitterFolderReceived.cpp [new file with mode: 0755]
src/platform/API/Messaging/EmitterFolderReceived.h [new file with mode: 0755]
src/platform/API/Messaging/EmitterMessageReceived.cpp [new file with mode: 0755]
src/platform/API/Messaging/EmitterMessageReceived.h [new file with mode: 0755]
src/platform/API/Messaging/EventAddDraftMessage.h [new file with mode: 0755]
src/platform/API/Messaging/EventDeleteConversations.h [new file with mode: 0755]
src/platform/API/Messaging/EventDeleteMessage.h [new file with mode: 0755]
src/platform/API/Messaging/EventDeleteMessages.h [new file with mode: 0755]
src/platform/API/Messaging/EventGetConversationId.h [new file with mode: 0755]
src/platform/API/Messaging/EventGetMessagingService.h [new file with mode: 0755]
src/platform/API/Messaging/EventMessageReceived.cpp [new file with mode: 0755]
src/platform/API/Messaging/EventMessageReceived.h [new file with mode: 0755]
src/platform/API/Messaging/EventMessagingService.h [new file with mode: 0755]
src/platform/API/Messaging/EventMessagingStorage.h [new file with mode: 0755]
src/platform/API/Messaging/EventOnSendingFailed.h [new file with mode: 0755]
src/platform/API/Messaging/EventQueryConversations.h [new file with mode: 0755]
src/platform/API/Messaging/EventQueryFolders.h [new file with mode: 0755]
src/platform/API/Messaging/EventQueryMessages.h [new file with mode: 0755]
src/platform/API/Messaging/EventSendMessage.h [new file with mode: 0755]
src/platform/API/Messaging/EventUpdateMessage.h [new file with mode: 0755]
src/platform/API/Messaging/EventUpdateMessages.h [new file with mode: 0755]
src/platform/API/Messaging/FolderFilterValidator.cpp [new file with mode: 0755]
src/platform/API/Messaging/FolderFilterValidator.h [new file with mode: 0755]
src/platform/API/Messaging/FolderFilterValidatorFactory.cpp [new file with mode: 0755]
src/platform/API/Messaging/FolderFilterValidatorFactory.h [new file with mode: 0755]
src/platform/API/Messaging/From.cpp [new file with mode: 0755]
src/platform/API/Messaging/From.h [new file with mode: 0755]
src/platform/API/Messaging/IAttachment.cpp [new file with mode: 0755]
src/platform/API/Messaging/IAttachment.h [new file with mode: 0755]
src/platform/API/Messaging/IBinarySms.cpp [new file with mode: 0755]
src/platform/API/Messaging/IBinarySms.h [new file with mode: 0755]
src/platform/API/Messaging/IConversation.h [new file with mode: 0755]
src/platform/API/Messaging/IEmail.cpp [new file with mode: 0755]
src/platform/API/Messaging/IEmail.h [new file with mode: 0755]
src/platform/API/Messaging/IEmailAccount.cpp [new file with mode: 0755]
src/platform/API/Messaging/IEmailAccount.h [new file with mode: 0755]
src/platform/API/Messaging/IEmptyMessage.cpp [new file with mode: 0755]
src/platform/API/Messaging/IEmptyMessage.h [new file with mode: 0755]
src/platform/API/Messaging/IMessage.cpp [new file with mode: 0755]
src/platform/API/Messaging/IMessage.h [new file with mode: 0755]
src/platform/API/Messaging/IMessageFolder.h [new file with mode: 0755]
src/platform/API/Messaging/IMessaging.cpp [new file with mode: 0755]
src/platform/API/Messaging/IMessaging.h [new file with mode: 0755]
src/platform/API/Messaging/IMessagingService.cpp [new file with mode: 0755]
src/platform/API/Messaging/IMessagingService.h [new file with mode: 0755]
src/platform/API/Messaging/IMessagingServiceManager.cpp [new file with mode: 0755]
src/platform/API/Messaging/IMessagingServiceManager.h [new file with mode: 0755]
src/platform/API/Messaging/IMessagingTypes.h [new file with mode: 0755]
src/platform/API/Messaging/IMms.cpp [new file with mode: 0755]
src/platform/API/Messaging/IMms.h [new file with mode: 0755]
src/platform/API/Messaging/IMmsSlide.h [new file with mode: 0755]
src/platform/API/Messaging/IMmsSlideProperties.h [new file with mode: 0755]
src/platform/API/Messaging/IMmsSlides.h [new file with mode: 0755]
src/platform/API/Messaging/ISms.cpp [new file with mode: 0755]
src/platform/API/Messaging/ISms.h [new file with mode: 0755]
src/platform/API/Messaging/MessageEventPrivateData.h [new file with mode: 0755]
src/platform/API/Messaging/MessageFactory.cpp [new file with mode: 0755]
src/platform/API/Messaging/MessageFactory.h [new file with mode: 0755]
src/platform/API/Messaging/MessageFilterValidator.cpp [new file with mode: 0755]
src/platform/API/Messaging/MessageFilterValidator.h [new file with mode: 0755]
src/platform/API/Messaging/MessageFilterValidatorFactory.cpp [new file with mode: 0755]
src/platform/API/Messaging/MessageFilterValidatorFactory.h [new file with mode: 0755]
src/platform/API/Messaging/MessagePriority.cpp [new file with mode: 0755]
src/platform/API/Messaging/MessagePriority.h [new file with mode: 0755]
src/platform/API/Messaging/MessageProperties.h [new file with mode: 0755]
src/platform/API/Messaging/MessageStorageFactory.cpp [new file with mode: 0755]
src/platform/API/Messaging/MessageStorageFactory.h [new file with mode: 0755]
src/platform/API/Messaging/MessagingFactory.cpp [new file with mode: 0755]
src/platform/API/Messaging/MessagingFactory.h [new file with mode: 0755]
src/platform/API/Messaging/MmsSlide.cpp [new file with mode: 0755]
src/platform/API/Messaging/MmsSlide.h [new file with mode: 0755]
src/platform/API/Messaging/MmsSlideProperty.cpp [new file with mode: 0755]
src/platform/API/Messaging/MmsSlideProperty.h [new file with mode: 0755]
src/platform/API/Messaging/MmsSlides.cpp [new file with mode: 0755]
src/platform/API/Messaging/MmsSlides.h [new file with mode: 0755]
src/platform/API/Messaging/Recipient.cpp [new file with mode: 0755]
src/platform/API/Messaging/Recipient.h [new file with mode: 0755]
src/platform/API/Messaging/ReqReceiverMessage.cpp [new file with mode: 0755]
src/platform/API/Messaging/ReqReceiverMessage.h [new file with mode: 0755]
src/platform/API/Messaging/SourceAddress.cpp [new file with mode: 0755]
src/platform/API/Messaging/SourceAddress.h [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesConversationFilterValidator.cpp [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesConversationFilterValidator.h [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesConversationFilterValidatorFactory.cpp [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesConversationFilterValidatorFactory.h [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesConversationGenerator.cpp [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesConversationGenerator.h [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesFolderFilterValidator.cpp [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesFolderFilterValidator.h [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesFolderFilterValidatorFactory.cpp [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesFolderFilterValidatorFactory.h [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesFolderGenerator.cpp [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesFolderGenerator.h [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesMessageFilterValidator.cpp [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesMessageFilterValidator.h [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesMessageFilterValidatorFactory.cpp [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesMessageFilterValidatorFactory.h [new file with mode: 0755]
src/platform/API/Messaging/StorageChangesMessageGenerator.cpp [new file with mode: 0644]
src/platform/API/Messaging/StorageChangesMessageGenerator.h [new file with mode: 0755]
src/platform/API/Messaging/Subject.cpp [new file with mode: 0755]
src/platform/API/Messaging/Subject.h [new file with mode: 0755]
src/platform/API/Messaging/ToRecipient.cpp [new file with mode: 0644]
src/platform/API/Messaging/ToRecipient.h [new file with mode: 0644]
src/platform/API/Messaging/ValidityPeriodHours.cpp [new file with mode: 0755]
src/platform/API/Messaging/ValidityPeriodHours.h [new file with mode: 0755]
src/platform/API/Messaging/VirtualMessage.cpp [new file with mode: 0755]
src/platform/API/Messaging/VirtualMessage.h [new file with mode: 0755]
src/platform/API/Messaging/config.cmake [new file with mode: 0755]
src/platform/API/Messaging/log.h [new file with mode: 0755]
src/platform/API/NFC/EventNFC.h [new file with mode: 0755]
src/platform/API/NFC/EventNFCChanged.h [new file with mode: 0755]
src/platform/API/NFC/EventTagAction.h [new file with mode: 0755]
src/platform/API/NFC/EventTargetAction.h [new file with mode: 0755]
src/platform/API/NFC/INFCAdapter.cpp [new file with mode: 0755]
src/platform/API/NFC/INFCAdapter.h [new file with mode: 0755]
src/platform/API/NFC/INFCTag.cpp [new file with mode: 0755]
src/platform/API/NFC/INFCTag.h [new file with mode: 0755]
src/platform/API/NFC/INFCTarget.cpp [new file with mode: 0755]
src/platform/API/NFC/INFCTarget.h [new file with mode: 0755]
src/platform/API/NFC/INdefMessage.h [new file with mode: 0755]
src/platform/API/NFC/INdefRecord.h [new file with mode: 0755]
src/platform/API/NFC/NFCFactory.cpp [new file with mode: 0755]
src/platform/API/NFC/NFCFactory.h [new file with mode: 0755]
src/platform/API/NFC/NFCTagProperties.h [new file with mode: 0755]
src/platform/API/NFC/NdefRecordProperties.h [new file with mode: 0755]
src/platform/API/NFC/TagFilter.cpp [new file with mode: 0755]
src/platform/API/NFC/TagFilter.h [new file with mode: 0755]
src/platform/API/NFC/config.cmake [new file with mode: 0755]
src/platform/API/NetworkBearerSelection/EventNetworkBearerRelease.h [new file with mode: 0755]
src/platform/API/NetworkBearerSelection/EventNetworkBearerSelection.h [new file with mode: 0755]
src/platform/API/NetworkBearerSelection/INetworkBearerSelection.cpp [new file with mode: 0755]
src/platform/API/NetworkBearerSelection/INetworkBearerSelection.h [new file with mode: 0755]
src/platform/API/NetworkBearerSelection/NetworkBearerSelectionFactory.cpp [new file with mode: 0755]
src/platform/API/NetworkBearerSelection/NetworkBearerSelectionFactory.h [new file with mode: 0755]
src/platform/API/NetworkBearerSelection/OnNetworkBearerSelectionStateChanged.h [new file with mode: 0755]
src/platform/API/NetworkBearerSelection/config.cmake [new file with mode: 0755]
src/platform/API/Notification/INotification.cpp [new file with mode: 0644]
src/platform/API/Notification/INotification.h [new file with mode: 0644]
src/platform/API/Notification/INotificationManager.cpp [new file with mode: 0644]
src/platform/API/Notification/INotificationManager.h [new file with mode: 0644]
src/platform/API/Notification/NotificationFactory.cpp [new file with mode: 0644]
src/platform/API/Notification/NotificationFactory.h [new file with mode: 0644]
src/platform/API/Notification/config.cmake [new file with mode: 0644]
src/platform/API/Power/IEventGetScreenBrightness.h [new file with mode: 0755]
src/platform/API/Power/IEventIsScreenOn.h [new file with mode: 0644]
src/platform/API/Power/IEventRelease.h [new file with mode: 0755]
src/platform/API/Power/IEventRequest.h [new file with mode: 0755]
src/platform/API/Power/IEventRestoreScreenBrightness.h [new file with mode: 0755]
src/platform/API/Power/IEventSetScreenBrightness.h [new file with mode: 0755]
src/platform/API/Power/IEventSetScreenStateChangeListener.h [new file with mode: 0755]
src/platform/API/Power/IEventTurnScreenOff.h [new file with mode: 0755]
src/platform/API/Power/IEventTurnScreenOn.h [new file with mode: 0755]
src/platform/API/Power/IEventUnsetScreenStateChangeListener.h [new file with mode: 0755]
src/platform/API/Power/IPowerManager.cpp [new file with mode: 0755]
src/platform/API/Power/IPowerManager.h [new file with mode: 0755]
src/platform/API/Power/OnPowerStateChanged.h [new file with mode: 0755]
src/platform/API/Power/PowerCommon.h [new file with mode: 0755]
src/platform/API/Power/config.cmake [new file with mode: 0755]
src/platform/API/SystemSetting/EventGetSetting.h [new file with mode: 0755]
src/platform/API/SystemSetting/EventSetRingtone.h [new file with mode: 0755]
src/platform/API/SystemSetting/EventSetSetting.h [new file with mode: 0755]
src/platform/API/SystemSetting/EventSetWallpaper.h [new file with mode: 0755]
src/platform/API/SystemSetting/ISystemSetting.cpp [new file with mode: 0755]
src/platform/API/SystemSetting/ISystemSetting.h [new file with mode: 0755]
src/platform/API/SystemSetting/ISystemSettingType.h [new file with mode: 0755]
src/platform/API/SystemSetting/SystemSettingFactory.cpp [new file with mode: 0755]
src/platform/API/SystemSetting/SystemSettingFactory.h [new file with mode: 0755]
src/platform/API/SystemSetting/config.cmake [new file with mode: 0644]
src/platform/API/Systeminfo/BaseProperties.h [new file with mode: 0755]
src/platform/API/Systeminfo/EventGetSysteminfo.cpp [new file with mode: 0755]
src/platform/API/Systeminfo/EventGetSysteminfo.h [new file with mode: 0755]
src/platform/API/Systeminfo/EventWatchSysteminfo.cpp [new file with mode: 0755]
src/platform/API/Systeminfo/EventWatchSysteminfo.h [new file with mode: 0755]
src/platform/API/Systeminfo/ISysteminfo.cpp [new file with mode: 0755]
src/platform/API/Systeminfo/ISysteminfo.h [new file with mode: 0755]
src/platform/API/Systeminfo/SysteminfoFactory.cpp [new file with mode: 0755]
src/platform/API/Systeminfo/SysteminfoFactory.h [new file with mode: 0755]
src/platform/API/Systeminfo/SysteminfoPropertyInfo.h [new file with mode: 0755]
src/platform/API/Systeminfo/config.cmake [new file with mode: 0755]
src/platform/API/TimeUtil/DurationProperties.h [new file with mode: 0755]
src/platform/API/TimeUtil/EventSetCurrentTZDate.h [new file with mode: 0755]
src/platform/API/TimeUtil/ITZDate.h [new file with mode: 0755]
src/platform/API/TimeUtil/ITimeUtil.h [new file with mode: 0755]
src/platform/API/TimeUtil/TZDateProperties.h [new file with mode: 0755]
src/platform/API/TimeUtil/TimeUtilFactory.cpp [new file with mode: 0755]
src/platform/API/TimeUtil/TimeUtilFactory.h [new file with mode: 0755]
src/platform/API/TimeUtil/TimezoneProperties.h [new file with mode: 0755]
src/platform/API/TimeUtil/config.cmake [new file with mode: 0755]
src/platform/API/config.cmake [new file with mode: 0755]
src/platform/CMakeLists.txt [new file with mode: 0644]
src/platform/Tizen/Application/AppManagerWrapper.cpp [new file with mode: 0644]
src/platform/Tizen/Application/AppManagerWrapper.h [new file with mode: 0644]
src/platform/Tizen/Application/Application.cpp [new file with mode: 0755]
src/platform/Tizen/Application/Application.h [new file with mode: 0644]
src/platform/Tizen/Application/ApplicationManager.cpp [new file with mode: 0644]
src/platform/Tizen/Application/ApplicationManager.h [new file with mode: 0644]
src/platform/Tizen/Application/config.cmake [new file with mode: 0755]
src/platform/Tizen/Bluetooth/BluetoothAdapterManager.cpp [new file with mode: 0755]
src/platform/Tizen/Bluetooth/BluetoothAdapterManager.h [new file with mode: 0644]
src/platform/Tizen/Bluetooth/BluetoothCBManager.cpp [new file with mode: 0644]
src/platform/Tizen/Bluetooth/BluetoothCBManager.h [new file with mode: 0644]
src/platform/Tizen/Bluetooth/BluetoothDeviceManager.cpp [new file with mode: 0644]
src/platform/Tizen/Bluetooth/BluetoothDeviceManager.h [new file with mode: 0644]
src/platform/Tizen/Bluetooth/BluetoothServiceHandlerManager.cpp [new file with mode: 0644]
src/platform/Tizen/Bluetooth/BluetoothServiceHandlerManager.h [new file with mode: 0644]
src/platform/Tizen/Bluetooth/BluetoothSocketManager.cpp [new file with mode: 0644]
src/platform/Tizen/Bluetooth/BluetoothSocketManager.h [new file with mode: 0644]
src/platform/Tizen/Bluetooth/config.cmake [new file with mode: 0644]
src/platform/Tizen/Calendar/Calendar.cpp [new file with mode: 0755]
src/platform/Tizen/Calendar/Calendar.h [new file with mode: 0755]
src/platform/Tizen/Calendar/CalendarFilter.cpp [new file with mode: 0755]
src/platform/Tizen/Calendar/CalendarFilter.h [new file with mode: 0755]
src/platform/Tizen/Calendar/CalendarFilterValidator.cpp [new file with mode: 0755]
src/platform/Tizen/Calendar/CalendarFilterValidator.h [new file with mode: 0755]
src/platform/Tizen/Calendar/CalendarManager.cpp [new file with mode: 0755]
src/platform/Tizen/Calendar/CalendarManager.h [new file with mode: 0755]
src/platform/Tizen/Calendar/EventWrapper.cpp [new file with mode: 0755]
src/platform/Tizen/Calendar/EventWrapper.h [new file with mode: 0755]
src/platform/Tizen/Calendar/config.cmake [new file with mode: 0755]
src/platform/Tizen/Callhistory/CallHistory.cpp [new file with mode: 0755]
src/platform/Tizen/Callhistory/CallHistory.h [new file with mode: 0755]
src/platform/Tizen/Callhistory/CallHistoryEntry.cpp [new file with mode: 0755]
src/platform/Tizen/Callhistory/CallHistoryEntry.h [new file with mode: 0755]
src/platform/Tizen/Callhistory/CallHistoryFilter.cpp [new file with mode: 0755]
src/platform/Tizen/Callhistory/CallHistoryFilter.h [new file with mode: 0755]
src/platform/Tizen/Callhistory/config.cmake [new file with mode: 0755]
src/platform/Tizen/Contact/AddressBook.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/AddressBook.h [new file with mode: 0755]
src/platform/Tizen/Contact/Contact.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/Contact.h [new file with mode: 0755]
src/platform/Tizen/Contact/ContactFilterValidator.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/ContactFilterValidator.h [new file with mode: 0755]
src/platform/Tizen/Contact/ContactImpl.h [new file with mode: 0755]
src/platform/Tizen/Contact/ContactManager.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/ContactManager.h [new file with mode: 0755]
src/platform/Tizen/Contact/ContactObjectA2PConverter.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/ContactObjectA2PConverter.h [new file with mode: 0755]
src/platform/Tizen/Contact/ContactObjectP2AConverter.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/ContactObjectP2AConverter.h [new file with mode: 0755]
src/platform/Tizen/Contact/ContactSearchEngine.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/ContactSearchEngine.h [new file with mode: 0755]
src/platform/Tizen/Contact/ContactUtility.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/ContactUtility.h [new file with mode: 0755]
src/platform/Tizen/Contact/ContactsSvcChangeListenerManager.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/ContactsSvcChangeListenerManager.h [new file with mode: 0755]
src/platform/Tizen/Contact/ContactsSvcObjectConverter.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/ContactsSvcObjectConverter.h [new file with mode: 0755]
src/platform/Tizen/Contact/ContactsSvcWrapper.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/ContactsSvcWrapper.h [new file with mode: 0755]
src/platform/Tizen/Contact/Person.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/Person.h [new file with mode: 0755]
src/platform/Tizen/Contact/PersonFilterValidator.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/PersonFilterValidator.h [new file with mode: 0755]
src/platform/Tizen/Contact/PersonSearchEngine.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/PersonSearchEngine.h [new file with mode: 0755]
src/platform/Tizen/Contact/config.cmake [new file with mode: 0755]
src/platform/Tizen/Content/MediaFilterValidator.cpp [new file with mode: 0755]
src/platform/Tizen/Content/MediaFilterValidator.h [new file with mode: 0755]
src/platform/Tizen/Content/MediaSearchVisitor.cpp [new file with mode: 0755]
src/platform/Tizen/Content/MediaSearchVisitor.h [new file with mode: 0755]
src/platform/Tizen/Content/MediaWrapper.cpp [new file with mode: 0755]
src/platform/Tizen/Content/MediaWrapper.h [new file with mode: 0755]
src/platform/Tizen/Content/MediacontentManager.cpp [new file with mode: 0755]
src/platform/Tizen/Content/MediacontentManager.h [new file with mode: 0755]
src/platform/Tizen/Content/config.cmake [new file with mode: 0755]
src/platform/Tizen/DBus/Connection.cpp [new file with mode: 0755]
src/platform/Tizen/DBus/Connection.h [new file with mode: 0755]
src/platform/Tizen/DBus/Message.cpp [new file with mode: 0755]
src/platform/Tizen/DBus/Message.h [new file with mode: 0755]
src/platform/Tizen/DBus/MessageEvent.h [new file with mode: 0755]
src/platform/Tizen/DBus/config.cmake [new file with mode: 0644]
src/platform/Tizen/Download/DownloadManager.cpp [new file with mode: 0755]
src/platform/Tizen/Download/DownloadManager.h [new file with mode: 0755]
src/platform/Tizen/Download/config.cmake [new file with mode: 0755]
src/platform/Tizen/Filesystem/Manager.cpp [new file with mode: 0755]
src/platform/Tizen/Filesystem/Manager.h [new file with mode: 0755]
src/platform/Tizen/Filesystem/Node.cpp [new file with mode: 0755]
src/platform/Tizen/Filesystem/Node.h [new file with mode: 0755]
src/platform/Tizen/Filesystem/NodeFilterMatcher.cpp [new file with mode: 0755]
src/platform/Tizen/Filesystem/NodeFilterMatcher.h [new file with mode: 0755]
src/platform/Tizen/Filesystem/Path.cpp [new file with mode: 0755]
src/platform/Tizen/Filesystem/Path.h [new file with mode: 0755]
src/platform/Tizen/Filesystem/Stream.cpp [new file with mode: 0755]
src/platform/Tizen/Filesystem/Stream.h [new file with mode: 0755]
src/platform/Tizen/Filesystem/System.cpp [new file with mode: 0755]
src/platform/Tizen/Filesystem/System.h [new file with mode: 0755]
src/platform/Tizen/Filesystem/Utils.cpp [new file with mode: 0755]
src/platform/Tizen/Filesystem/Utils.h [new file with mode: 0755]
src/platform/Tizen/Filesystem/config.cmake [new file with mode: 0755]
src/platform/Tizen/Messaging/Attachment.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/Attachment.h [new file with mode: 0755]
src/platform/Tizen/Messaging/BinarySms.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/BinarySms.h [new file with mode: 0755]
src/platform/Tizen/Messaging/CallbackMgr.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/CallbackMgr.h [new file with mode: 0755]
src/platform/Tizen/Messaging/Conversation.cpp [new file with mode: 0644]
src/platform/Tizen/Messaging/Conversation.h [new file with mode: 0755]
src/platform/Tizen/Messaging/ConversationQueryGenerator.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/ConversationQueryGenerator.h [new file with mode: 0755]
src/platform/Tizen/Messaging/Email.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/Email.h [new file with mode: 0755]
src/platform/Tizen/Messaging/EmailConverter.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/EmailConverter.h [new file with mode: 0755]
src/platform/Tizen/Messaging/EmailService.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/EmailService.h [new file with mode: 0755]
src/platform/Tizen/Messaging/EmailUtils.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/EmailUtils.h [new file with mode: 0755]
src/platform/Tizen/Messaging/EmptyMessage.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/EmptyMessage.h [new file with mode: 0755]
src/platform/Tizen/Messaging/FolderQueryGenerator.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/FolderQueryGenerator.h [new file with mode: 0755]
src/platform/Tizen/Messaging/ISendingObserver.h [new file with mode: 0755]
src/platform/Tizen/Messaging/MailSender.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/MailSender.h [new file with mode: 0755]
src/platform/Tizen/Messaging/MailSync.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/MailSync.h [new file with mode: 0755]
src/platform/Tizen/Messaging/MessageFolder.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/MessageFolder.h [new file with mode: 0755]
src/platform/Tizen/Messaging/MessageQueryGenerator.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/MessageQueryGenerator.h [new file with mode: 0755]
src/platform/Tizen/Messaging/Messaging.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/Messaging.h [new file with mode: 0755]
src/platform/Tizen/Messaging/MessagingService.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/MessagingService.h [new file with mode: 0755]
src/platform/Tizen/Messaging/MessagingServiceManager.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/MessagingServiceManager.h [new file with mode: 0755]
src/platform/Tizen/Messaging/Mms.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/Mms.h [new file with mode: 0755]
src/platform/Tizen/Messaging/MmsSlide.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/MmsSlide.h [new file with mode: 0755]
src/platform/Tizen/Messaging/MsgServiceHandleMgr.h [new file with mode: 0755]
src/platform/Tizen/Messaging/NetworkStatus.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/NetworkStatus.h [new file with mode: 0755]
src/platform/Tizen/Messaging/ScopedMail.h [new file with mode: 0755]
src/platform/Tizen/Messaging/ScopedMailAttachment.h [new file with mode: 0755]
src/platform/Tizen/Messaging/ScopedMailbox.h [new file with mode: 0755]
src/platform/Tizen/Messaging/Sms.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/Sms.h [new file with mode: 0755]
src/platform/Tizen/Messaging/SyncNetworkStatus.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/SyncNetworkStatus.h [new file with mode: 0755]
src/platform/Tizen/Messaging/config.cmake [new file with mode: 0755]
src/platform/Tizen/Messaging/messageDB/MessageStorageReader.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/messageDB/MessageStorageReader.h [new file with mode: 0755]
src/platform/Tizen/Messaging/messageDB/MsgSqliteWrapper.cpp [new file with mode: 0755]
src/platform/Tizen/Messaging/messageDB/MsgSqliteWrapper.h [new file with mode: 0755]
src/platform/Tizen/NFC/NFCAdapter.cpp [new file with mode: 0755]
src/platform/Tizen/NFC/NFCAdapter.h [new file with mode: 0755]
src/platform/Tizen/NFC/NFCDefaultAdapter.cpp [new file with mode: 0755]
src/platform/Tizen/NFC/NFCDefaultAdapter.h [new file with mode: 0755]
src/platform/Tizen/NFC/NFCTag.cpp [new file with mode: 0755]
src/platform/Tizen/NFC/NFCTag.h [new file with mode: 0755]
src/platform/Tizen/NFC/NFCTarget.cpp [new file with mode: 0755]
src/platform/Tizen/NFC/NFCTarget.h [new file with mode: 0755]
src/platform/Tizen/NFC/NFCUtil.cpp [new file with mode: 0755]
src/platform/Tizen/NFC/NFCUtil.h [new file with mode: 0755]
src/platform/Tizen/NFC/NdefMessage.cpp [new file with mode: 0755]
src/platform/Tizen/NFC/NdefMessage.h [new file with mode: 0755]
src/platform/Tizen/NFC/NdefRecord.cpp [new file with mode: 0755]
src/platform/Tizen/NFC/NdefRecord.h [new file with mode: 0755]
src/platform/Tizen/NFC/config.cmake [new file with mode: 0755]
src/platform/Tizen/NetworkBearerSelection/NetworkBearerSelection.cpp [new file with mode: 0755]
src/platform/Tizen/NetworkBearerSelection/NetworkBearerSelection.h [new file with mode: 0755]
src/platform/Tizen/NetworkBearerSelection/config.cmake [new file with mode: 0755]
src/platform/Tizen/Notification/NotificationManager.cpp [new file with mode: 0644]
src/platform/Tizen/Notification/NotificationManager.h [new file with mode: 0644]
src/platform/Tizen/Notification/StatusNotification.cpp [new file with mode: 0644]
src/platform/Tizen/Notification/StatusNotification.h [new file with mode: 0644]
src/platform/Tizen/Notification/config.cmake [new file with mode: 0644]
src/platform/Tizen/Power/PowerManager.cpp [new file with mode: 0755]
src/platform/Tizen/Power/PowerManager.h [new file with mode: 0755]
src/platform/Tizen/Power/config.cmake [new file with mode: 0755]
src/platform/Tizen/SystemSetting/SystemSetting.cpp [new file with mode: 0755]
src/platform/Tizen/SystemSetting/SystemSetting.h [new file with mode: 0755]
src/platform/Tizen/SystemSetting/config.cmake [new file with mode: 0644]
src/platform/Tizen/Systeminfo/Systeminfo.cpp [new file with mode: 0755]
src/platform/Tizen/Systeminfo/Systeminfo.h [new file with mode: 0755]
src/platform/Tizen/Systeminfo/config.cmake [new file with mode: 0755]
src/platform/Tizen/TimeUtil/TZDate.cpp [new file with mode: 0755]
src/platform/Tizen/TimeUtil/TZDate.h [new file with mode: 0755]
src/platform/Tizen/TimeUtil/TimeUtil.cpp [new file with mode: 0755]
src/platform/Tizen/TimeUtil/TimeUtil.h [new file with mode: 0755]
src/platform/Tizen/TimeUtil/TimeUtilTools.cpp [new file with mode: 0755]
src/platform/Tizen/TimeUtil/TimeUtilTools.h [new file with mode: 0755]
src/platform/Tizen/TimeUtil/config.cmake [new file with mode: 0755]
src/platform/Tizen/config.cmake [new file with mode: 0644]
src/standards/CMakeLists.txt [new file with mode: 0644]
src/standards/Tizen/Alarm/AlarmAbsolute.cpp [new file with mode: 0755]
src/standards/Tizen/Alarm/AlarmAbsolute.h [new file with mode: 0755]
src/standards/Tizen/Alarm/AlarmConverter.cpp [new file with mode: 0755]
src/standards/Tizen/Alarm/AlarmConverter.h [new file with mode: 0755]
src/standards/Tizen/Alarm/AlarmRelative.cpp [new file with mode: 0755]
src/standards/Tizen/Alarm/AlarmRelative.h [new file with mode: 0755]
src/standards/Tizen/Alarm/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Alarm/JSAlarmAbsolute.cpp [new file with mode: 0755]
src/standards/Tizen/Alarm/JSAlarmAbsolute.h [new file with mode: 0755]
src/standards/Tizen/Alarm/JSAlarmManager.cpp [new file with mode: 0755]
src/standards/Tizen/Alarm/JSAlarmManager.h [new file with mode: 0755]
src/standards/Tizen/Alarm/JSAlarmRelative.cpp [new file with mode: 0755]
src/standards/Tizen/Alarm/JSAlarmRelative.h [new file with mode: 0755]
src/standards/Tizen/Alarm/alarm_common.h [new file with mode: 0755]
src/standards/Tizen/Alarm/config.xml [new file with mode: 0755]
src/standards/Tizen/Alarm/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Alarm/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Alarm/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationAsyncCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationAsyncCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationController.cpp [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationController.h [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationConverter.cpp [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationConverter.h [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationInformationEventPrivateData.h [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationListenerManager.cpp [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationListenerManager.h [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationUtil.cpp [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationUtil.h [new file with mode: 0755]
src/standards/Tizen/Application/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Application/JSApplication.cpp [new file with mode: 0755]
src/standards/Tizen/Application/JSApplication.h [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationCert.cpp [new file with mode: 0644]
src/standards/Tizen/Application/JSApplicationCert.h [new file with mode: 0644]
src/standards/Tizen/Application/JSApplicationContext.cpp [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationContext.h [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationControl.cpp [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationControl.h [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationControlData.cpp [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationControlData.h [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationEventCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationEventCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationInformation.cpp [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationInformation.h [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationInstallInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationInstallInfo.h [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationManager.cpp [new file with mode: 0644]
src/standards/Tizen/Application/JSApplicationManager.h [new file with mode: 0644]
src/standards/Tizen/Application/JSRequestedApplicationControl.cpp [new file with mode: 0644]
src/standards/Tizen/Application/JSRequestedApplicationControl.h [new file with mode: 0644]
src/standards/Tizen/Application/config.xml [new file with mode: 0755]
src/standards/Tizen/Application/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Application/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Application/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/Bluetooth/BluetoothAdapterListener.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/BluetoothAdapterListener.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/BluetoothClass.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/BluetoothClass.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/BluetoothConverter.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/BluetoothConverter.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/BluetoothDeviceManagerListener.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/BluetoothDeviceManagerListener.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/BluetoothMultiCallback.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/BluetoothMultiCallback.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/BluetoothSocketListener.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/BluetoothSocketListener.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/CMakeLists.txt [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothAdapter.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothAdapter.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothClass.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothClass.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothClassDeviceMajor.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothClassDeviceMajor.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothClassDeviceMinor.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothClassDeviceMinor.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothClassDeviceService.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothClassDeviceService.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothDevice.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothDevice.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothManager.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothManager.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothServiceHandler.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothServiceHandler.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothSocket.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothSocket.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/config.xml [new file with mode: 0644]
src/standards/Tizen/Bluetooth/plugin_config.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/plugin_config.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/plugin_initializer.cpp [new file with mode: 0644]
src/standards/Tizen/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Calendar/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Calendar/CalendarAsyncCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/CalendarAsyncCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/Calendar/CalendarConverter.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/CalendarConverter.h [new file with mode: 0755]
src/standards/Tizen/Calendar/CalendarListenerManager.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/CalendarListenerManager.h [new file with mode: 0755]
src/standards/Tizen/Calendar/CalendarMultiCallback.h [new file with mode: 0755]
src/standards/Tizen/Calendar/CalendarResponseDispatcher.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/CalendarResponseDispatcher.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendar.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendar.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarAlarm.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarAlarm.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarAttendee.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarAttendee.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarEvent.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarEvent.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarEventId.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarEventId.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarItemProperties.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarItemProperties.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarManager.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarManager.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarRecurrenceRule.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarRecurrenceRule.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarTask.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarTask.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSNumberArray.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSNumberArray.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSStringArray.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSStringArray.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSTZDateArray.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSTZDateArray.h [new file with mode: 0755]
src/standards/Tizen/Calendar/config.xml [new file with mode: 0755]
src/standards/Tizen/Calendar/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Calendar/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/Callhistory/CMakeLists.txt [new file with mode: 0644]
src/standards/Tizen/Callhistory/CallHistoryAsyncCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/Callhistory/CallHistoryAsyncCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/Callhistory/CallHistoryListenerManager.cpp [new file with mode: 0755]
src/standards/Tizen/Callhistory/CallHistoryListenerManager.h [new file with mode: 0755]
src/standards/Tizen/Callhistory/CallHistoryMultiCallback.cpp [new file with mode: 0755]
src/standards/Tizen/Callhistory/CallHistoryMultiCallback.h [new file with mode: 0755]
src/standards/Tizen/Callhistory/CallHistoryStaticController.cpp [new file with mode: 0755]
src/standards/Tizen/Callhistory/CallHistoryStaticController.h [new file with mode: 0755]
src/standards/Tizen/Callhistory/Converter.cpp [new file with mode: 0755]
src/standards/Tizen/Callhistory/Converter.h [new file with mode: 0755]
src/standards/Tizen/Callhistory/JSCallHistory.cpp [new file with mode: 0755]
src/standards/Tizen/Callhistory/JSCallHistory.h [new file with mode: 0755]
src/standards/Tizen/Callhistory/JSCallHistoryEntry.cpp [new file with mode: 0755]
src/standards/Tizen/Callhistory/JSCallHistoryEntry.h [new file with mode: 0755]
src/standards/Tizen/Callhistory/JSRemoteParty.cpp [new file with mode: 0755]
src/standards/Tizen/Callhistory/JSRemoteParty.h [new file with mode: 0755]
src/standards/Tizen/Callhistory/ResponseDispatcher.cpp [new file with mode: 0755]
src/standards/Tizen/Callhistory/ResponseDispatcher.h [new file with mode: 0755]
src/standards/Tizen/Callhistory/config.xml [new file with mode: 0755]
src/standards/Tizen/Callhistory/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Callhistory/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Callhistory/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/Common/AsyncCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/Common/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Common/IListenerManager.h [new file with mode: 0755]
src/standards/Tizen/Common/JSTizenException.cpp [new file with mode: 0644]
src/standards/Tizen/Common/JSTizenException.h [new file with mode: 0644]
src/standards/Tizen/Common/JSTizenExceptionFactory.cpp [new file with mode: 0644]
src/standards/Tizen/Common/JSTizenExceptionFactory.h [new file with mode: 0644]
src/standards/Tizen/Common/JSWebAPIError.cpp [new file with mode: 0644]
src/standards/Tizen/Common/JSWebAPIError.h [new file with mode: 0644]
src/standards/Tizen/Common/SecurityExceptions.h [new file with mode: 0755]
src/standards/Tizen/Common/TizenExceptionData.cpp [new file with mode: 0644]
src/standards/Tizen/Common/TizenExceptionData.h [new file with mode: 0755]
src/standards/Tizen/Contact/AddressBookController.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/AddressBookController.h [new file with mode: 0755]
src/standards/Tizen/Contact/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Contact/ContactAsyncCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/ContactAsyncCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/Contact/ContactConverter.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/ContactConverter.h [new file with mode: 0755]
src/standards/Tizen/Contact/ContactListenerManager.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/ContactListenerManager.h [new file with mode: 0755]
src/standards/Tizen/Contact/ContactManagerController.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/ContactManagerController.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSAddressBook.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSAddressBook.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSAddressBookArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSAddressBookArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSAddressBookChangeCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSAddressBookChangeCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSAttributesOfInterestArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSAttributesOfInterestArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContact.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContact.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactAddress.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactAddress.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactAddressArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactAddressArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactAddressTypeArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactAddressTypeArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactAnniversary.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactAnniversary.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactAnniversaryArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactAnniversaryArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactEmailAddress.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactEmailAddress.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactEmailAddressArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactEmailAddressArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactEmailAddressTypeArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactEmailAddressTypeArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactGroup.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactGroup.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactGroupArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactGroupArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactManager.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactManager.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactManagerChangeCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactManagerChangeCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactName.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactName.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactOrganization.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactOrganization.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactOrganizationArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactOrganizationArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactPhoneNumber.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactPhoneNumber.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactPhoneNumberArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactPhoneNumberArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactPhoneNumberTypeArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactPhoneNumberTypeArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactRef.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactRef.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactWebSite.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactWebSite.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactWebSiteArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactWebSiteArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSPerson.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSPerson.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSPersonArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSPersonArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/JSStringArray.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSStringArray.h [new file with mode: 0755]
src/standards/Tizen/Contact/config.xml [new file with mode: 0755]
src/standards/Tizen/Contact/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Contact/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/Content/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Content/ContentAsyncCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/Content/ContentAsyncCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/Content/ContentController.cpp [new file with mode: 0755]
src/standards/Tizen/Content/ContentController.h [new file with mode: 0755]
src/standards/Tizen/Content/ContentConverter.cpp [new file with mode: 0755]
src/standards/Tizen/Content/ContentConverter.h [new file with mode: 0755]
src/standards/Tizen/Content/JSAudio.cpp [new file with mode: 0755]
src/standards/Tizen/Content/JSAudio.h [new file with mode: 0755]
src/standards/Tizen/Content/JSContentManager.cpp [new file with mode: 0755]
src/standards/Tizen/Content/JSContentManager.h [new file with mode: 0755]
src/standards/Tizen/Content/JSFolder.cpp [new file with mode: 0755]
src/standards/Tizen/Content/JSFolder.h [new file with mode: 0755]
src/standards/Tizen/Content/JSImage.cpp [new file with mode: 0755]
src/standards/Tizen/Content/JSImage.h [new file with mode: 0755]
src/standards/Tizen/Content/JSMedia.cpp [new file with mode: 0755]
src/standards/Tizen/Content/JSMedia.h [new file with mode: 0755]
src/standards/Tizen/Content/JSMediaLyrics.cpp [new file with mode: 0755]
src/standards/Tizen/Content/JSMediaLyrics.h [new file with mode: 0755]
src/standards/Tizen/Content/JSVideo.cpp [new file with mode: 0755]
src/standards/Tizen/Content/JSVideo.h [new file with mode: 0755]
src/standards/Tizen/Content/MediaLyricsUtil.cpp [new file with mode: 0755]
src/standards/Tizen/Content/MediaLyricsUtil.h [new file with mode: 0755]
src/standards/Tizen/Content/config.xml [new file with mode: 0755]
src/standards/Tizen/Content/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Content/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Content/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/Download/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Download/DownloadConverter.cpp [new file with mode: 0755]
src/standards/Tizen/Download/DownloadConverter.h [new file with mode: 0755]
src/standards/Tizen/Download/DownloadListenerManager.cpp [new file with mode: 0755]
src/standards/Tizen/Download/DownloadListenerManager.h [new file with mode: 0755]
src/standards/Tizen/Download/DownloadMultiCallback.h [new file with mode: 0755]
src/standards/Tizen/Download/DownloadResponseDispatcher.cpp [new file with mode: 0755]
src/standards/Tizen/Download/DownloadResponseDispatcher.h [new file with mode: 0755]
src/standards/Tizen/Download/JSDownloadManager.cpp [new file with mode: 0755]
src/standards/Tizen/Download/JSDownloadManager.h [new file with mode: 0755]
src/standards/Tizen/Download/JSDownloadRequest.cpp [new file with mode: 0755]
src/standards/Tizen/Download/JSDownloadRequest.h [new file with mode: 0755]
src/standards/Tizen/Download/config.xml [new file with mode: 0755]
src/standards/Tizen/Download/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Download/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Download/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Filesystem/Converter.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/Converter.h [new file with mode: 0755]
src/standards/Tizen/Filesystem/Encodings.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/Encodings.h [new file with mode: 0755]
src/standards/Tizen/Filesystem/EventGetNodeData.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/EventGetNodeData.h [new file with mode: 0755]
src/standards/Tizen/Filesystem/FilesystemAsyncCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/FilesystemAsyncCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/Filesystem/FilesystemListenerManager.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/FilesystemListenerManager.h [new file with mode: 0755]
src/standards/Tizen/Filesystem/FilesystemUtils.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/FilesystemUtils.h [new file with mode: 0755]
src/standards/Tizen/Filesystem/JSFile.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/JSFile.h [new file with mode: 0755]
src/standards/Tizen/Filesystem/JSFilestream.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/JSFilestream.h [new file with mode: 0755]
src/standards/Tizen/Filesystem/JSFilesystemManager.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/JSFilesystemManager.h [new file with mode: 0755]
src/standards/Tizen/Filesystem/JSStorage.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/JSStorage.h [new file with mode: 0755]
src/standards/Tizen/Filesystem/ResponseDispatcher.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/ResponseDispatcher.h [new file with mode: 0755]
src/standards/Tizen/Filesystem/StorageStaticController.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/StorageStaticController.h [new file with mode: 0755]
src/standards/Tizen/Filesystem/config.xml [new file with mode: 0755]
src/standards/Tizen/Filesystem/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Filesystem/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Filesystem/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Messaging/ConverterMessage.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/ConverterMessage.h [new file with mode: 0755]
src/standards/Tizen/Messaging/EventMessagingServicePrivateData.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/EventMessagingServicePrivateData.h [new file with mode: 0755]
src/standards/Tizen/Messaging/EventSendMessagePrivateData.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/EventSendMessagePrivateData.h [new file with mode: 0755]
src/standards/Tizen/Messaging/JSConversation.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/JSConversation.h [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessage.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessage.h [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessageAttachment.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessageAttachment.h [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessageBody.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessageBody.h [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessageFolder.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessageFolder.h [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessagePrivateObject.h [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessagingService.cpp [new file with mode: 0644]
src/standards/Tizen/Messaging/JSMessagingService.h [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessagingServiceManager.cpp [new file with mode: 0644]
src/standards/Tizen/Messaging/JSMessagingServiceManager.h [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessagingStorage.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessagingStorage.h [new file with mode: 0755]
src/standards/Tizen/Messaging/JSRecipientArray.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/JSRecipientArray.h [new file with mode: 0755]
src/standards/Tizen/Messaging/MessageAsyncCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/MessageAsyncCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/Messaging/MessageListenerManager.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/MessageListenerManager.h [new file with mode: 0755]
src/standards/Tizen/Messaging/MessageSendCallback.h [new file with mode: 0755]
src/standards/Tizen/Messaging/MessagingController.cpp [new file with mode: 0644]
src/standards/Tizen/Messaging/MessagingController.h [new file with mode: 0755]
src/standards/Tizen/Messaging/MessagingErrorMsg.h [new file with mode: 0755]
src/standards/Tizen/Messaging/MessagingListener.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/MessagingListener.h [new file with mode: 0755]
src/standards/Tizen/Messaging/MessagingStorageMultiCallback.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/MessagingStorageMultiCallback.h [new file with mode: 0755]
src/standards/Tizen/Messaging/config.xml [new file with mode: 0755]
src/standards/Tizen/Messaging/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Messaging/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/NFC/EventNFCChangedPrivateData.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/EventNFCChangedPrivateData.h [new file with mode: 0755]
src/standards/Tizen/NFC/JSNFCAdapter.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/JSNFCAdapter.h [new file with mode: 0755]
src/standards/Tizen/NFC/JSNFCManager.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/JSNFCManager.h [new file with mode: 0755]
src/standards/Tizen/NFC/JSNFCTag.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/JSNFCTag.h [new file with mode: 0755]
src/standards/Tizen/NFC/JSNFCTarget.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/JSNFCTarget.h [new file with mode: 0755]
src/standards/Tizen/NFC/JSNdefMessage.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/JSNdefMessage.h [new file with mode: 0755]
src/standards/Tizen/NFC/JSNdefRecord.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/JSNdefRecord.h [new file with mode: 0755]
src/standards/Tizen/NFC/JSNdefRecordArray.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/JSNdefRecordArray.h [new file with mode: 0755]
src/standards/Tizen/NFC/JSNdefRecordMedia.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/JSNdefRecordMedia.h [new file with mode: 0755]
src/standards/Tizen/NFC/JSNdefRecordText.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/JSNdefRecordText.h [new file with mode: 0755]
src/standards/Tizen/NFC/JSNdefRecordURI.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/JSNdefRecordURI.h [new file with mode: 0755]
src/standards/Tizen/NFC/NFCAsyncCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/NFCAsyncCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/NFC/NFCChangedCallback.h [new file with mode: 0755]
src/standards/Tizen/NFC/NFCConverter.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/NFCConverter.h [new file with mode: 0755]
src/standards/Tizen/NFC/NFCListenerManager.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/NFCListenerManager.h [new file with mode: 0755]
src/standards/Tizen/NFC/NFCStaticController.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/NFCStaticController.h [new file with mode: 0755]
src/standards/Tizen/NFC/ResponseDispatcher.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/ResponseDispatcher.h [new file with mode: 0755]
src/standards/Tizen/NFC/config.xml [new file with mode: 0755]
src/standards/Tizen/NFC/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/NFC/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/NetworkBearerSelection/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/NetworkBearerSelection/JSNetworkBearerSelection.cpp [new file with mode: 0755]
src/standards/Tizen/NetworkBearerSelection/JSNetworkBearerSelection.h [new file with mode: 0755]
src/standards/Tizen/NetworkBearerSelection/JSNetworkBearerSelectionCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/NetworkBearerSelection/JSNetworkBearerSelectionCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/NetworkBearerSelection/NetworkBearerSelectionResponseDispatcher.cpp [new file with mode: 0755]
src/standards/Tizen/NetworkBearerSelection/NetworkBearerSelectionResponseDispatcher.h [new file with mode: 0755]
src/standards/Tizen/NetworkBearerSelection/config.xml [new file with mode: 0755]
src/standards/Tizen/NetworkBearerSelection/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/NetworkBearerSelection/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/NetworkBearerSelection/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/Notification/CMakeLists.txt [new file with mode: 0644]
src/standards/Tizen/Notification/JSNotificationManager.cpp [new file with mode: 0644]
src/standards/Tizen/Notification/JSNotificationManager.h [new file with mode: 0644]
src/standards/Tizen/Notification/JSStatusNotification.cpp [new file with mode: 0644]
src/standards/Tizen/Notification/JSStatusNotification.h [new file with mode: 0644]
src/standards/Tizen/Notification/NotificationConverter.cpp [new file with mode: 0644]
src/standards/Tizen/Notification/NotificationConverter.h [new file with mode: 0644]
src/standards/Tizen/Notification/NotificationCoverter.cpp [new file with mode: 0644]
src/standards/Tizen/Notification/config.xml [new file with mode: 0644]
src/standards/Tizen/Notification/plugin_config.cpp [new file with mode: 0644]
src/standards/Tizen/Notification/plugin_config.h [new file with mode: 0644]
src/standards/Tizen/Notification/plugin_initializer.cpp [new file with mode: 0644]
src/standards/Tizen/Power/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Power/JSPowerManager.cpp [new file with mode: 0755]
src/standards/Tizen/Power/JSPowerManager.h [new file with mode: 0755]
src/standards/Tizen/Power/PowerConverter.cpp [new file with mode: 0755]
src/standards/Tizen/Power/PowerConverter.h [new file with mode: 0755]
src/standards/Tizen/Power/PowerListenerManager.cpp [new file with mode: 0755]
src/standards/Tizen/Power/PowerListenerManager.h [new file with mode: 0755]
src/standards/Tizen/Power/PowerResponseDispatcher.cpp [new file with mode: 0755]
src/standards/Tizen/Power/PowerResponseDispatcher.h [new file with mode: 0755]
src/standards/Tizen/Power/config.xml [new file with mode: 0755]
src/standards/Tizen/Power/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Power/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Power/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/SecureStorage/CMakeLists.txt [new file with mode: 0644]
src/standards/Tizen/SecureStorage/JSSecureStorageManager.cpp [new file with mode: 0644]
src/standards/Tizen/SecureStorage/JSSecureStorageManager.h [new file with mode: 0644]
src/standards/Tizen/SecureStorage/SecureStorageManager.cpp [new file with mode: 0644]
src/standards/Tizen/SecureStorage/SecureStorageManager.h [new file with mode: 0644]
src/standards/Tizen/SecureStorage/config.xml [new file with mode: 0644]
src/standards/Tizen/SecureStorage/plugin_config.cpp [new file with mode: 0644]
src/standards/Tizen/SecureStorage/plugin_config.h [new file with mode: 0644]
src/standards/Tizen/SecureStorage/plugin_initializer.cpp [new file with mode: 0644]
src/standards/Tizen/SystemSetting/CMakeLists.txt [new file with mode: 0644]
src/standards/Tizen/SystemSetting/ConverterSystemSetting.cpp [new file with mode: 0755]
src/standards/Tizen/SystemSetting/ConverterSystemSetting.h [new file with mode: 0755]
src/standards/Tizen/SystemSetting/JSSystemSetting.cpp [new file with mode: 0755]
src/standards/Tizen/SystemSetting/JSSystemSetting.h [new file with mode: 0755]
src/standards/Tizen/SystemSetting/SystemSettingAsyncCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/SystemSetting/SystemSettingAsyncCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/SystemSetting/SystemSettingResponseDispatcher.cpp [new file with mode: 0755]
src/standards/Tizen/SystemSetting/SystemSettingResponseDispatcher.h [new file with mode: 0755]
src/standards/Tizen/SystemSetting/config.xml [new file with mode: 0644]
src/standards/Tizen/SystemSetting/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/SystemSetting/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/SystemSetting/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSBatteryInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSBatteryInfo.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSBuildInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSBuildInfo.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSCellularNetworkInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSCellularNetworkInfo.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSCpuInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSCpuInfo.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSDeviceCapabilitiesInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSDeviceCapabilitiesInfo.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSDeviceOrientationInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSDeviceOrientationInfo.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSDisplayInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSDisplayInfo.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSNetworkInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSNetworkInfo.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSSIMInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSSIMInfo.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSStorageInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSStorageInfo.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSSysteminfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSSysteminfo.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSWifiNetworkInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSWifiNetworkInfo.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/SysteminfoAsyncCallbackManager.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/SysteminfoAsyncCallbackManager.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/SysteminfoListener.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/SysteminfoListener.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/SysteminfoListenerManager.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/SysteminfoListenerManager.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/config.xml [new file with mode: 0755]
src/standards/Tizen/Systeminfo/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Systeminfo/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/TimeUtil/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/TimeUtil/JSTZDate.cpp [new file with mode: 0755]
src/standards/Tizen/TimeUtil/JSTZDate.h [new file with mode: 0755]
src/standards/Tizen/TimeUtil/JSTimeDuration.cpp [new file with mode: 0755]
src/standards/Tizen/TimeUtil/JSTimeDuration.h [new file with mode: 0755]
src/standards/Tizen/TimeUtil/JSTimeUtil.cpp [new file with mode: 0755]
src/standards/Tizen/TimeUtil/JSTimeUtil.h [new file with mode: 0755]
src/standards/Tizen/TimeUtil/TimeUtilConverter.cpp [new file with mode: 0755]
src/standards/Tizen/TimeUtil/TimeUtilConverter.h [new file with mode: 0755]
src/standards/Tizen/TimeUtil/config.xml [new file with mode: 0755]
src/standards/Tizen/TimeUtil/plugin_initializer.cpp [new file with mode: 0755]
src/standards/Tizen/Tizen/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Tizen/FilterConverter.cpp [new file with mode: 0755]
src/standards/Tizen/Tizen/FilterConverter.h [new file with mode: 0755]
src/standards/Tizen/Tizen/JSAbstractFilterArray.cpp [new file with mode: 0755]
src/standards/Tizen/Tizen/JSAbstractFilterArray.h [new file with mode: 0755]
src/standards/Tizen/Tizen/JSAttributeFilter.cpp [new file with mode: 0755]
src/standards/Tizen/Tizen/JSAttributeFilter.h [new file with mode: 0755]
src/standards/Tizen/Tizen/JSAttributeRangeFilter.cpp [new file with mode: 0755]
src/standards/Tizen/Tizen/JSAttributeRangeFilter.h [new file with mode: 0755]
src/standards/Tizen/Tizen/JSCompositeFilter.cpp [new file with mode: 0755]
src/standards/Tizen/Tizen/JSCompositeFilter.h [new file with mode: 0755]
src/standards/Tizen/Tizen/JSFeature.cpp [new file with mode: 0755]
src/standards/Tizen/Tizen/JSFeature.h [new file with mode: 0755]
src/standards/Tizen/Tizen/JSFeatureParam.cpp [new file with mode: 0755]
src/standards/Tizen/Tizen/JSFeatureParam.h [new file with mode: 0755]
src/standards/Tizen/Tizen/JSSimpleCoordinates.cpp [new file with mode: 0755]
src/standards/Tizen/Tizen/JSSimpleCoordinates.h [new file with mode: 0755]
src/standards/Tizen/Tizen/JSSortMode.cpp [new file with mode: 0755]
src/standards/Tizen/Tizen/JSSortMode.h [new file with mode: 0755]
src/standards/Tizen/Tizen/JSTizen.cpp [new file with mode: 0755]
src/standards/Tizen/Tizen/JSTizen.h [new file with mode: 0755]
src/standards/Tizen/Tizen/PluginOnDemandPriv.cpp [new file with mode: 0755]
src/standards/Tizen/Tizen/PluginOnDemandPriv.h [new file with mode: 0755]
src/standards/Tizen/Tizen/config.xml [new file with mode: 0755]
src/standards/Tizen/Tizen/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Tizen/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Tizen/plugin_initializer.cpp [new file with mode: 0755]
wrt-plugins-tizen.manifest [new file with mode: 0644]