Initialize Tizen 2.3 tizen_2.3 2.3a_release submit/tizen_2.3/20140531.103459
authorSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:56:25 +0000 (12:56 +0900)
committerSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:56:25 +0000 (12:56 +0900)
commit834c66e2ef074c7811cb87fa786abf8c6e3384e3
treef4040e8ad494d8cc379b02992afd26b6759c713e
Initialize Tizen 2.3
42 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE.APLv2 [new file with mode: 0644]
data/dummy [new file with mode: 0644]
global_res/opt/etc/smack/accesses.d/osp-common-service.native [new file with mode: 0644]
global_res/opt/usr/etc/system_info_cache.ini [new file with mode: 0644]
inc/CommonService.h [new file with mode: 0644]
manifest.xml [new file with mode: 0644]
osp-common-service.manifest [new file with mode: 0644]
packaging/osp-common-service.spec [new file with mode: 0644]
src/CommonService.cpp [new file with mode: 0644]
src/CommonServiceEntry.cpp [new file with mode: 0644]
src/messaging/CMakeLists.txt [new file with mode: 0644]
src/messaging/FMsg_CbsMaker.cpp [new file with mode: 0644]
src/messaging/FMsg_CbsMaker.h [new file with mode: 0644]
src/messaging/FMsg_IpcCallbackHandler.cpp [new file with mode: 0644]
src/messaging/FMsg_IpcCallbackHandler.h [new file with mode: 0644]
src/messaging/FMsg_MessagingIpcStub.cpp [new file with mode: 0644]
src/messaging/FMsg_MessagingIpcStub.h [new file with mode: 0644]
src/messaging/FMsg_SmsService.cpp [new file with mode: 0644]
src/messaging/FMsg_SmsService.h [new file with mode: 0644]
src/messaging/FMsg_WapPushService.cpp [new file with mode: 0644]
src/messaging/FMsg_WapPushService.h [new file with mode: 0644]
src/system/CMakeLists.txt [new file with mode: 0644]
src/system/FSys_AlarmExStub.cpp [new file with mode: 0644]
src/system/FSys_AlarmExStub.h [new file with mode: 0644]
src/system/FSys_DeviceId.cpp [new file with mode: 0644]
src/system/FSys_DeviceId.h [new file with mode: 0644]
src/system/FSys_DeviceManagerStub.cpp [new file with mode: 0644]
src/system/FSys_DeviceManagerStub.h [new file with mode: 0644]
src/system/FSys_PowerManagerStub.cpp [new file with mode: 0644]
src/system/FSys_PowerManagerStub.h [new file with mode: 0644]
src/system/FSys_RuntimeInfoStub.cpp [new file with mode: 0644]
src/system/FSys_RuntimeInfoStub.h [new file with mode: 0644]
src/system/FSys_SettingService.cpp [new file with mode: 0644]
src/system/FSys_SettingService.h [new file with mode: 0644]
src/system/FSys_SystemInfoService.cpp [new file with mode: 0644]
src/system/FSys_SystemInfoService.h [new file with mode: 0644]
src/system/FSys_SystemServiceIpcEventForAsync.cpp [new file with mode: 0644]
src/system/FSys_SystemServiceIpcEventForAsync.h [new file with mode: 0644]
src/ui/CMakeLists.txt [new file with mode: 0644]
src/ui/FUi_UiManagerStub.cpp [new file with mode: 0644]
src/ui/FUi_UiManagerStub.h [new file with mode: 0644]