Initialize Tizen 2.3 tizen_2.3 2.3a_release submit/tizen_2.3/20140531.103730
authorSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:56:44 +0000 (12:56 +0900)
committerSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:56:44 +0000 (12:56 +0900)
commit029e68a58c06e5a0ab07e297a078f53e95c722b5
tree5c2d7a316a14ea741bb6db8348d6e4fb4c9142cc
Initialize Tizen 2.3
118 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE.APLv2 [new file with mode: 0644]
NOTICE [new file with mode: 0644]
inc/FMessaging.h [new file with mode: 0644]
inc/FMsgCbsChannel.h [new file with mode: 0755]
inc/FMsgCbsMessage.h [new file with mode: 0755]
inc/FMsgDetailedEmailMessage.h [new file with mode: 0755]
inc/FMsgEmailAttachment.h [new file with mode: 0644]
inc/FMsgEmailManager.h [new file with mode: 0755]
inc/FMsgEmailMessage.h [new file with mode: 0755]
inc/FMsgEtwsPrimaryNotification.h [new file with mode: 0755]
inc/FMsgICbsMessageEventListener.h [new file with mode: 0755]
inc/FMsgIEmailListener.h [new file with mode: 0755]
inc/FMsgIEtwsPrimaryNotificationEventListener.h [new file with mode: 0755]
inc/FMsgIMmsListener.h [new file with mode: 0755]
inc/FMsgIPushEventListener.h [new file with mode: 0755]
inc/FMsgIPushManagerListener.h [new file with mode: 0755]
inc/FMsgISmsEventListener.h [new file with mode: 0755]
inc/FMsgISmsListener.h [new file with mode: 0755]
inc/FMsgISmsMessageEventListener.h [new file with mode: 0755]
inc/FMsgIWapPushEventListener.h [new file with mode: 0755]
inc/FMsgMmsManager.h [new file with mode: 0755]
inc/FMsgMmsMessage.h [new file with mode: 0755]
inc/FMsgPushManager.h [new file with mode: 0755]
inc/FMsgPushMessage.h [new file with mode: 0755]
inc/FMsgRecipientList.h [new file with mode: 0755]
inc/FMsgSmsManager.h [new file with mode: 0755]
inc/FMsgSmsMessage.h [new file with mode: 0755]
inc/FMsgTypes.h [new file with mode: 0755]
inc/FMsgWapPushManager.h [new file with mode: 0755]
inc/FMsgWapPushMessage.h [new file with mode: 0755]
osp-messaging.manifest [new file with mode: 0644]
osp-messaging.pc.in [new file with mode: 0755]
packaging/osp-messaging.spec [new file with mode: 0644]
src/FMsgCbsChannel.cpp [new file with mode: 0644]
src/FMsgCbsMessage.cpp [new file with mode: 0644]
src/FMsgDetailedEmailMessage.cpp [new file with mode: 0644]
src/FMsgEmailAttachment.cpp [new file with mode: 0644]
src/FMsgEmailManager.cpp [new file with mode: 0755]
src/FMsgEmailMessage.cpp [new file with mode: 0644]
src/FMsgEtwsPrimaryNotification.cpp [new file with mode: 0644]
src/FMsgMmsManager.cpp [new file with mode: 0755]
src/FMsgMmsMessage.cpp [new file with mode: 0644]
src/FMsgPushManager.cpp [new file with mode: 0755]
src/FMsgPushMessage.cpp [new file with mode: 0644]
src/FMsgRecipientList.cpp [new file with mode: 0644]
src/FMsgSmsManager.cpp [new file with mode: 0755]
src/FMsgSmsMessage.cpp [new file with mode: 0755]
src/FMsgWapPushManager.cpp [new file with mode: 0644]
src/FMsgWapPushMessage.cpp [new file with mode: 0644]
src/FMsg_CbsChannelImpl.cpp [new file with mode: 0644]
src/FMsg_CbsChannelImpl.h [new file with mode: 0644]
src/FMsg_CbsMessageImpl.cpp [new file with mode: 0644]
src/FMsg_CbsMessageImpl.h [new file with mode: 0644]
src/FMsg_ComposerEvent.cpp [new file with mode: 0644]
src/FMsg_ComposerEvent.h [new file with mode: 0644]
src/FMsg_ComposerEventArg.cpp [new file with mode: 0644]
src/FMsg_ComposerEventArg.h [new file with mode: 0644]
src/FMsg_DetailedEmailMessageImpl.cpp [new file with mode: 0755]
src/FMsg_DetailedEmailMessageImpl.h [new file with mode: 0644]
src/FMsg_EmailAttachmentImpl.cpp [new file with mode: 0644]
src/FMsg_EmailAttachmentImpl.h [new file with mode: 0644]
src/FMsg_EmailEvent.cpp [new file with mode: 0644]
src/FMsg_EmailEvent.h [new file with mode: 0644]
src/FMsg_EmailEventArg.cpp [new file with mode: 0644]
src/FMsg_EmailEventArg.h [new file with mode: 0644]
src/FMsg_EmailManagerImpl.cpp [new file with mode: 0644]
src/FMsg_EmailManagerImpl.h [new file with mode: 0644]
src/FMsg_EmailMessageImpl.cpp [new file with mode: 0644]
src/FMsg_EmailMessageImpl.h [new file with mode: 0644]
src/FMsg_EtwsPrimaryNotificationImpl.cpp [new file with mode: 0644]
src/FMsg_EtwsPrimaryNotificationImpl.h [new file with mode: 0644]
src/FMsg_MessagingIpcProxy.cpp [new file with mode: 0644]
src/FMsg_MessagingIpcProxy.h [new file with mode: 0644]
src/FMsg_MessagingMessageTypes.cpp [new file with mode: 0644]
src/FMsg_MmsEvent.cpp [new file with mode: 0644]
src/FMsg_MmsEvent.h [new file with mode: 0644]
src/FMsg_MmsEventArg.cpp [new file with mode: 0644]
src/FMsg_MmsEventArg.h [new file with mode: 0644]
src/FMsg_MmsManagerImpl.cpp [new file with mode: 0644]
src/FMsg_MmsManagerImpl.h [new file with mode: 0644]
src/FMsg_MmsMessageImpl.cpp [new file with mode: 0644]
src/FMsg_MmsMessageImpl.h [new file with mode: 0644]
src/FMsg_MsgUtil.cpp [new file with mode: 0644]
src/FMsg_MsgUtil.h [new file with mode: 0644]
src/FMsg_PushEvent.cpp [new file with mode: 0644]
src/FMsg_PushEvent.h [new file with mode: 0644]
src/FMsg_PushEventArg.cpp [new file with mode: 0644]
src/FMsg_PushEventArg.h [new file with mode: 0644]
src/FMsg_PushManagerImpl.cpp [new file with mode: 0755]
src/FMsg_PushManagerImpl.h [new file with mode: 0755]
src/FMsg_PushMessageImpl.cpp [new file with mode: 0755]
src/FMsg_PushMessageImpl.h [new file with mode: 0644]
src/FMsg_PushRequest.cpp [new file with mode: 0755]
src/FMsg_PushRequest.h [new file with mode: 0755]
src/FMsg_PushSendListener.cpp [new file with mode: 0755]
src/FMsg_PushSendListener.h [new file with mode: 0755]
src/FMsg_PushUrlRequestListener.cpp [new file with mode: 0755]
src/FMsg_PushUrlRequestListener.h [new file with mode: 0755]
src/FMsg_RecipientListImpl.cpp [new file with mode: 0644]
src/FMsg_RecipientListImpl.h [new file with mode: 0644]
src/FMsg_SmsEvent.cpp [new file with mode: 0644]
src/FMsg_SmsEvent.h [new file with mode: 0644]
src/FMsg_SmsEventArg.cpp [new file with mode: 0644]
src/FMsg_SmsEventArg.h [new file with mode: 0644]
src/FMsg_SmsManagerImpl.cpp [new file with mode: 0644]
src/FMsg_SmsManagerImpl.h [new file with mode: 0644]
src/FMsg_SmsMessageImpl.cpp [new file with mode: 0644]
src/FMsg_SmsMessageImpl.h [new file with mode: 0644]
src/FMsg_SmsMmsCallbackHandler.cpp [new file with mode: 0644]
src/FMsg_SmsMmsCallbackHandler.h [new file with mode: 0644]
src/FMsg_WapPushManagerImpl.cpp [new file with mode: 0644]
src/FMsg_WapPushManagerImpl.h [new file with mode: 0644]
src/FMsg_WapPushMessageImpl.cpp [new file with mode: 0644]
src/FMsg_WapPushMessageImpl.h [new file with mode: 0644]
src/inc/FMsg_IComposerListener.h [new file with mode: 0644]
src/inc/FMsg_MessagingMessageTypes.h [new file with mode: 0644]
src/inc/FMsg_Types.h [new file with mode: 0644]