From: donghyuk.yang Date: Thu, 20 Jun 2013 08:21:49 +0000 (+0900) Subject: [Title] Added platform_includes.xml file for setting include path to platform project... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97d1ac6b4b9aee63cf096815e3585a9838facfb8;p=sdk%2Fide%2Fnativeplatform-eplugin.git [Title] Added platform_includes.xml file for setting include path to platform project as default --- diff --git a/package/build.linux b/package/build.linux index 7727aac..1ac6ca5 100755 --- a/package/build.linux +++ b/package/build.linux @@ -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 index 0000000..39d87da --- /dev/null +++ b/package/extrafiles/platform_includes.xml @@ -0,0 +1,67 @@ + + +
+ +${SBI_SYSROOT}/usr/include +${SBI_SYSROOT}/usr/include/appfw +${SBI_SYSROOT}/usr/include/arpa +${SBI_SYSROOT}/usr/include/asm +${SBI_SYSROOT}/usr/include/asm-generic +${SBI_SYSROOT}/usr/include/bits +${SBI_SYSROOT}/usr/include/c++ +${SBI_SYSROOT}/usr/include/curl +${SBI_SYSROOT}/usr/include/dbus-1.0 +${SBI_SYSROOT}/usr/include/dlog +${SBI_SYSROOT}/usr/include/ecore-1 +${SBI_SYSROOT}/usr/include/e_dbus-1 +${SBI_SYSROOT}/usr/include/edje-1 +${SBI_SYSROOT}/usr/include/eet-1 +${SBI_SYSROOT}/usr/include/efreet-1 +${SBI_SYSROOT}/usr/include/elementary-1 +${SBI_SYSROOT}/usr/include/embryo-1 +${SBI_SYSROOT}/usr/include/emotion-1 +${SBI_SYSROOT}/usr/include/ethumb-1 +${SBI_SYSROOT}/usr/include/evas-1 +${SBI_SYSROOT}/usr/include/fontconfig +${SBI_SYSROOT}/usr/include/freetype2 +${SBI_SYSROOT}/usr/include/fribidi +${SBI_SYSROOT}/usr/include/gio-unix-2.0 +${SBI_SYSROOT}/usr/include/glib-2.0 +${SBI_SYSROOT}/usr/include/gnu +${SBI_SYSROOT}/usr/include/harfbuzz +${SBI_SYSROOT}/usr/include/kerneldrm +${SBI_SYSROOT}/usr/include/libexif +${SBI_SYSROOT}/usr/include/linux +${SBI_SYSROOT}/usr/include/lzo +${SBI_SYSROOT}/usr/include/mtd +${SBI_SYSROOT}/usr/include/net +${SBI_SYSROOT}/usr/include/netash +${SBI_SYSROOT}/usr/include/netatalk +${SBI_SYSROOT}/usr/include/netax25 +${SBI_SYSROOT}/usr/include/neteconet +${SBI_SYSROOT}/usr/include/netinet +${SBI_SYSROOT}/usr/include/netipx +${SBI_SYSROOT}/usr/include/netiucv +${SBI_SYSROOT}/usr/include/netpacket +${SBI_SYSROOT}/usr/include/netrom +${SBI_SYSROOT}/usr/include/netrose +${SBI_SYSROOT}/usr/include/nfs +${SBI_SYSROOT}/usr/include/pixman-1 +${SBI_SYSROOT}/usr/include/protocols +${SBI_SYSROOT}/usr/include/rdma +${SBI_SYSROOT}/usr/include/rpc +${SBI_SYSROOT}/usr/include/rpcsvc +${SBI_SYSROOT}/usr/include/scsi +${SBI_SYSROOT}/usr/include/sound +${SBI_SYSROOT}/usr/include/sys +${SBI_SYSROOT}/usr/include/video +${SBI_SYSROOT}/usr/include/xen + + +
+
+ + + +
+