Fixed device capability parsing
authorKeebong <keebong.bahn@samsung.com>
Fri, 12 Apr 2013 09:08:08 +0000 (18:08 +0900)
committerKeebong <keebong.bahn@samsung.com>
Fri, 12 Apr 2013 09:08:08 +0000 (18:08 +0900)
commit7987b8c8d247efef2fee9f2975dcb1a526945479
tree76680a65750370a91f039cef4bc335f62148265a
parent2926f6e76550bffca0c3f92495595ba8a51ff48e
Fixed device capability parsing

Change-Id: Ic2e9abc50f60093aedc9400f032f5bc132b48567
Signed-off-by: Keebong <keebong.bahn@samsung.com>
50 files changed:
.cproject [new file with mode: 0644]
.project [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0755]
ChangeLog [new file with mode: 0644]
LICENSE.Flora [new file with mode: 0644]
NOTICE [new file with mode: 0644]
author-signature.xml [new file with mode: 0644]
data/FtApp.ini [new file with mode: 0755]
data/capability_emul.conf [new file with mode: 0644]
data/capability_full.conf [new file with mode: 0644]
data/capability_m0_modem.conf [new file with mode: 0644]
data/capability_m0_nomodem.conf [new file with mode: 0644]
gen_priv_pkg.sh [new file with mode: 0755]
inc/FtApp.h [new file with mode: 0644]
inc/FtAppForm.h [new file with mode: 0644]
inc/FtAppFrame.h [new file with mode: 0644]
inc/FtConfParser.h [new file with mode: 0644]
inc/FtConfiguration.h [new file with mode: 0644]
inc/FtDeviceCapability.h [new file with mode: 0644]
inc/FtSoExecutor.h [new file with mode: 0644]
inc/TestUtils.h [new file with mode: 0644]
inc/TsTcInfo.h [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]
lib/gtest/arm/libgtest.so.0 [new symlink]
lib/gtest/arm/libgtest.so.0.0.0 [new file with mode: 0755]
lib/gtest/x86/libgtest.so.0 [new symlink]
lib/gtest/x86/libgtest.so.0.0.0 [new file with mode: 0755]
manifest.xml [new file with mode: 0755]
oscrc_tizendev [new file with mode: 0644]
packaging/apps.FtApp.spec [new file with mode: 0755]
privilege.list [new file with mode: 0644]
res/eng-GB.xml [new file with mode: 0644]
res/font/Chococooky.ttf [new file with mode: 0644]
res/screen-density-high/icon_application.png [new file with mode: 0644]
res/screen-size-normal/IDF_FTAPPFORM.xml [new file with mode: 0644]
res/screen-size-normal/IDF_FTAPPPOPUP.xml [new file with mode: 0644]
shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0644]
shared/trusted/nofile.dummy [new file with mode: 0644]
signature1.xml [new file with mode: 0644]
src/FtApp.cpp [new file with mode: 0644]
src/FtAppEntry.cpp [new file with mode: 0644]
src/FtAppForm.cpp [new file with mode: 0644]
src/FtAppFrame.cpp [new file with mode: 0644]
src/FtConfParser.cpp [new file with mode: 0644]
src/FtConfiguration.cpp [new file with mode: 0644]
src/FtDeviceCapability.cpp [new file with mode: 0644]
src/FtSoExecutor.cpp [new file with mode: 0644]
src/TestUtils.cpp [new file with mode: 0644]
src/TsTcInfo.cpp [new file with mode: 0644]
tslist.txt [new file with mode: 0755]