[Title] Added platform_includes.xml file for setting include path to platform project...
authordonghyuk.yang <donghyuk.yang@samsung.com>
Thu, 20 Jun 2013 08:21:49 +0000 (17:21 +0900)
committerdonghyuk.yang <donghyuk.yang@samsung.com>
Thu, 20 Jun 2013 08:21:49 +0000 (17:21 +0900)
package/build.linux
package/extrafiles/platform_includes.xml [new file with mode: 0644]

index 7727aac..1ac6ca5 100755 (executable)
@@ -3,9 +3,9 @@
 __copy_necessary_binaries()
 {
     echo "add necessary files."
-    ## ex)
-    ##     ide_root_path_name=IDE
-    ##     cp -rf ~~~~/file.file ${INSTALL_DIR}/${ide_root_path_name}/
+       ide_dir=${INSTALL_DIR}/ide/
+       mkdir -p ${ide_dir}
+       cp ${SRCDIR}/package/extrafiles/platform_includes.xml ${ide_dir}
 }
 
 __set_parameter()
diff --git a/package/extrafiles/platform_includes.xml b/package/extrafiles/platform_includes.xml
new file mode 100644 (file)
index 0000000..39d87da
--- /dev/null
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<cdtprojectproperties>
+<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
+<language name="GBS">
+<includepath>${SBI_SYSROOT}/usr/include</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/appfw</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/arpa</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/asm</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/asm-generic</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/bits</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/c++</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/curl</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/dbus-1.0</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/dlog</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/ecore-1</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/e_dbus-1</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/edje-1</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/eet-1</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/efreet-1</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/elementary-1</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/embryo-1</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/emotion-1</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/ethumb-1</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/evas-1</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/fontconfig</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/freetype2</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/fribidi</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/gio-unix-2.0</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/glib-2.0</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/gnu</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/harfbuzz</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/kerneldrm</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/libexif</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/linux</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/lzo</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/mtd</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/net</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/netash</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/netatalk</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/netax25</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/neteconet</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/netinet</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/netipx</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/netiucv</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/netpacket</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/netrom</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/netrose</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/nfs</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/pixman-1</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/protocols</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/rdma</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/rpc</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/rpcsvc</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/scsi</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/sound</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/sys</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/video</includepath>
+<includepath>${SBI_SYSROOT}/usr/include/xen</includepath>
+
+</language>
+</section>
+<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
+<language name="GBS">
+
+</language>
+</section>
+</cdtprojectproperties>