This reverts commit
a655e0caeb9d06a55166682cc923cf33e1a9cd87.
Because there is a build break as below:
In file included from
E:/tizen-studio50test2/tools/smart-build-interface/../../platforms/tizen-7.0
/iot-headed/rootstraps/iot-headed-7.0-device64.core/usr/include/evas-1\Evas.
h:171:
E:/tizen-studio50test2/tools/smart-build-interface/../../platforms/tizen-7.
0/iot-headed/rootstraps/iot-headed-7.0-device64.core/usr/include/eo-1\Eo.h:2
28:10: fatal error: 'efl_object_override.eo.h' file not found
^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Change-Id: Ibfa279a8326bc406df138ef4019c1501d54d6ad6
Signed-off-by: Shinwoo Kim <cinoo.kim@samsung.com>
--- /dev/null
+<?xml version="1.0"?>
+<rootstrap name="eio">
+ <emulator>
+ <rpm accept="eio" arch="i686"/>
+ <rpm accept="eio-devel" arch="i686"/>
+ </emulator>
+ <target>
+ <rpm accept="eio" arch="armv7l"/>
+ <rpm accept="eio-devel" arch="armv7l"/>
+ </target>
+ <necessary>
+ <file>*</file>
+ </necessary>
+ <include_path>/usr/include/eio-1</include_path>
+ <library_path>/usr/lib</library_path>
+ <library>libeio.so</library>
+</rootstrap>
--- /dev/null
+<?xml version="1.0"?>
+<rootstrap name="dbus">
+ <emulator>
+ <rpm accept="dbus-libs" arch="i686"/>
+ <rpm accept="dbus-devel" arch="i686"/>
+ </emulator>
+ <target>
+ <rpm accept="dbus-libs" arch="armv7l"/>
+ <rpm accept="dbus-devel" arch="armv7l"/>
+ </target>
+ <necessary>
+ <file>/usr/include/dbus-1.0/dbus/*</file>
+ <file>/usr/lib/dbus-1.0/include/dbus/*</file>
+ </necessary>
+ <include_path>/usr/include/dbus-1.0</include_path>
+ <include_path>/usr/lib/dbus-1.0/include</include_path>
+ <library_path>/usr/lib</library_path>
+</rootstrap>
--- /dev/null
+<?xml version="1.0"?>
+<rootstrap name="embryo">
+ <emulator>
+ <rpm accept="embryo" arch="i686"/>
+ <rpm accept="embryo-devel" arch="i686"/>
+ </emulator>
+ <target>
+ <rpm accept="embryo" arch="armv7l"/>
+ <rpm accept="embryo-devel" arch="armv7l"/>
+ </target>
+ <necessary>
+ <file>/usr/include/embryo-1/Embryo.h</file>
+ <file>/usr/lib/libembryo.so*</file>
+ </necessary>
+ <include_path>/usr/include/embryo-1</include_path>
+ <library_path>/usr/lib</library_path>
+ <library>libembryo.so</library>
+</rootstrap>
--- /dev/null
+<?xml version="1.0"?>
+<rootstrap name="eo">
+ <emulator>
+ <rpm accept="eo" arch="i686"/>
+ <rpm accept="eo-devel" arch="i686"/>
+ </emulator>
+ <target>
+ <rpm accept="eo" arch="armv7l"/>
+ <rpm accept="eo-devel" arch="armv7l"/>
+ </target>
+ <necessary>
+ <file>*</file>
+ </necessary>
+ <include_path>/usr/include/eo-1</include_path>
+ <library_path>/usr/lib</library_path>
+ <library>libeo.so</library>
+</rootstrap>
+