Erase EFL rootstrap files.
authorjykeon <jykeon@samsung.com>
Thu, 20 Jan 2022 06:46:27 +0000 (15:46 +0900)
committerYoungGun Chun <jykeon@samsung.com>
Thu, 20 Jan 2022 06:48:22 +0000 (15:48 +0900)
Erase files: eio-rs.xml,dbus-rs.xml,embryo-rs.xml,eo-rs.xml.
Becasue these files were not used at Tizen Head IOT profile.

Change-Id: I9b8d787d0a2f15108eadf4259ef93c72fee8d81a
Signed-off-by: jykeon <jykeon@samsung.com>
rs_resource/EFL/eio-rs.xml [deleted file]
rs_resource/EFL/etc/dbus-rs.xml [deleted file]
rs_resource/EFL/inhouse/embryo-rs.xml [deleted file]
rs_resource/EFL/inhouse/eo-rs.xml [deleted file]

diff --git a/rs_resource/EFL/eio-rs.xml b/rs_resource/EFL/eio-rs.xml
deleted file mode 100644 (file)
index 28701f1..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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>
diff --git a/rs_resource/EFL/etc/dbus-rs.xml b/rs_resource/EFL/etc/dbus-rs.xml
deleted file mode 100644 (file)
index 918e233..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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>
diff --git a/rs_resource/EFL/inhouse/embryo-rs.xml b/rs_resource/EFL/inhouse/embryo-rs.xml
deleted file mode 100644 (file)
index 5cac019..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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>
diff --git a/rs_resource/EFL/inhouse/eo-rs.xml b/rs_resource/EFL/inhouse/eo-rs.xml
deleted file mode 100644 (file)
index 9a4625f..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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>
-