summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2024-06-10 16:11:12 +0900
committerChanwoo Choi <cw00.choi@samsung.com>2024-06-10 16:11:12 +0900
commitc67aae377ebfe013dfc08f8590289904026e4e99 (patch)
treebbdedad6428bde69e34296fc371b9cbdf4ec3a88
parent0b1262bf12d383ffd8d5786c3d02b5145359d1e1 (diff)
downloadrootstrap-c67aae377ebfe013dfc08f8590289904026e4e99.tar.gz
rootstrap-c67aae377ebfe013dfc08f8590289904026e4e99.tar.bz2
rootstrap-c67aae377ebfe013dfc08f8590289904026e4e99.zip
Remove not-allowed packages on rs_resource_tizeniot and testproject
Change-Id: Ie83c2fe3078dcd716330a584fd607792930fc0b3 Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r--rs_resource_tizeniot/capi-network-zigbee-rs.xml22
-rw-r--r--rs_resource_tizeniot/capi-system-peripheral-io-rs.xml21
-rw-r--r--rs_resource_tizeniot/update-control-rs.xml20
-rw-r--r--testproject/.cproject588
-rw-r--r--testproject/.exportMap4
-rw-r--r--testproject/.project46
-rw-r--r--testproject/.tproject12
-rw-r--r--testproject/Build/appendix.mk1
-rw-r--r--testproject/Build/basedef.mk34
-rw-r--r--testproject/Build/build_c.mk110
-rw-r--r--testproject/Build/build_edc.mk81
-rw-r--r--testproject/Build/build_po.mk64
-rw-r--r--testproject/Build/flags.mk16
-rw-r--r--testproject/Build/funcs.mk50
-rw-r--r--testproject/Build/makefile34
-rw-r--r--testproject/Build/makefile.mk197
-rw-r--r--testproject/Build/platform.mk15
-rw-r--r--testproject/Build/tooldef.mk63
-rw-r--r--testproject/build_def.prop6
-rw-r--r--testproject/inc/basicui.h19
-rw-r--r--testproject/project_def.prop58
-rw-r--r--testproject/shared/res/basicui.pngbin57662 -> 0 bytes
-rw-r--r--testproject/src/basicui.c665
-rw-r--r--testproject/tizen-manifest.xml8
24 files changed, 0 insertions, 2134 deletions
diff --git a/rs_resource_tizeniot/capi-network-zigbee-rs.xml b/rs_resource_tizeniot/capi-network-zigbee-rs.xml
deleted file mode 100644
index ad065c9..0000000
--- a/rs_resource_tizeniot/capi-network-zigbee-rs.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="capi-network-zigbee">
- <email>steve.jun@samsung.com</email>
- <email>sareome.kim@samsung.com</email>
- <emulator>
- <rpm accept="capi-network-zigbee" arch="i686"/>
- <rpm accept="capi-network-zigbee-devel" arch="i686"/>
- </emulator>
- <target>
- <rpm accept="capi-network-zigbee" arch="armv7l"/>
- <rpm accept="capi-network-zigbee-devel" arch="armv7l"/>
- </target>
- <necessary>
- <file>/usr/include/network/zigbee.h</file>
- <file>/usr/include/network/zigbee-zdo-type.h</file>
- <file>/usr/include/network/zigbee-zcl-type.h</file>
- <file>/usr/lib/libcapi-network-zigbee.so*</file>
- </necessary>
- <include_path>/usr/include/network</include_path>
- <library_path>/usr/lib</library_path>
- <library>libcapi-network-zigbee.so</library>
-</rootstrap>
diff --git a/rs_resource_tizeniot/capi-system-peripheral-io-rs.xml b/rs_resource_tizeniot/capi-system-peripheral-io-rs.xml
deleted file mode 100644
index ce13a97..0000000
--- a/rs_resource_tizeniot/capi-system-peripheral-io-rs.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="capi-system-peripheral-io">
- <email>knhoon.baik@samsung.com</email>
- <email>kibak.yoon@samsung.com</email>
- <email>segwon.han@samsung.com</email>
- <emulator>
- <rpm accept="capi-system-peripheral-io" arch="i686"/>
- <rpm accept="capi-system-peripheral-io-devel" arch="i686"/>
- </emulator>
- <target>
- <rpm accept="capi-system-peripheral-io" arch="armv7l"/>
- <rpm accept="capi-system-peripheral-io-devel" arch="armv7l"/>
- </target>
- <necessary>
- <file>/usr/include/peripheral_io.h</file>
- <file>/usr/lib/libcapi-system-peripheral-io.so*</file>
- </necessary>
- <include_path>/usr/include</include_path>
- <library_path>/usr/lib</library_path>
- <library>libcapi-system-peripheral-io.so</library>
-</rootstrap>
diff --git a/rs_resource_tizeniot/update-control-rs.xml b/rs_resource_tizeniot/update-control-rs.xml
deleted file mode 100644
index 9558941..0000000
--- a/rs_resource_tizeniot/update-control-rs.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="update-control">
- <email>knhoon.baik@samsung.com</email>
- <email>sunm.lee@samsung.com</email>
- <emulator>
- <rpm accept="update-control" arch="i686"/>
- <rpm accept="update-control-devel" arch="i686"/>
- </emulator>
- <target>
- <rpm accept="update-control" arch="armv7l"/>
- <rpm accept="update-control-devel" arch="armv7l"/>
- </target>
- <necessary>
- <file>/usr/include/system/update_control.h</file>
- <file>/usr/lib/libupdate-control.so*</file>
- </necessary>
- <include_path>/usr/include/system</include_path>
- <library_path>/usr/lib</library_path>
- <library>libupdate-control.so</library>
-</rootstrap>
diff --git a/testproject/.cproject b/testproject/.cproject
deleted file mode 100644
index 94ab615..0000000
--- a/testproject/.cproject
+++ /dev/null
@@ -1,588 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
- <storageModule moduleId="org.eclipse.cdt.core.settings">
- <cconfiguration id="org.tizen.nativecore.config.sbi.gcc45.app.debug.2114586654">
- <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="org.tizen.nativecore.config.sbi.gcc45.app.debug.2114586654" moduleId="org.eclipse.cdt.core.settings" name="Debug">
- <externalSettings/>
- <extensions>
- <extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
- <extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.eclipse.cdt.core.MakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.tizen.nativecore.NativeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- </extensions>
- </storageModule>
- <storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <configuration artifactName="basicui" buildArtefactType="org.tizen.nativecore.buildArtefactType.app" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.tizen.nativecore.buildArtefactType.app,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" description="" errorParsers="org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;" id="org.tizen.nativecore.config.sbi.gcc45.app.debug.2114586654" name="Debug" parent="org.tizen.nativecore.config.sbi.gcc45.app.debug">
- <folderInfo id="org.tizen.nativecore.config.sbi.gcc45.app.debug.2114586654." name="/" resourcePath="">
- <toolChain id="org.tizen.nativecore.toolchain.sbi.gcc45.app.debug.1083506175" name="Tizen Native Toolchain" superClass="org.tizen.nativecore.toolchain.sbi.gcc45.app.debug">
- <targetPlatform binaryParser="org.eclipse.cdt.core.ELF" id="org.tizen.nativeide.target.sbi.gnu.platform.base.106459781" osList="linux,win32" superClass="org.tizen.nativeide.target.sbi.gnu.platform.base"/>
- <builder autoBuildTarget="all" buildPath="${workspace_loc:/BasicUI}/Debug" enableAutoBuild="true" id="org.tizen.nativecore.target.sbi.gnu.builder.625149357" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Tizen Application Builder" superClass="org.tizen.nativecore.target.sbi.gnu.builder"/>
- <tool id="org.tizen.nativecore.tool.sbi.gnu.archiver.1505777630" name="Archiver" superClass="org.tizen.nativecore.tool.sbi.gnu.archiver"/>
- <tool command="clang++" id="org.tizen.nativecore.tool.sbi.gnu.cpp.compiler.14503039" name="C++ Compiler" superClass="org.tizen.nativecore.tool.sbi.gnu.cpp.compiler">
- <option id="gnu.cpp.compiler.option.optimization.level.498925539" name="Optimization Level" superClass="gnu.cpp.compiler.option.optimization.level" value="gnu.cpp.compiler.optimization.level.none" valueType="enumerated"/>
- <option defaultValue="gnu.cpp.compiler.debugging.level.max" id="sbi.gnu.cpp.compiler.option.debugging.level.core.612781880" name="Debug level" superClass="sbi.gnu.cpp.compiler.option.debugging.level.core" valueType="enumerated"/>
- <option defaultValue="false" id="sbi.gnu.cpp.compiler.option.misc.pic.core.206819826" name="-fPIC option" superClass="sbi.gnu.cpp.compiler.option.misc.pic.core" valueType="boolean"/>
- <option id="sbi.gnu.cpp.compiler.option.121400146" name="Tizen-Target" superClass="sbi.gnu.cpp.compiler.option" valueType="userObjs">
- <listOptionValue builtIn="false" value="mobile-3.0-emulator.core_llvm37.i386.core.app"/>
- </option>
- <option id="sbi.gnu.cpp.compiler.option.frameworks_inc.core.1857429133" name="Tizen-Frameworks-Include-Path" superClass="sbi.gnu.cpp.compiler.option.frameworks_inc.core" valueType="includePath">
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/libxml2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/KHR&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/SDL2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/appcore-agent&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/appfw&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/attach-panel&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/badge&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/base&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/cairo&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/calendar-service2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/chromium-ewk&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ckm&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/contacts-svc&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/content&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/context-service&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/csr&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dali&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dali-toolkit&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dbus-1.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/device&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dlog&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-buffer-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-con-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-file-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-imf-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-imf-evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-input-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-input-evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-ipc-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ector-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/e_dbus-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/edje-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eet-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/efl-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/efl-extension&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/efreet-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eina-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eina-1/eina&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eio-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eldbus-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/elementary-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/embryo-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/emile-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eo-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eom&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ethumb-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ethumb-client-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/feedback&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/fontconfig&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/freetype2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/geofence&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/gio-unix-2.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/glib-2.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/harfbuzz&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/iotcon&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/json-glib-1.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/location&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/maps&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/media&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/media-content&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/messaging&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/metadata-editor&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/minicontrol&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/minizip&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/network&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/notification&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/nsd/&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/phonenumber-utils&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/sensor&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/service-adaptor&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/shortcut&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/storage&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/system&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/telephony&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ui&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/web&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/widget_service&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/widget_viewer_evas&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/wifi-direct&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/yaca&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/lib/dbus-1.0/include&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/lib/glib-2.0/include&quot;"/>
- </option>
- <option id="sbi.gnu.cpp.compiler.option.frameworks_cflags.core.1743846437" name="Tizen-Frameworks-Other-Cflags" superClass="sbi.gnu.cpp.compiler.option.frameworks_cflags.core" valueType="stringList">
- <listOptionValue builtIn="false" value="${TC_COMPILER_MISC}"/>
- <listOptionValue builtIn="false" value="${RS_COMPILER_MISC}"/>
- <listOptionValue builtIn="false" value=" -fPIE"/>
- <listOptionValue builtIn="false" value="--sysroot=&quot;${SBI_SYSROOT}&quot;"/>
- </option>
- <option id="gnu.cpp.compiler.option.include.paths.726550071" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath">
- <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/inc}&quot;"/>
- </option>
- <option id="sbi.gnu.cpp.compiler.option.frameworks.core.533641368" name="Tizen-Frameworks" superClass="sbi.gnu.cpp.compiler.option.frameworks.core" valueType="userObjs">
- <listOptionValue builtIn="false" value="Native_API"/>
- </option>
- <inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.2043582102" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
- </tool>
- <tool command="clang" id="org.tizen.nativecore.tool.sbi.gnu.c.compiler.441692584" name="C Compiler" superClass="org.tizen.nativecore.tool.sbi.gnu.c.compiler">
- <option defaultValue="gnu.c.optimization.level.none" id="gnu.c.compiler.option.optimization.level.1170753012" name="Optimization Level" superClass="gnu.c.compiler.option.optimization.level" valueType="enumerated"/>
- <option defaultValue="gnu.c.debugging.level.max" id="sbi.gnu.c.compiler.option.debugging.level.core.1549352176" name="Debug level" superClass="sbi.gnu.c.compiler.option.debugging.level.core" valueType="enumerated"/>
- <option defaultValue="false" id="sbi.gnu.c.compiler.option.misc.pic.core.1409082746" name="-fPIC option" superClass="sbi.gnu.c.compiler.option.misc.pic.core" valueType="boolean"/>
- <option id="sbi.gnu.c.compiler.option.1838069193" name="Tizen-Target" superClass="sbi.gnu.c.compiler.option" valueType="userObjs">
- <listOptionValue builtIn="false" value="mobile-3.0-emulator.core_llvm37.i386.core.app"/>
- </option>
- <option id="sbi.gnu.c.compiler.option.frameworks_inc.core.1774527151" name="Tizen-Frameworks-Include-Path" superClass="sbi.gnu.c.compiler.option.frameworks_inc.core" valueType="includePath">
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/libxml2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/KHR&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/SDL2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/appcore-agent&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/appfw&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/attach-panel&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/badge&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/base&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/cairo&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/calendar-service2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/chromium-ewk&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ckm&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/contacts-svc&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/content&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/context-service&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/csr&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dali&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dali-toolkit&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dbus-1.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/device&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dlog&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-buffer-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-con-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-file-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-imf-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-imf-evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-input-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-input-evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-ipc-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ector-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/e_dbus-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/edje-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eet-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/efl-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/efl-extension&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/efreet-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eina-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eina-1/eina&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eio-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eldbus-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/elementary-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/embryo-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/emile-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eo-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eom&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ethumb-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ethumb-client-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/feedback&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/fontconfig&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/freetype2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/geofence&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/gio-unix-2.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/glib-2.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/harfbuzz&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/iotcon&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/json-glib-1.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/location&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/maps&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/media&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/media-content&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/messaging&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/metadata-editor&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/minicontrol&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/minizip&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/network&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/notification&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/nsd/&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/phonenumber-utils&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/sensor&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/service-adaptor&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/shortcut&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/storage&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/system&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/telephony&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ui&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/web&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/widget_service&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/widget_viewer_evas&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/wifi-direct&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/yaca&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/lib/dbus-1.0/include&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/lib/glib-2.0/include&quot;"/>
- </option>
- <option id="sbi.gnu.c.compiler.option.frameworks_cflags.core.750641356" name="Tizen-Frameworks-Other-Cflags" superClass="sbi.gnu.c.compiler.option.frameworks_cflags.core" valueType="stringList">
- <listOptionValue builtIn="false" value="${TC_COMPILER_MISC}"/>
- <listOptionValue builtIn="false" value="${RS_COMPILER_MISC}"/>
- <listOptionValue builtIn="false" value=" -fPIE"/>
- <listOptionValue builtIn="false" value="--sysroot=&quot;${SBI_SYSROOT}&quot;"/>
- </option>
- <option id="gnu.c.compiler.option.include.paths.1251549961" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath">
- <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/inc}&quot;"/>
- </option>
- <option id="sbi.gnu.c.compiler.option.frameworks.core.1368450435" name="Tizen-Frameworks" superClass="sbi.gnu.c.compiler.option.frameworks.core" valueType="userObjs">
- <listOptionValue builtIn="false" value="Native_API"/>
- </option>
- <inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.2118348713" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
- </tool>
- <tool id="org.tizen.nativeide.tool.sbi.gnu.c.linker.base.869690714" name="C Linker" superClass="org.tizen.nativeide.tool.sbi.gnu.c.linker.base"/>
- <tool command="clang++" id="org.tizen.nativecore.tool.sbi.gnu.cpp.linker.1862010835" name="C++ Linker" superClass="org.tizen.nativecore.tool.sbi.gnu.cpp.linker">
- <option defaultValue="false" id="sbi.gnu.cpp.linker.option.shared_flag.core.68834088" name="Linker.Shared" superClass="sbi.gnu.cpp.linker.option.shared_flag.core" valueType="boolean"/>
- <option defaultValue="false" id="sbi.gnu.cpp.linker.option.noundefined.core.32771148" name="Report unresolved symbol references (-Wl,--no-undefined)" superClass="sbi.gnu.cpp.linker.option.noundefined.core" valueType="boolean"/>
- <option id="sbi.gnu.cpp.linker.option.frameworks_lflags.core.832908083" name="Tizen-Frameworks-Other-Lflags" superClass="sbi.gnu.cpp.linker.option.frameworks_lflags.core" valueType="stringList">
- <listOptionValue builtIn="false" value="${TC_LINKER_MISC}"/>
- <listOptionValue builtIn="false" value="${RS_LINKER_MISC}"/>
- <listOptionValue builtIn="false" value="-pie -lpthread "/>
- <listOptionValue builtIn="false" value="--sysroot=&quot;${SBI_SYSROOT}&quot;"/>
- <listOptionValue builtIn="false" value="-Xlinker --version-script=&quot;${PROJ_PATH}/.exportMap&quot;"/>
- <listOptionValue builtIn="false" value="-L&quot;${SBI_SYSROOT}/usr/lib&quot;"/>
- <listOptionValue builtIn="false" value="$(RS_LIBRARIES)"/>
- </option>
- <option id="gnu.cpp.link.option.paths.148885366" name="Library search path (-L)" superClass="gnu.cpp.link.option.paths" valueType="libPaths">
- <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/lib}&quot;"/>
- </option>
- <inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.20430738" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input">
- <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
- <additionalInput kind="additionalinput" paths="$(LIBS)"/>
- </inputType>
- </tool>
- <tool command="i386-linux-gnueabi-as" id="org.tizen.nativeapp.tool.sbi.gnu.assembler.base.1449636596" name="Assembler" superClass="org.tizen.nativeapp.tool.sbi.gnu.assembler.base">
- <inputType id="cdt.managedbuild.tool.gnu.assembler.input.1263196179" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
- </tool>
- <tool id="org.tizen.nativecore.tool.fnmapgen.967892383" name="C FN-Map Generator" superClass="org.tizen.nativecore.tool.fnmapgen"/>
- <tool id="org.tizen.nativecore.tool.fnmapgen.cpp.111427494" name="C++ FN-Map Generator" superClass="org.tizen.nativecore.tool.fnmapgen.cpp"/>
- <tool id="org.tizen.nativecore.tool.ast.1656031339" name="C Static Analyzer" superClass="org.tizen.nativecore.tool.ast"/>
- <tool id="org.tizen.nativecore.tool.ast.cpp.509371687" name="C++ Static Analyzer" superClass="org.tizen.nativecore.tool.ast.cpp"/>
- <tool id="org.tizen.nativecore.tool.sbi.gnu.archiver.mergelib.898048698" name="Archive Generator" superClass="org.tizen.nativecore.tool.sbi.gnu.archiver.mergelib"/>
- <tool id="org.tizen.nativecore.tool.sbi.po.compiler.1199334409" name="PO Resource Compiler" superClass="org.tizen.nativecore.tool.sbi.po.compiler"/>
- <tool id="org.tizen.nativecore.tool.sbi.edc.compiler.981224155" name="EDC Resource Compiler" superClass="org.tizen.nativecore.tool.sbi.edc.compiler"/>
- </toolChain>
- </folderInfo>
- <sourceEntries>
- <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="inc"/>
- <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="res"/>
- <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="shared"/>
- <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="src"/>
- </sourceEntries>
- </configuration>
- </storageModule>
- <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
- </cconfiguration>
- <cconfiguration id="org.tizen.nativecore.config.sbi.gcc45.app.release.1345935681">
- <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="org.tizen.nativecore.config.sbi.gcc45.app.release.1345935681" moduleId="org.eclipse.cdt.core.settings" name="Release">
- <externalSettings/>
- <extensions>
- <extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
- <extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.eclipse.cdt.core.MakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.tizen.nativecore.NativeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- </extensions>
- </storageModule>
- <storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <configuration artifactName="basicui" buildArtefactType="org.tizen.nativecore.buildArtefactType.app" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.tizen.nativecore.buildArtefactType.app,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.release" description="" errorParsers="org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;" id="org.tizen.nativecore.config.sbi.gcc45.app.release.1345935681" name="Release" parent="org.tizen.nativecore.config.sbi.gcc45.app.release">
- <folderInfo id="org.tizen.nativecore.config.sbi.gcc45.app.release.1345935681." name="/" resourcePath="">
- <toolChain id="org.tizen.nativecore.toolchain.sbi.gcc45.app.release.827170154" name="Tizen Native Toolchain" superClass="org.tizen.nativecore.toolchain.sbi.gcc45.app.release">
- <targetPlatform binaryParser="org.eclipse.cdt.core.ELF" id="org.tizen.nativeide.target.sbi.gnu.platform.base.1677725614" osList="linux,win32" superClass="org.tizen.nativeide.target.sbi.gnu.platform.base"/>
- <builder buildPath="${workspace_loc:/BasicUI}/Release" id="org.tizen.nativecore.target.sbi.gnu.builder.1600907809" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Tizen Application Builder" superClass="org.tizen.nativecore.target.sbi.gnu.builder"/>
- <tool id="org.tizen.nativecore.tool.sbi.gnu.archiver.1484902782" name="Archiver" superClass="org.tizen.nativecore.tool.sbi.gnu.archiver"/>
- <tool command="clang++" id="org.tizen.nativecore.tool.sbi.gnu.cpp.compiler.253675722" name="C++ Compiler" superClass="org.tizen.nativecore.tool.sbi.gnu.cpp.compiler">
- <option id="gnu.cpp.compiler.option.optimization.level.1012574227" name="Optimization Level" superClass="gnu.cpp.compiler.option.optimization.level" value="gnu.cpp.compiler.optimization.level.most" valueType="enumerated"/>
- <option defaultValue="gnu.cpp.compiler.debugging.level.none" id="sbi.gnu.cpp.compiler.option.debugging.level.core.181093702" name="Debug level" superClass="sbi.gnu.cpp.compiler.option.debugging.level.core" valueType="enumerated"/>
- <option defaultValue="false" id="sbi.gnu.cpp.compiler.option.misc.pic.core.1435803049" name="-fPIC option" superClass="sbi.gnu.cpp.compiler.option.misc.pic.core" valueType="boolean"/>
- <option id="sbi.gnu.cpp.compiler.option.1807702126" superClass="sbi.gnu.cpp.compiler.option" valueType="userObjs">
- <listOptionValue builtIn="false" value="mobile-3.0-emulator.core.public.latest_llvm37.i386.core.app"/>
- </option>
- <option id="sbi.gnu.cpp.compiler.option.frameworks_inc.core.1183585444" superClass="sbi.gnu.cpp.compiler.option.frameworks_inc.core" valueType="includePath">
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/libxml2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/SDL2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/appcore-agent&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/appfw&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/attach-panel&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/badge&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/base&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/cairo&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/calendar-service2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/chromium-ewk&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ckm&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/contacts-svc&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/content&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/context-service&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/csr&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dali&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dali-toolkit&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dbus-1.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/device&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dlog&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-buffer-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-con-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-file-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-imf-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-imf-evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-input-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-input-evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-ipc-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ector-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/e_dbus-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/edje-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eet-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/efl-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/efl-extension&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/efreet-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eina-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eina-1/eina&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eio-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eldbus-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/elementary-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/embryo-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/emile-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eo-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eom&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ethumb-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ethumb-client-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/feedback&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/fontconfig&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/freetype2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/geofence&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/gio-unix-2.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/glib-2.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/harfbuzz&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/iotcon&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/json-glib-1.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/location&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/maps&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/media&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/media-content&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/messaging&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/metadata-editor&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/minicontrol&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/minizip&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/network&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/notification&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/nsd/&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/phonenumber-utils&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/sensor&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/service-adaptor&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/shortcut&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/storage&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/system&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/telephony&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ui&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/web&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/widget_service&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/widget_viewer_evas&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/wifi-direct&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/yaca&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/lib/dbus-1.0/include&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/lib/glib-2.0/include&quot;"/>
- </option>
- <option id="sbi.gnu.cpp.compiler.option.frameworks_cflags.core.715505028" superClass="sbi.gnu.cpp.compiler.option.frameworks_cflags.core" valueType="stringList">
- <listOptionValue builtIn="false" value="${TC_COMPILER_MISC}"/>
- <listOptionValue builtIn="false" value="${RS_COMPILER_MISC}"/>
- <listOptionValue builtIn="false" value=" -fPIE"/>
- <listOptionValue builtIn="false" value="--sysroot=&quot;${SBI_SYSROOT}&quot;"/>
- </option>
- <option id="gnu.cpp.compiler.option.include.paths.668046524" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath">
- <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/inc}&quot;"/>
- </option>
- <option id="sbi.gnu.cpp.compiler.option.frameworks.core.759565426" superClass="sbi.gnu.cpp.compiler.option.frameworks.core" valueType="userObjs">
- <listOptionValue builtIn="false" value="Native_API"/>
- </option>
- <inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.292411634" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
- </tool>
- <tool command="clang" id="org.tizen.nativecore.tool.sbi.gnu.c.compiler.874320304" name="C Compiler" superClass="org.tizen.nativecore.tool.sbi.gnu.c.compiler">
- <option defaultValue="gnu.c.optimization.level.most" id="gnu.c.compiler.option.optimization.level.1724958878" name="Optimization Level" superClass="gnu.c.compiler.option.optimization.level" valueType="enumerated"/>
- <option defaultValue="gnu.c.debugging.level.default" id="sbi.gnu.c.compiler.option.debugging.level.core.1786116119" name="Debug level" superClass="sbi.gnu.c.compiler.option.debugging.level.core" valueType="enumerated"/>
- <option defaultValue="false" id="sbi.gnu.c.compiler.option.misc.pic.core.1561487120" name="-fPIC option" superClass="sbi.gnu.c.compiler.option.misc.pic.core" valueType="boolean"/>
- <option id="sbi.gnu.c.compiler.option.428598917" superClass="sbi.gnu.c.compiler.option" valueType="userObjs">
- <listOptionValue builtIn="false" value="mobile-3.0-emulator.core.public.latest_llvm37.i386.core.app"/>
- </option>
- <option id="sbi.gnu.c.compiler.option.frameworks_inc.core.1019388417" superClass="sbi.gnu.c.compiler.option.frameworks_inc.core" valueType="includePath">
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/libxml2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/SDL2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/appcore-agent&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/appfw&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/attach-panel&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/badge&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/base&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/cairo&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/calendar-service2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/chromium-ewk&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ckm&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/contacts-svc&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/content&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/context-service&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/csr&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dali&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dali-toolkit&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dbus-1.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/device&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/dlog&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-buffer-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-con-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-file-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-imf-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-imf-evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-input-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-input-evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ecore-ipc-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ector-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/e_dbus-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/edje-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eet-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/efl-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/efl-extension&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/efreet-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eina-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eina-1/eina&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eio-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eldbus-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/elementary-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/embryo-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/emile-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eo-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/eom&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ethumb-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ethumb-client-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/evas-1&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/feedback&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/fontconfig&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/freetype2&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/geofence&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/gio-unix-2.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/glib-2.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/harfbuzz&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/iotcon&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/json-glib-1.0&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/location&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/maps&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/media&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/media-content&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/messaging&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/metadata-editor&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/minicontrol&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/minizip&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/network&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/notification&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/nsd/&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/phonenumber-utils&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/sensor&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/service-adaptor&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/shortcut&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/storage&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/system&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/telephony&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/ui&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/web&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/widget_service&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/widget_viewer_evas&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/wifi-direct&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/include/yaca&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/lib/dbus-1.0/include&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${SBI_SYSROOT}/usr/lib/glib-2.0/include&quot;"/>
- </option>
- <option id="sbi.gnu.c.compiler.option.frameworks_cflags.core.2061539882" superClass="sbi.gnu.c.compiler.option.frameworks_cflags.core" valueType="stringList">
- <listOptionValue builtIn="false" value="${TC_COMPILER_MISC}"/>
- <listOptionValue builtIn="false" value="${RS_COMPILER_MISC}"/>
- <listOptionValue builtIn="false" value=" -fPIE"/>
- <listOptionValue builtIn="false" value="--sysroot=&quot;${SBI_SYSROOT}&quot;"/>
- </option>
- <option id="gnu.c.compiler.option.include.paths.410120405" superClass="gnu.c.compiler.option.include.paths" valueType="includePath">
- <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/inc}&quot;"/>
- </option>
- <option id="sbi.gnu.c.compiler.option.frameworks.core.786426306" superClass="sbi.gnu.c.compiler.option.frameworks.core" valueType="userObjs">
- <listOptionValue builtIn="false" value="Native_API"/>
- </option>
- <inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1622636222" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
- </tool>
- <tool id="org.tizen.nativeide.tool.sbi.gnu.c.linker.base.156490538" name="C Linker" superClass="org.tizen.nativeide.tool.sbi.gnu.c.linker.base"/>
- <tool command="clang++" id="org.tizen.nativecore.tool.sbi.gnu.cpp.linker.1463273344" name="C++ Linker" superClass="org.tizen.nativecore.tool.sbi.gnu.cpp.linker">
- <option defaultValue="false" id="sbi.gnu.cpp.linker.option.shared_flag.core.1664382636" name="Linker.Shared" superClass="sbi.gnu.cpp.linker.option.shared_flag.core" valueType="boolean"/>
- <option defaultValue="false" id="sbi.gnu.cpp.linker.option.noundefined.core.1181654910" name="Report unresolved symbol references (-Wl,--no-undefined)" superClass="sbi.gnu.cpp.linker.option.noundefined.core" valueType="boolean"/>
- <option id="sbi.gnu.cpp.linker.option.frameworks_lflags.core.2013167243" superClass="sbi.gnu.cpp.linker.option.frameworks_lflags.core" valueType="stringList">
- <listOptionValue builtIn="false" value="${TC_LINKER_MISC}"/>
- <listOptionValue builtIn="false" value="${RS_LINKER_MISC}"/>
- <listOptionValue builtIn="false" value="-pie -lpthread "/>
- <listOptionValue builtIn="false" value="--sysroot=&quot;${SBI_SYSROOT}&quot;"/>
- <listOptionValue builtIn="false" value="-Xlinker --version-script=&quot;${PROJ_PATH}/.exportMap&quot;"/>
- <listOptionValue builtIn="false" value="-L&quot;${SBI_SYSROOT}/usr/lib&quot;"/>
- <listOptionValue builtIn="false" value="$(RS_LIBRARIES)"/>
- </option>
- <option id="gnu.cpp.link.option.paths.1686769908" superClass="gnu.cpp.link.option.paths" valueType="libPaths">
- <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/lib}&quot;"/>
- </option>
- <inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.763961306" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input">
- <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
- <additionalInput kind="additionalinput" paths="$(LIBS)"/>
- </inputType>
- </tool>
- <tool command="i386-linux-gnueabi-as" id="org.tizen.nativeapp.tool.sbi.gnu.assembler.base.320386728" name="Assembler" superClass="org.tizen.nativeapp.tool.sbi.gnu.assembler.base">
- <inputType id="cdt.managedbuild.tool.gnu.assembler.input.369273173" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
- </tool>
- <tool id="org.tizen.nativecore.tool.fnmapgen.971763907" name="C FN-Map Generator" superClass="org.tizen.nativecore.tool.fnmapgen"/>
- <tool id="org.tizen.nativecore.tool.fnmapgen.cpp.896679775" name="C++ FN-Map Generator" superClass="org.tizen.nativecore.tool.fnmapgen.cpp"/>
- <tool id="org.tizen.nativecore.tool.ast.621893771" name="C Static Analyzer" superClass="org.tizen.nativecore.tool.ast"/>
- <tool id="org.tizen.nativecore.tool.ast.cpp.140148497" name="C++ Static Analyzer" superClass="org.tizen.nativecore.tool.ast.cpp"/>
- <tool id="org.tizen.nativecore.tool.sbi.gnu.archiver.mergelib.1673744432" name="Archive Generator" superClass="org.tizen.nativecore.tool.sbi.gnu.archiver.mergelib"/>
- <tool id="org.tizen.nativecore.tool.sbi.po.compiler.251809154" name="PO Resource Compiler" superClass="org.tizen.nativecore.tool.sbi.po.compiler"/>
- <tool id="org.tizen.nativecore.tool.sbi.edc.compiler.2001112327" name="EDC Resource Compiler" superClass="org.tizen.nativecore.tool.sbi.edc.compiler"/>
- </toolChain>
- </folderInfo>
- <sourceEntries>
- <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="inc"/>
- <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="res"/>
- <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="shared"/>
- <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="src"/>
- </sourceEntries>
- </configuration>
- </storageModule>
- <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
- </cconfiguration>
- </storageModule>
- <storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="BasicUI.org.tizen.nativecore.target.sbi.gcc45.app.13143402" name="Tizen Native Application" projectType="org.tizen.nativecore.target.sbi.gcc45.app"/>
- </storageModule>
- <storageModule moduleId="scannerConfiguration">
- <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
- <scannerConfigBuildInfo instanceId="org.tizen.nativecore.config.sbi.gcc45.app.release.1345935681">
- <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
- </scannerConfigBuildInfo>
- <scannerConfigBuildInfo instanceId="org.tizen.nativecore.config.sbi.gcc45.app.debug.2114586654">
- <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
- </scannerConfigBuildInfo>
- </storageModule>
- <storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
- <storageModule moduleId="refreshScope" versionNumber="2">
- <configuration configurationName="Debug">
- <resource resourceType="PROJECT" workspacePath="/BasicUI"/>
- </configuration>
- <configuration configurationName="Release">
- <resource resourceType="PROJECT" workspacePath="/BasicUI"/>
- </configuration>
- </storageModule>
-</cproject>
diff --git a/testproject/.exportMap b/testproject/.exportMap
deleted file mode 100644
index 43e310e..0000000
--- a/testproject/.exportMap
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- global: main;
- local: *;
-};
diff --git a/testproject/.project b/testproject/.project
deleted file mode 100644
index ee634c8..0000000
--- a/testproject/.project
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>BasicUI</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
- <triggers>full,incremental,</triggers>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.cdt.core.cnature</nature>
- <nature>org.eclipse.cdt.core.ccnature</nature>
- <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
- <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
- </natures>
- <filteredResources>
- <filter>
- <id>1473396421140</id>
- <name></name>
- <type>26</type>
- <matcher>
- <id>org.eclipse.ui.ide.multiFilter</id>
- <arguments>1.0-projectRelativePath-matches-false-false-*/.tpk</arguments>
- </matcher>
- </filter>
- <filter>
- <id>1473396421145</id>
- <name></name>
- <type>6</type>
- <matcher>
- <id>org.eclipse.ui.ide.multiFilter</id>
- <arguments>1.0-name-matches-false-false-project_def.prop</arguments>
- </matcher>
- </filter>
- </filteredResources>
-</projectDescription>
diff --git a/testproject/.tproject b/testproject/.tproject
deleted file mode 100644
index 56660b2..0000000
--- a/testproject/.tproject
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<tproject xmlns="http://www.tizen.org/tproject">
- <platforms>
- <platform>
- <name>mobile-3.0</name>
- </platform>
- </platforms>
- <package>
- <blacklist/>
- <resFallback autoGen="true"/>
- </package>
-</tproject>
diff --git a/testproject/Build/appendix.mk b/testproject/Build/appendix.mk
deleted file mode 100644
index 2e06c34..0000000
--- a/testproject/Build/appendix.mk
+++ /dev/null
@@ -1 +0,0 @@
-# Appendix
diff --git a/testproject/Build/basedef.mk b/testproject/Build/basedef.mk
deleted file mode 100644
index 64fbf82..0000000
--- a/testproject/Build/basedef.mk
+++ /dev/null
@@ -1,34 +0,0 @@
-# Add inputs and outputs from these tool invocations to the build variables
-
-
-OS_NAME := $(shell $(UNAME))
-
-
-#ifeq ($(origin BUILD_CONFIG), undefined)
-BUILD_CONFIG ?= Debug
-#endif
-
-#ifeq ($(origin ARCH), undefined)
-ARCH ?= i386
-#endif
-
-#ifeq ($(origin PROJPATH), undefined)
-PROJPATH ?= .
-#endif
-
-
-#ifeq ($(origin PROJ_PATH), undefined)
-PROJ_PATH ?= $(PROJPATH)
-#endif
-
-#ifeq ($(strip $(OUTPUT_DIR)),)
-OUTPUT_DIR ?= $(PROJ_PATH)/$(BUILD_CONFIG)
-#endif
-
-#ifeq ($(strip $(BUILD_ARCH)),)
-BUILD_ARCH ?= $(ARCH)
-#endif
-
-#ifeq ($(strip $(ENVENTOR_PATH)),)
-ENVENTOR_PATH ?= $(SDK_TOOLPATH)/enventor
-#endif
diff --git a/testproject/Build/build_c.mk b/testproject/Build/build_c.mk
deleted file mode 100644
index 81940cd..0000000
--- a/testproject/Build/build_c.mk
+++ /dev/null
@@ -1,110 +0,0 @@
-# C/C++ build script
-
-
-_FUNC_EXT2O = $(patsubst %.$(3),$(1)/%.o,$(2))
-_FUNC_C2O = $(call _FUNC_EXT2O,$(1),$(2),c)
-_FUNC_CPP2O = $(call _FUNC_EXT2O,$(1),$(2),cpp)
-
-
-# parameter :
-# $(1) - C/C++ soruce file
-# $(2) - output path
-# $(3) - .ext
-CONVERT_ESC_EXT_TO_O = $(addprefix $(2)/,$(call CONVERT_4MAKE_TO_OUT,$(patsubst %.$(3),%.o,$(1))))
-
-CONVERT_ESC_C_TO_O = $(call CONVERT_ESC_EXT_TO_O,$(1),$(2),c)
-CONVERT_ESC_CPP_TO_O = $(call CONVERT_ESC_EXT_TO_O,$(1),$(2),cpp)
-
-
-# parameter :
-# $(1) - encoded one C/C++ soruce file
-# $(2) - output path
-# $(3) - ext title (C/C++)
-# $(4) - ext (c/cpp)
-# $(5) - compiler ($(CC)/$(CXX))
-# $(6) - build opt
-# $(7) - build opt file
-# output :
-# $(8) - output files list
-define C_BUILD_PROC_RAW
-$(call CONVERT_ESC_EXT_TO_O,$(1),$(2),$(4)) : $(call DECODE_4MAKE,$(1)) $(7)
- @echo ' Building file: $$<'
- @echo ' Invoking: $(3) Compiler'
- $$(call MAKEDIRS,$$(@D))
- $(5) -c "$$<" -o "$$@" $(6) @$(7)
- @echo ' Finished building: $$<'
-$(8) += $(call CONVERT_ESC_EXT_TO_O,$(1),$(2),$(4))
-endef
-
-
-# parameter :
-# $(1) - output paths
-# $(2) - src paths
-# $(3) - inc paths
-# $(4) - inc files
-# $(5) - Defs
-# $(6) - UnDefs
-# $(7) - compiler opt
-# $(8) - compiler opt file
-# $(9) - ext title (C/C++)
-# $(10) - ext (c/cpp)
-# $(11) - compiler ($(CC)/$(CXX))
-# output :
-# $(12) - OBJS
-# return :
-# none
-define C_PROC_RAW
-
-_OUTPUT_DIR := $$(strip $(1))#
-_SRCS := $(2)#
-_INCS := $(3)#
-_INC_FILES := $(4)#
-_DEFS := $(5)#
-_UNDEFS := $(6)#
-
-_OPT := $(7)
-_OPT_FILE := $(8)
-
-_EXT_TITLE := $(9)
-_EXT := $(10)
-_COMPILER := $(11)
-
-#_OUTPUT_FILES := $(12)
-
-_ENC_SRCS := $$(call ENCODE_4MAKE,$$(_SRCS))
-_ENC_SRCS := $$(filter %.$$(_EXT),$$(_ENC_SRCS))
-
-ifneq ($$(strip $$(_SRCS)),)
-
-_NORMAL_SRCS := $$(filter-out %*.$$(_EXT),$$(_ENC_SRCS))
-_WIDLCARD_SRCS := $$(filter %*.$$(_EXT),$$(_ENC_SRCS))
-
-_ALL_SRCS := $$(call DECODE_4MAKE,$$(_NORMAL_SRCS)) \
- $$(foreach var,$$(_WIDLCARD_SRCS),$$(call FIND_FILES_4MAKE,$$(call DECODE_4MAKE,$$(var))))
-
-ifneq ($$(strip $$(_ALL_SRCS)),)
-
-_ENC_SRCS := $$(call ENCODE_4MAKE,$$(_ALL_SRCS))
-
-_CDEFS := $$(CDEFS)
-_CDEFS += $$(addprefix -D,$$(_DEFS))
-_CDEFS += $$(addprefix -U,$$(_UNDEFS))
-
-_ENC_C_INCS := $$(call ENCODE_4MAKE,$$(_INCS))
-_ENC_C_INCS := $$(addprefix -I,$$(_ENC_C_INCS))
-
-_ENC_INC_FILES := $$(call ENCODE_4MAKE,$$(_INC_FILES))
-_ENC_INC_FILES += $$(addprefix -include,$$(_ENC_INC_FILES))
-
-_C_INCS := $$(call DECODE_4MAKE,$$(_ENC_C_INCS) $$(_ENC_C_INC_FILES))
-
-_DEFS := $$(_CDEFS) $$(_C_INCS) -I"pch" $$(_OPT)
-
-$$(foreach var,$$(_ENC_SRCS),$$(eval $$(call C_BUILD_PROC_RAW,$$(var),$$(_OUTPUT_DIR),$$(_EXT_TITLE),$$(_EXT),$$(_COMPILER),$$(_DEFS),$$(_OPT_FILE),$(12))))
-
-endif # (_(strip _(_ALL_SRCS)),)
-
-endif # (_(strip _(_SRCS)),)
-
-
-endef
diff --git a/testproject/Build/build_edc.mk b/testproject/Build/build_edc.mk
deleted file mode 100644
index 6f85fdd..0000000
--- a/testproject/Build/build_edc.mk
+++ /dev/null
@@ -1,81 +0,0 @@
-# EDC build script
-
-
-FUNC_EDC2EDJ = $(patsubst %.edc,$(2)/%.edj,$(1))
-
-# parameter :
-# $(1) - C/C++ soruce file
-# $(2) - output path
-CONVERT_ESC_EDC_TO_EDJ = $(call CONVERT_4MAKE_TO_OUT,$(call FUNC_EDC2EDJ,$(1),$(2)))
-
-
-# parameter :
-# $(1) - encoded one C/C++ soruce file
-# $(2) - output path
-# $(3) - build opt
-# output :
-# $(4) - output files list
-define EDJ_BUILD_PROC_RAW
-$(call CONVERT_ESC_EDC_TO_EDJ,$(1),$(2)) : $(call DECODE_4MAKE,$(1))
- @echo ' Building file: $$<'
- @echo ' Invoking: EDC Resource Compiler'
- $$(call MAKEDIRS,$$(@D))
- $$(EDJE_CC) $(3) "$$<" "$$@"
- @echo ' Finished building: $$<'
-$(4) += $(call CONVERT_ESC_EDC_TO_EDJ,$(1),$(2))
-endef
-
-
-# parameter :
-# $(1) - output paths
-# $(2) - src paths
-# $(3) - image inc paths
-# $(4) - sound inc paths
-# $(5) - font inc paths
-# output :
-# $(6) - OBJS
-# return :
-# none
-define EDJ_PROC_RAW
-
-_OUTPUT_DIR := $$(strip $(1))#
-_SRCS := $(2)#
-_IMAGE_DIRS := $(3)#
-_SOUND_DIRS := $(4)#
-_FONT_DIRS := $(5)#
-
-ifneq ($$(strip $$(_SRCS)),)
-
-_ENC_SRCS := $$(call ENCODE_4MAKE,$$(_SRCS))
-
-_NORMAL_SRCS := $$(filter-out %*.edc,$$(_ENC_SRCS))
-_WIDLCARD_SRCS := $$(filter %*.edc,$$(_ENC_SRCS))
-
-_ALL_SRCS := $$(call DECODE_4MAKE,$$(_NORMAL_SRCS)) \
- $$(foreach var,$$(_WIDLCARD_SRCS),$$(call FIND_FILES_4MAKE,$$(call DECODE_4MAKE,$$(var))))
-
-ifneq ($$(strip $$(_ALL_SRCS)),)
-
-_ENC_SRCS := $$(call ENCODE_4MAKE,$$(_ALL_SRCS))
-
-_COMPILER_FLAGS := -id "$$(ENVENTOR_SHARED_RES_PATH)/images"
-_COMPILER_FLAGS += -sd "$$(ENVENTOR_SHARED_RES_PATH)/sounds"
-_COMPILER_FLAGS += -fd "$$(ENVENTOR_SHARED_RES_PATH)/fonts"
-
-ifneq ($$(strip $$(_IMAGE_DIRS)),)
-_COMPILER_FLAGS += $$(addprefix -id ,$$(_IMAGE_DIRS))
-endif
-ifneq ($$(strip $$(_SOUND_DIRS)),)
-_COMPILER_FLAGS += $$(addprefix -sd ,$$(_SOUND_DIRS))
-endif
-ifneq ($$(strip $$(_FONT_DIRS)),)
-_COMPILER_FLAGS += $$(addprefix -fd ,$$(_FONT_DIRS))
-endif
-
-$$(foreach var,$$(_ENC_SRCS),$$(eval $$(call EDJ_BUILD_PROC_RAW,$$(var),$$(_OUTPUT_DIR),$$(_COMPILER_FLAGS),$(6))))
-
-endif # (_(strip _(_ALL_SRCS)),)
-
-endif # (_(strip _(_SRCS)),)
-
-endef
diff --git a/testproject/Build/build_po.mk b/testproject/Build/build_po.mk
deleted file mode 100644
index d88d71a..0000000
--- a/testproject/Build/build_po.mk
+++ /dev/null
@@ -1,64 +0,0 @@
-# PO build script
-
-
-_FUNC_PO2MO = $(patsubst %.po,$(2)/res/locale/%/LC_MESSAGES/$(3).mo,$(notdir $(1)))
-
-
-# parameter :
-# $(1) - C/C++ soruce file
-# $(2) - output path
-# $(3) - app name
-CONVERT_ESC_PO_TO_MO = $(call CONVERT_4MAKE_TO_OUT,$(call _FUNC_PO2MO,$(1),$(2),$(3)))
-
-
-# parameter :
-# $(1) - encoded one C/C++ soruce file
-# $(2) - output path
-# $(3) - app name
-# output :
-# $(4) - output files list
-define MO_BUILD_PROC_RAW
-$(call CONVERT_ESC_PO_TO_MO,$(1),$(2),$(3)) : $(call DECODE_4MAKE,$(1))
- @echo ' Building file: $$<'
- @echo ' Invoking: msgfmt String Formatter'
- $$(call MAKEDIRS,$$(@D))
- $$(MSGFMT) -o "$$@" "$$<"
- @echo ' Finished building: $$<'
-$(4) += $(call CONVERT_ESC_PO_TO_MO,$(1),$(2),$(3))
-endef
-
-
-# parameter :
-# $(1) - output dir
-# $(2) - src paths
-# $(3) - app name
-# output :
-# $(4) - OBJS
-
-define MO_PROC_RAW
-
-_OUTPUT_DIR := $(1)
-_SRCS := $(2)
-_APPNAME := $(3)
-
-ifneq ($$(strip $$(_SRCS)),)
-
-_ENC_SRCS := $$(call ENCODE_4MAKE,$$(_SRCS))
-
-_NORMAL_SRCS := $$(filter-out %*.po,$$(_ENC_SRCS))
-_WIDLCARD_SRCS := $$(filter %*.po,$$(_ENC_SRCS))
-
-_ALL_SRCS := $$(call DECODE_4MAKE,$$(_NORMAL_SRCS)) \
- $$(foreach var,$$(_WIDLCARD_SRCS),$$(call FIND_FILES_4MAKE,$$(call DECODE_4MAKE,$$(var))))
-
-ifneq ($$(strip $$(_ALL_SRCS)),)
-
-_ENC_SRCS := $$(call ENCODE_4MAKE,$$(_ALL_SRCS))
-
-$$(foreach var,$$(_ENC_SRCS),$$(eval $$(call MO_BUILD_PROC_RAW,$$(var),$$(_OUTPUT_DIR),$$(_APPNAME),$(4))))
-
-endif # (_(strip _(_ALL_SRCS)),)
-
-endif # (_(strip _(_SRCS)),)
-
-endef
diff --git a/testproject/Build/flags.mk b/testproject/Build/flags.mk
deleted file mode 100644
index 0ee8efb..0000000
--- a/testproject/Build/flags.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-
-DEBUG_OP = -g3
-CPP_DEBUG_OP =
-
-OPTIMIZATION_OP = -O0
-CPP_OPTIMIZATION_OP =
-
-COMPILE_FLAGS = $(DEBUG_OP) $(OPTIMIZATION_OP) -Wall -c -fmessage-length=0
-
-CPP_COMPILE_FLAGS = $(CPP_DEBUG_OP) $(CPP_OPTIMIZATION_OP)
-
-LINK_FLAGS =
-
-AR_FLAGS =
-
-EDC_COMPILE_FLAGS = \ No newline at end of file
diff --git a/testproject/Build/funcs.mk b/testproject/Build/funcs.mk
deleted file mode 100644
index 8297d18..0000000
--- a/testproject/Build/funcs.mk
+++ /dev/null
@@ -1,50 +0,0 @@
-
-BSLASH := \\#
-NULL_CHAR := #
-SPACE := \ #
-COLON := :#
-DOTDOT := ..#
-SPACE_ESC := &sp;#
-COLON_ESC := &co;#
-SPACE_OUT := ~sp~#
-COLON_OUT := ~co~#
-DOTDOT_OUT := ~dtdt~#
-
-BSLASH2SLASH = $(subst $(BSLASH),/,$(1))
-
-REMOVE_TAIL = $(patsubst %/,%,$(1))
-
-#LOWER_CASE = $(shell echo translit($(1),[A-Z],[a-z])|$(M4))
-LOWER_CASE = $(shell echo $(1)|$(TR) [A-Z] [a-z])
-
-#ifneq ($(findstring Windows,$(OS)),)
-# ...
-#endif
-
-FIND_FILES = $(shell $(FIND) $(1)/$(2) | $(SED) 's/^$(subst /,$(BSLASH)/,$(1))$(BSLASH)///')
-FIND_FILES_ESC = $(shell $(FIND) $(1)/$(2) | $(SED) 's/^$(subst /,$(BSLASH)/,$(1))$(BSLASH)///' -e 's/:/$(BSLASH)&co;/g' -e 's/$(BSLASH) /$(BSLASH)&sp;/g')
-FIND_FILES_4MAKE = $(shell $(FIND) $(1)/$(2) | $(SED) 's/^$(subst /,$(BSLASH)/,$(1))$(BSLASH)///')
-
-FIND_FILES_ABS = $(shell $(FIND) $(1))
-FIND_FILES_ABS_4MAKE = $(shell $(FIND) $(1) -e 's/$(BSLASH) /$(BSLASH)&sp;/g')
-FIND_FILES_ABS_ESC = $(shell $(FIND) $(1) -e 's/:/$(BSLASH)&co;/g' -e 's/$(BSLASH) /$(BSLASH)&sp;/g')
-
-FIND_FILES_4MAKE = $(shell $(FIND) $(1) | $(SED) 's/ /\\\ /g')
-
-#ENCODE_ESC = $(shell echo $(1) | $(SED) -e 's/:/$(BSLASH)&co;/g' -e 's/$(BSLASH) /$(BSLASH)&sp;/g')
-#DECODE_ESC = $(shell echo $(1) | $(SED) -e 's/$(BSLASH)&co;/:/g' -e 's/$(BSLASH)&sp;/$(BSLASH) / g')
-ENCODE_ESC = $(subst $(SPACE),$(SPACE_ESC),$(subst $(COLON),$(COLON_ESC),$(1)))
-DECODE_ESC = $(subst $(COLON_ESC),$(COLON),$(subst $(SPACE_ESC),$(SPACE),$(1)))
-ENCODE_4MAKE = $(subst $(SPACE),$(SPACE_ESC),$(1))
-DECODE_4MAKE = $(subst $(SPACE_ESC),$(SPACE),$(1))
-
-CONVERT_TO_OUT = $(subst $(DOTDOT),$(DOTDOT_OUT),$(subst $(COLON),$(COLON_OUT),$(subst $(SPACE),$(SPACE_OUT),$(1))))
-CONVERT_ESC_TO_OUT = $(subst $(DOTDOT),$(DOTDOT_OUT),$(subst $(COLON_ESC),$(COLON_OUT),$(subst $(SPACE_ESC),$(SPACE_OUT),$(1))))
-CONVERT_4MAKE_TO_OUT = $(subst $(DOTDOT),$(DOTDOT_OUT),$(subst $(COLON),$(COLON_OUT),$(subst $(SPACE_ESC),$(SPACE_OUT),$(1))))
-
-PROC_NO_EXIST = $(if $(wildcard $(1)),,$(call $(2),$(1)))
-define MAKEDIRS0
- @echo ' Building directory: $(1)'
- @$(MKDIR) $(MKDIR_OP) $(subst $(BSLASH),/,$(1))
-endef
-MAKEDIRS = $(call PROC_NO_EXIST,$(1),MAKEDIRS0)
diff --git a/testproject/Build/makefile b/testproject/Build/makefile
deleted file mode 100644
index 9348c50..0000000
--- a/testproject/Build/makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# Usege : make -f <proj_root>/Build/makefile -C <proj_root>
-#
-
-BUILD_SCRIPT_VERSION := 1.1.0
-
-.PHONY : app_version app_build app_clean build_version
-
-
-all : app_build
-
-clean : app_clean
-
-version : build_version
-
-#PROJ_ROOT = .
-BUILD_ROOT := $(PROJ_PATH)/Build#
-
-ifeq ($(MAKE_NAME),mingw32-make)
-ifneq ($(SHELL),)
-OPTIONS += --eval="SHELL=$(SHELL)"
-endif
-endif
-
-app_build :
- @echo $(MAKE) -f "$(BUILD_ROOT)/makefile.mk"
- @$(MAKE) -f "$(BUILD_ROOT)/makefile.mk" -C "$(PROJ_PATH)" $(OPTIONS)
-
-app_clean :
- @$(MAKE) -f "$(BUILD_ROOT)/makefile.mk" -C "$(PROJ_PATH)" $(OPTIONS) clean
-
-build_version :
- @echo makefile : $(BUILD_SCRIPT_VERSION)
- @$(MAKE) -f "$(BUILD_ROOT)/makefile.mk" -C "$(PROJ_PATH)" $(OPTIONS) version
diff --git a/testproject/Build/makefile.mk b/testproject/Build/makefile.mk
deleted file mode 100644
index c95b4b4..0000000
--- a/testproject/Build/makefile.mk
+++ /dev/null
@@ -1,197 +0,0 @@
-#
-# Usege : make -f <proj_root>/Build/makefile -C <proj_root>
-#
-
-BUILD_SCRIPT_VERSION := 1.2.3
-
-.PHONY : app_version app_clean build_version
-
-
-all : app_build
-
-clean : app_clean
-
-version : build_version
-
-
-#PROJ_ROOT := $(call BSLASH2SLASH,$(PROJ_PATH))
-PROJ_ROOT := .
-BUILD_ROOT := $(PROJ_ROOT)/Build
-
-include $(BUILD_ROOT)/basedef.mk
-
-include $(PROJ_ROOT)/project_def.prop
--include $(PROJ_ROOT)/build_def.prop
-
-include $(BUILD_ROOT)/funcs.mk
-
--include $(BUILD_ROOT)/tooldef.mk
--include $(BUILD_ROOT)/flags.mk
--include $(BUILD_ROOT)/platform.mk
-
-
-APPTYPE := $(type)
-
-OUTPUT_DIR := $(PROJ_ROOT)/$(BUILD_CONFIG)
-OBJ_OUTPUT := $(OUTPUT_DIR)/objs
-
-LOWER_APPNAME := $(call LOWER_CASE,$(APPNAME))
-APPID2 := $(subst $(basename $(APPID)).,,$(APPID))
-
-ifeq ($(strip $(APPTYPE)),app)
-APPFILE := $(OUTPUT_DIR)/$(LOWER_APPNAME)
-endif
-ifeq ($(strip $(APPTYPE)),staticLib)
-APPFILE := $(OUTPUT_DIR)/lib$(LOWER_APPNAME).a
-endif
-ifeq ($(strip $(APPTYPE)),sharedLib)
-APPFILE := $(OUTPUT_DIR)/lib$(LOWER_APPNAME).so
-endif
-
-ifneq ($(strip $(PLATFORM_INCS)),)
-PLATFORM_INCS_FILE := $(OBJ_OUTPUT)/platform_incs_file.inc
-endif
-
-include $(BUILD_ROOT)/build_c.mk
-
-
-ifeq ($(strip $(APPTYPE)),app)
-EXT_OP := -fPIE
-endif
-ifeq ($(strip $(APPTYPE)),staticLib)
-EXT_OP := -fPIE
-endif
-ifeq ($(strip $(APPTYPE)),sharedLib)
-EXT_OP := -fPIC
-endif
-
-C_OPT := $(COMPILE_FLAGS) $(TC_COMPILER_MISC) $(RS_COMPILER_MISC) $(EXT_OP) --sysroot="$(SYSROOT)" -Werror-implicit-function-declaration $(M_OPT)
-CPP_OPT := $(CPP_COMPILE_FLAGS) $(TC_COMPILER_MISC) $(RS_COMPILER_MISC) $(EXT_OP) --sysroot="$(SYSROOT)" -Werror-implicit-function-declaration $(M_OPT)
-C_OPT_FILE := $(PLATFORM_INCS_FILE)
-
-OBJS := #
-
-# Global C/C++
-ifeq ($(strip $(USER_ROOT)),)
-USER_ROOT := $(PROJ_ROOT)
-endif
-$(eval $(call C_PROC_RAW,$(OBJ_OUTPUT),$(USER_SRCS),$(USER_INC_DIRS),$(USER_INC_FILES),$(USER_DEFS),$(USER_UNDEFS),$(C_OPT),$(C_OPT_FILE),C,c,$(CC),OBJS))
-$(foreach ext,cpp cxx cc c++ C,$(eval $(call C_PROC_RAW,$(OBJ_OUTPUT),$(USER_SRCS),$(USER_INC_DIRS),$(USER_CPP_INC_FILES),$(USER_CPP_DEFS),$(USER_CPP_UNDEFS),$(CPP_OPT),$(C_OPT_FILE),C++,$(ext),$(CXX),OBJS)))
-
-# Individual C/C++
-ifneq ($(strip $(USER_EXT_C_KEYS)),)
-$(foreach var,$(USER_EXT_C_KEYS),$(eval $(call C_PROC_RAW,$(OBJ_OUTPUT),$(USER_EXT_$(var)_SRCS),$(USER_EXT_$(var)_INC_DIRS),$(USER_EXT_$(var)_INC_FILES),$(USER_EXT_$(var)_DEFS),$(USER_EXT_$(var)_UNDEFS),$(C_OPT),$(C_OPT_FILE),C,c,$(CC),OBJS)))
-$(foreach ext,cpp cxx cc c++ C,$(foreach var,$(USER_EXT_C_KEYS),$(eval $(call C_PROC_RAW,$(OBJ_OUTPUT),$(USER_EXT_$(var)_SRCS),$(USER_EXT_$(var)_INC_DIRS),$(USER_EXT_$(var)_CPP_INC_FILES),$(USER_EXT_$(var)_CPP_DEFS),$(USER_EXT_$(var)_CPP_UNDEFS),$(C_OPT),$(C_OPT_FILE),C++,$(ext),$(CXX),OBJS))))
-endif
-
-
-ifneq ($(strip $(USER_LIB_DIRS)),)
-_ENC_USER_LIB_DIRS := $(call ENCODE_4MAKE,$(USER_LIB_DIRS))
-_ENC_USER_LIB_DIRS := $(addprefix -L,$(_ENC_USER_LIB_DIRS))
-LIBPATHS := $(call DECODE_4MAKE,$(_ENC_USER_LIB_DIRS))
-endif
-
-LIBS += $(addprefix -l,$(USER_LIBS))
-
-UOBJS += $(USER_OBJS)
-
-M_OPT = -MMD -MP -MF"$(@:%.o=%.d)"
-
-DEPS := $(OBJS:.o=.d)
-
-ifneq ($(strip $(DEPS)),)
--include $(PROJ_ROOT)/Build/$(DEPS)
-endif
-
-
-ifeq ($(strip $(APPTYPE)),app)
-$(APPFILE) : $(OBJS) $(UOBJS)
- @echo ' Building target: $@'
- @echo ' Invoking: C/C++ Linker'
- $(call MAKEDIRS,$(@D))
- $(CXX) -o $(APPFILE) $(OBJS) $(UOBJS) $(LIBPATHS) -Xlinker --as-needed $(LIBS) $(LINK_FLAGS) $(TC_LINKER_MISC) $(RS_LINKER_MISC) -pie -lpthread --sysroot="$(SYSROOT)" -Xlinker --version-script="$(PROJ_ROOT)/.exportMap" $(RS_LIB_PATHS) $(RS_LIBRARIES) -Xlinker -rpath="/opt/usr/apps/$(APPID)/lib" -Werror-implicit-function-declaration
- @echo ' Finished building target: $@'
-endif
-ifeq ($(strip $(APPTYPE)),staticLib)
-$(APPFILE) : $(OBJS) $(UOBJS)
- @echo ' Building target: $@'
- @echo ' Invoking: Archive utility'
- $(call MAKEDIRS,$(@D))
- $(AR) -r $(APPFILE) $(OBJS) $(UOBJS) $(AR_FLAGS)
- @echo ' Finished building target: $@'
-endif
-ifeq ($(strip $(APPTYPE)),sharedLib)
-$(APPFILE) : $(OBJS) $(UOBJS)
- @echo ' Building target: $@'
- @echo ' Invoking: C/C++ Linker'
- $(call MAKEDIRS,$(@D))
- $(CXX) -o $(APPFILE) $(OBJS) $(UOBJS) $(LIBPATHS) -Xlinker --as-needed $(LIBS) $(LINK_FLAGS) $(TC_LINKER_MISC) $(RS_LINKER_MISC) -shared -lpthread --sysroot="$(SYSROOT)" $(RS_LIB_PATHS) $(RS_LIBRARIES)
- @echo ' Finished building target: $@'
-endif
-
-
-$(OBJ_OUTPUT) :
- $(call MAKEDIRS,$@)
-
-$(OUTPUT_DIR) :
- $(call MAKEDIRS,$@)
-
-
-ifneq ($(strip $(PLATFORM_INCS)),)
-$(PLATFORM_INCS_FILE) : $(OBJ_OUTPUT)
- @echo ' Building inc file: $@'
-ifneq ($(findstring Windows,$(OS)),)
-ifneq ($(findstring 3.82,$(MAKE_VERSION)),)
- $(file > $@,$(PLATFORM_INCS))
-else
- @echo $(PLATFORM_INCS) > $@
-endif
-else
- @echo $(PLATFORM_INCS) > $@
-endif
-endif
-
-
-include $(BUILD_ROOT)/build_edc.mk
-
-#ifeq ($(strip $(ENVENTOR_SHARED_RES_PATH)),)
-ENVENTOR_SHARED_RES_PATH ?= $(ENVENTOR_PATH)/share/enventor
-#endif
-
-EDJ_FILES :=
-
-# Global EDCs
-ifneq ($(strip $(USER_EDCS)),)
-$(eval $(call EDJ_PROC_RAW,$(OUTPUT_DIR),$(USER_EDCS),$(USER_EDCS_IMAGE_DIRS),$(USER_EDCS_SOUND_DIRS),$(USER_EDCS_FONT_DIRS),EDJ_FILES))
-endif
-
-# Individual EDCs
-ifneq ($(strip $(USER_EXT_EDC_KEYS)),)
-$(foreach var,$(USER_EXT_EDC_KEYS),$(eval $(call EDJ_PROC_RAW,$(OUTPUT_DIR),$(USER_EXT_$(var)_EDCS),$(USER_EXT_$(var)_EDCS_IMAGE_DIRS),$(USER_EXT_$(var)_EDCS_SOUND_DIRS),$(USER_EXT_$(var)_EDCS_FONT_DIRS),EDJ_FILES)))
-endif
-
-
-include $(BUILD_ROOT)/build_po.mk
-
-MO_FILES :=
-
-# Global POs
-ifneq ($(strip $(USER_POS)),)
-$(eval $(call MO_PROC_RAW,$(OUTPUT_DIR),$(USER_POS),$(APPID2),MO_FILES))
-endif
-
-
-secondary-outputs : $(EDJ_FILES) $(MO_FILES)
-
--include appendix.mk
-
-app_build : $(OUTPUT_DIR) $(APPFILE) secondary-outputs
- @echo ========= done =========
-
-
-app_clean :
- rm -f $(APPFILE)
- rm -rf $(OUTPUT_DIR)
-
-build_version :
- @echo makefile.mk : $(BUILD_SCRIPT_VERSION)
diff --git a/testproject/Build/platform.mk b/testproject/Build/platform.mk
deleted file mode 100644
index 294a38a..0000000
--- a/testproject/Build/platform.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# Add inputs and outputs from these tool invocations to the build variables
-
-SYSROOT = $(SBI_SYSROOT)
-
-USR_INCS := $(addprefix -I $(SYSROOT),$(PLATFORM_INCS_EX))
-
-ifeq ($(strip $(PLATFORM_LIB_PATHS)),)
-RS_LIB_PATHS := "$(SYSROOT)/usr/lib"
-else
-RS_LIB_PATHS := $(addprefix -L$(SYSROOT),$(PLATFORM_LIB_PATHS))
-endif
-
-RS_LIBRARIES := $(addprefix -l,$(RS_LIBRARIES_EX))
-
-PLATFORM_INCS = $(USR_INCS) -I"$(SDK_PATH)/library"
diff --git a/testproject/Build/tooldef.mk b/testproject/Build/tooldef.mk
deleted file mode 100644
index fded35b..0000000
--- a/testproject/Build/tooldef.mk
+++ /dev/null
@@ -1,63 +0,0 @@
-# Add inputs and outputs from these tool invocations to the build variables
-
-ifneq ($(strip $(SHELL_BIN)),)
-SHELL = $(SHELL_BIN)
-else
-SHELL = sh
-endif
-
-ifneq ($(strip $(MKDIR_BIN)),)
-MKDIR = $(MKDIR_BIN)
-MKDIR_OP = -p
-else
-MKDIR = mkdir
-MKDIR_OP = -p
-endif
-
-ifneq ($(strip $(UNAME_BIN)),)
-UNAME = $(UNAME_BIN)
-else
-UNAME = uname
-endif
-
-ifneq ($(strip $(M4_BIN)),)
-M4 = $(M4_BIN)
-else
-M4 = m4
-endif
-
-ifneq ($(strip $(TR_BIN)),)
-TR = $(TR_BIN)
-else
-TR = tr
-endif
-
-ifneq ($(strip $(FIND_BIN)),)
-FIND = $(FIND_BIN)
-else
-FIND = find
-endif
-
-ifneq ($(strip $(SED_BIN)),)
-SED = $(SED_BIN)
-else
-SED = sed
-endif
-
-ifneq ($(strip $(GREP_BIN)),)
-GREP = $(GREP_BIN)
-else
-GREP = grep
-endif
-
-ifneq ($(strip $(EDJE_CC_BIN)),)
-EDJE_CC = $(EDJE_CC_BIN)
-else
-EDJE_CC = edje_cc
-endif
-
-ifneq ($(strip $(MSGFMT_BIN)),)
-MSGFMT = $(MSGFMT_BIN)
-else
-MSGFMT = msgfmt
-endif
diff --git a/testproject/build_def.prop b/testproject/build_def.prop
deleted file mode 100644
index 6bb5e2f..0000000
--- a/testproject/build_def.prop
+++ /dev/null
@@ -1,6 +0,0 @@
-
-# Add pre/post build process
-PREBUILD_DESC =
-PREBUILD_COMMAND =
-POSTBUILD_DESC =
-POSTBUILD_COMMAND =
diff --git a/testproject/inc/basicui.h b/testproject/inc/basicui.h
deleted file mode 100644
index e8de606..0000000
--- a/testproject/inc/basicui.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef __basicui_H__
-#define __basicui_H__
-
-#include <app.h>
-#include <Elementary.h>
-#include <system_settings.h>
-#include <efl_extension.h>
-#include <dlog.h>
-
-#ifdef LOG_TAG
-#undef LOG_TAG
-#endif
-#define LOG_TAG "basicui"
-
-#if !defined(PACKAGE)
-#define PACKAGE "org.example.basicui"
-#endif
-
-#endif /* __basicui_H__ */
diff --git a/testproject/project_def.prop b/testproject/project_def.prop
deleted file mode 100644
index f721a9f..0000000
--- a/testproject/project_def.prop
+++ /dev/null
@@ -1,58 +0,0 @@
-
-# Project Name
-APPNAME = basicui
-
-# Project Type
-type = app
-
-# Project Profile
-profile = mobile-3.0
-
-# C/CPP Sources
-USER_SRCS = src/basicui.c
-
-# EDC Sources
-USER_EDCS =
-
-# PO Sources
-USER_POS =
-
-# User Defines
-USER_DEFS =
-USER_CPP_DEFS =
-
-# User Undefines
-USER_UNDEFS =
-USER_CPP_UNDEFS =
-
-# User Libraries
-USER_LIBS =
-
-# User Objects
-USER_OBJS =
-
-# User Includes
-## C Compiler
-USER_C_INC_DIRS = inc
-USER_INC_FILES =
-## C++ Compiler
-USER_CPP_INC_DIRS =
-USER_CPP_INC_FILES =
-
-USER_INC_DIRS = $(USER_C_INC_DIRS) $(USER_CPP_INC_DIRS)
-
-# User Library Path
-USER_LIB_DIRS = lib
-
-# EDC Resource Path
-USER_EDCS_IMAGE_DIRS = ${OUTPUT_DIR}
-USER_EDCS_SOUND_DIRS = ${OUTPUT_DIR}
-USER_EDCS_FONT_DIRS = ${OUTPUT_DIR}
-
-# EDC Flags
-USER_EXT_EDC_KEYS =
-
-# Resource Filter
-USER_RES_INCLUDE =
-USER_RES_EXCLUDE =
-
diff --git a/testproject/shared/res/basicui.png b/testproject/shared/res/basicui.png
deleted file mode 100644
index 9765b1b..0000000
--- a/testproject/shared/res/basicui.png
+++ /dev/null
Binary files differ
diff --git a/testproject/src/basicui.c b/testproject/src/basicui.c
deleted file mode 100644
index ff10154..0000000
--- a/testproject/src/basicui.c
+++ /dev/null
@@ -1,665 +0,0 @@
-/*
-$ find rs_resource -name "*-rs.xml" -exec xmlstarlet sel -t -m "//rootstrap/necessary/file" -v "text()[contains(., '.h')]" -n {} \; | sort -d -u | sed 's/ //' |sed 's/$/>/' | sed 's/^/#include </' | sed 's@/usr/include/@@'
-*/
-
-#include "basicui.h"
-#include <stdio.h>
-#include <zconf.h>
-#include <zlib.h>
-#include <account-error.h>
-#include <account.h>
-#include <account-types.h>
-#include <AL/alc.h>
-#include <AL/alext.h>
-#include <AL/al.h>
-#include <AL/efx-creative.h>
-#include <AL/efx.h>
-#include <appcore-agent/service_app.h>
-#include <appfw/app_alarm.h>
-#include <appfw/app_common.h>
-#include <appfw/app_context.h>
-#include <appfw/app_control.h>
-#include <appfw/app_event.h>
-#include <appfw/app.h>
-#include <appfw/app_i18n.h>
-#include <appfw/app_info.h>
-#include <appfw/app_manager.h>
-#include <appfw/app_preference.h>
-#include <appfw/app_resource_manager.h>
-#include <appfw/app_types.h>
-#include <appfw/data_control_bulk.h>
-#include <appfw/data_control.h>
-#include <appfw/data_control_map.h>
-#include <appfw/data_control_noti.h>
-#include <appfw/data_control_provider.h>
-#include <appfw/data_control_sql_cursor.h>
-#include <appfw/data_control_sql.h>
-#include <appfw/data_control_types.h>
-#include <appfw/message_port.h>
-#include <appfw/package_info.h>
-#include <appfw/package_manager.h>
-#include <appfw/widget_app_efl.h>
-#include <appfw/widget_app.h>
-#include <attach-panel/attach_panel.h>
-#include <badge/badge_error.h>
-#include <badge/badge.h>
-#include <base/utils_i18n_alpha_idx.h>
-#include <base/utils_i18n_field_position.h>
-#include <base/utils_i18n_format.h>
-#include <base/utils_i18n_formattable.h>
-#include <base/utils_i18n.h>
-#include <base/utils_i18n_measure_format.h>
-#include <base/utils_i18n_measure.h>
-#include <base/utils_i18n_measure_unit.h>
-#include <base/utils_i18n_parse_position.h>
-#include <base/utils_i18n_timezone.h>
-#include <base/utils_i18n_types.h>
-#include <base/utils_i18n_ubrk.h>
-#include <base/utils_i18n_ucalendar.h>
-#include <base/utils_i18n_uchar.h>
-#include <base/utils_i18n_ucollator.h>
-#include <base/utils_i18n_udate.h>
-#include <base/utils_i18n_udatepg.h>
-#include <base/utils_i18n_uenumeration.h>
-#include <base/utils_i18n_ulocale.h>
-#include <base/utils_i18n_unormalization.h>
-#include <base/utils_i18n_unumber.h>
-#include <base/utils_i18n_usearch.h>
-#include <base/utils_i18n_uset.h>
-#include <base/utils_i18n_ustring.h>
-#include <bundle.h>
-#include <cairo/cairo-deprecated.h>
-#include <cairo/cairo-evas-gl.h>
-#include <cairo/cairo-features.h>
-#include <cairo/cairo-ft.h>
-#include <cairo/cairo.h>
-#include <cairo/cairo-pdf.h>
-#include <cairo/cairo-ps.h>
-#include <cairo/cairo-script.h>
-#include <cairo/cairo-svg.h>
-#include <cairo/cairo-version.h>
-#include <calendar-service2/calendar_db.h>
-#include <calendar-service2/calendar_errors.h>
-#include <calendar-service2/calendar_filter.h>
-#include <calendar-service2/calendar.h>
-#include <calendar-service2/calendar_list.h>
-#include <calendar-service2/calendar_query.h>
-#include <calendar-service2/calendar_record.h>
-#include <calendar-service2/calendar_reminder.h>
-#include <calendar-service2/calendar_service.h>
-#include <calendar-service2/calendar_types.h>
-#include <calendar-service2/calendar_vcalendar.h>
-#include <calendar-service2/calendar_view.h>
-#include <chromium-ewk/EWebKit.h>
-#include <chromium-ewk/ewk_autofill_profile.h>
-#include <chromium-ewk/ewk_back_forward_list.h>
-#include <chromium-ewk/ewk_back_forward_list_item.h>
-#include <chromium-ewk/ewk_context.h>
-#include <chromium-ewk/ewk_context_menu.h>
-#include <chromium-ewk/ewk_cookie_manager.h>
-#include <chromium-ewk/ewk_error.h>
-#include <chromium-ewk/ewk_geolocation.h>
-#include <chromium-ewk/ewk_intercept_request.h>
-#include <chromium-ewk/ewk_main.h>
-#include <chromium-ewk/ewk_policy_decision.h>
-#include <chromium-ewk/ewk_security_origin.h>
-#include <chromium-ewk/ewk_settings.h>
-#include <chromium-ewk/ewk_view.h>
-#include <ckm/ckmc/ckmc-error.h>
-#include <ckm/ckmc/ckmc-manager.h>
-#include <ckm/ckmc/ckmc-type.h>
-#include <contacts-svc/contacts.h>
-#include <content/mime_type.h>
-#include <context-service/context_history.h>
-#include <context-service/context_trigger.h>
-#include <csr/csr-content-screening.h>
-#include <csr/csr-content-screening-types.h>
-#include <csr/csr-engine-manager.h>
-#include <csr/csr-error.h>
-#include <csr/csr-web-protection.h>
-#include <csr/csr-web-protection-types.h>
-#include <curl/curlbuild.h>
-#include <curl/curl.h>
-#include <curl/curlrules.h>
-#include <curl/curlver.h>
-#include <curl/easy.h>
-#include <curl/mprintf.h>
-#include <curl/multi.h>
-#include <curl/stdcheaders.h>
-#include <curl/typecheck-gcc.h>
-#include <d2d_conv_error.h>
-#include <d2d_conv_channel.h>
-#include <d2d_conv_payload.h>
-#include <d2d_conv_service.h>
-#include <d2d_conv_device.h>
-#include <device/battery.h>
-#include <device/callback.h>
-#include <device/device-error.h>
-#include <device/display.h>
-#include <device/haptic.h>
-#include <device/ir.h>
-#include <device/led.h>
-#include <device/power.h>
-#include <dlog/dlog.h>
-#include <dpm/context.h>
-#include <dpm/device-policy-manager.h>
-#include <dpm/password.h>
-#include <dpm/restriction.h>
-#include <dpm/security.h>
-#include <dpm/zone.h>
-#include <eet-1/Eet.h>
-#include <eina-1/Efl_Config.h>
-#include <efl-1/Efl.h>
-#include <efl-extension/efl_extension.h>
-#include <efreet-1/efreet_base.h>
-#include <efreet-1/efreet_desktop.h>
-#include <efreet-1/Efreet.h>
-#include <efreet-1/efreet_icon.h>
-#include <efreet-1/efreet_ini.h>
-#include <efreet-1/efreet_menu.h>
-#include <efreet-1/Efreet_Mime.h>
-#include <efreet-1/Efreet_Trash.h>
-#include <efreet-1/efreet_uri.h>
-#include <efreet-1/efreet_utils.h>
-#include <eio-1/Eio.h>
-#include <embryo-1/Embryo.h>
-#include <eo-1/Eo.h>
-#include <eom/eom.h>
-#include <ethumb-1/Ethumb.h>
-#include <ethumb-client-1/Ethumb_Client.h>
-#include <feedback/feedback.h>
-#include <feedback/feedback-ids.h>
-#include <fido.h>
-#include <fido_uaf_authenticator.h>
-#include <fido_uaf_client.h>
-#include <fido_uaf_types.h>
-#include <fontconfig/fcfreetype.h>
-#include <fontconfig/fcprivate.h>
-#include <fontconfig/fontconfig.h>
-#include <geofence/geofence_manager.h>
-#include <geofence/geofence_type.h>
-#include <inputmethod.h>
-#include <inputmethod_keydef.h>
-#include <inputmethod_manager.h>
-#include <iotcon/iotcon.h>
-#include <libexif/exif-byte-order.h>
-#include <libexif/exif-content.h>
-#include <libexif/exif-data.h>
-#include <libexif/exif-data-type.h>
-#include <libexif/exif-entry.h>
-#include <libexif/exif-format.h>
-#include <libexif/exif-ifd.h>
-#include <libexif/exif-loader.h>
-#include <libexif/exif-log.h>
-#include <libexif/exif-mem.h>
-#include <libexif/exif-mnote-data.h>
-#include <libexif/exif-tag.h>
-#include <libexif/exif-utils.h>
-#include <libexif/_stdint.h>
-#include <libxml2/libxml/c14n.h>
-#include <libxml2/libxml/catalog.h>
-#include <libxml2/libxml/chvalid.h>
-#include <libxml2/libxml/debugXML.h>
-#include <libxml2/libxml/dict.h>
-#include <libxml2/libxml/DOCBparser.h>
-#include <libxml2/libxml/encoding.h>
-#include <libxml2/libxml/entities.h>
-#include <libxml2/libxml/globals.h>
-#include <libxml2/libxml/hash.h>
-#include <libxml2/libxml/HTMLparser.h>
-#include <libxml2/libxml/HTMLtree.h>
-#include <libxml2/libxml/list.h>
-#include <libxml2/libxml/nanoftp.h>
-#include <libxml2/libxml/nanohttp.h>
-#include <libxml2/libxml/parser.h>
-#include <libxml2/libxml/parserInternals.h>
-#include <libxml2/libxml/pattern.h>
-#include <libxml2/libxml/relaxng.h>
-#include <libxml2/libxml/SAX2.h>
-#include <libxml2/libxml/SAX.h>
-#include <libxml2/libxml/schemasInternals.h>
-#include <libxml2/libxml/schematron.h>
-#include <libxml2/libxml/threads.h>
-#include <libxml2/libxml/tree.h>
-#include <libxml2/libxml/uri.h>
-#include <libxml2/libxml/valid.h>
-#include <libxml2/libxml/xinclude.h>
-#include <libxml2/libxml/xlink.h>
-#include <libxml2/libxml/xmlautomata.h>
-#include <libxml2/libxml/xmlerror.h>
-#include <libxml2/libxml/xmlexports.h>
-#include <libxml2/libxml/xmlIO.h>
-#include <libxml2/libxml/xmlmemory.h>
-#include <libxml2/libxml/xmlmodule.h>
-#include <libxml2/libxml/xmlreader.h>
-#include <libxml2/libxml/xmlregexp.h>
-#include <libxml2/libxml/xmlsave.h>
-#include <libxml2/libxml/xmlschemas.h>
-#include <libxml2/libxml/xmlschemastypes.h>
-#include <libxml2/libxml/xmlstring.h>
-#include <libxml2/libxml/xmlunicode.h>
-#include <libxml2/libxml/xmlversion.h>
-#include <libxml2/libxml/xmlwriter.h>
-#include <libxml2/libxml/xpath.h>
-#include <libxml2/libxml/xpathInternals.h>
-#include <libxml2/libxml/xpointer.h>
-#include <location/location_bounds.h>
-#include <location/locations.h>
-#include <maps/maps_address.h>
-#include <maps/maps_area.h>
-#include <maps/maps_coordinates.h>
-#include <maps/maps_error.h>
-#include <maps/maps_place_attribute.h>
-#include <maps/maps_place_category.h>
-#include <maps/maps_place_contact.h>
-#include <maps/maps_place_editorial.h>
-#include <maps/maps_place_filter.h>
-#include <maps/maps_place.h>
-#include <maps/maps_place_image.h>
-#include <maps/maps_place_link_object.h>
-#include <maps/maps_place_media.h>
-#include <maps/maps_place_rating.h>
-#include <maps/maps_place_review.h>
-#include <maps/maps_place_url.h>
-#include <maps/maps_preference.h>
-#include <maps/maps_route.h>
-#include <maps/maps_route_maneuver.h>
-#include <maps/maps_route_segment.h>
-#include <maps/maps_service.h>
-#include <maps/maps_types.h>
-#include <maps/maps_view_event_data.h>
-#include <maps/maps_view.h>
-#include <maps/maps_view_object.h>
-#include <maps/maps_view_snapshot.h>
-#include <media/audio_io.h>
-#include <media/camera.h>
-#include <media-content/media_audio.h>
-#include <media-content/media_bookmark.h>
-#include <media-content/media_content.h>
-#include <media-content/media_content_type.h>
-#include <media-content/media_face.h>
-#include <media-content/media_filter.h>
-#include <media-content/media_folder.h>
-#include <media-content/media_group.h>
-#include <media-content/media_image.h>
-#include <media-content/media_info.h>
-#include <media-content/media_playlist.h>
-#include <media-content/media_storage.h>
-#include <media-content/media_tag.h>
-#include <media-content/media_video.h>
-#include <media/image_util.h>
-#include <media/image_util_type.h>
-#include <media/media_codec.h>
-#include <media/media_controller_client.h>
-#include <media/media_controller_server.h>
-#include <media/media_controller_type.h>
-#include <media/mediademuxer.h>
-#include <media/media_format.h>
-#include <media/mediamuxer.h>
-#include <media/media_packet.h>
-#include <media/media_packet_pool.h>
-#include <media/metadata_extractor.h>
-#include <media/metadata_extractor_type.h>
-#include <media/mv_barcode_detect.h>
-#include <media/mv_barcode_generate.h>
-#include <media/mv_barcode.h>
-#include <media/mv_barcode_type.h>
-#include <media/mv_common.h>
-#include <media/mv_face.h>
-#include <media/mv_face_type.h>
-#include <media/mv_image.h>
-#include <media/mv_image_type.h>
-#include <media/mv_surveillance.h>
-#include <media/player.h>
-#include <media/radio.h>
-#include <media/recorder.h>
-#include <media/scmirroring_sink.h>
-#include <media/scmirroring_type.h>
-#include <media/sound_manager.h>
-#include <media/thumbnail_util.h>
-#include <media/thumbnail_util_type.h>
-#include <media/tone_player.h>
-#include <media/video_util.h>
-#include <media/video_util_type.h>
-#include <media/wav_player.h>
-#include <messaging/email_error.h>
-#include <messaging/email.h>
-#include <messaging/email_types.h>
-#include <messaging/messages_error.h>
-#include <messaging/messages.h>
-#include <messaging/messages_types.h>
-#include <metadata-editor/metadata_editor.h>
-#include <metadata-editor/metadata_editor_type.h>
-#include <minicontrol/minicontrol-error.h>
-#include <minicontrol/minicontrol-provider.h>
-#include <minicontrol/minicontrol-type.h>
-#include <minicontrol/minicontrol-viewer.h>
-#include <minizip/crypt.h>
-#include <minizip/ioapi.h>
-#include <minizip/mztools.h>
-#include <minizip/unzip.h>
-#include <minizip/zip.h>
-#include <mtp.h>
-#include <network/bluetooth.h>
-#include <network/bluetooth_type.h>
-#include <network/connection_profile.h>
-#include <network/http.h>
-#include <network/net_connection.h>
-#include <network/nfc.h>
-#include <network/wifi.h>
-#include <network/wifi-manager.h>
-#include <notification/notification_error.h>
-#include <notification/notification.h>
-#include <notification/notification_status.h>
-#include <notification/notification_type.h>
-#include <nsd/dns-sd.h>
-#include <nsd/ssdp.h>
-#include <oauth2_error.h>
-#include <oauth2.h>
-#include <oauth2_manager.h>
-#include <oauth2_request.h>
-#include <oauth2_response.h>
-#include <oauth2_types.h>
-#include <oauth.h>
-#include <phonenumber-utils/phone_number_errors.h>
-#include <phonenumber-utils/phone_number.h>
-#include <phonenumber-utils/phone_number_types.h>
-#include <privilege_information.h>
-#include <push-service.h>
-#include <SDL2/begin_code.h>
-#include <SDL2/close_code.h>
-#include <SDL2/SDL_assert.h>
-#include <SDL2/SDL_atomic.h>
-#include <SDL2/SDL_audio.h>
-#include <SDL2/SDL_bits.h>
-#include <SDL2/SDL_blendmode.h>
-#include <SDL2/SDL_clipboard.h>
-#include <SDL2/SDL_config.h>
-#include <SDL2/SDL_cpuinfo.h>
-#include <SDL2/SDL_egl.h>
-#include <SDL2/SDL_endian.h>
-#include <SDL2/SDL_error.h>
-#include <SDL2/SDL_events.h>
-#include <SDL2/SDL_filesystem.h>
-#include <SDL2/SDL_gamecontroller.h>
-#include <SDL2/SDL_gesture.h>
-#include <SDL2/SDL.h>
-#include <SDL2/SDL_haptic.h>
-#include <SDL2/SDL_hints.h>
-#include <SDL2/SDL_joystick.h>
-#include <SDL2/SDL_keyboard.h>
-#include <SDL2/SDL_keycode.h>
-#include <SDL2/SDL_loadso.h>
-#include <SDL2/SDL_log.h>
-#include <SDL2/SDL_main.h>
-#include <SDL2/SDL_messagebox.h>
-#include <SDL2/SDL_mouse.h>
-#include <SDL2/SDL_mutex.h>
-#include <SDL2/SDL_name.h>
-#include <SDL2/SDL_opengles2_gl2ext.h>
-#include <SDL2/SDL_opengles2_gl2.h>
-#include <SDL2/SDL_opengles2_gl2platform.h>
-#include <SDL2/SDL_opengles2.h>
-#include <SDL2/SDL_opengles2_khrplatform.h>
-#include <SDL2/SDL_opengles.h>
-#include <SDL2/SDL_opengl_glext.h>
-#include <SDL2/SDL_opengl.h>
-#include <SDL2/SDL_pixels.h>
-#include <SDL2/SDL_platform.h>
-#include <SDL2/SDL_power.h>
-#include <SDL2/SDL_quit.h>
-#include <SDL2/SDL_rect.h>
-#include <SDL2/SDL_render.h>
-#include <SDL2/SDL_revision.h>
-#include <SDL2/SDL_rwops.h>
-#include <SDL2/SDL_scancode.h>
-#include <SDL2/SDL_shape.h>
-#include <SDL2/SDL_stdinc.h>
-#include <SDL2/SDL_surface.h>
-#include <SDL2/SDL_system.h>
-#include <SDL2/SDL_syswm.h>
-#include <SDL2/SDL_test_assert.h>
-#include <SDL2/SDL_test_common.h>
-#include <SDL2/SDL_test_compare.h>
-#include <SDL2/SDL_test_crc32.h>
-#include <SDL2/SDL_test_font.h>
-#include <SDL2/SDL_test_fuzzer.h>
-#include <SDL2/SDL_test.h>
-#include <SDL2/SDL_test_harness.h>
-#include <SDL2/SDL_test_images.h>
-#include <SDL2/SDL_test_log.h>
-#include <SDL2/SDL_test_md5.h>
-#include <SDL2/SDL_test_random.h>
-#include <SDL2/SDL_thread.h>
-#include <SDL2/SDL_timer.h>
-#include <SDL2/SDL_touch.h>
-#include <SDL2/SDL_types.h>
-#include <SDL2/SDL_version.h>
-#include <SDL2/SDL_video.h>
-#include <sensor/sensor.h>
-#include <service-adaptor/service_adaptor_client.h>
-#include <service-adaptor/service_adaptor_client_plugin.h>
-#include <service-adaptor/service_adaptor_client_storage.h>
-#include <shortcut/shortcut_manager.h>
-#include <smartcard.h>
-#include <sqlite3ext.h>
-#include <sqlite3.h>
-#include <storage/storage-expand.h>
-#include <storage/storage.h>
-#include <stte.h>
-#include <stt.h>
-#include <sync_adapter.h>
-#include <sync-error.h>
-#include <sync_manager.h>
-#include <system/media_key.h>
-#include <system/runtime_info.h>
-#include <system/system_info.h>
-#include <system/system_info_type.h>
-#include <system/system_settings.h>
-#include <tbm_surface.h>
-#include <tbm_type.h>
-#include <telephony/telephony_call.h>
-#include <telephony/telephony_common.h>
-#include <telephony/telephony.h>
-#include <telephony/telephony_modem.h>
-#include <telephony/telephony_network.h>
-#include <telephony/telephony_sim.h>
-#include <tizen_error.h>
-#include <tizen.h>
-#include <tizen_type.h>
-#include <trace.h>
-#include <ttse.h>
-#include <tts.h>
-#include <ui/efl_util.h>
-#include <voice_control_command.h>
-#include <voice_control_common.h>
-#include <voice_control_elm.h>
-#include <voice_control.h>
-#include <vpn_service.h>
-#include <web/download.h>
-#include <widget_service/widget_errno.h>
-#include <widget_service/widget_service.h>
-#include <widget_viewer_evas/widget_viewer_evas.h>
-#include <wifi-direct/wifi-direct.h>
-#include <yaca/yaca_crypto.h>
-#include <yaca/yaca_digest.h>
-#include <yaca/yaca_encrypt.h>
-#include <yaca/yaca_error.h>
-#include <yaca/yaca_key.h>
-#include <yaca/yaca_rsa.h>
-#include <yaca/yaca_seal.h>
-#include <yaca/yaca_sign.h>
-#include <yaca/yaca_simple.h>
-#include <yaca/yaca_types.h>
-
-typedef struct appdata {
- Evas_Object *win;
- Evas_Object *conform;
- Evas_Object *label;
-} appdata_s;
-
-static void
-win_delete_request_cb(void *data, Evas_Object *obj, void *event_info)
-{
- ui_app_exit();
-}
-
-static void
-win_back_cb(void *data, Evas_Object *obj, void *event_info)
-{
- appdata_s *ad = data;
- /* Let window go to hide state. */
- elm_win_lower(ad->win);
-}
-
-static void
-create_base_gui(appdata_s *ad)
-{
- /* Window */
- /* Create and initialize elm_win.
- elm_win is mandatory to manipulate window. */
- ad->win = elm_win_util_standard_add(PACKAGE, PACKAGE);
- elm_win_autodel_set(ad->win, EINA_TRUE);
-
- if (elm_win_wm_rotation_supported_get(ad->win)) {
- int rots[4] = { 0, 90, 180, 270 };
- elm_win_wm_rotation_available_rotations_set(ad->win, (const int *)(&rots), 4);
- }
-
- evas_object_smart_callback_add(ad->win, "delete,request", win_delete_request_cb, NULL);
- eext_object_event_callback_add(ad->win, EEXT_CALLBACK_BACK, win_back_cb, ad);
-
- /* Conformant */
- /* Create and initialize elm_conformant.
- elm_conformant is mandatory for base gui to have proper size
- when indicator or virtual keypad is visible. */
- ad->conform = elm_conformant_add(ad->win);
- elm_win_indicator_mode_set(ad->win, ELM_WIN_INDICATOR_SHOW);
- elm_win_indicator_opacity_set(ad->win, ELM_WIN_INDICATOR_OPAQUE);
- evas_object_size_hint_weight_set(ad->conform, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
- elm_win_resize_object_add(ad->win, ad->conform);
- evas_object_show(ad->conform);
-
- /* Label */
- /* Create an actual view of the base gui.
- Modify this part to change the view. */
- ad->label = elm_label_add(ad->conform);
- elm_object_text_set(ad->label, "<align=center>Hello Tizen</align>");
- evas_object_size_hint_weight_set(ad->label, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
- elm_object_content_set(ad->conform, ad->label);
-
- /* Show window after base gui is set up */
- evas_object_show(ad->win);
-}
-
-static bool
-app_create(void *data)
-{
- /* Hook to take necessary actions before main event loop starts
- Initialize UI resources and application's data
- If this function returns true, the main loop of application starts
- If this function returns false, the application is terminated */
- appdata_s *ad = data;
-
- create_base_gui(ad);
-
- return true;
-}
-
-static void
-app_control(app_control_h app_control, void *data)
-{
- /* Handle the launch request. */
-}
-
-static void
-app_pause(void *data)
-{
- /* Take necessary actions when application becomes invisible. */
-}
-
-static void
-app_resume(void *data)
-{
- /* Take necessary actions when application becomes visible. */
-}
-
-static void
-app_terminate(void *data)
-{
- /* Release all resources. */
-}
-
-static void
-ui_app_lang_changed(app_event_info_h event_info, void *user_data)
-{
- /*APP_EVENT_LANGUAGE_CHANGED*/
-
- int ret;
- char *language;
-
- ret = app_event_get_language(event_info, &language);
- if (ret != APP_ERROR_NONE) {
- dlog_print(DLOG_ERROR, LOG_TAG, "app_event_get_language() failed. Err = %d.", ret);
- return;
- }
-
- if (language != NULL) {
- elm_language_set(language);
- free(language);
- }
-}
-
-static void
-ui_app_orient_changed(app_event_info_h event_info, void *user_data)
-{
- /*APP_EVENT_DEVICE_ORIENTATION_CHANGED*/
- return;
-}
-
-static void
-ui_app_region_changed(app_event_info_h event_info, void *user_data)
-{
- /*APP_EVENT_REGION_FORMAT_CHANGED*/
-}
-
-static void
-ui_app_low_battery(app_event_info_h event_info, void *user_data)
-{
- /*APP_EVENT_LOW_BATTERY*/
-}
-
-static void
-ui_app_low_memory(app_event_info_h event_info, void *user_data)
-{
- /*APP_EVENT_LOW_MEMORY*/
-}
-
-int
-main(int argc, char *argv[])
-{
- appdata_s ad = {0,};
- int ret = 0;
-
- ui_app_lifecycle_callback_s event_callback = {0,};
- app_event_handler_h handlers[5] = {NULL, };
-
- event_callback.create = app_create;
- event_callback.terminate = app_terminate;
- event_callback.pause = app_pause;
- event_callback.resume = app_resume;
- event_callback.app_control = app_control;
-
- ui_app_add_event_handler(&handlers[APP_EVENT_LOW_BATTERY], APP_EVENT_LOW_BATTERY, ui_app_low_battery, &ad);
- ui_app_add_event_handler(&handlers[APP_EVENT_LOW_MEMORY], APP_EVENT_LOW_MEMORY, ui_app_low_memory, &ad);
- ui_app_add_event_handler(&handlers[APP_EVENT_DEVICE_ORIENTATION_CHANGED], APP_EVENT_DEVICE_ORIENTATION_CHANGED, ui_app_orient_changed, &ad);
- ui_app_add_event_handler(&handlers[APP_EVENT_LANGUAGE_CHANGED], APP_EVENT_LANGUAGE_CHANGED, ui_app_lang_changed, &ad);
- ui_app_add_event_handler(&handlers[APP_EVENT_REGION_FORMAT_CHANGED], APP_EVENT_REGION_FORMAT_CHANGED, ui_app_region_changed, &ad);
-
- ret = ui_app_main(argc, argv, &event_callback, &ad);
- if (ret != APP_ERROR_NONE) {
- dlog_print(DLOG_ERROR, LOG_TAG, "app_main() is failed. err = %d", ret);
- }
-
- return ret;
-}
diff --git a/testproject/tizen-manifest.xml b/testproject/tizen-manifest.xml
deleted file mode 100644
index 56b4023..0000000
--- a/testproject/tizen-manifest.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" package="org.example.basicui" version="1.0.0">
- <profile name="mobile" />
- <ui-application appid="org.example.basicui" exec="basicui" type="capp" multiple="false" taskmanage="true" nodisplay="false" launch_mode="single">
- <icon>basicui.png</icon>
- <label>basicui</label>
- </ui-application>
-</manifest>