Git Init
authorKibum Kim <kb0929.kim@samsung.com>
Mon, 9 Jan 2012 08:19:24 +0000 (17:19 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Mon, 9 Jan 2012 08:19:24 +0000 (17:19 +0900)
commitf7d6a7695dfc4f7c03732ece121fc9f4a8a5ad2f
tree9606a7459bfe89e6302860684303bcfaf0d47f34
parenta3f30e3e61a72e5d9c0252d3edc359c2c12887a5
Git Init
809 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0755]
clean.sh [new file with mode: 0755]
config.dtd [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0755]
debian/control [new file with mode: 0755]
debian/rules [new file with mode: 0755]
debian/wrt-plugins-tizen.install.in [new file with mode: 0755]
src/CMakeLists.txt [new file with mode: 0644]
src/platform/API/Application/ApplicationEvent.cpp [new file with mode: 0755]
src/platform/API/Application/ApplicationEvent.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/ApplicationServiceExtraData.cpp [new file with mode: 0755]
src/platform/API/Application/ApplicationServiceExtraData.h [new file with mode: 0755]
src/platform/API/Application/ApplicationServiceReply.cpp [new file with mode: 0755]
src/platform/API/Application/ApplicationServiceReply.h [new file with mode: 0755]
src/platform/API/Application/ApplicationServiceRequest.cpp [new file with mode: 0755]
src/platform/API/Application/ApplicationServiceRequest.h [new file with mode: 0755]
src/platform/API/Application/EventGetApplication.h [new file with mode: 0755]
src/platform/API/Application/EventInstalledApplicationChanged.h [new file with mode: 0755]
src/platform/API/Application/EventLaunchService.h [new file with mode: 0755]
src/platform/API/Application/EventListInstalledApplications.h [new file with mode: 0755]
src/platform/API/Application/IApplication.cpp [new file with mode: 0755]
src/platform/API/Application/IApplication.h [new file with mode: 0755]
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: 0755]
src/platform/API/Bluetooth/BluetoothFactory.h [new file with mode: 0755]
src/platform/API/Bluetooth/BluetoothProperty.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTConnectToServiceByUUID.h [new file with mode: 0755]
src/platform/API/Bluetooth/EventBTCreateDestroyBonding.h [new file with mode: 0755]
src/platform/API/Bluetooth/EventBTGetAdapter.h [new file with mode: 0755]
src/platform/API/Bluetooth/EventBTGetDevice.cpp [new file with mode: 0755]
src/platform/API/Bluetooth/EventBTGetDevice.h [new file with mode: 0755]
src/platform/API/Bluetooth/EventBTGetKnownDevices.cpp [new file with mode: 0755]
src/platform/API/Bluetooth/EventBTGetKnownDevices.h [new file with mode: 0755]
src/platform/API/Bluetooth/EventBTOnDiscoveryDevices.cpp [new file with mode: 0755]
src/platform/API/Bluetooth/EventBTOnDiscoveryDevices.h [new file with mode: 0755]
src/platform/API/Bluetooth/EventBTRegisterRFCOMM.cpp [new file with mode: 0755]
src/platform/API/Bluetooth/EventBTRegisterRFCOMM.h [new file with mode: 0755]
src/platform/API/Bluetooth/EventBTSetName.h [new file with mode: 0644]
src/platform/API/Bluetooth/EventBTSetPowered.h [new file with mode: 0755]
src/platform/API/Bluetooth/EventBTSetVisible.h [new file with mode: 0755]
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.h [new file with mode: 0755]
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/IBluetoothManager.cpp [new file with mode: 0755]
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/EventFilter.cpp [new file with mode: 0755]
src/platform/API/Calendar/EventFilter.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/IEventCreateEvent.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/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/OnAddEventsChanged.h [new file with mode: 0755]
src/platform/API/Calendar/OnDeleteEventsChanged.h [new file with mode: 0755]
src/platform/API/Calendar/OnEventsChanged.h [new file with mode: 0755]
src/platform/API/Calendar/OnUpdateEventsChanged.h [new file with mode: 0755]
src/platform/API/Calendar/config.cmake [new file with mode: 0755]
src/platform/API/Call/CallHistoryEntryProperties.cpp [new file with mode: 0755]
src/platform/API/Call/CallHistoryEntryProperties.h [new file with mode: 0755]
src/platform/API/Call/CallHistoryFactory.cpp [new file with mode: 0755]
src/platform/API/Call/CallHistoryFactory.h [new file with mode: 0755]
src/platform/API/Call/EventFindCallHistory.cpp [new file with mode: 0755]
src/platform/API/Call/EventFindCallHistory.h [new file with mode: 0755]
src/platform/API/Call/EventRemoveBatch.cpp [new file with mode: 0755]
src/platform/API/Call/EventRemoveBatch.h [new file with mode: 0755]
src/platform/API/Call/ICallHistory.cpp [new file with mode: 0755]
src/platform/API/Call/ICallHistory.h [new file with mode: 0755]
src/platform/API/Call/config.cmake [new file with mode: 0755]
src/platform/API/Contact/Contact.cpp [new file with mode: 0755]
src/platform/API/Contact/Contact.h [new file with mode: 0755]
src/platform/API/Contact/ContactAccount.cpp [new file with mode: 0755]
src/platform/API/Contact/ContactAccount.h [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/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/ContactProperties.cpp [new file with mode: 0755]
src/platform/API/Contact/ContactProperties.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/EventAddressBookAddBatch.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/EventAddressBookRemoveBatch.h [new file with mode: 0755]
src/platform/API/Contact/EventAddressBookUpdateBatch.h [new file with mode: 0755]
src/platform/API/Contact/EventContactManagerGetAddressBooks.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/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/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: 0755]
src/platform/API/Filter/AttributeFilter.h [new file with mode: 0755]
src/platform/API/Filter/AttributeRangeFilter.cpp [new file with mode: 0755]
src/platform/API/Filter/AttributeRangeFilter.h [new file with mode: 0755]
src/platform/API/Filter/CompositeFilter.cpp [new file with mode: 0755]
src/platform/API/Filter/CompositeFilter.h [new file with mode: 0755]
src/platform/API/Filter/FilterFactory.cpp [new file with mode: 0755]
src/platform/API/Filter/FilterFactory.h [new file with mode: 0755]
src/platform/API/Filter/FilterTypes.h [new file with mode: 0755]
src/platform/API/Filter/FilterValidator.cpp [new file with mode: 0755]
src/platform/API/Filter/FilterValidator.h [new file with mode: 0755]
src/platform/API/Filter/IFilter.cpp [new file with mode: 0755]
src/platform/API/Filter/IFilter.h [new file with mode: 0755]
src/platform/API/Filter/IFilterVisitor.cpp [new file with mode: 0755]
src/platform/API/Filter/IFilterVisitor.h [new file with mode: 0755]
src/platform/API/Filter/SortMode.cpp [new file with mode: 0755]
src/platform/API/Filter/SortMode.h [new file with mode: 0755]
src/platform/API/Filter/config.cmake [new file with mode: 0755]
src/platform/API/Geocoder/EventGeocoder.h [new file with mode: 0644]
src/platform/API/Geocoder/GeocoderFactory.cpp [new file with mode: 0644]
src/platform/API/Geocoder/GeocoderFactory.h [new file with mode: 0644]
src/platform/API/Geocoder/GeocoderProperties.h [new file with mode: 0644]
src/platform/API/Geocoder/IGeocoder.cpp [new file with mode: 0644]
src/platform/API/Geocoder/IGeocoder.h [new file with mode: 0644]
src/platform/API/Geocoder/config.cmake [new file with mode: 0644]
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/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: 0644]
src/platform/API/Messaging/FolderFilterValidator.h [new file with mode: 0644]
src/platform/API/Messaging/FolderFilterValidatorFactory.cpp [new file with mode: 0644]
src/platform/API/Messaging/FolderFilterValidatorFactory.h [new file with mode: 0644]
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/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/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: 0755]
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: 0755]
src/platform/API/Messaging/ToRecipient.h [new file with mode: 0755]
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/EventTagMifareClassicAction.h [new file with mode: 0755]
src/platform/API/NFC/EventTagMifareUltraAction.h [new file with mode: 0755]
src/platform/API/NFC/EventTargetAction.h [new file with mode: 0755]
src/platform/API/NFC/INFCManager.cpp [new file with mode: 0755]
src/platform/API/NFC/INFCManager.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/INFCTagMifareClassic.cpp [new file with mode: 0755]
src/platform/API/NFC/INFCTagMifareClassic.h [new file with mode: 0755]
src/platform/API/NFC/INFCTagMifareUltra.cpp [new file with mode: 0755]
src/platform/API/NFC/INFCTagMifareUltra.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/Systeminfo/BaseProperties.h [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/SysteminfoListener.cpp [new file with mode: 0755]
src/platform/API/Systeminfo/SysteminfoListener.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/Application.cpp [new file with mode: 0755]
src/platform/Tizen/Application/Application.h [new file with mode: 0755]
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: 0755]
src/platform/Tizen/Bluetooth/BluetoothDeviceManager.cpp [new file with mode: 0755]
src/platform/Tizen/Bluetooth/BluetoothDeviceManager.h [new file with mode: 0644]
src/platform/Tizen/Bluetooth/BluetoothManager.cpp [new file with mode: 0755]
src/platform/Tizen/Bluetooth/BluetoothSocketManager.cpp [new file with mode: 0755]
src/platform/Tizen/Bluetooth/BluetoothSocketManager.h [new file with mode: 0644]
src/platform/Tizen/Bluetooth/config.cmake [new file with mode: 0755]
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/CalendarManager.cpp [new file with mode: 0755]
src/platform/Tizen/Calendar/CalendarManager.h [new file with mode: 0755]
src/platform/Tizen/Calendar/CalendarQuery.c [new file with mode: 0755]
src/platform/Tizen/Calendar/CalendarQuery.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/Call/CallHistory.cpp [new file with mode: 0755]
src/platform/Tizen/Call/CallHistory.h [new file with mode: 0755]
src/platform/Tizen/Call/CallHistoryFilter.cpp [new file with mode: 0755]
src/platform/Tizen/Call/CallHistoryFilter.h [new file with mode: 0755]
src/platform/Tizen/Call/CallHistoryQuery.c [new file with mode: 0755]
src/platform/Tizen/Call/CallHistoryQuery.h [new file with mode: 0755]
src/platform/Tizen/Call/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/ContactFilterValidator.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/ContactFilterValidator.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/ContactSearchEngine.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/ContactSearchEngine.h [new file with mode: 0755]
src/platform/Tizen/Contact/ContactWrapper.cpp [new file with mode: 0755]
src/platform/Tizen/Contact/ContactWrapper.h [new file with mode: 0755]
src/platform/Tizen/Contact/config.cmake [new file with mode: 0755]
src/platform/Tizen/Contact/query-svc/query-service.h [new file with mode: 0755]
src/platform/Tizen/Contact/query-svc/query-svc.c [new file with mode: 0755]
src/platform/Tizen/Contact/query-svc/query-type.h [new file with mode: 0755]
src/platform/Tizen/Contact/query-svc/query-utility.c [new file with mode: 0755]
src/platform/Tizen/Contact/query-svc/query-utility.h [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/Geocoder/Geocoder.cpp [new file with mode: 0644]
src/platform/Tizen/Geocoder/Geocoder.h [new file with mode: 0644]
src/platform/Tizen/Geocoder/config.cmake [new file with mode: 0644]
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: 0755]
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/FolderQueryGenerator.cpp [new file with mode: 0644]
src/platform/Tizen/Messaging/FolderQueryGenerator.h [new file with mode: 0644]
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/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/NFCManager.cpp [new file with mode: 0755]
src/platform/Tizen/NFC/NFCManager.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/NFCTagMifareClassic.cpp [new file with mode: 0755]
src/platform/Tizen/NFC/NFCTagMifareClassic.h [new file with mode: 0755]
src/platform/Tizen/NFC/NFCTagMifareUltra.cpp [new file with mode: 0755]
src/platform/Tizen/NFC/NFCTagMifareUltra.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/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: 0755]
src/standards/CMakeLists.txt [new file with mode: 0644]
src/standards/Tizen/Application/ApplicationAnswerReceiver.cpp [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationAnswerReceiver.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/ApplicationListener.cpp [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationListener.h [new file with mode: 0755]
src/standards/Tizen/Application/ApplicationServiceReplyCallback.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/JSApplicationEvent.cpp [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationEvent.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/JSApplicationInformationArray.cpp [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationInformationArray.h [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationServiceExtraData.cpp [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationServiceExtraData.h [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationServiceExtraDataArray.cpp [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationServiceExtraDataArray.h [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationServiceReply.cpp [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationServiceReply.h [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationServiceRequest.cpp [new file with mode: 0755]
src/standards/Tizen/Application/JSApplicationServiceRequest.h [new file with mode: 0755]
src/standards/Tizen/Application/LaunchServicePrivateData.cpp [new file with mode: 0755]
src/standards/Tizen/Application/LaunchServicePrivateData.h [new file with mode: 0755]
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: 0755]
src/standards/Tizen/Bluetooth/BluetoothAdapterListener.h [new file with mode: 0755]
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: 0755]
src/standards/Tizen/Bluetooth/BluetoothDeviceManagerListener.cpp [new file with mode: 0755]
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: 0755]
src/standards/Tizen/Bluetooth/JSBluetoothAdapter.cpp [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothAdapter.h [new file with mode: 0755]
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: 0755]
src/standards/Tizen/Bluetooth/JSBluetoothDevice.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothManager.cpp [new file with mode: 0755]
src/standards/Tizen/Bluetooth/JSBluetoothManager.h [new file with mode: 0644]
src/standards/Tizen/Bluetooth/JSBluetoothSocket.cpp [new file with mode: 0755]
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: 0755]
src/standards/Tizen/Bluetooth/plugin_config.h [new file with mode: 0755]
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/CalendarConverter.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/CalendarConverter.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/JSAttendee.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSAttendee.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/JSCalendarEvent.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarEvent.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarItem.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarItem.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/JSCalendarTask.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCalendarTask.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCategoryArray.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSCategoryArray.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSEventAlarm.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSEventAlarm.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSEventId.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSEventId.h [new file with mode: 0755]
src/standards/Tizen/Calendar/JSRecurrenceRule.cpp [new file with mode: 0755]
src/standards/Tizen/Calendar/JSRecurrenceRule.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/Call/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Call/Converter.cpp [new file with mode: 0755]
src/standards/Tizen/Call/Converter.h [new file with mode: 0755]
src/standards/Tizen/Call/JSCallApi.cpp [new file with mode: 0755]
src/standards/Tizen/Call/JSCallApi.h [new file with mode: 0755]
src/standards/Tizen/Call/JSCallHistory.cpp [new file with mode: 0755]
src/standards/Tizen/Call/JSCallHistory.h [new file with mode: 0755]
src/standards/Tizen/Call/JSCallHistoryEntry.cpp [new file with mode: 0755]
src/standards/Tizen/Call/JSCallHistoryEntry.h [new file with mode: 0755]
src/standards/Tizen/Call/ResponseDispatcher.cpp [new file with mode: 0755]
src/standards/Tizen/Call/ResponseDispatcher.h [new file with mode: 0755]
src/standards/Tizen/Call/config.xml [new file with mode: 0755]
src/standards/Tizen/Call/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Call/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Call/plugin_initializer.cpp [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/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: 0644]
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/ContactConverter.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/ContactConverter.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/JSContactAccount.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactAccount.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/JSContactManager.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactManager.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/JSContactProperties.cpp [new file with mode: 0755]
src/standards/Tizen/Contact/JSContactProperties.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/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/Geocoder/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Geocoder/GeocoderController.cpp [new file with mode: 0644]
src/standards/Tizen/Geocoder/GeocoderController.h [new file with mode: 0644]
src/standards/Tizen/Geocoder/JSAddress.cpp [new file with mode: 0644]
src/standards/Tizen/Geocoder/JSAddress.h [new file with mode: 0644]
src/standards/Tizen/Geocoder/JSCoordinates.cpp [new file with mode: 0644]
src/standards/Tizen/Geocoder/JSCoordinates.h [new file with mode: 0644]
src/standards/Tizen/Geocoder/JSGeocoder.cpp [new file with mode: 0644]
src/standards/Tizen/Geocoder/JSGeocoder.h [new file with mode: 0644]
src/standards/Tizen/Geocoder/config.xml [new file with mode: 0644]
src/standards/Tizen/Geocoder/plugin_config.cpp [new file with mode: 0755]
src/standards/Tizen/Geocoder/plugin_config.h [new file with mode: 0755]
src/standards/Tizen/Geocoder/plugin_initializer.cpp [new file with mode: 0644]
src/standards/Tizen/Log/CMakeLists.txt [new file with mode: 0644]
src/standards/Tizen/Log/JSTizenLog.cpp [new file with mode: 0755]
src/standards/Tizen/Log/JSTizenLog.h [new file with mode: 0644]
src/standards/Tizen/Log/config.xml [new file with mode: 0644]
src/standards/Tizen/Log/plugin_initializer.cpp [new file with mode: 0644]
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/JSMessagingListener.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessagingListener.h [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessagingService.cpp [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessagingService.h [new file with mode: 0755]
src/standards/Tizen/Messaging/JSMessagingServiceManager.cpp [new file with mode: 0755]
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/MessageSendCallback.h [new file with mode: 0755]
src/standards/Tizen/Messaging/MessagingController.cpp [new file with mode: 0755]
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/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: 0644]
src/standards/Tizen/Messaging/plugin_config.h [new file with mode: 0644]
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/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/JSNFCTagMifareClassic.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/JSNFCTagMifareClassic.h [new file with mode: 0755]
src/standards/Tizen/NFC/JSNFCTagMifareUltra.cpp [new file with mode: 0755]
src/standards/Tizen/NFC/JSNFCTagMifareUltra.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/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/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/Sensors/CMakeLists.txt [new file with mode: 0755]
src/standards/Tizen/Sensors/JSSensor.cpp [new file with mode: 0644]
src/standards/Tizen/Sensors/JSSensor.h [new file with mode: 0644]
src/standards/Tizen/Sensors/JSSensorConnection.cpp [new file with mode: 0755]
src/standards/Tizen/Sensors/JSSensorConnection.h [new file with mode: 0644]
src/standards/Tizen/Sensors/JSSensorData.cpp [new file with mode: 0755]
src/standards/Tizen/Sensors/JSSensorData.h [new file with mode: 0755]
src/standards/Tizen/Sensors/JSSensorDataEvent.cpp [new file with mode: 0644]
src/standards/Tizen/Sensors/JSSensorDataEvent.h [new file with mode: 0644]
src/standards/Tizen/Sensors/JSSensorError.cpp [new file with mode: 0644]
src/standards/Tizen/Sensors/JSSensorError.h [new file with mode: 0755]
src/standards/Tizen/Sensors/JSSensorManager.cpp [new file with mode: 0644]
src/standards/Tizen/Sensors/JSSensorManager.h [new file with mode: 0644]
src/standards/Tizen/Sensors/JSSensorRequest.cpp [new file with mode: 0644]
src/standards/Tizen/Sensors/JSSensorRequest.h [new file with mode: 0644]
src/standards/Tizen/Sensors/SensorType.cpp [new file with mode: 0644]
src/standards/Tizen/Sensors/SensorType.h [new file with mode: 0644]
src/standards/Tizen/Sensors/config.xml [new file with mode: 0644]
src/standards/Tizen/Sensors/plugin_initializer.cpp [new file with mode: 0644]
src/standards/Tizen/Systeminfo/CMakeLists.txt [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/JSDeviceInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSDeviceInfo.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/JSPowerInfo.cpp [new file with mode: 0755]
src/standards/Tizen/Systeminfo/JSPowerInfo.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/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/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_config.cpp [new file with mode: 0755]
src/standards/Tizen/TimeUtil/plugin_config.h [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/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/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]