Remove rootstrap
authorsangwook lee <sangwook96.lee@samsung.com>
Thu, 15 Jun 2023 08:42:40 +0000 (17:42 +0900)
committersangwook lee <sangwook96.lee@samsung.com>
Thu, 15 Jun 2023 08:42:40 +0000 (17:42 +0900)
Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
rs_resource_invisible/capi-web-bookmark-rs.xml [deleted file]
rs_resource_invisible/capi-web-history-rs.xml [deleted file]

diff --git a/rs_resource_invisible/capi-web-bookmark-rs.xml b/rs_resource_invisible/capi-web-bookmark-rs.xml
deleted file mode 100644 (file)
index 4719de8..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="capi-web-bookmark">
-<!-- email  -->  
-  <email>sungwon2.han@samsung.com</email>
-  
-<!-- rpm package & arch -->
-  <emulator>
-    <rpm accept="browser-provider" arch="i686"/>
-    <rpm accept="browser-provider-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="browser-provider" arch="armv7l"/>
-    <rpm accept="browser-provider-devel" arch="armv7l"/>
-  </target>
-
-<!-- file list to copy for SDK -->
-  <necessary>
-    <file>/usr/include/web/web_bookmark.h</file>
-    <file>/usr/lib/libcapi-web-bookmark.so*</file>
-  </necessary>
-
-<!-- Build Option for SDK -->
-  <include_path>/usr/include</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libcapi-web-bookmark.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/capi-web-history-rs.xml b/rs_resource_invisible/capi-web-history-rs.xml
deleted file mode 100644 (file)
index c391bcc..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="capi-web-history">
-<!-- email  -->  
-  <email>sungwon2.han@samsung.com</email>
-  
-<!-- rpm package & arch -->
-  <emulator>
-    <rpm accept="browser-provider" arch="i686"/>
-    <rpm accept="browser-provider-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="browser-provider" arch="armv7l"/>
-    <rpm accept="browser-provider-devel" arch="armv7l"/>
-  </target>
-
-<!-- file list to copy for SDK -->
-  <necessary>
-    <file>/usr/include/web/web_history.h</file>
-    <file>/usr/lib/libcapi-web-history.so*</file>
-  </necessary>
-
-<!-- Build Option for SDK -->
-  <include_path>/usr/include</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libcapi-web-history.so</library>
-</rootstrap>