Tizen 2.0 Release 2.0_release
authorHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 06:09:09 +0000 (15:09 +0900)
committerHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 06:09:09 +0000 (15:09 +0900)
commit601c33865b7029ff56bbfc4a140c9cedca0d88bc
treeae4ffc3a1fb8e1caf51b19970a6aab8a318766ad
parent16a00349660becacc0e7d02bbfe00ae05bac28b9
Tizen 2.0 Release
49 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE.APLv2 [new file with mode: 0755]
NOTICE [new file with mode: 0755]
osp-app-controls.manifest [new file with mode: 0644]
packaging/osp-app-controls.spec [new file with mode: 0755]
res/arm/usr/etc/app-control-alias.ini [new file with mode: 0644]
res/arm/usr/etc/app-control-appid.ini [new file with mode: 0644]
res/arm/usr/etc/app-control-info.ini [new file with mode: 0644]
res/x86/usr/etc/app-control-alias.ini [new file with mode: 0644]
res/x86/usr/etc/app-control-appid.ini [new file with mode: 0644]
res/x86/usr/etc/app-control-info.ini [new file with mode: 0644]
src/bluetooth-app-control/BluetoothAppControlDllEntry.cpp [new file with mode: 0755]
src/bluetooth-app-control/CMakeLists.txt [new file with mode: 0755]
src/browser-app-control/BrowserAppControlDLLEntry.cpp [new file with mode: 0644]
src/browser-app-control/CMakeLists.txt [new file with mode: 0755]
src/calendar-app-control/CMakeLists.txt [new file with mode: 0755]
src/calendar-app-control/CalendarAppControlDllEntry.cpp [new file with mode: 0755]
src/call-app-control/AppControlDLLEntry.cpp [new file with mode: 0644]
src/call-app-control/CMakeLists.txt [new file with mode: 0755]
src/camera-app-control/CMakeLists.txt [new file with mode: 0755]
src/camera-app-control/CameraAppControlDllEntry.cpp [new file with mode: 0755]
src/certmgr-app-control/CMakeLists.txt [new file with mode: 0755]
src/certmgr-app-control/CertMgrAppControlDllEntry.cpp [new file with mode: 0644]
src/certmgr-app-control/CertificateListForm.cpp [new file with mode: 0644]
src/certmgr-app-control/CertificateListForm.h [new file with mode: 0644]
src/contact-app-control/CMakeLists.txt [new file with mode: 0755]
src/contact-app-control/ContactAppControlDllEntry.cpp [new file with mode: 0755]
src/media-app-control/CMakeLists.txt [new file with mode: 0644]
src/media-app-control/MediaAppControlDLLEntry.cpp [new file with mode: 0755]
src/media-app-control/ParseUtil.cpp [new file with mode: 0644]
src/media-app-control/ParseUtil.h [new file with mode: 0644]
src/message-app-control/CMakeLists.txt [new file with mode: 0755]
src/message-app-control/MessageAppControlDllEntry.cpp [new file with mode: 0755]
src/nfc-push-ui-app-control/CMakeLists.txt [new file with mode: 0755]
src/nfc-push-ui-app-control/data/dummy.file [new file with mode: 0644]
src/nfc-push-ui-app-control/inc/NfcPushUi.h [new file with mode: 0644]
src/nfc-push-ui-app-control/inc/NfcPushUiForm.h [new file with mode: 0644]
src/nfc-push-ui-app-control/inc/NfcPushUiFrame.h [new file with mode: 0644]
src/nfc-push-ui-app-control/manifest.xml [new file with mode: 0644]
src/nfc-push-ui-app-control/nfc-push-ui-app-control.manifest [new file with mode: 0644]
src/nfc-push-ui-app-control/res/icon.png [new file with mode: 0644]
src/nfc-push-ui-app-control/shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0644]
src/nfc-push-ui-app-control/src/NfcPushUi.cpp [new file with mode: 0644]
src/nfc-push-ui-app-control/src/NfcPushUiEntry.cpp [new file with mode: 0644]
src/nfc-push-ui-app-control/src/NfcPushUiForm.cpp [new file with mode: 0644]
src/nfc-push-ui-app-control/src/NfcPushUiFrame.cpp [new file with mode: 0644]
src/nfc-push-ui-app-control/system-service-export.ver [new file with mode: 0755]
src/setting-app-control/CMakeLists.txt [new file with mode: 0755]
src/setting-app-control/SettingAppControlDllEntry.cpp [new file with mode: 0755]